@charset "UTF-8";
/*default*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500&display=swap");
.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close_box {
  z-index: 9999;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5rem;
  top: 5rem;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  line-height: 30px;
  font-weight: 100 !important;
  border: 0;
  background: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.lity-close_box button {
  font-size: 60px;
  font-size: 6rem;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button:active {
  top: 3rem;
  right: 3rem;
}

button img {
  display: block;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  right: 5rem;
  top: 5rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  border: 0;
  font-weight: 100;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: .6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 15px;
  font-size: 1.5em;
  line-height: 1.75;
  color: #333;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

html.win.chrome body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html.win.gecko body {
  font-family: 'Noto Sans JP',"Noto Sans Japanese","Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: 'Inter', sans-serif;
  font-family: futura-pt, sans-serif;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.adelay01 {
  animation-delay: 0.1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay01 {
    animation-delay: 0s !important;
  }
}

.adelay02 {
  animation-delay: 0.2s !important;
}
@media only screen and (max-width: 768px) {
  .adelay02 {
    animation-delay: 0s !important;
  }
}

.adelay03 {
  animation-delay: 0.3s !important;
}
@media only screen and (max-width: 768px) {
  .adelay03 {
    animation-delay: 0s !important;
  }
}

.adelay04 {
  animation-delay: 0.4s !important;
}
@media only screen and (max-width: 768px) {
  .adelay04 {
    animation-delay: 0s !important;
  }
}

.adelay05 {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 768px) {
  .adelay05 {
    animation-delay: 0s !important;
  }
}

.adelay06 {
  animation-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .adelay06 {
    animation-delay: 0s !important;
  }
}

.adelay07 {
  animation-delay: 0.7s !important;
}
@media only screen and (max-width: 768px) {
  .adelay07 {
    animation-delay: 0s !important;
  }
}

.adelay08 {
  animation-delay: 0.8s !important;
}
@media only screen and (max-width: 768px) {
  .adelay08 {
    animation-delay: 0s !important;
  }
}

.adelay09 {
  animation-delay: 0.9s !important;
}
@media only screen and (max-width: 768px) {
  .adelay09 {
    animation-delay: 0s !important;
  }
}

.adelay10 {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 768px) {
  .adelay10 {
    animation-delay: 0s !important;
  }
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.leftright {
  opacity: 0;
}

.inview.leftright.active {
  -webkit-animation: leftright_anim .5s ease-out;
  animation: leftright_anim .5s ease-out;
  animation-fill-mode: forwards;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  animation-fill-mode: forwards;
}

.image-anime-mask {
  overflow: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform-origin: left;
}
.image-anime-mask.active {
  transform: translate3d(0, 0, 0);
}

.image-anime-main {
  display: block;
  transform: translate3d(100%, 0, 0);
  transition: all 0.8s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
.image-anime-main.active {
  transform: translate3d(0, 0, 0);
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
  transition-delay: .3s;
  line-height: 1.5;
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #7B8496;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #7B8496;
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: .6s;
}
.anim_box.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.anim_box.is-active span:before {
  animation-name: copyslide;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: .1s;
}
.anim_box.is-active span.adelay02:before {
  animation-delay: .3s;
}
.anim_box.is-active span.adelay04:before {
  animation-delay: .6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  animation-delay: .3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  animation-delay: .4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  animation-delay: .5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  animation-delay: .6s;
}

@keyframes fadeInup {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes leftright_anim {
  0% {
    transform: translatex(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes copyslide {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes copyslide_stop {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  right: 0;
  bottom: 5rem;
  display: flex;
  z-index: 7000;
  width: 3em;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: -5em;
  transform: translateX(46%);
}

.scroll {
  content: "";
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  width: 1px;
  height: 50px;
  background: #333;
  z-index: 999;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #000;
  z-index: 999;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

.animate_btn {
  text-align: center;
}
.animate_btn.rv a:after {
  color: #0A45FF;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transform: rotate(180deg);
}
.animate_btn a {
  display: inline-block;
  background: #ffffff;
  color: #0A45FF;
  border: 1px solid #0A45FF;
  padding: 3rem 10rem;
  position: relative;
  margin: 0 0 5rem 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    background: #0A45FF;
    color: #ffffff;
    padding: 1.5rem 0;
    white-space: nowrap;
    width: 50%;
    margin: 0 auto 3rem auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 3vw;
    font-weight: bold;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #0a3e6f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0a3e6f 0%, #0c65b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0a3e6f 0%, #0c65b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6f', endColorstr='#0c65b5',GradientType=1 );
  /* IE6-9 */
  transition: all .3s ease;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:before {
    display: none;
  }
}
.animate_btn a:after {
  color: #0A45FF;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.88, 0.08, 0.71, 0.76);
}
@media only screen and (max-width: 768px) {
  .animate_btn a:after {
    right: 1rem;
    color: #ffffff;
  }
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #0A45FF;
  }
}
.animate_btn a:hover span {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover span {
    color: #ffffff;
  }
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
.animate_btn a:hover:after {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover:after {
    color: #ffffff;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.image_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .image_wrap {
    width: 100%;
  }
}
.image_wrap.bg01 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg01 {
    padding: 0;
  }
}
.image_wrap.bg01:after {
  background: #7B8496;
  height: 100%;
  top: -5rem;
  left: 5rem;
}
.image_wrap.bg02 {
  padding: 0 0 0 5rem;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg02 {
    padding: 0;
    margin: 0;
  }
}
.image_wrap.bg02:after {
  background: #0A45FF;
  height: 70%;
  bottom: -5rem;
  left: -5rem;
}
.image_wrap.bg03 {
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .image_wrap.bg03 {
    padding: 0;
  }
}
.image_wrap.bg03:after {
  background: #666;
  height: 100%;
  top: -5rem;
  left: 5rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left;
  overflow: hidden;
  display: block;
}
.image-mask.active {
  transform: translate3d(0, 0, 0);
}
.image-mask.active .img_main {
  transform: translate3d(0, 0, 0);
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0);
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes hoverElem {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  49% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
}
body {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .tate {
    writing-mode: horizontal-tb;
  }
}

