@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (min-width: 768px) {
  * {
    min-height: 0vw;
  }
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.js-li_fadein li {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-li_fadein li.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.kakko_indent {
  text-indent: -0.5em;
  display: inline-block;
}

.kakko_indent_back {
  text-indent: 0em;
  margin-right: -0.5em;
}

.txt_dot {
  letter-spacing: -0.5em;
}

.mask_anim {
  position: relative;
}
.mask_anim .mask_anim_svg {
  opacity: 0;
  z-index: -11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mask_anim .mask_anim_svg g {
  -webkit-transition: 1s;
  transition: 1s;
}
.mask_anim .mask_anim_svg rect {
  width: 100%;
  height: 100%;
}
.mask_anim .mask_anim_svg mask {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s;
  transition: 1s;
}
.mask_anim .mask_anim_svg clipPath {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s;
  transition: 1s;
}
.mask_anim .mask_anim_svg path {
  will-change: filter;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
}
.mask_anim figure {
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
  -webkit-mask-image: url(../images/feature_item_img_mask.svg);
  mask-image: url(../images/feature_item_img_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
}
.mask_anim.scrollin figure {
  -webkit-transition: 3s ease-out;
  transition: 3s ease-out;
  -webkit-mask-size: 160% 160%;
  mask-size: 160% 160%;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fw500 {
  font-weight: 500;
}

html {
  font-size: 0.625rem;
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

span.txt_italic {
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  letter-spacing: -0.05em;
}

#wrapper {
  overflow: hidden;
}
#wrapper #loading {
  background-color: #0D146E;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  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;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  #wrapper #loading {
    height: 100vh;
    height: 100dvh;
  }
}
#wrapper #loading .spinner-box {
  background-color: transparent;
  position: fixed;
}
#wrapper #loading .spinner-box p {
  color: #fff;
  -webkit-transform: skew(-12deg, 0);
          transform: skew(-12deg, 0);
  font-weight: 300;
  letter-spacing: 0.8em;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #wrapper #loading .spinner-box p {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #loading .spinner-box p {
    font-size: 1.2rem;
  }
}
#wrapper #loading .spinner-box .pulse-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wrapper #loading .spinner-box .dot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  #wrapper #loading .spinner-box .dot_box {
    gap: 25px;
  }
}
#wrapper #loading .spinner-box .pulse-bubble {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 768px) {
  #wrapper #loading .spinner-box .pulse-bubble {
    width: 15px;
    height: 15px;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  10% {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  10% {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#wrapper #loading .spinner-box .pulse-bubble-1 {
  -webkit-animation: pulse 2s ease 0.2s infinite;
          animation: pulse 2s ease 0.2s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-2 {
  -webkit-animation: pulse 2s ease 0.4s infinite;
          animation: pulse 2s ease 0.4s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-3 {
  -webkit-animation: pulse 2s ease 0.6s infinite;
          animation: pulse 2s ease 0.6s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-4 {
  -webkit-animation: pulse 2s ease 0.8s infinite;
          animation: pulse 2s ease 0.8s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-5 {
  -webkit-animation: pulse 2s ease 1s infinite;
          animation: pulse 2s ease 1s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-6 {
  -webkit-animation: pulse 2s ease 1.2s infinite;
          animation: pulse 2s ease 1.2s infinite;
}
#wrapper #loading .spinner-box .pulse-bubble-7 {
  -webkit-animation: pulse 2s ease 1.4s infinite;
          animation: pulse 2s ease 1.4s infinite;
}
#wrapper #loading ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  opacity: 0;
  -webkit-filter: blur(22px);
          filter: blur(22px);
}
#wrapper #loading ul.on {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 1;
}
#wrapper #loading ul.off {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#wrapper #loading ul li {
  text-align: left;
  padding: 8px;
  margin-bottom: 8px;
}
#wrapper #loading ul li span {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  #wrapper #loading ul li span {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper #loading ul li:first-of-type {
    width: 12.25rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #loading ul li:first-of-type {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  #wrapper #loading ul li:nth-of-type(2) {
    width: 17.6rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #loading ul li:nth-of-type(2) {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  #wrapper #loading ul li:nth-of-type(3) {
    width: 29.3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #loading ul li:nth-of-type(3) {
    width: 16.35rem;
  }
}
#wrapper #main {
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding-left: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #wrapper #main {
    padding-left: 1rem;
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 3rem;
    height: 100svh;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main {
    padding-bottom: 0;
    min-height: auto;
  }
}
#wrapper #main .main_movie {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.1);
          transform: translate3d(-50%, 0, 0) scale(1.1);
  -webkit-perspective: 1000;
          perspective: 1000;
}
#wrapper #main .main_movie.on {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
          transform: translate3d(-50%, 0, 0) scale(1);
  -webkit-perspective: 1000;
          perspective: 1000;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_movie.on {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_movie {
    height: 100vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  #wrapper #main .main_movie.on {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_movie {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-perspective: 1000;
            perspective: 1000;
    height: auto;
  }
  #wrapper #main .main_movie.on {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_movie {
    -webkit-transform: translate(-50%, 0) scale(1.1);
            transform: translate(-50%, 0) scale(1.1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  #wrapper #main .main_movie.on {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) and (orientation: portrait) and (max-aspect-ratio: 16/9) {
  #wrapper #main .main_movie {
    width: 110vw;
  }
}
@media (max-width: 820px) and (orientation: portrait) {
  #wrapper #main > .pc_only {
    display: none;
  }
  #wrapper #main > .sp_only {
    display: block;
  }
  #wrapper #main > .sp_only video {
    height: auto;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main > .sp_only {
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    /* margin-top: -2rem; */
    height: 100vh;
  }
  #wrapper #main > .sp_only video {
    height: auto;
    min-height: auto;
    line-height: 1;
    vertical-align: top;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main > .pc_only {
    display: block;
  }
  #wrapper #main > .sp_only {
    display: none;
  }
}
#wrapper #main video {
  min-width: 100%;
  min-height: 100vh;
  display: inline-block;
  /*動画よりも画面が縦に長くなるとき用*/
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #wrapper #main video {
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #wrapper #main video {
    height: 101%;
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 16/9) {
  #wrapper #main video {
    height: auto;
    width: 102%;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 16/9) and (orientation: landscape) {
  #wrapper #main video {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) and (min-aspect-ratio: 16/9) {
  #wrapper #main video {
    width: 100%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_movie.main_movie_01 {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#wrapper #main .main_movie.main_movie_02 {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_movie.main_movie_02 {
    display: block;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
}
#wrapper #main.on .main_movie {
  top: auto;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  #wrapper #main.on .main_movie {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main.on .main_movie {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #wrapper #main.on .main_movie.main_movie_01 {
    position: relative;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main.on .main_movie {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
}
#wrapper #main.on header {
  position: absolute;
  top: auto;
  bottom: calc(100vh - 150px);
}
@media (max-width: 767px) {
  #wrapper #main.on header {
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main.on header {
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main.on header {
    top: auto;
    bottom: calc(100vh - 4.8rem);
  }
}
#wrapper #main > .inner {
  height: 100vh;
  height: 100svh;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper #main > .inner {
    height: calc(100vh - 8rem);
    height: 100svh;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main > .inner {
    height: 100svh;
    padding: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
}
#wrapper #main header {
  position: fixed;
  top: 0;
  right: 2vw;
  z-index: 1;
}
@media (max-width: 767px) {
  #wrapper #main header {
    right: 2rem;
    width: 8.65rem;
    top: -0.1rem;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main header {
    top: 0;
    bottom: auto;
    position: absolute;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main header {
    right: 2rem;
    width: 4.65rem;
  }
}
#wrapper #main h1 {
  position: absolute;
  bottom: 2.1vw;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main h1 {
    top: auto;
    bottom: 2rem;
    left: 1.5rem;
  }
}
#wrapper #main h1.off {
  opacity: 0;
}
@media (max-width: 767px) {
  #wrapper #main h1.off {
    opacity: 1;
  }
}
#wrapper #main h1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#wrapper #main h1 ul img {
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper #main h1 ul li:first-of-type {
    width: 19.181vw;
    min-width: 230px;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  #wrapper #main h1 ul li:first-of-type {
    width: 12.25rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main h1 ul li:first-of-type {
    width: 7rem;
  }
}
@media (min-width: 768px) {
  #wrapper #main h1 ul li:nth-of-type(2) {
    width: 27.526vw;
    min-width: 330px;
    max-width: 634px;
  }
}
@media (max-width: 767px) {
  #wrapper #main h1 ul li:nth-of-type(2) {
    width: 17.6rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main h1 ul li:nth-of-type(2) {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  #wrapper #main h1 ul li:nth-of-type(3) {
    width: 45.8278vw;
    min-width: 550px;
    max-width: 1101px;
  }
}
@media (max-width: 767px) {
  #wrapper #main h1 ul li:nth-of-type(3) {
    width: 29.3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main h1 ul li:nth-of-type(3) {
    width: 16.35rem;
  }
}
#wrapper #main #message_modal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 2.2;
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal {
    font-size: 1.35rem;
    line-height: 2;
    height: 100vh;
    height: 100dvh;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #message_modal {
    font-size: 0.8rem;
  }
}
#wrapper #main #message_modal .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003664;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .bg {
    height: 100vh;
    height: 100dvh;
  }
}
#wrapper #main #message_modal .close_btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .close_btn {
    width: 3.6rem;
    height: 3.6rem;
    top: -5rem;
    right: 2rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #message_modal .close_btn {
    width: 1.6rem;
    height: 1.6rem;
    top: -1rem;
  }
}
#wrapper #main #message_modal .close_btn::after, #wrapper #main #message_modal .close_btn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .close_btn::after, #wrapper #main #message_modal .close_btn::before {
    height: 0.2rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #message_modal .close_btn::after, #wrapper #main #message_modal .close_btn::before {
    height: 0.1rem;
  }
}
#wrapper #main #message_modal .close_btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#wrapper #main #message_modal .close_btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper #main #message_modal .inner {
  z-index: 1;
  position: relative;
  padding: 0 40px;
}
#wrapper #main #message_modal .inner p {
  text-align: left;
  text-align: justify;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .inner {
    padding: 0 2.5rem;
  }
  #wrapper #main #message_modal .inner p {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #message_modal .inner {
    padding: 0 2rem;
  }
  #wrapper #main #message_modal .inner p {
    margin-bottom: 0.6rem;
    line-height: 1.8;
  }
}
#wrapper #message {
  padding: 65px 0;
}
@media (max-width: 767px) {
  #wrapper #message {
    padding: 5.5rem 2.95rem 4.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #message {
    padding: 3.5rem 7rem 3rem;
  }
}
#wrapper #content {
  position: relative;
  margin-top: 0;
  border-top: solid 10px #fff;
  background-color: #0b2767;
}
@media (max-width: 767px) {
  #wrapper #content {
    border-top: solid 0.5rem #fff;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #content {
    margin-top: -0.01rem;
  }
}
#wrapper .bg_block {
  position: relative;
  overflow: hidden;
}
#wrapper .bg_block .bg {
  width: 422px;
  height: 100%;
  position: absolute;
  top: 0;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  #wrapper .bg_block .bg {
    width: 11rem;
  }
}
#wrapper .bg_block .bg_right {
  right: 0;
  background: url(../images/bg_right_pc.webp) repeat-y top left/100% auto;
  background-position: left 40%;
}
#wrapper .bg_block .bg_left {
  left: 0;
  background: url(../images/bg_left_pc.webp) repeat-y top left/100% auto;
  background-position: left 40%;
}
#wrapper .mask_anim svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
#wrapper #bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media (max-width: 767px) {
  #wrapper #bg {
    height: 100vh;
    height: 100dvh;
  }
}
#wrapper #bg video {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: auto;
  min-width: 100%;
  min-height: 100vh;
  /*動画よりも画面が縦に長くなるとき用*/
}
@media (max-width: 767px) {
  #wrapper #bg video {
    min-height: 100vh;
  }
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #wrapper #bg video {
    width: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #wrapper #bg video {
    height: 100%;
  }
}
#wrapper #bg.on {
  position: fixed;
}
#wrapper .aqua_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#8abcd7), to(#1c7ec3));
  background: linear-gradient(180deg, #8abcd7, #1c7ec3);
  background-color: #8abcd7;
}
#wrapper section {
  color: #fff;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper section {
    padding-bottom: 5.6rem;
  }
}
#wrapper section > .inner h2 {
  max-width: 644px;
  width: 80%;
  display: table;
  margin: 0 auto 100px;
  padding: 15px 0;
  background: url(../images/kakko_white_left.svg) no-repeat top left/40px 100%, url(../images/kakko_white_right.svg) no-repeat right top/40px 100%;
  background-position: top left, right top;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#wrapper section > .inner h2 > span {
  overflow: hidden;
}
#wrapper section > .inner h2 > span.ttl_img img, #wrapper section > .inner h2 > span.sub_ttl span {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
#wrapper section > .inner h2.on > span.ttl_img img, #wrapper section > .inner h2.on > span.sub_ttl span {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section > .inner h2 {
    width: 48vw;
    margin: 0 auto 7.3vw;
    padding: 1vw 0;
    background: url(../images/kakko_white_left.svg) no-repeat top left/2.928257vw 100%, url(../images/kakko_white_right.svg) no-repeat right top/2.928257vw 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section > .inner h2 {
    width: 28.6rem;
    margin: 0 auto 2.8rem;
    padding: 0.5rem 0;
    background: url(../images/kakko_white_left.svg) no-repeat top left/2rem 100%, url(../images/kakko_white_right.svg) no-repeat right top/2rem 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section > .inner h2 {
    background: url(../images/kakko_white_left.svg) no-repeat top left/1.5rem 100%, url(../images/kakko_white_right.svg) no-repeat right top/1.5rem 100%;
  }
}
#wrapper section > .inner h2 span {
  display: block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 200;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section > .inner h2 span {
    font-size: 1.46412884vw;
  }
}
@media (max-width: 767px) {
  #wrapper section > .inner h2 span {
    font-size: 1.35rem;
    font-weight: 300;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section > .inner h2 span {
    font-size: 0.9rem;
  }
}
#wrapper section > .inner h2 span.ttl_img {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper section > .inner h2 span.ttl_img {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section > .inner h2 span.ttl_img {
    margin-bottom: 0.5rem;
  }
}
#wrapper section > .inner h2 span.ttl_img img {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
#wrapper section > .inner h2 span.sub_ttl {
  opacity: 0;
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
#wrapper section > .inner h2.on span.ttl_img img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#wrapper section > .inner h2.on span.sub_ttl {
  opacity: 1;
}
#wrapper section#future {
  background: #000 url(../images/future_bg_01_pc.webp) no-repeat top center/110% auto;
  padding: 34vw 0 300px;
}
#wrapper section#future.on {
  background-size: 100% auto;
  -webkit-transition: 3s;
  transition: 3s;
}
@media (max-width: 767px) {
  #wrapper section#future {
    padding: 18.5rem 0 9rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner {
    width: 70vw;
    margin: 0 auto;
  }
}
#wrapper section#future > .inner h2 span.ttl_img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner h2 span.ttl_img {
    width: 13.85rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner h2 span.ttl_img {
    width: 9.85rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner h2 span.ttl_img img {
    max-width: 297px;
    width: 22vw;
  }
}
#wrapper section#future > .inner h3 {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 170px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner h3 {
    font-size: 2.415812vw;
    margin-bottom: 12.3vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner h3 {
    font-size: 1.35rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul {
    width: 33rem;
    margin: 0 auto;
  }
}
#wrapper section#future > .inner ul li {
  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;
  gap: 70px;
  margin-bottom: 170px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner ul li {
    margin-bottom: 12.44509vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.6rem;
    margin-bottom: 6rem;
  }
}
#wrapper section#future > .inner ul li:last-of-type {
  margin-bottom: 0;
}
#wrapper section#future > .inner ul li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#wrapper section#future > .inner ul li dl {
  text-align: left;
  text-align: justify;
  width: 320px;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li dl {
    width: 29rem;
  }
}
#wrapper section#future > .inner ul li dl dt {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #989898;
  margin-bottom: 28px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #989898 35%, rgba(0, 0, 0, 0.1) 65%);
  background-size: 300% 300%;
  background-position: 100% 100%;
  -webkit-background-clip: text;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner ul li dl dt {
    font-size: 2.489019vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li dl dt {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    -webkit-transform: skew(-12deg, 6deg) rotate(-6deg);
            transform: skew(-12deg, 6deg) rotate(-6deg);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner ul li dl dt {
    font-size: 1.45rem;
  }
}
#wrapper section#future > .inner ul li dl dd {
  font-size: 18px;
  line-height: 2.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #fff 35%, rgba(0, 0, 0, 0.1) 65%);
  background-size: 300% 300%;
  background-position: 100% 100%;
  -webkit-background-clip: text;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner ul li dl dd {
    font-size: 1.317715vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li dl dd {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner ul li dl dd {
    font-size: 0.9rem;
  }
}
#wrapper section#future > .inner ul li .future_img_block {
  width: 530px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner ul li .future_img_block {
    width: 100%;
  }
}
#wrapper section#future > .inner ul li .future_img_block img {
  width: 100%;
}
#wrapper section#future > .inner ul li .fadein.future_img_block {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#wrapper section#future > .inner ul li .fadein.future_img_block img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 2s;
  transition: 2s;
}
#wrapper section#future > .inner ul li .fadein.scrollin.future_img_block {
  opacity: 1;
}
#wrapper section#future > .inner ul li .fadein.scrollin.future_img_block img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#wrapper section#cg, #wrapper section#archive {
  padding-top: 120px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg, #wrapper section#archive {
    padding-top: 8.8vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg, #wrapper section#archive {
    padding-top: 5rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .ttl_img img, #wrapper section#archive > .inner .ttl_img img {
    width: 28vw;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .ttl_img, #wrapper section#archive > .inner .ttl_img {
    width: 17.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#cg > .inner .ttl_img, #wrapper section#archive > .inner .ttl_img {
    width: 12.5rem;
  }
}
#wrapper section#cg > .inner h3, #wrapper section#archive > .inner h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner h3, #wrapper section#archive > .inner h3 {
    font-size: 2.196193vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner h3, #wrapper section#archive > .inner h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#cg > .inner h3, #wrapper section#archive > .inner h3 {
    font-size: 1.2rem;
  }
}
#wrapper section#cg > .inner .slider ul, #wrapper section#archive > .inner .slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .slider ul, #wrapper section#archive > .inner .slider ul {
    gap: 3vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul, #wrapper section#archive > .inner .slider ul {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul li:first-of-type, #wrapper section#archive > .inner .slider ul li:first-of-type {
    width: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul li:nth-of-type(2), #wrapper section#archive > .inner .slider ul li:nth-of-type(2) {
    width: 12.7rem;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .slider ul li .gallery_cm_thum, #wrapper section#archive > .inner .slider ul li .gallery_cm_thum {
    max-width: 640px;
    width: 48vw;
  }
  #wrapper section#cg > .inner .slider ul li .gallery_cm_thum img, #wrapper section#archive > .inner .slider ul li .gallery_cm_thum img {
    width: 100%;
  }
}
#wrapper section#cg > .inner .slider ul li .gallery_graphic_thum.on img, #wrapper section#archive > .inner .slider ul li .gallery_graphic_thum.on img {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .slider ul li .gallery_graphic_thum, #wrapper section#archive > .inner .slider ul li .gallery_graphic_thum {
    max-width: 254px;
    width: 19vw;
  }
  #wrapper section#cg > .inner .slider ul li .gallery_graphic_thum img, #wrapper section#archive > .inner .slider ul li .gallery_graphic_thum img {
    width: 100%;
  }
}
#wrapper section#cg > .inner .slider ul p, #wrapper section#archive > .inner .slider ul p {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .slider ul p, #wrapper section#archive > .inner .slider ul p {
    font-size: 1.1713vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul p, #wrapper section#archive > .inner .slider ul p {
    font-size: 1.35rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#cg > .inner .slider ul p, #wrapper section#archive > .inner .slider ul p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner h2 img {
    max-width: 428px;
    width: 32vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner h2 span.ttl_img {
    width: 18.35rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#behind > .inner h2 span.ttl_img {
    width: 15.35rem;
  }
}
#wrapper section#behind > .inner h3 {
  font-size: 34px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.1em;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner h3 img {
    width: auto;
    height: 2.416vw;
  }
}
#wrapper section#behind > .inner p {
  font-size: 18px;
  font-weight: 200;
  line-height: 2;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner p {
    font-size: 1.317715vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner p {
    font-size: 1.35rem;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#behind > .inner p {
    font-size: 0.9rem;
  }
}
#wrapper section#behind > .inner p:first-of-type {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner p:first-of-type {
    margin-bottom: 0;
  }
}
#wrapper section#behind > .inner p:last-of-type {
  margin-bottom: 0;
}
#wrapper section#behind > .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  width: 90%;
  margin: 0 auto 80px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .flex {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex {
    margin-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.3rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex li:first-of-type {
    width: 30rem;
    margin: 0 auto;
  }
}
#wrapper section#behind > .inner .flex li .behind_img_03-1_block {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
#wrapper section#behind > .inner .flex li .behind_img_03-2_block {
  animation: floating-y-2 5s ease-in-out infinite alternate-reverse;
  margin: -40px 0 0 auto;
  display: table;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex li .behind_img_03-2_block {
    margin: -4rem 0 0 auto;
    width: 18.5rem;
  }
}
#wrapper section#behind > .inner .flex li:last-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wrapper section#behind > .inner .flex li:last-of-type .behind_img {
  animation: floating-y 5s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes floating-y-2 {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes floating-y-2 {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
#wrapper section#behind > .inner .flex:first-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 33rem;
    gap: 2.8rem;
  }
  #wrapper section#behind > .inner .flex:first-of-type .behind_img_02 {
    width: 17.25rem;
    margin: 0 auto;
  }
}
#wrapper section#behind > .inner .flex:nth-of-type(3) {
  gap: 50px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex:nth-of-type(3) {
    gap: 2.8rem;
  }
}
#wrapper section#behind > .inner .flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 60px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.3rem;
  }
}
#wrapper section#behind > .inner .flex:nth-of-type(even) li:last-of-type.behind_img {
  animation: floating-y-2 2s ease-in-out infinite alternate-reverse;
}
#wrapper section#behind > .inner .flex:nth-of-type(odd) li:last-of-type.behind_img {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
#wrapper section#behind > .inner .flex:nth-of-type(3) li:last-of-type.behind_img {
  -webkit-animation: none;
          animation: none;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex:last-of-type .behind_img_block {
    width: 22.5rem;
  }
}
#wrapper section#behind > .inner .flex h3 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex h3 {
    height: 5.8vw;
    margin-bottom: 1.6rem;
    line-height: 1;
    font-size: inherit;
  }
  #wrapper section#behind > .inner .flex h3 img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#behind > .inner .flex h3 {
    height: 4vw;
    margin-bottom: 1rem;
  }
}
#wrapper section#behind > .inner .behind_img {
  text-align: right;
}
#wrapper section#behind > .inner .behind_img .item {
  margin-bottom: 30px;
}
#wrapper section#behind > .inner .behind_img .item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img {
    width: 36vw;
    max-width: 503px;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_block img {
    width: 100%;
  }
  #wrapper section#behind > .inner .behind_img_block.behind_img_02 {
    width: 38vw;
    max-width: 527px;
    margin: 0 0 0 auto;
  }
  #wrapper section#behind > .inner .behind_img_block.behind_img_03 {
    max-width: 513px;
    width: 37.5vw;
  }
  #wrapper section#behind > .inner .behind_img_block.behind_img_03-2 {
    max-width: 317px;
    width: 23.2vw;
  }
  #wrapper section#behind > .inner .behind_img_block.behind_img_04 {
    max-width: 443px;
    width: 32.4vw;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#making > .inner h2 img {
    max-width: 430px;
    width: 32vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#making > .inner h2 .ttl_img {
    width: 18.8rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#making > .inner h2 .ttl_img {
    width: 13.8rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#making > .inner .making_movie_thum_01 {
    max-width: 796px;
    width: 80%;
    margin: 0 auto;
  }
  #wrapper section#making > .inner .making_movie_thum_01 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#making > .inner .making_movie_thum_01 {
    width: 30.7rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #wrapper section#archive {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .ttl_img {
    width: 8.5rem;
  }
}
#wrapper section#archive > .inner .ttl_img img {
  width: 14vw;
  max-width: 181px;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .ttl_img img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#archive > .inner .ttl_img img {
    width: 6.3rem;
  }
}
#wrapper section#archive > .inner .slider dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper section#archive > .inner .slider dl h3 {
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#wrapper section#archive > .inner .slider dl dd {
  margin-left: 90px;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider dl dd {
    margin: 2.4rem auto 0;
  }
}
#wrapper section#archive > .inner .slider dl dd a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#archive > .inner .slider dl dd a {
    font-size: 1.46412884vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider dl dd a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#archive > .inner .slider dl dd a {
    font-size: 0.9rem;
  }
}
#wrapper section#archive > .inner .slider dl dd a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-left: 6px;
  top: -1px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wrapper section#archive > .inner .slider dl dd a:hover::after {
  -webkit-transform: translate(5px, 0) rotate(45deg);
          transform: translate(5px, 0) rotate(45deg);
}
#wrapper section#interview {
  padding: 0 0 125px;
}
@media (max-width: 767px) {
  #wrapper section#interview {
    background: none;
    padding: 0 0 6rem;
  }
}
#wrapper section#interview > .inner {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner {
    width: 70vw;
  }
}
#wrapper section#interview > .inner .bg {
  background: url(../images/interview_bg_01_pc.jpg) no-repeat top center/cover;
  width: 100vw;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .bg {
    padding-top: 0;
    background: none;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner .bg {
    margin-bottom: 2rem;
  }
}
#wrapper section#interview > .inner .bg .inner {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .bg .inner {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .intervie_ttl {
    background: url(../images/interview_bg_01_sp.jpg) no-repeat top center/100% auto;
    width: 100%;
    padding: 4.2rem 0;
    margin-bottom: 3rem;
  }
}
#wrapper section#interview > .inner h2 {
  font-size: 32px;
  background: url(../images/kakko_white_left_02.svg) no-repeat top left/24px 100%, url(../images/kakko_white_right_02.svg) no-repeat top right/24px 100%;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner h2 {
    font-size: 2.342606vw;
    background: url(../images/kakko_white_left_02.svg) no-repeat top left/1.68374vw 100%, url(../images/kakko_white_right_02.svg) no-repeat top right/1.68374vw 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner h2 {
    font-size: 1.7rem;
  }
}
#wrapper section#interview > .inner h2 span {
  font-size: 32px;
  display: inline-block;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner h2 span {
    font-size: 2.342606vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner h2 span {
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.3;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner h2 span {
    font-size: 1.7rem;
  }
}
#wrapper section#interview > .inner h2 span.txt_italic {
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  letter-spacing: -0.05em;
}
#wrapper section#interview > .inner h2 span.txt_katakana {
  letter-spacing: -0.2em;
}
#wrapper section#interview > .inner .box {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box {
    width: 70vw;
  }
}
#wrapper section#interview > .inner .box.box_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 486px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box.box_01 {
    width: 36vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box.box_01 {
    max-width: 100%;
  }
}
#wrapper section#interview > .inner .box.box_01 h2 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box.box_01 h2 {
    width: 18.25rem;
    margin: 0 3.2rem 0 auto;
    background: url(../images/kakko_white_left_02.svg) no-repeat top left/2.3rem 100%, url(../images/kakko_white_right_02.svg) no-repeat top right/2.3rem 100%;
  }
  #wrapper section#interview > .inner .box.box_01 h2.pc_only {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner .box.box_01 h2 {
    width: 16.25rem;
    margin: 0 2.8rem 0 auto;
    background: url(../images/kakko_white_left_02.svg) no-repeat top left/1.7rem 100%, url(../images/kakko_white_right_02.svg) no-repeat top right/1.7rem 100%;
  }
}
#wrapper section#interview > .inner .box.box_02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box.box_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#wrapper section#interview > .inner .box.box_02 ul {
  max-width: 397px;
  padding-top: 12px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box.box_02 ul {
    width: 29vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box.box_02 ul {
    max-width: 100%;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box.box_02 .interview_img {
    width: 38vw;
    max-width: 507px;
  }
  #wrapper section#interview > .inner .box.box_02 .interview_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box.box_02 .interview_img {
    width: 30.7rem;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner .box.box_02 .interview_img {
    margin: 0 auto 2rem;
  }
}
#wrapper section#interview > .inner .box ul {
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box ul {
    width: 30.7rem;
    margin: 0 auto;
  }
}
#wrapper section#interview > .inner .box .list_q {
  position: relative;
  padding: 18px 24px;
  background: url(../images/kakko_white_left_03.svg) no-repeat top left/16px 100%;
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box .list_q {
    background: url(../images/kakko_white_left_03.svg) no-repeat top left/1.1713vw 100%;
    margin-bottom: 2vw;
    padding: 1.3177vw 1.756954vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box .list_q {
    padding: 0.5rem 1.5rem 1rem;
    background: url(../images/kakko_white_left_03.svg) no-repeat top left/1rem 100%;
    margin-bottom: 1.4rem;
  }
}
#wrapper section#interview > .inner .box .list_q::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 0;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box .list_q::before {
    left: 1.098vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box .list_q::before {
    width: 0.5rem;
    height: 0.1rem;
    left: 0.9rem;
  }
}
#wrapper section#interview > .inner .box .list_q::after {
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box .list_q::after {
    width: calc(100% - 1.1vw);
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box .list_q::after {
    width: calc(100% - 1rem);
    height: 0.05rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box .list_q dd img {
    width: 100%;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_01 {
    max-width: 336px;
    width: 25vw;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_02 {
    max-width: 279px;
    width: 21vw;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_03 {
    max-width: 307px;
    width: 23vw;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_04 {
    max-width: 361px;
    width: 27vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box .list_q .interview_txt_01 {
    width: 16.25rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_02 {
    width: 23.65rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_03 {
    width: 26rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_04 {
    width: 17.75rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner .box .list_q .interview_txt_01 {
    width: 12.25rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_02 {
    width: 17rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_03 {
    width: 18rem;
  }
  #wrapper section#interview > .inner .box .list_q .interview_txt_04 {
    width: 12.75rem;
  }
}
#wrapper section#interview > .inner .box .list_a {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin-bottom: 100px;
  padding-left: clamp(15px, 2.3vw, 22px);
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .box .list_a {
    font-size: 1.3177159vw;
    margin-bottom: 7.3206vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .box .list_a {
    margin-bottom: 3rem;
    font-size: 1.35rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#interview > .inner .box .list_a {
    font-size: 0.9rem;
    padding-left: clamp(15px, 3.5vw, 22px);
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#interview > .inner .interview_movie_thum {
    width: 59vw;
    margin: 0 auto;
    max-width: 796px;
  }
  #wrapper section#interview > .inner .interview_movie_thum img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#interview > .inner .interview_movie_thum {
    width: 30.7rem;
    margin: 0 auto;
  }
}
#wrapper section#profile {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  border-top: solid 2px #fff;
  padding-top: 120px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile {
    max-width: 950px;
    margin: 0 auto;
    width: 30.7rem;
    border-top: solid 0.15rem #fff;
    padding: 8rem 0;
  }
}
#wrapper section#profile > .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#wrapper section#profile > .inner ul h2 {
  background: none;
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
#wrapper section#profile > .inner ul h2 span img {
  vertical-align: middle;
  /* line-height: 2; */
  display: inline-block;
  margin-top: -15px;
  margin-right: 20px;
}
#wrapper section#profile > .inner ul li:nth-of-type(2) {
  max-width: 590px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile > .inner ul li:nth-of-type(2) {
    width: 43vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner ul li:nth-of-type(2) {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: auto;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile > .inner ul li.profile_img_01 {
    max-width: 313px;
    width: 23vw;
  }
  #wrapper section#profile > .inner ul li.profile_img_01 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner ul li.profile_img_01 {
    width: 13.5rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner ul li.profile_txt {
    font-size: 1rem;
  }
}
#wrapper section#profile > .inner ul li.profile_txt h2 span {
  display: inline;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile > .inner ul li.profile_txt img {
    max-width: 150px;
    width: 11vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner ul li.profile_txt img {
    max-width: 100%;
    width: 7.5rem;
    display: block;
    margin: 0 0 0.5rem 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#profile > .inner ul li.profile_txt img {
    width: 5rem;
  }
}
#wrapper section#profile > .inner .profile_box {
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", system-ui, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#wrapper section#profile > .inner .profile_box h3 {
  font-size: 44px;
  letter-spacing: 0.1em;
  padding-bottom: 26px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile > .inner .profile_box h3 {
    font-size: 3.22108vw;
    padding-bottom: 1.6105vw;
    margin-bottom: 1.098096vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner .profile_box h3 {
    font-size: 2.2rem;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#profile > .inner .profile_box h3 {
    font-size: 1.8rem;
  }
}
#wrapper section#profile > .inner .profile_box p {
  font-size: 15px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#profile > .inner .profile_box p {
    font-size: 1.12vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media (max-width: 767px) {
  #wrapper section#profile > .inner .profile_box p {
    font-size: 1.2rem;
    margin-top: 1.8rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#profile > .inner .profile_box p {
    font-size: 0.8rem;
  }
}
#wrapper section#company_block {
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block {
    padding: 8.8vw 0;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block {
    padding: 5rem 0;
  }
}
#wrapper section#company_block > .inner h2 {
  background: url(../images/kakko_blue_left.svg) no-repeat top left/40px 100%, url(../images/kakko_blue_right.svg) no-repeat right top/40px 100%;
  background-position: top left, right top;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner h2 {
    background: url(../images/kakko_blue_left.svg) no-repeat top left/2.928257vw 100%, url(../images/kakko_blue_right.svg) no-repeat right top/2.928257vw 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner h2 {
    background: url(../images/kakko_blue_left.svg) no-repeat top left/2.1rem 100%, url(../images/kakko_blue_right.svg) no-repeat right top/2.1rem 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner h2 {
    background: url(../images/kakko_blue_left.svg) no-repeat top left/1.5rem 100%, url(../images/kakko_blue_right.svg) no-repeat right top/1.6rem 100%;
  }
}
#wrapper section#company_block > .inner h2.on {
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
  background-position: top left, top right;
}
#wrapper section#company_block > .inner h2 span {
  color: #183a66;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner h2.business_ttl .ttl_img img {
    width: 19vw;
    max-width: 258px;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner h2.business_ttl .ttl_img {
    width: 15.4rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner h2.business_ttl .ttl_img {
    width: 11.5rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner h2.company_ttl .ttl_img img {
    max-width: 184px;
    width: 14vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner h2.company_ttl .ttl_img {
    width: 10.85rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner h2.company_ttl .ttl_img {
    width: 8rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner h2.sns_ttl .ttl_img img {
    max-width: 298px;
    width: 22vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner h2.sns_ttl .ttl_img {
    width: 17.8rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner h2.sns_ttl .ttl_img {
    width: 12.8rem;
  }
}
#wrapper section#company_block > .inner ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin: 0 auto 110px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner ul.list {
    width: 70vw;
    gap: 3.1vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner ul.list {
    width: 80%;
    margin: 0 auto 5.6rem;
    gap: 1.4rem 2.3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner ul.list {
    width: 60%;
    margin: 0 auto 4rem;
    gap: 1rem 1.8rem;
  }
}
#wrapper section#company_block > .inner ul.list li {
  width: 290px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#company_block > .inner ul.list li {
    max-width: 290px;
    width: 21.23vw;
  }
  #wrapper section#company_block > .inner ul.list li img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner ul.list li {
    width: 46%;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
#wrapper section#company_block > .inner ul.list li a {
  background-color: #009fe8;
  display: block;
  position: relative;
}
#wrapper section#company_block > .inner ul.list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#183a66), to(#10132b));
  background: linear-gradient(90deg, #183a66, #10132b);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wrapper section#company_block > .inner ul.list li a:hover::after {
  width: 100%;
}
#wrapper section#company_block > .inner ul.list li a span {
  position: relative;
  z-index: 1;
}
#wrapper section#company_block > .inner ul.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner ul.sns_list {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#company_block > .inner ul.sns_list li:first-of-type {
    width: 3rem;
  }
  #wrapper section#company_block > .inner ul.sns_list li:last-of-type {
    width: 11rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#company_block > .inner ul.sns_list li:first-of-type {
    width: 2.5rem;
  }
  #wrapper section#company_block > .inner ul.sns_list li:last-of-type {
    width: 10.5rem;
  }
}
#wrapper footer {
  background-color: #fff;
}
#wrapper footer p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#wrapper footer .ft_logo_01 {
  padding: 130px 0;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper footer .ft_logo_01 {
    padding: 9.5168vw 0;
  }
}
@media (max-width: 767px) {
  #wrapper footer .ft_logo_01 {
    padding: 6rem 0;
    width: 14.7rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper footer .ft_logo_01 {
    padding: 4rem 0;
    width: 10rem;
  }
}
#wrapper footer .copy {
  background-color: #009fe8;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #wrapper footer .copy {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper footer .copy {
    font-size: 0.8rem;
  }
}

#cm_movie_outer, .cm_graphic_outer {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 54, 100, 0.8);
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #cm_movie_outer, .cm_graphic_outer {
    height: 100vh;
    height: 100dvh;
  }
}

.cm_graphic_btn {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.cm_graphic_btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#cm_movie, .cm_graphic {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 71%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
}

.cm_graphic {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 0;
}

.cm_graphic {
  width: auto;
}

#cm_movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cm_graphic img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#cm_close_btn, .cm_graphic_close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 11;
}

