@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;
}

.paraImg_outer {
  display: block;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media (min-width: 768px) {
  .paraImg_outer.js_paraImg_anim_r {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  .paraImg_outer.js_paraImg_anim_l {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.paraImg_outer .paraImg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  display: block;
}
.paraImg_outer.scrollin {
  opacity: 1;
}
@media (min-width: 768px) {
  .paraImg_outer.scrollin.js_paraImg_anim_r {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .paraImg_outer.scrollin.js_paraImg_anim_l {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.paraImg_outer.scrollin .paraImg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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;
}

body {
  overflow-y: auto;
}

.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;
  position: fixed;
  width: 100%;
  top: 0;
}
#wrapper.js_active {
  position: relative;
}
#wrapper.js_active #main {
  position: absolute;
}
#wrapper.js_active .main_movie_02 {
  display: none !important;
}
#wrapper.js_active02 {
  position: fixed;
}
#wrapper #loading {
  background-color: #00a0e9;
  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;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #wrapper #loading .spinner-box p {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #loading .spinner-box p {
    font-size: 1.2rem;
  }
}
#wrapper #loading .spinner-box p span {
  display: inline-block;
}
@media (min-width: 768px) {
  #wrapper #loading .spinner-box p span {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #wrapper #loading .spinner-box p span {
    padding-bottom: 1rem;
  }
}
#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;
  }
  3% {
    opacity: 0.25;
  }
  10% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0.25;
  }
  10% {
    opacity: 0.25;
  }
  100% {
    opacity: 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 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 767px) {
  #wrapper #main {
    min-height: 100dvh;
    height: 100dvh;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main {
    padding-bottom: 0;
    min-height: auto;
  }
}
#wrapper #main .pc_only.sp_only {
  display: block;
}
@media (min-width: 768px) {
  #wrapper #main .main_img_sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_img_sp {
    top: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    height: 100vh;
    height: 100dvh;
    -webkit-transition: top 1.6s, -webkit-filter 1s;
    transition: top 1.6s, -webkit-filter 1s;
    transition: filter 1s, top 1.6s;
    transition: filter 1s, top 1.6s, -webkit-filter 1s;
  }
  #wrapper #main .main_img_sp .tate {
    display: block;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_img_sp.js_active {
    top: -20%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
#wrapper #main .main_img_sp .scroll_icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1.2rem;
  width: 3.25rem;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_img_sp .tate {
    display: block;
    height: 100%;
  }
  #wrapper #main .main_img_sp .yoko {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_img_sp .tate {
    display: none;
  }
  #wrapper #main .main_img_sp .yoko {
    display: block;
    height: 100%;
  }
  #wrapper #main .main_img_sp .yoko img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wrapper #main .main_img_sp .scroll_icon {
    width: 1.75rem;
  }
}
#wrapper #main .main_movie {
  position: fixed;
  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;
}
@media (max-width: 767px) {
  #wrapper #main .main_movie {
    display: none !important;
  }
}
#wrapper #main .main_movie.ended {
  top: -20%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: top 1.6s, -webkit-filter 1s;
  transition: top 1.6s, -webkit-filter 1s;
  transition: filter 1s, top 1.6s;
  transition: filter 1s, top 1.6s, -webkit-filter 1s;
  z-index: -1;
}
@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;
    height: 100dvh;
  }
  #wrapper #main > .sp_only video {
    height: auto;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #wrapper #main > .sp_only img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main > .sp_only {
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
  #wrapper #main > .sp_only video {
    height: auto;
    min-height: auto;
    line-height: 1;
    vertical-align: top;
    top: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main > .pc_only {
    display: block;
  }
}
@media (max-width: 767px) {
  #wrapper #main > .sp_only {
    height: 100vh;
    height: 100dvh;
  }
}
#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%;
    width: 100%;
    position: relative;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    -webkit-perspective: 1000;
            perspective: 1000;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@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%;
  }
}
#wrapper #main h1 {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
#wrapper #main.js_active h1 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
#wrapper #main .main_ttlinner {
  height: 100vh;
  height: 100svh;
  position: absolute;
  display: none;
  width: 57.5%;
  margin: 0 auto;
  right: 0;
  left: 0;
  min-width: 670px;
  z-index: 1;
}
@media (max-width: 767px) {
  #wrapper #main .main_ttlinner {
    top: 0;
  }
}
@media (max-width: 820px) and (orientation: portrait) {
  #wrapper #main .main_ttlinner {
    top: 0;
    height: auto;
    min-width: 90%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_ttlinner {
    height: auto;
    min-width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_ttlinner {
    min-width: 60%;
    height: 100dvh;
  }
}
#wrapper #main .main_ttlinner.js_active h1 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
#wrapper #main .main_ttlinner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper #main .main_ttlinner h1 {
    left: -5%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #main .main_ttlinner h1 {
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#wrapper #main .main_ttlinner h1.off {
  opacity: 0;
}
@media (max-width: 767px) {
  #wrapper #main .main_ttlinner h1.off {
    opacity: 1;
  }
}
#wrapper #main .main_ttlinner 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 .main_ttlinner h1 ul img {
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper #main .main_ttlinner h1 ul li:first-of-type {
    width: 31.83%;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_ttlinner h1 ul li:first-of-type {
    width: 15rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_ttlinner h1 ul li:first-of-type {
    width: 26%;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 768px) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(2) {
    width: 27.526vw;
    min-width: 330px;
    max-width: 634px;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(2) {
    width: 17.6rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(2) {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(3) {
    width: 45.8278vw;
    min-width: 550px;
    max-width: 1101px;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(3) {
    width: 29.3rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main .main_ttlinner h1 ul li:nth-of-type(3) {
    width: 16.35rem;
  }
}
@media (max-width: 767px) {
  #wrapper #main .main_movie video {
    display: none !important;
  }
}
#wrapper #main .main_movie.main_movie_01 {
  z-index: 2;
}
@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 {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
  }
}
#wrapper #main .main_movie.main_movie_02.js_scroll {
  -webkit-filter: blur(0);
          filter: blur(0);
}
#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: 0;
    bottom: auto;
  }
}
#wrapper #main header {
  position: fixed;
  top: 0;
  right: 2vw;
  z-index: 3;
}
@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 #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: 1366px) and (min-width: 768px) {
  #wrapper #main #message_modal {
    font-size: 1.46412884vw;
  }
}
@media (max-width: 767px) {
  #wrapper #main #message_modal {
    font-size: 1.5rem;
    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: url(../images/message_modal_bg_pc.webp) no-repeat top center/cover;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .bg {
    height: 100vh;
    height: 100dvh;
    background: url(../images/message_modal_bg_sp.webp) no-repeat top center/cover;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper #main #message_modal .bg {
    background: url(../images/message_modal_bg_pc.webp) no-repeat top center/cover;
  }
}
#wrapper #main #message_modal .close_btn {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .close_btn {
    width: 3.6rem;
    height: 3.6rem;
    top: -2rem;
    right: 2rem;
    position: absolute;
  }
}
@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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 70px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper #main #message_modal .inner {
    gap: 3vw;
  }
}
@media (max-width: 767px) {
  #wrapper #main #message_modal .inner {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#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 3.2rem;
  }
  #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-bottom: 0;
}
#wrapper #message .inner {
  width: 57.5%;
  min-width: 670px;
  height: 100vh;
  position: relative;
  margin: 0 auto;
}
#wrapper .message_txt {
  text-align: left;
  display: table;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 63.024%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
#wrapper .message_txt.js_active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (min-width: 768px) {
  #wrapper .message_txt {
    right: 5%;
  }
  #wrapper .message_txt.sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #wrapper .message_txt.pc_only {
    display: none !important;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper .message_txt {
    position: relative;
    width: 26rem;
    margin: 1.5rem auto 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper .message_txt {
    width: 69.024%;
    top: 44%;
    right: 0;
  }
}
#wrapper .message_txt li img {
  width: 100%;
}
#wrapper .message_txt li:first-of-type {
  width: 71.72%;
  margin-bottom: -14%;
  -webkit-transform: translate(7%, 0);
          transform: translate(7%, 0);
}
#wrapper .message_txt li:nth-of-type(2) {
  width: 97.174%;
  margin-bottom: -4.4%;
  -webkit-transform: translate(3.9%, 0);
          transform: translate(3.9%, 0);
}
#wrapper .message_txt li:nth-of-type(3) {
  width: 59.8%;
  margin-bottom: -14%;
  -webkit-transform: translate(3.5%, 0);
          transform: translate(3.5%, 0);
}
#wrapper #content {
  position: relative;
  margin-top: 0;
  background-color: #0b2767;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper #content {
    margin-top: -0.01rem;
  }
}
#wrapper .bg_block {
  position: relative;
  overflow: hidden;
  background: url(../images/bg_pc.webp) repeat top center/30% auto;
}
#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 section {
  color: #000;
  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 150px;
  padding: 15px 0;
  background: url(../images/kakko_black_left.svg) no-repeat top left/40px 100%, url(../images/kakko_black_right.svg) no-repeat right top/40px 100%;
  background-position: top left, right top;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section > .inner h2 {
    margin: 0 auto 10.98vw;
  }
}
#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;
    padding: 1vw 0;
    background: url(../images/kakko_black_left.svg) no-repeat top left/2.928257vw 100%, url(../images/kakko_black_right.svg) no-repeat right top/2.928257vw 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section > .inner h2 {
    width: 28.6rem;
    padding: 0.5rem 0;
    background: url(../images/kakko_black_left.svg) no-repeat top left/2rem 100%, url(../images/kakko_black_right.svg) no-repeat right top/2rem 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section > .inner h2 {
    background: url(../images/kakko_black_left.svg) no-repeat top left/1.5rem 100%, url(../images/kakko_black_right.svg) no-repeat right top/1.5rem 100%;
  }
}
#wrapper section > .inner h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@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#message {
  width: 100%;
  height: 100dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/message_bg_01_pc.webp) no-repeat top center/cover;
}
@media (max-width: 767px) and (orientation: portrait) {
  #wrapper section#message {
    background: url(../images/message_bg_01_sp.webp) no-repeat top center/cover;
  }
}
#wrapper section#future {
  padding-bottom: 0;
  background-color: #000;
}
#wrapper section#future > .inner.ttl_contents {
  background: #000 url(../images/future_bg_01_pc.webp) no-repeat center center/120% auto;
  padding: 154px 0 140px;
  width: 100%;
}
#wrapper section#future > .inner.ttl_contents.on {
  background-size: 100% auto;
  -webkit-transition: 3s;
  transition: 3s;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner.ttl_contents {
    background: #000 url(../images/future_bg_01_sp.webp) no-repeat top center/120% auto;
    padding: 6rem 0 7rem;
  }
}
#wrapper section#future > .inner .future_inner {
  padding: 150px 0 190px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner {
    padding: 10.980966vw 0 13.90922vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner {
    padding: 5.6rem 0 6rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner {
    width: 70vw;
    margin: 0 auto;
  }
}
#wrapper section#future > .inner h2 {
  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%;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner h2 {
    margin-bottom: 5rem;
    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%;
  }
}
#wrapper section#future > .inner h2 span {
  color: #fff;
}
#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;
  color: #fff;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner h3 {
    font-size: 2.415812vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner h3 {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul {
    width: 28.6rem;
    margin: 0 auto;
  }
}
#wrapper section#future > .inner .future_inner > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .future_inner > ul > li {
    margin-bottom: 12.44509vw;
    gap: 5.12445vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
    margin-bottom: 6rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:nth-of-type(odd) {
  -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 .future_inner > ul > li:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  gap: 96px;
  margin-bottom: 140px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type {
    gap: 7.027818vw;
    margin-bottom: 10.2489vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type {
    gap: 5rem;
    margin-bottom: 9rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type dl {
  width: 100%;
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type dl sup {
  font-size: 14px;
  vertical-align: baseline;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type dl sup {
    font-size: 1.02489vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type dl sup {
    font-size: 1rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block {
  width: 111.915%;
  margin: 0 auto 0 0;
  overflow: inherit;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block {
    width: 100%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 {
  width: 100%;
  -webkit-transform: translate(1em, 0);
          transform: translate(1em, 0);
  position: relative;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 {
    width: 115.387%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
    left: 50%;
    margin-bottom: 7rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos {
  position: absolute;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos {
    font-size: 1.46412884vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos {
    font-size: 1rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos::after {
  content: "";
  background-color: #f26b00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: map_circle_anim 2s linear infinite;
          animation: map_circle_anim 2s linear infinite;
}
@-webkit-keyframes map_circle_anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes map_circle_anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos span {
  z-index: 1;
  position: relative;
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_01 {
  top: 26.5%;
  left: 3.8%;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_01 {
    top: 21.9%;
    left: 1.8%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_01::after {
  max-width: 54px;
  max-height: 54px;
  width: 4vw;
  height: 4vw;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_01::after {
    max-width: none;
    max-height: none;
    width: 2.7rem;
    height: 2.7rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_02 {
  top: 24.5%;
  left: 31.4%;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_02 {
    top: 16.5%;
    left: 25.4%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_02::after {
  max-width: 117px;
  max-height: 117px;
  width: 8.6vw;
  height: 8.6vw;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_02::after {
    max-width: none;
    max-height: none;
    width: 5.9rem;
    height: 5.9rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_03 {
  top: 36.9%;
  left: 39.5%;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_03 {
    top: 38.4%;
    left: 42.1%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_03::after {
  max-width: 13px;
  max-height: 13px;
  width: 1vw;
  height: 1vw;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_03::after {
    max-width: none;
    max-height: none;
    width: 0.7rem;
    height: 0.7rem;
    top: 24.1%;
    left: 7.4%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_04 {
  top: 33.6%;
  left: 71%;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_04 {
    top: 28.3%;
    left: 68.8%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_04::after {
  max-width: 89px;
  max-height: 89px;
  width: 6.6vw;
  height: 6.6vw;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block .future_figure_01 .map_pos_04::after {
    max-width: none;
    max-height: none;
    width: 4.5rem;
    height: 4.5rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block h3 {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: -2em;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block h3 {
    font-size: 1.02489vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block h3 {
    font-size: 1.2rem;
    margin-bottom: 6rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block ul {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 200;
  margin-top: -10px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block ul {
    font-size: 1.02489vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:first-of-type .future_img_block ul {
    font-size: 1.2rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:nth-of-type(3) {
  margin-bottom: -84px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li:nth-of-type(3) {
    margin-bottom: -6.1493vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:nth-of-type(3) {
    margin-bottom: 3rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li:nth-of-type(4) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#wrapper section#future > .inner .future_inner > ul > li:last-of-type {
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li dl {
  text-align: left;
  text-align: justify;
  width: 415px;
  margin-top: -0.8em;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li dl {
    width: 30.38067349vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li dl {
    width: 29rem;
    margin-top: 0;
  }
}
#wrapper section#future > .inner .future_inner > ul > li dl dt {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.1em;
  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;
  background-clip: text;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li dl dt {
    font-size: 2.489019vw;
    margin-bottom: 2.0497803vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li dl dt {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.35;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner .future_inner > ul > li dl dt {
    font-size: 1.45rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li dl dd {
  font-size: 18px;
  line-height: 2.4;
  -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;
  background-clip: text;
  letter-spacing: 0.028em;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li dl dd {
    font-size: 1.317715vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li dl dd {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#future > .inner .future_inner > ul > li dl dd {
    font-size: 0.9rem;
  }
}
#wrapper section#future > .inner .future_inner > ul > li dl dd .link_btn {
  display: block;
  margin-top: 50px;
}
#wrapper section#future > .inner .future_inner > ul > li dl dd .link_btn a {
  border-bottom: solid 1px #00a0e9;
  padding-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
#wrapper section#future > .inner .future_inner > ul > li dl dd .link_btn a:hover {
  border-color: #fff;
}
#wrapper section#future > .inner .future_inner > ul > li .future_img_block {
  width: 447px;
}
#wrapper section#future > .inner .future_inner > ul > li .future_img_block .fureu_img_item {
  overflow: hidden;
  border-radius: 20px;
}
#wrapper section#future > .inner .future_inner > ul > li .future_img_block .fureu_img_item img {
  border-radius: 20px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li .future_img_block {
    width: 32.7232vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li .future_img_block {
    width: 100%;
  }
}
#wrapper section#future > .inner .future_inner > ul > li .future_img_block img {
  width: 100%;
}
#wrapper section#future > .inner .future_inner > ul > li .future_img_block .attention {
  color: #fff;
  font-size: 14px;
  display: table;
  margin: 28px 0 0 auto;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#future > .inner .future_inner > ul > li .future_img_block .attention {
    font-size: 1.02489vw;
    margin: 2.04978vw 0 0 auto;
  }
}
@media (max-width: 767px) {
  #wrapper section#future > .inner .future_inner > ul > li .future_img_block .attention {
    font-size: 1.2rem;
    margin: 1.4rem 0 0 auto;
  }
}
#wrapper section#cg, #wrapper section#archive {
  padding-top: 190px;
}
@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: 7rem;
  }
}
#wrapper section#cg > .inner h2, #wrapper section#archive > .inner h2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner h2, #wrapper section#archive > .inner h2 {
    margin-bottom: 3rem;
  }
}
@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.4rem;
  }
}
@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:not(.slick-dots), #wrapper section#archive > .inner .slider ul:not(.slick-dots) {
  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:not(.slick-dots), #wrapper section#archive > .inner .slider ul:not(.slick-dots) {
    gap: 3vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul:not(.slick-dots), #wrapper section#archive > .inner .slider ul:not(.slick-dots) {
    gap: 1.4rem;
    -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:not(.slick-dots) li:first-of-type, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li:first-of-type {
    width: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) li:nth-of-type(2), #wrapper section#archive > .inner .slider ul:not(.slick-dots) li:nth-of-type(2) {
    width: 12.7rem;
    margin: 0 auto;
  }
}
#wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum:hover, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum:hover {
  opacity: 0.8;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum {
    max-width: 640px;
    width: 48vw;
  }
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum img, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum img {
    width: 100%;
  }
}
#wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_graphic_thum.on img, #wrapper section#archive > .inner .slider ul:not(.slick-dots) 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:not(.slick-dots) li .gallery_graphic_thum, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_graphic_thum {
    max-width: 254px;
    width: 19vw;
  }
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) li .gallery_graphic_thum img, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_graphic_thum img {
    width: 100%;
  }
}
#wrapper section#cg > .inner .slider ul:not(.slick-dots) p, #wrapper section#archive > .inner .slider ul:not(.slick-dots) 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:not(.slick-dots) p, #wrapper section#archive > .inner .slider ul:not(.slick-dots) p {
    font-size: 1.1713vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) p, #wrapper section#archive > .inner .slider ul:not(.slick-dots) p {
    font-size: 1.35rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #wrapper section#cg > .inner .slider ul:not(.slick-dots) p, #wrapper section#archive > .inner .slider ul:not(.slick-dots) p {
    font-size: 0.9rem;
  }
}
#wrapper section#behind {
  padding-bottom: 0;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner h2 {
    margin-bottom: 10.980966325vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner h2 {
    margin-bottom: 4rem;
  }
}
@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: 400;
  line-height: 2;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.12em;
  color: #000;
}
@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.5rem;
    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 .behind_first_txt_box {
  margin-bottom: 236px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_first_txt_box {
    margin-bottom: 10rem;
  }
}
#wrapper section#behind > .inner .behind_first_txt_box h3 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_first_txt_box h3 {
    height: 5.85vw;
    margin-bottom: 1.6rem;
    line-height: 1;
    font-size: inherit;
  }
  #wrapper section#behind > .inner .behind_first_txt_box h3 img {
    width: auto;
    height: 100%;
  }
}
#wrapper section#behind > .inner .behind_first_txt_box p {
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_first_txt_box p {
    margin-bottom: 3rem;
  }
}
#wrapper section#behind > .inner .behind_first_txt_box p:last-of-type {
  margin-bottom: 0;
}
#wrapper section#behind > .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  width: 90%;
  margin: 0 auto 160px;
  font-weight: 400;
}
@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: 10rem;
    -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: 28.3rem;
    margin: 0 auto;
  }
}
#wrapper section#behind > .inner .flex li .behind_img_03-2_block {
  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;
}
@-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(3) li:last-of-type.behind_img {
  -webkit-animation: none;
          animation: none;
}
#wrapper section#behind > .inner .flex:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex:last-of-type .behind_img_block {
    width: 22.5rem;
  }
  #wrapper section#behind > .inner .flex:last-of-type .behind_img {
    margin-bottom: 0;
  }
}
#wrapper section#behind > .inner .flex h3 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .flex h3 {
    height: 6.4vw;
    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;
  border-radius: 20px;
  overflow: hidden;
}
#wrapper section#behind > .inner .behind_img img {
  border-radius: 20px;
}
#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: 767px) {
  #wrapper section#behind > .inner .behind_img {
    width: 22.4rem;
    margin: 0 auto 1.8rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_block img {
    width: 100%;
  }
}
#wrapper section#behind > .inner .behind_img_list {
  max-width: 1050px;
  width: 93%;
  margin: 0 auto 160px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list {
    margin: 0 auto 10rem;
  }
}
#wrapper section#behind > .inner .behind_img_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_list ul {
    gap: 9.51683vw;
  }
  #wrapper section#behind > .inner .behind_img_list ul img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
    width: 27.5rem;
    margin: 0 auto;
  }
}
#wrapper section#behind > .inner .behind_img_list ul:first-of-type {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul:first-of-type {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_list ul:first-of-type li:first-of-type {
    width: 40.6295754vw;
  }
}
#wrapper section#behind > .inner .behind_img_list ul:first-of-type li:last-of-type {
  margin-bottom: 54px;
  margin-right: 54px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_list ul:first-of-type li:last-of-type {
    width: 22.401vw;
    margin-bottom: 3.953147877vw;
    margin-right: 3.953147877vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul:first-of-type li:last-of-type {
    margin-bottom: 0;
    margin-right: -3rem;
    width: 11.5rem;
  }
}
#wrapper section#behind > .inner .behind_img_list ul:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul:last-of-type {
    width: 33.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
#wrapper section#behind > .inner .behind_img_list ul:last-of-type li:first-of-type {
  margin-top: 54px;
  margin-left: 54px;
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_list ul:last-of-type li:first-of-type {
    width: 22.401vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul:last-of-type li:first-of-type {
    width: 11rem;
    margin-top: -3rem;
    margin-left: 0;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  #wrapper section#behind > .inner .behind_img_list ul:last-of-type li:last-of-type {
    width: 40.6295754vw;
  }
}
@media (max-width: 767px) {
  #wrapper section#behind > .inner .behind_img_list ul:last-of-type li:last-of-type {
    width: 19.85rem;
  }
}
#wrapper section#behind > .inner .behind_img_list ul li {
  border-radius: 20px;
  overflow: hidden;
}
#wrapper section#behind > .inner .behind_img_list ul li img {
  border-radius: 20px;
}
@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 .slick-dots {
  margin-top: 25px;
  position: relative;
  bottom: 0;
  gap: 0 !important;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slick-dots {
    display: none !important;
  }
}
#wrapper section#archive > .inner .slider_control {
  position: absolute;
  width: 1038px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000000;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider_control {
    width: 33rem;
  }
  #wrapper section#archive > .inner .slider_control .slick-prev {
    left: 0;
  }
  #wrapper section#archive > .inner .slider_control .slick-next {
    right: 0;
  }
}
#wrapper section#archive > .inner .slider_control .slick-prev, #wrapper section#archive > .inner .slider_control .slick-next {
  width: 25px;
  height: 37px;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider_control .slick-prev, #wrapper section#archive > .inner .slider_control .slick-next {
    width: 3.1rem;
    height: 3.2rem;
  }
}
#wrapper section#archive > .inner .slider_control .slick-prev:hover::before, #wrapper section#archive > .inner .slider_control .slick-next:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#wrapper section#archive > .inner .slider_control .slick-prev:before, #wrapper section#archive > .inner .slider_control .slick-next:before {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
}
#wrapper section#archive > .inner .slider_control .slick-prev:before {
  background: url(../images/archive_prev_arrow_pc.svg) no-repeat top left/100% auto;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider_control .slick-prev:before {
    background: url(../images/cm_graphic_prev_arrow.svg) no-repeat top left/100% auto;
  }
}
#wrapper section#archive > .inner .slider_control .slick-next:before {
  background: url(../images/archive_next_arrow_pc.svg) no-repeat top left/100% auto;
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider_control .slick-next:before {
    background: url(../images/cm_graphic_next_arrow.svg) no-repeat top left/100% auto;
  }
}
#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: #000;
  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: #000 #000 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;
}
@media (max-width: 820px) and (orientation: portrait) {
  #wrapper section#archive > .inner .slider dl dd a::after {
    top: 1px;
  }
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider dl dd a::after {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.2rem;
  }
}
#wrapper section#archive > .inner .slider dl dd a:hover::after {
  -webkit-transform: translate(5px, 0) rotate(45deg);
          transform: translate(5px, 0) rotate(45deg);
}
@media (max-width: 767px) {
  #wrapper section#archive > .inner .slider ul:not(.slick-dots) li:first-of-type {
    width: 24.3rem;
    margin: 0 auto;
  }
  #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_cm_thum, #wrapper section#archive > .inner .slider ul:not(.slick-dots) li .gallery_graphic_thum {
    margin-bottom: 1rem;
    line-height: 1;
  }
}
#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 #000;
  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 #000;
    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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@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 #000;
}
@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: 6rem 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 {
    margin-bottom: 3rem;
    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;
  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: 60%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90vh;
  margin: 0 auto;
}
.cm_graphic_slider * {
  height: 100%;
}
@media (min-width: 768px) {
  .cm_graphic_slider {
    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: 65%;
    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 .slick-slide {
  margin: 0 0.7%;
}
@media (max-width: 767px) {
  .cm_graphic_slider .slick-slide {
    padding: 0 0.4%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.cm_graphic_slider .slick-slide img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cm_graphic_slider .slick-prev:before {
  background: url(../images/cm_graphic_prev_arrow.svg) no-repeat top left/100% auto;
}
.cm_graphic_slider .slick-next:before {
  background: url(../images/cm_graphic_next_arrow.svg) no-repeat top left/100% auto;
}
.cm_graphic_slider .slider_control {
  position: absolute;
  width: 107%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000000;
}
@media (max-width: 767px) {
  .cm_graphic_slider .slider_control {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cm_graphic_slider .slick-active {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.cm_graphic_slider .slick-prev, .cm_graphic_slider .slick-next {
  max-width: 65px;
  max-height: 65px;
  z-index: 100000;
  width: 3.386vw;
  height: 3.386vw;
}
@media (max-width: 767px) {
  .cm_graphic_slider .slick-prev, .cm_graphic_slider .slick-next {
    max-width: 100%;
    max-width: 100%;
    width: 3rem;
    height: 3rem;
  }
}
.cm_graphic_slider .slick-prev:hover::before, .cm_graphic_slider .slick-next:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cm_graphic_slider .slick-prev {
  left: 0;
}
.cm_graphic_slider .slick-next {
  right: 0;
}
.cm_graphic_slider .slick-prev:before, .cm_graphic_slider .slick-next:before {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cm_graphic_slider img {
  width: 100%;
  height: auto;
  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: 1000000;
  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;
  }
}
.slick-list {
  overflow: inherit;
}/*# sourceMappingURL=style.css.map */