.tatete {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html.win.gecko .ro, html.win.gecko .la {
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #0A45FF;
}
@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}

.lborder::after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #000;
}

.unborder_big::after {
  content: '';
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

main {
  width: 100%;
  overflow: hidden;
}

#round {
  padding: 80px;
  content: "";
  position: fixed;
  top: -1rem;
  right: -1rem;
  z-index: 9999;
}
#round .menu {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
#round .menu .-border {
  height: 1px;
  width: 20px;
  background: #fff;
  margin-top: 4px;
  display: inline-block;
  transition: all .3s ease;
}
#round .menu .-border:first-child {
  margin-top: 0;
  will-change: transform;
}
#round .menu.active .-border:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
  margin: 0.1rem 0 0 0.1rem;
  width: 24px;
}
#round .menu.active .-border:nth-child(2) {
  display: none;
}
#round .menu.active .-border:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0 0 0 0.2rem;
  width: 24px;
}

.bgnoise {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .9;
  visibility: visible;
}

@keyframes bg-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}
#gnav_block {
  position: fixed;
  width: 50rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9998;
  right: 0;
  display: none;
  color: #fafafa;
}
@media only screen and (max-width: 768px) {
  #gnav_block {
    width: 100%;
    height: 100vh;
  }
}
#gnav_block.is-open {
  display: flex;
  animation: menushow 0.5s linear 0s;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #gnav_block.is-open {
    display: flex;
    align-items: flex-end;
  }
}
@keyframes menushow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gnav_block .inner {
  padding: 10% 10% 0 20%;
  overflow-y: scroll;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #gnav_block .inner {
    padding: 10% 10% 5% 10%;
  }
}
#gnav_block .inner .block .box01 {
  margin: 0 0 1rem 0;
}
#gnav_block .main_title {
  margin: 0 0 5rem 0;
}
#gnav_block .main_title p.sub {
  font-size: 1.4rem;
}
#gnav_block .main_title p {
  font-size: 5rem;
  line-height: 1.2;
}
#gnav_block .menu_title {
  font-size: 3rem;
  font-weight: 100;
}
#gnav_block .box a {
  color: #ccc;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #gnav_block .box a {
    margin: 0 0 0.5em 0;
  }
}
#gnav_block .box a:before {
  display: inline-block;
  content: "";
  width: 0;
  transition: all .3s ease;
  height: 1px;
  background: #ffffff;
}
#gnav_block .box a p {
  display: inline-block;
  position: relative;
}
#gnav_block .box a p:after {
  content: "";
  width: 105%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#gnav_block .box a:hover {
  color: #fff;
}
#gnav_block .box a:hover:before {
  width: 1rem;
}
#gnav_block .box a:hover p:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bgv {
  position: relative;
  height: 70vh;
  height: 100%;
  overflow: hidden;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -9999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.bgv video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .bgv {
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.bgv2 {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: -1;
  display: none;
}

#visual {
  height: 90vh;
  position: relative;
  width: 100%;
}
#visual .logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #visual .logo {
    width: 130px;
    top: 5%;
    left: 5%;
  }
}
#visual .top_txt {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #visual .top_txt {
    top: 10rem;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
}
#visual .top_txt .in {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #333;
}
#visual .top_txt .out {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
#visual .sub_txt {
  overflow: hidden;
}
#visual .left_txt {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #visual .left_txt {
    left: 1rem;
    font-size: 10px;
    font-size: 1rem;
  }
}
#visual .left_txt .in {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #333;
}
#visual .left_txt .out {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
#visual .right_txt {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #visual .right_txt {
    right: 1rem;
    font-size: 10px;
    font-size: 1rem;
  }
}
#visual .right_txt .in {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #333;
}
#visual .right_txt .out {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
#visual .nextlogo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}
#visual .nextlogo p {
  position: relative;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
#visual .lead {
  text-align: center;
  margin: 2rem 0 0 0;
  word-wrap: break-word;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #visual .lead {
    font-size: 10px;
    font-size: 1rem;
  }
}

.title .mainen {
  overflow: hidden;
  font-size: 100px;
  font-size: 10rem;
  font-weight: bold;
  white-space: nowrap;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  display: block;
  line-height: 1;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .title .mainen {
    font-size: 40px;
    font-size: 4rem;
  }
}
.title .mainen span {
  display: inline-block;
  position: relative;
}

#video2, #video3 {
  display: none;
}

.entry_mypage_btn {
  display: flex;
  width: 1000px;
  margin: 0 auto 10rem auto;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .entry_mypage_btn {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
.entry_mypage_btn .box {
  width: 50%;
  position: relative;
  text-align: center;
  padding: 2rem 0;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s ease;
  overflow: hidden;
}
.entry_mypage_btn .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.entry_mypage_btn .box span {
  font-weight: 300;
}
.entry_mypage_btn .box p {
  display: block;
}
@media only screen and (max-width: 768px) {
  .entry_mypage_btn .box p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.entry_mypage_btn .box:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 4%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #fff;
}
.entry_mypage_btn .box:hover p {
  animation: up2 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.entry_mypage_btn .box:hover:after {
  transform: translateX(1px);
}
.entry_mypage_btn .box.entry {
  background: #0A45FF;
  color: #ffffff;
}
.entry_mypage_btn .box.entry:hover {
  background: #2458ff;
}
.entry_mypage_btn .box.mypage {
  background: #3F23B4;
  color: #ffffff;
}
.entry_mypage_btn .box.mypage:hover {
  background: #4627c9;
}

section.intro {
  position: relative;
  display: block;
  padding: 10rem 0;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  section.intro {
    padding: 5rem 5%;
    margin: 0 0 0 0;
  }
}
section.intro .bgg {
  display: block;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0%;
  right: 0;
  content: "";
  z-index: -1;
}
section.intro .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  section.intro .inner {
    display: block;
  }
}
section.intro .inner .left {
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.intro .inner .left {
    align-items: center;
    margin: 0 0 2rem 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 2rem 0;
  }
}
section.intro .inner .left p.en {
  font-size: 10px;
  font-size: 1rem;
  margin: 1rem 2rem 0 0;
}
section.intro .inner .left .box {
  font-weight: bold;
  width: 100%;
}
section.intro .inner .left .box h2 {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  section.intro .inner .left .box h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.intro .inner .right .num_box {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.intro .inner .right .num_box {
    margin: 0 0 2rem 0;
  }
}
section.intro .inner .right .num_box .num {
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  display: flex;
  position: relative;
  margin: 0 0 1rem 0;
  color: #475274;
}
section.intro .inner .right .num_box .num span {
  font-weight: 300;
  display: inline-block;
  margin: 0 0 0 1rem;
}
section.intro .inner .right .num_box .num:after {
  margin: 0 0 0 1rem;
  content: "";
  width: 20px;
  height: 1px;
  background: #3F23B4;
}
section.intro .inner .right .num_box h3 {
  flex: 1;
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  section.intro .inner .right .num_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.intro .inner .right .num_box h3 br {
    display: none;
  }
}

.css-selector {
  background: linear-gradient(233deg, #0a45ff, #00b9ff, #4d27aa, #e82fa8);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 16s ease infinite;
  -moz-animation: AnimationName 16s ease infinite;
  animation: AnimationName 16s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.about {
  background: #0A45FF;
  background: rgba(10, 69, 255, 0.95);
  color: #ffffff;
  border-left: 70px solid #fff;
  border-right: 70px solid #fff;
  position: relative;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.about {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  section.about {
    margin: 0 0 3rem 0;
  }
}
section.about .bg_image {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section.about .bg_image ul li {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}
section.about .bg_image ul li:first-child {
  margin: 0 0 5rem 0;
}
section.about .bg_image ul li img {
  width: auto;
  height: 100%;
}
section.about .bg_image ul li img:first-child {
  animation: loop 50s -25s linear infinite;
}
section.about .bg_image ul li img:last-child {
  animation: loop2 50s linear infinite;
}
section.about .bg_image ul li.rv img:first-child {
  animation: loop3 50s -25s linear infinite;
}
section.about .bg_image ul li.rv img:last-child {
  animation: loop4 50s linear infinite;
}
section.about .inner {
  max-width: 800px;
  margin: auto;
  padding: 10rem 5% 5rem 5%;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.about .inner {
    max-width: 100%;
    padding: 5rem 5% 0 5%;
  }
}
section.about .inner h2 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.about .inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
}
section.about .inner h2 span.en {
  font-weight: 500;
}
section.about .inner h2 span.small {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  section.about .inner h2 span.small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
section.about .inner .txt p {
  line-height: 2;
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  section.about .inner .txt p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.75;
    text-align: left;
  }
}

.flow {
  z-index: 9;
  position: relative;
  margin: 0 auto;
  padding: 0 5% 10rem 5%;
  max-width: 1000px;
}
.flow h4 {
  margin: 0 0 1rem 0;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .flow h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.flow h4:before {
  content: "";
  margin: 0 2rem 0 0;
  width: 5rem;
  height: 1px;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding: 3rem 5% 3rem 5%;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.intern_title {
  text-align: center;
  margin: 0 0 5rem 0;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .intern_title {
    margin: 0 0 3rem 0;
  }
}
.intern_title p {
  display: inline-block;
  background: #333;
  color: #ffffff;
  padding: 1rem;
}

section.program {
  padding: 5rem 0;
  position: relative;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.program {
    margin: 0 0 0 0;
    padding: 0 0 5rem 0;
  }
}
section.program .bgg {
  display: block;
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #1C3EAC;
  background: rgba(28, 62, 172, 0.8);
  background: rgba(71, 82, 116, 0.9);
  width: 40%;
}
@media only screen and (max-width: 768px) {
  section.program .bgg {
    width: 100%;
    height: 100%;
  }
}
section.program .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  z-index: 9;
  position: relative;
}
section.program .inner .program_flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex {
    display: block;
  }
}
section.program .inner .program_flex .en.tate {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex .en.tate {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3rem;
    width: 100%;
    text-align: center;
  }
}
section.program .inner .program_flex .program_box {
  flex: 1;
}
section.program .inner .program_flex .is_box {
  margin: 0 0 1rem 0;
  position: relative;
  background: #ffffff;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
section.program .inner .program_flex .is_box.p01 .num {
  color: #3068B2;
}
section.program .inner .program_flex .is_box.p01 h1 .s1 path {
  color: #3068B2;
}
section.program .inner .program_flex .is_box.p01 h1:before {
  color: #3068B2;
}
section.program .inner .program_flex .is_box.p01 h1:after {
  background: #3068B2;
}
section.program .inner .program_flex .is_box.p02 .num {
  color: #513F96;
}
section.program .inner .program_flex .is_box.p02 h1 .s2 path {
  color: #513F96;
}
section.program .inner .program_flex .is_box.p02 h1:before {
  color: #513F96;
}
section.program .inner .program_flex .is_box.p02 h1:after {
  background: #513F96;
}
section.program .inner .program_flex .is_box.p03 .num {
  color: #BF2B7E;
}
section.program .inner .program_flex .is_box.p03 h1 .s3 path {
  color: #BF2B7E;
}
section.program .inner .program_flex .is_box.p03 h1:before {
  color: #BF2B7E;
}
section.program .inner .program_flex .is_box.p03 h1:after {
  background: #BF2B7E;
}
section.program .inner .program_flex .is_box h1 {
  padding: 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex .is_box h1 {
    padding: 3rem 0;
  }
}
section.program .inner .program_flex .is_box h1:after {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  transition: all .3s ease;
}
section.program .inner .program_flex .is_box h1 .s1 path {
  fill: #3068B2;
}
section.program .inner .program_flex .is_box h1 .s2 path {
  fill: #513F96;
}
section.program .inner .program_flex .is_box h1.active:after, section.program .inner .program_flex .is_box h1:hover:after {
  width: 100%;
}
section.program .inner .program_flex .is_box h1.active .svg path, section.program .inner .program_flex .is_box h1:hover .svg path {
  fill: #fff;
}
section.program .inner .program_flex .is_box h1.active .num, section.program .inner .program_flex .is_box h1.active:before, section.program .inner .program_flex .is_box h1:hover .num, section.program .inner .program_flex .is_box h1:hover:before {
  color: #fff !important;
}
section.program .inner .program_flex .is_box h1:before {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 4%;
  margin-top: -0.5em;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #0A45FF;
}
section.program .inner .program_flex .is_box h1 .image {
  width: 380px;
  margin: 0 auto 0 auto;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex .is_box h1 .image {
    width: 70%;
  }
}
section.program .inner .program_flex .is_box h1 .num {
  position: absolute;
  top: 2em;
  left: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  font-style: italic;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex .is_box h1 .num {
    top: 1rem;
    left: 1rem;
  }
}
section.program .inner .program_flex .is_box .table_block {
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  section.program .inner .program_flex .is_box .table_block {
    padding: 3%;
  }
}
section.program .inner table#rectable {
  width: 100%;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  section.program .inner table#rectable col {
    width: 100% !important;
  }
}
section.program .inner table#rectable th, section.program .inner table#rectable td {
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
section.program .inner table#rectable th p, section.program .inner table#rectable td p {
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  section.program .inner table#rectable th, section.program .inner table#rectable td {
    display: block;
    padding: 2rem;
    width: 100% !important;
  }
}
section.program .inner table#rectable th {
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  section.program .inner table#rectable th {
    background: #fafafa;
    text-align: center;
  }
}
section.program .inner table#rectable strong {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  section.program .inner #section01 {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  section.program .inner .btnbox {
    margin: 0 !important;
  }
}
section.program .inner #lead_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  section.program .inner #lead_sp {
    display: block;
    padding: 5%;
  }
  section.program .inner #lead_sp p {
    margin: 0 0 1em 0;
    font-weight: bold;
  }
}
section.program .inner p.imp {
  font-weight: bold;
}

.real_wrap {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  margin: 0 auto !important;
}
.swiper-container .swiper-slide {
  opacity: 0.1;
  transition: all .5s ease;
  width: 640px;
  margin: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-slide {
    width: 100%;
    margin: auto;
  }
}
.swiper-container .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.swiper-container .swiper-counter {
  position: absolute;
  top: 5rem;
  right: 8rem;
  display: flex;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-counter {
    top: 2rem;
    right: 2rem;
  }
}
.swiper-container .swiper-counter span {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
}
.swiper-container .swiper-counter span.total {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.swiper-container .swiper-counter span.total:before {
  width: 20px;
  height: 2px;
  margin: 0 1rem;
  content: "";
  background: #ccc;
}
.swiper-container .swiper-slide-active,
.swiper-container .swiper-slide-duplicate-active {
  opacity: 1;
}
.swiper-container .swiper-button-next {
  right: 0%;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-button-next {
    right: 0;
    top: 50%;
  }
}
.swiper-container .swiper-button-prev {
  left: 0%;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-button-prev {
    left: 0;
    top: 50%;
  }
}
.swiper-container .swiper-custom-button {
  background-image: none !important;
  color: white;
  text-align: center;
  line-height: 64px;
  display: block;
  width: 44px !important;
  height: 44px !important;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-custom-button {
    line-height: 44px;
    width: 24px !important;
    height: 24px !important;
  }
}
.swiper-container .swiper-custom-button:after {
  display: none;
}
.swiper-container .swiper-custom-button i {
  display: block;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px;
  text-align: center;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .swiper-container .swiper-custom-button i {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 24px;
    width: 24px !important;
    height: 24px !important;
  }
}

section.tour {
  background: rgba(255, 255, 255, 0.8);
  padding: 15rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.tour {
    padding: 3rem 0;
  }
}
section.tour .bg_txt {
  font-size: 20vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  color: rgba(51, 51, 51, 0.1);
  font-weight: 100;
  line-height: 1.2;
}

section.voice {
  padding: 10rem 0;
  position: relative;
  background: #555;
}
@media only screen and (max-width: 768px) {
  section.voice {
    padding: 5rem 0;
  }
}
section.voice .bgg {
  display: block;
  position: absolute;
  width: 100%;
  height: 600px;
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  background: #1C3EAC;
  background: rgba(28, 62, 172, 0.8);
  background: #FF36B9;
  background: rgba(71, 82, 116, 0.9);
  width: 40%;
}
@media only screen and (max-width: 768px) {
  section.voice .bgg {
    width: 100%;
    height: 100%;
  }
}
section.voice .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  section.voice .inner {
    padding: 0 3%;
  }
}
section.voice .inner .program_flex {
  position: relative;
}
section.voice .inner .program_flex .en {
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  width: 10%;
  position: absolute;
  top: -2rem;
  right: -2rem;
}
@media only screen and (max-width: 768px) {
  section.voice .inner .program_flex .en {
    width: 100%;
    padding: 3rem;
    right: 0;
    text-align: center;
  }
}
section.voice .inner .program_flex .program_box {
  flex: 1;
  padding: 0 6%;
}
section.voice .inner .program_flex .program_box .voice_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.voice .inner .program_flex .program_box .voice_flex .box {
  width: 32%;
  margin: 0 0 2rem 0;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 3rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  section.voice .inner .program_flex .program_box .voice_flex .box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.sample-box-11 {
  background-color: #fff;
  margin: 2em 0;
  padding: 2em;
  position: relative;
  z-index: 1;
}

.sample-box-11::before,
.sample-box-11::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.sample-box-11::before {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  z-index: -1;
}

.sample-box-11::after {
  background-color: #0A45FF;
  top: 7px;
  left: 7px;
  z-index: -2;
}

.noizeFx01, .noizeFx02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.noizeFx01 {
  color: #0f0 !important;
}

.noizeFx02 {
  color: #f0f !important;
}

@keyframes up {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes up2 {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -190%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -190%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
#news {
  max-width: 1000px;
  margin: auto;
  padding: 0 5%;
  margin: 0 auto 2rem auto;
}
#news .news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  #news .news_flex {
    display: block;
  }
}
#news .news_flex .title {
  width: 7em;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #news .news_flex .title {
    width: 100%;
    text-align: left;
    font-size: 10px;
    font-size: 1rem;
  }
}
#news .news_flex .news_main {
  flex: 1;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  #news .news_flex .news_main {
    display: block;
    padding: 0.5rem;
  }
}
#news .news_flex .news_main dl {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}
#news .news_flex .news_main dl dt {
  font-weight: bold;
  margin: 0 1rem 0 0;
}

span.bold {
  font-weight: bold;
}

#loop {
  display: flex;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  #loop {
    margin: 0;
    padding: 0 5%;
  }
}
#loop ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #loop ul {
    display: block;
    z-index: 999;
  }
}
#loop ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 300px;
  margin: 0 2rem;
  padding: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #loop ul li {
    padding: 2rem;
    margin: 0 0 1rem 0;
    width: 100%;
    font-weight: normal;
  }
}
#loop ul li.photo {
  padding: 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  #loop ul li.photo {
    display: none !important;
  }
}

.timecode {
  display: flex;
}
.timecode ul {
  display: flex;
  height: 90px;
}
.timecode ul li {
  display: flex;
  width: 200px;
  border: 4px solid #333;
  transform: skew(-15deg);
  margin: 4px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #111;
}
.timecode ul li.active {
  background: #CCC;
}
.timecode ul li div {
  color: #FFF;
  transform: skew(15deg);
}
.timecode ul {
  position: relative;
  left: 0;
}
.timecode ul li .time {
  display: block;
  font-size: 10px;
}

.people_block {
  max-width: 1200px;
  margin: 0 auto 15rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .people_block {
    display: block;
    margin: 0 auto 5rem auto;
  }
}
.people_block .box {
  width: 47%;
  margin: 0 0 5rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .people_block .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.people_block .box .numb {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .people_block .box .numb {
    width: 80px;
  }
}
.people_block .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.people_block .box:hover .yaji {
  transform: scale(1.2);
}
.people_block .box:hover .yaji:before {
  transform: scale(1.1);
}
.people_block .box:hover .yaji:after {
  color: #ffffff;
}
.people_block .box .yaji {
  width: 44px;
  height: 44px;
  background: #ccc;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.people_block .box .yaji:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  transform: scale(0);
  border-radius: 50%;
  background: #000;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.people_block .box .yaji:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: -0.5 em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all .3s;
  color: #fff;
}
.people_block .box .image {
  position: relative;
  margin: 0 0 3rem 0;
}
.people_block .box .image .prof {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #ffffff;
  text-align: right;
}
.people_block .box .image .prof .job {
  margin: 0 0 2rem 0;
}
.people_block .box .image .prof .job p {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 0.1rem 0.5rem;
}
.people_block .box .image .prof .name p.en {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .people_block .box .copy {
    padding: 0 5rem 0 0;
  }
  .people_block .box .copy br {
    display: none;
  }
  .people_block .box .copy p br {
    display: none;
  }
}

.hi .image, .hi .photo {
  overflow: hidden;
}
.hi .image img, .hi .photo img {
  transition: all 0.5s ease;
  will-change: transform;
}
.hi:hover .image img, .hi:hover .photo img {
  transform: scale(1.05);
}

.int_main {
  background: #ffffff;
  border: 1px solid #000;
  padding: 10%;
  max-width: 1040px;
  margin: 0 auto 5rem auto;
  z-index: 1200;
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .int_main {
    padding: 7%;
    width: 96%;
  }
}
.int_main .close_btn {
  width: 64px;
  height: 64px;
  content: "";
  background: #555;
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2000;
}
@media only screen and (max-width: 768px) {
  .int_main .close_btn {
    width: 54px;
    height: 54px;
    top: 1rem;
    right: 1rem;
  }
}
.int_main .close_btn:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  transform: scale(0);
  border-radius: 50%;
  background: #000;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.int_main .close_btn i {
  color: #ffffff;
  font-size: 4rem;
  display: block;
  text-align: center;
  line-height: 64px;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .int_main .close_btn i {
    line-height: 54px;
  }
}
.int_main .close_btn:hover:before {
  transform: scale(1.1);
}
.int_main .close_btn:hover i {
  color: #ffffff;
}
.int_main.is-open {
  display: block;
  animation: int_show 0.5s linear 0s;
}
@keyframes int_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.int_main .image {
  position: relative;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .int_main .image {
    margin: 0 0 2rem 0;
  }
}
.int_main .image .numb {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .int_main .image .numb {
    width: 60px;
  }
}
.int_main .image .images {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .int_main .image .images {
    width: 100%;
  }
}
.int_main .image .prof {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #333;
  text-align: right;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof {
    position: static;
    transform: none;
    text-align: left;
  }
}
.int_main .image .prof .job {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof .job {
    margin: 0 0 1rem 0;
  }
}
.int_main .image .prof .job p {
  display: inline-block;
  border: 1px solid #333;
  padding: 0.1rem 1rem;
}
.int_main .image .prof .name {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof .name {
    font-size: 1.6rem;
  }
}
.int_main .image .prof .name p.en {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof .name p.en {
    font-size: 1.6rem;
  }
}
.int_main .image .prof .profile {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof .profile {
    font-size: 1.2rem;
  }
}
.int_main .image .prof .profile:before {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  margin: 2rem 0 2rem auto;
  background: #333;
}
@media only screen and (max-width: 768px) {
  .int_main .image .prof .profile:before {
    margin: 1rem 0;
  }
}
.int_main .copy {
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .int_main .copy {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .int_main .copy p br {
    display: none;
  }
}
.int_main .main_block p {
  margin: 0 0 1em 0;
  text-align: justify;
}