#cm_close_btn span::before,
#cm_close_btn span::after,
.cm_graphic_close_btn span::before,
.cm_graphic_close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

#cm_close_btn span::before, .cm_graphic_close_btn span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cm_close_btn span::after, .cm_graphic_close_btn span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cm_graphic_slider {
  opacity: 0;
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cm_graphic_slider {
    width: 44%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cm_graphic_slider {
    width: 80%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .cm_graphic_slider {
    height: 80%;
    width: 50%;
  }
}
.cm_graphic_slider.on {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) and (orientation: landscape) {
  .cm_graphic_slider .slick-list, .cm_graphic_slider .slick-slide, .cm_graphic_slider .slick-track {
    height: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .cm_graphic_slider div, .cm_graphic_slider li {
    height: 100%;
  }
}
.cm_graphic_slider img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cm_graphic_slider img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .cm_graphic_slider img {
    width: auto;
    height: 100%;
  }
}

#cm_movie_modal, .cm_graphic_modal {
  z-index: 100;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #cm_movie video {
    width: 90vw;
    height: auto;
  }
  #cm_close_btn span::before,
  #cm_close_btn span::after {
    width: 80%;
    height: 4%;
  }
  #cm_movie {
    width: 90%;
    padding-bottom: 50.4%;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  #cm_movie {
    width: 70%;
    padding-bottom: 39.4%;
  }
}
@media (max-width: 767px) {
  .cm_movie {
    padding: 7%;
    width: 97.555%;
    margin: 13% auto 15%;
  }
  .cm_movie_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cm_graphic {
    height: auto;
    padding: 0;
    width: 80%;
  }
  .cm_graphic img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cm_movie > span {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    line-height: 1.5;
    height: 52px;
    text-align: left;
  }
  .cm_movie span.cm_new_icon {
    width: 40px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 20px 0 0;
  }
}
.back_btn {
  position: fixed;
  right: 2vw;
  bottom: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: none;
}
@media (max-width: 767px) {
  .back_btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 8.8rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .back_btn {
    width: 4rem;
  }
}
.back_btn:hover {
  -webkit-animation: btn_anim 0.8s ease;
          animation: btn_anim 0.8s ease;
}
@-webkit-keyframes btn_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  48% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btn_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  48% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */