@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&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=Marcellus&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

body {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.75;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
}
@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;
}

.serif {
  font-family: 'Marcellus', 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: #A3FF10;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #A3FF10;
  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.rv a:after {
  color: #011922;
  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;
  position: relative;
  transition: all .3s ease;
  padding: 1rem 3rem 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 100%;
  left: 0;
  content: "";
  z-index: 0;
  height: 3px;
  background: #000;
  transition: all .3s ease;
  right: 0;
  left: auto;
}
.animate_btn a:after {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  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);
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .animate_btn a:hover {
    color: #011922;
  }
}
.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;
}
@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 {
  position: relative;
  margin: 0 0 0 0.1rem;
}

.image-mask {
  transform: translate3d(-100%, 0, 0);
  transition: 1.5s 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) scale(1);
}
.image-mask .image {
  position: relative;
}
.image-mask .img_main {
  transform: translate3d(101%, 0, 0) scale(1.2);
  transition: 1.5s 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);
  }
}
@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);
  }
}
.modal {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.air .modal-overlay {
  background: rgba(45, 170, 240, 0.9);
}
.modal.air h3 {
  color: #2DAAF0;
}
.modal.air .modal-close {
  background: #0031A0;
}
.modal.rezi .modal-overlay {
  background: rgba(250, 155, 35, 0.9);
}
.modal.rezi h3 {
  color: #FA9B23;
}
.modal.rezi .modal-close {
  background: #FA9B23;
}

.modal.is-show {
  z-index: 6000;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 90%;
  max-width: 940px;
  padding: 5rem;
  border-radius: 5px;
  background-color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .modal-window {
    top: 10rem;
    transform: translateX(-50%);
    padding: 2rem;
    height: 70vh;
  }
}
.modal-window h3 {
  text-align: center;
  margin: 0 0 5rem 0;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .modal-window h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bold;
  }
}

.modal-body {
  max-height: calc(90vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .modal-body {
    max-height: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal-body p.detail {
  margin: 3rem 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  width: 54px;
  height: 54px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 54px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    top: -1rem;
    right: -1rem;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.zu_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .zu_flex {
    display: block;
  }
}
.zu_flex .image {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .zu_flex .image {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.zu_flex .txt {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .zu_flex .txt {
    width: 100%;
  }
}
.zu_flex .txt .exp {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  .zu_flex .txt .exp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.zu_flex .txt .exp .ttt {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 0.5rem 0;
  margin: 0 0 0.5rem 0;
}
.zu_flex .txt .exp .ttt .alp {
  background: #4BAAEB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 1rem 0 0;
}
.zu_flex .txt .exp .ttt h4 {
  font-weight: bold;
}

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: #011922;
}
@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;
}

html {
  overflow-y: scroll;
}

header {
  padding: 1rem 2rem;
  width: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0.5rem 1rem;
    background: #ffffff;
    position: fixed;
    width: 100%;
  }
}
header .h_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  header .h_inner {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
}
header .h_inner #logo {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .h_inner #logo {
    display: block;
    min-width: 140px;
    max-width: 240px;
    width: 100%;
  }
}
header .h_inner #logo a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
header .h_inner #logo img {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  header .h_inner #logo img {
    width: 100px;
    margin: 1rem 0;
  }
}
header .h_inner #logo p.en {
  color: #555;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  header .h_inner #logo p.en {
    color: #ABB6C9;
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
  }
}
header .h_inner .entry_btn {
  margin: 0 0 0 auto;
}
header .h_inner .entry_btn.exe a {
  background: #000;
}
header .h_inner .entry_btn.exe a:hover {
  background: #333;
}
header .h_inner .entry_btn a {
  display: inline-block;
  padding: 1.4rem 5rem;
  background: #E53F5F;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  header .h_inner .entry_btn a {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
  }
}
header .h_inner .entry_btn a:hover {
  background: #e2294c;
}

.entry_btn_top {
  position: fixed;
  z-index: 9;
  right: 14rem;
  top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .entry_btn_top {
    right: 8rem;
    position: static;
    margin: 0 1rem 0 0;
  }
}
.entry_btn_top a {
  background: #011922;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0.6rem 5rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .entry_btn_top a {
    padding: 0.6rem 2rem;
  }
}
.entry_btn_top a:hover {
  background: #000709;
  color: #ffffff;
}

.since_nav {
  width: 100%;
}
.since_nav .only_txt {
  padding: 3rem 0;
}
.since_nav .boxd {
  width: 100%;
  position: relative;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 2rem 0;
}
.since_nav .boxd a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.since_nav .boxd:last-child {
  border-bottom: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd {
    padding: 0 5% 2rem 5%;
    height: 23.333vh;
  }
}
.since_nav .boxd: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: #888;
}
.since_nav .boxd:hover.p01 {
  color: #8CD21F;
}
.since_nav .boxd:hover.p01 .num p.en:before {
  background: #8CD21F;
}
.since_nav .boxd:hover.p01 .products .svg path {
  fill: #8CD21F;
}
.since_nav .boxd:hover.p02 {
  color: #2DAAF0;
}
.since_nav .boxd:hover.p02 .num p.en:before {
  background: #2DAAF0;
}
.since_nav .boxd:hover.p02 .products .svg path {
  fill: #2DAAF0;
}
.since_nav .boxd:hover.p03 {
  color: #FA9B23;
}
.since_nav .boxd:hover.p03 .num p.en:before {
  background: #FA9B23;
}
.since_nav .boxd:hover.p03 .products .svg path {
  fill: #FA9B23;
}
.since_nav .boxd .icon {
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .icon {
    margin: 0 3rem 0 0;
  }
}
.since_nav .boxd .title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .title {
    display: block;
    padding: 0;
  }
}
.since_nav .boxd .title .txt {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .title .txt {
    display: block;
  }
}
.since_nav .boxd .title .txt .products {
  margin: 0 3rem 0 0;
}
.since_nav .boxd .num {
  margin: 0 5rem 0 0;
}
.since_nav .boxd .num p.en {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .num p.en {
    margin: 0 0 1rem 0;
  }
}
.since_nav .boxd .num p.en:before {
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 5px;
  background: #888;
  content: "";
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .num p.en:before {
    height: 3px;
  }
}
.since_nav .boxd .products {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .since_nav .boxd .products {
    width: 100px;
  }
}
.since_nav .boxd p {
  font-weight: bold;
}

#entry_btn_main {
  position: fixed;
  right: 5rem;
  top: 6rem;
  background: #ffffff;
  padding: 1rem 2rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  visibility: hidden;
  transition: all .3s ease;
  opacity: 0;
  transform: translateY(-2rem);
  -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);
}
@media only screen and (max-width: 768px) {
  #entry_btn_main {
    right: 0;
    padding: 1rem;
  }
}
#entry_btn_main.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#entry_btn_main .inner {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
@media only screen and (max-width: 768px) {
  #entry_btn_main .inner {
    width: 100%;
  }
}
#entry_btn_main .inner .box {
  width: 24%;
  padding: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #entry_btn_main .inner .box {
    padding: 0;
  }
}
#entry_btn_main .inner .box:hover {
  opacity: 0.85;
}
#entry_btn_main .inner .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}

.header {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .others {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
  }
}
.header #menu {
  position: fixed;
  top: 2rem;
  right: 5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header #menu {
    right: 2rem;
    position: static;
  }
}
.header #menu .en {
  font-weight: 600;
  margin: 0 1rem 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .header #menu .en {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
}
.header #menu .humberger {
  width: 8px;
  transition: all .3s ease;
}
.header #menu .humberger span {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  margin: 0 0 0.6rem 0;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .header #menu .humberger span {
    width: 4px;
    height: 4px;
  }
}
.header #menu:hover .en, .header #menu.is-active .en {
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .header #menu:hover .en, .header #menu.is-active .en {
    margin: 0 1rem 0 0;
  }
}
.header #menu:hover .humberger, .header #menu.is-active .humberger {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .header #menu:hover .humberger, .header #menu.is-active .humberger {
    transform: none;
  }
}
.header__menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform-origin: bottom left;
}
.header__menu__line {
  height: 33px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}
.header__menu__line span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #333;
  display: block;
  transition: .6s;
  position: absolute;
}
.header__menu__line span:first-child {
  top: 0;
}
.header__menu__line span:nth-child(2) {
  top: 13px;
}
.header__menu__line span:last-child {
  bottom: 0;
}
.header__menu__line.is-active {
  display: flex;
  justify-content: space-between;
  transform: rotate(90deg);
}
.header__menu__line.is-active span {
  display: block;
}
.header__menu:hover span {
  background: #E8F4FF;
}

#gnav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
}
#gnav_wrap .entry_btn {
  position: relative;
  z-index: 9;
  opacity: 0;
}
#gnav_wrap .entry_btn.exe a {
  background: #000;
}
#gnav_wrap .entry_btn.exe a:hover {
  background: #333;
}
#gnav_wrap .entry_btn a {
  background: #011922;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 1rem 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#gnav_wrap .entry_btn a:hover {
  background: #000709;
}
#gnav_wrap.is-active .entry_btn {
  opacity: 1;
}
#gnav_wrap.is-active .close_btn .wrap {
  transform: translateY(0);
  opacity: 1;
}
#gnav_wrap.is-active .nav_left .bgb {
  transform: translateY(0);
}
#gnav_wrap.is-active .nav_left .logo {
  opacity: 1;
  margin: 0 0 5rem 0;
}
#gnav_wrap.is-active .nav_left p.en {
  font-weight: 500;
  color: #333;
}
#gnav_wrap.is-active .insner {
  opacity: 1;
  transition-delay: .3s;
}
#gnav_wrap .close_btn {
  position: absolute;
  top: 2rem;
  right: 5rem;
  z-index: 9999;
  cursor: pointer;
  overflow: hidden;
  color: #011922;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn {
    top: 1rem;
    right: 1rem;
  }
}
#gnav_wrap .close_btn .wrap {
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: all .3s ease;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn .wrap {
    display: block;
  }
}
#gnav_wrap .close_btn .en {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .close_btn .en {
    font-size: 10px;
    font-size: 1rem;
  }
}
#gnav_wrap .close_btn .image {
  width: 24px;
}
#gnav_wrap .close_btn:hover {
  opacity: 0.8;
}
#gnav_wrap .nav_left {
  width: 20%;
  position: relative;
  z-index: 9999;
  transition: all .3s ease;
  transition-delay: .3s;
  padding: 10rem 5rem;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .nav_left {
    display: none;
  }
}
#gnav_wrap .nav_left .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ffffff;
  transform: translateY(-100%);
}
#gnav_wrap .nav_left .logo {
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: all .3s ease;
}
#gnav_wrap .nav_left .logo p {
  padding: 1rem 0 0 0;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #011922;
}
#gnav_wrap .nav_right {
  width: 80%;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .nav_right {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    overflow-y: auto;
    display: block;
  }
}
#gnav_wrap.is-active {
  visibility: visible;
}
#gnav_wrap .bgb {
  background: #647086;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  transform: translateY(-100%);
  transition: all .5s ease;
}
#gnav_wrap .bgb.is-active {
  transform: translateY(0%);
}
#gnav_wrap .insner {
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  position: relative;
  min-height: 400px;
  top: 15vh;
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner {
    display: block;
  }
}
#gnav_wrap .insner .box {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box {
    width: 100%;
  }
}
#gnav_wrap .insner .box .title {
  color: #ffffff;
  margin: 0 0 2rem 0;
  border-bottom: 1px dotted #ffffff;
  padding: 0 0 0.5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title {
    position: relative;
    margin: 0;
    padding: 1rem 0;
  }
  #gnav_wrap .insner .box .title:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f218";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
    color: #fff;
  }
}
#gnav_wrap .insner .box .title p.en {
  font-weight: 200;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#gnav_wrap .insner .box .title p.en span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box .title p.en span {
    display: inline-block;
  }
}
#gnav_wrap .insner .box .title p.jp {
  font-size: 14px;
  font-size: 1.4rem;
}
#gnav_wrap .insner .box ul {
  margin: 0 0 5rem 0;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul {
    transition: none;
    display: none;
    opacity: 1;
    margin: 0;
    padding: 1rem;
    background: #ffffff;
  }
}
#gnav_wrap .insner .box ul li {
  margin: 0 0 0.5rem 0;
  overflow: hidden;
}
#gnav_wrap .insner .box ul li.coming a {
  cursor: default;
  opacity: 0.4;
}
#gnav_wrap .insner .box ul li.coming a:hover {
  transform: none;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li {
    border-bottom: 1px solid #999;
  }
  #gnav_wrap .insner .box ul li:last-child {
    border-bottom: none;
  }
}
#gnav_wrap .insner .box ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: all .3s ease;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li a {
    transition: none;
    padding: 1rem;
    position: relative;
    color: #333;
  }
  #gnav_wrap .insner .box ul li a: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: #333;
  }
}
#gnav_wrap .insner .box ul li a:hover {
  transform: translateX(0.5em);
  opacity: 0.85;
}
@media only screen and (max-width: 768px) {
  #gnav_wrap .insner .box ul li a:hover {
    transform: none;
  }
}

.spmenu {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 65px;
  height: 65px;
  position: fixed;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    width: 45px;
    height: 57px;
    display: block;
  }
}
.spmenu:hover .type4 .border::before {
  left: 100px;
}
.spmenu:hover .type4 .border::after {
  left: 0;
}
.spmenu:hover .type4 .border1::before {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border1::after {
  transition: all .2s linear;
}
.spmenu:hover .type4 .border2::before {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border2::after {
  transition: all .25s linear;
}
.spmenu:hover .type4 .border3::before {
  transition: all .3s linear;
}
.spmenu:hover .type4 .border3::after {
  transition: all .3s linear;
}
.spmenu:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  background: #888;
  transition: all .5s ease;
}
.spmenu.active:after {
  opacity: 1;
  z-index: -1;
}
.spmenu.active .hamburger {
  z-index: 9999;
}
.spmenu.active .hamburger .border {
  background: #888 !important;
}
.spmenu.active .hamburger .border:before, .spmenu.active .hamburger .border:after {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .spmenu {
    padding: 2rem 1rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
  }
}

.hamburger {
  position: relative;
  z-index: 9999;
}
.hamburger .menu_icon {
  position: relative;
  width: 24px;
  height: 18px;
  z-index: 999;
}
.hamburger .border {
  position: absolute;
  display: inline-block;
  width: 100%;
  z-index: 9999;
  height: 1px;
  border-radius: 0px;
  transition: all 0.3s;
  background: #fff;
}
.hamburger .border1 {
  top: 0;
}
.hamburger .border2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hamburger .border3 {
  bottom: 0px;
}
.hamburger .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.hamburger .text::after {
  display: block;
  content: "MENU";
}
.hamburger .active + .text::after {
  content: "CLOSE";
}

.type4 {
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
.type4 .border {
  background: transparent;
}
.type4 .border::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #333;
  transition: all 0.3s;
}
.type4 .border::after {
  position: absolute;
  left: -100px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background: #333;
  transition: all 0.3s;
}
.type4 .border1::before, .type4 .border2::before, .type4 .border3::before {
  transition: all 0s linear;
}
.type4 .border1 {
  animation: type4_menu_bar01 0.5s;
  animation-fill-mode: forwards;
}
.type4 .border3 {
  animation: type4_menu_bar03 0.5s;
  animation-fill-mode: forwards;
}
.type4.active .border {
  background: #ffffff;
  transition: none;
}
.type4.active .border::before {
  transition: none;
}
.type4.active .border::after {
  transition: none;
}
.type4.active .border1 {
  animation: type4_active_menu_bar01 0.5s forwards;
}
.type4.active .border2 {
  opacity: 0;
}
.type4.active .border3 {
  animation: type4_active_menu_bar03 0.5s forwards;
}
@keyframes type4_menu_bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_menu_bar03 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes type4_active_menu_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes type4_active_menu_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
#pan {
  width: 100%;
  padding: 74px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #pan {
    display: none;
  }
}
#pan .inner {
  padding: 0 0 0 2rem;
}
#pan ul {
  *zoom: 1;
}
#pan ul:after {
  content: "";
  display: table;
  clear: both;
}
#pan ul li a {
  display: block;
  float: left;
  position: relative;
  padding: 0 1.2rem 0 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#pan ul li a::after {
  color: #555;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f105";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
}
#pan ul li.nolink {
  display: block;
  float: left;
  position: relative;
  padding: 0 1.2rem 0 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#pan ul li.nolink:after {
  color: #555;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f105";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
}
#pan ul li:last-child a:after {
  content: "";
}

.nav_sp_box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav_sp_box {
    display: block;
  }
  .nav_sp_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .nav_sp_box ul li {
    width: 33.33333%;
    margin: 0;
    border-left: 1px solid #ccc;
  }
  .nav_sp_box ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_sp_box ul li a {
    padding: 1.5rem 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav_sp_box ul li.first-child {
    border-left: none;
  }
  .nav_sp_box ul li.coming a {
    color: #ccc;
  }
  .nav_sp_box ul li.un01 {
    width: 100%;
  }
  .nav_sp_box ul li.un01 a {
    background: #011922;
    color: #ffffff;
  }
}

.nav_box_wide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  will-change: transform;
}
.nav_box_wide.active {
  visibility: visible;
}
.nav_box_wide.active .inner {
  opacity: 1;
  transition: all .3s ease;
  transition-delay: .7s;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide.active .inner {
    transition-delay: 0s;
  }
}
.nav_box_wide .bgg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-image: linear-gradient(120deg, rgba(10, 40, 116, 0.95) 0%, rgba(1, 25, 34, 0.95) 100%);
  background: #ffffff;
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .bgg {
    transition: none;
  }
}
.nav_box_wide .bgg.active {
  width: 100%;
}
.nav_box_wide .inner {
  z-index: 9;
  opacity: 0;
  transition: all 0s ease;
  transition-delay: 0s;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner {
    min-width: 0;
    padding: 8rem 0 0 0;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    overflow-y: auto;
    display: block;
  }
}
.nav_box_wide .inner #main_bg {
  width: 30%;
  background: #eee;
  background: url("/special/since_withr/img/menu-assets/menu_bg01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner #main_bg {
    display: none;
  }
}
.nav_box_wide .inner #main_bg .copy {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  z-index: 9;
}
.nav_box_wide .inner #main_bg .copy .copy_m {
  width: 90%;
}
.nav_box_wide .inner #main_bg .copy .logo {
  margin: 0 auto 3rem auto;
  display: flex;
}
.nav_box_wide .inner #main_bg .copy .logo .image {
  width: 80px;
}
.nav_box_wide .inner #main_bg .copy .logo p {
  padding: 0.5rem 0 0 1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav_box_wide .inner nav#gnav_wide {
  width: 75%;
  padding: 0 0 0 7%;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide {
    padding: 0 3vw;
    width: 100%;
    display: block;
  }
}
.nav_box_wide .inner nav#gnav_wide .jp_sub {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .jp_sub {
    padding: 1.3rem 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .jp_sub:before {
  margin: 0 0.3rem 0 0;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}
.nav_box_wide .inner nav#gnav_wide .logo {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo {
    align-items: center;
  }
}
.nav_box_wide .inner nav#gnav_wide .logo .image {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo .image {
    width: 60px;
    line-height: 1;
  }
}
.nav_box_wide .inner nav#gnav_wide .logo p {
  font-weight: bold;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .logo p {
    font-size: 3vw;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 {
    display: block;
    padding: 0 0 0 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .logo {
  width: 100%;
  height: 5em;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .logo {
    height: auto;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header {
    display: none !important;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .logo {
  display: flex;
  align-items: center;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .logo .txt {
  margin: 0 0 0 5rem;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .logo .txt p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header {
    width: 100%;
    margin: 0 0 1rem 0;
    display: block;
  }
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .logo {
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav {
    width: 100%;
  }
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li {
  display: block;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a {
  border: 1px solid #eee;
  padding: 1rem 0;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.digital, .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.intern, .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.entry {
  border-right: none;
}
.nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a:hover {
  -moz-box-shadow: 0 0 0px 0px transparent;
  -webkit-box-shadow: 0 0 0px 0px transparent;
  box-shadow: 0 0 0px 0px transparent;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.digital, .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.intern {
    border-bottom: none;
  }
  .nav_box_wide .inner nav#gnav_wide .inner2 .nav_header .em_nav ul li a.intern {
    border-right: 1px solid #eee;
  }
}
.nav_box_wide .inner nav#gnav_wide .in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nav_box_wide .inner nav#gnav_wide .box {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box {
    width: 100%;
    margin: 0 0 0 0;
    height: 100%;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li a {
  display: block;
  position: relative;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0.3vw 0;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a span {
  z-index: 9;
  position: relative;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li a span {
    padding: 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li a.outer {
  position: relative;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a.outer span {
  position: relative;
}
.nav_box_wide .inner nav#gnav_wide .box ul li a.outer span:after {
  color: #011922;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: -2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f3ef";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li a.outer span:after {
    display: none;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a {
  cursor: default;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a:before {
  display: none;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.coming a:hover {
  color: #555;
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main {
  line-height: 1.5;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 30px;
  height: 1px;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main:after {
    width: 100%;
    margin: 0;
    display: none;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main span {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  font-weight: bold;
  display: block;
  color: #011922;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main a {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul li.main a {
    width: 100%;
    display: block;
    padding: 1.2rem;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul li.main a:after {
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 3%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f218";
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 999;
    transform: rotate(0deg);
    transition: all .3s;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul li.main a:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active {
    background: #add8ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #add8ff 0%, #c9e4ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #add8ff 0%, #c9e4ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #add8ff 0%, #c9e4ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add8ff', endColorstr='#c9e4ff',GradientType=1 );
    /* IE6-9 */
    color: #011922;
    background: #011922;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li span {
    display: block;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li a {
    color: #ffffff;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul.main_nav_t.active li a:after {
    transform: rotate(45deg);
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul.subnav {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    margin: 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box ul.subnav.nom {
  margin: 0;
}
.nav_box_wide .inner nav#gnav_wide .box ul.subnav.mb {
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    display: none;
    padding: 1rem 2rem;
    background: #A3FF10;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav {
    padding: 0;
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li {
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li:last-child {
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a {
    padding: 1rem 0;
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a {
    color: #000;
    font-weight: bold;
    padding: 1.4rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a:after {
    color: #011922;
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 3%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f125";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a:after {
    color: #011922;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a.outer {
    position: relative;
  }
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li a.outer:after {
    color: #011922;
    position: absolute;
    font-family: 'ionIcons';
    top: 50%;
    right: 3%;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f3ef";
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box ul.subnav li.coming a:after {
    display: none;
  }
}
.nav_box_wide .inner nav#gnav_wide .box.box_banner {
  width: 25%;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box.box_banner {
    padding: 0;
    width: 100%;
  }
  .nav_box_wide .inner nav#gnav_wide .box.box_banner.ft {
    padding: 2rem 0 0 0;
  }
}
.nav_box_wide .inner nav#gnav_wide .box .banner {
  position: relative;
  z-index: 9;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box .banner a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.nav_box_wide .inner nav#gnav_wide .box .banner.naitei a {
  display: block;
  background: rgba(1, 25, 34, 0.6);
  border: 1px solid #011922;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.naitei a:hover {
  background: #011922;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.internship a {
  display: block;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box .banner.entry a {
  display: block;
  padding: 1rem 1rem 0.9rem 1rem;
  color: #ffffff;
  position: relative;
  transition: all .3s ease;
}
.nav_box_wide .inner nav#gnav_wide .box .banner02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
  position: relative;
  margin: 0 0 1rem 0;
  background: rgba(255, 255, 255, 0.5);
}
.nav_box_wide .inner nav#gnav_wide .box .banner02 a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.nav_box_wide .inner nav#gnav_wide .box .banner02:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  border: 1px solid #eee;
}
.nav_box_wide .inner nav#gnav_wide .box .banner02:hover {
  background: #ffffff;
}
.nav_box_wide .inner nav#gnav_wide .box .banner02 .image {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .nav_box_wide .inner nav#gnav_wide .box .banner02 .image {
    width: 20%;
  }
}
.nav_box_wide .inner nav#gnav_wide .box .banner02 .image img {
  width: 100%;
  vertical-align: bottom;
}
.nav_box_wide .inner nav#gnav_wide .box .banner02 .txt {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

footer {
  padding: 5rem 0;
}
footer.exe {
  background: #000;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 2rem 0;
  }
}
footer .inner {
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 0;
    background: #fafafa;
    padding: 5%;
  }
}
@media only screen and (max-width: 768px) {
  footer .inner .flink {
    font-size: 10px;
    font-size: 1rem;
  }
}
footer .inner .flink p {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer .inner .flink p {
    padding: 0 5%;
  }
}
footer .inner .flink ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .inner .flink ul {
    display: block;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
footer .inner .flink ul li a {
  padding: 0 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer .inner .flink ul li a {
    text-align: center;
    display: block;
  }
}
footer .inner .flink ul li + li {
  border-left: 1px solid #888;
}
@media only screen and (max-width: 768px) {
  footer .inner .flink ul li + li {
    border: none;
  }
}
footer .inner .fnav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul {
    display: block;
  }
}
footer .inner .fnav ul li:first-child a {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li:first-child a {
    border-top: 1px solid #ccc;
  }
}
footer .inner .fnav ul li a {
  display: block;
  color: #555;
  padding: 0 3rem;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
@media only screen and (max-width: 768px) {
  footer .inner .fnav ul li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    text-align: center;
  }
}
footer .inner .fnav ul li a:hover {
  color: #011922;
}
footer .footer_up {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up {
    display: block;
  }
}
footer .footer_up .logo {
  width: 40%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo {
    width: 100%;
    justify-content: center;
    margin: 0 0 2rem 0;
  }
}
footer .footer_up .logo .image {
  width: 120px;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_up .logo .image {
    width: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_up .em_nav {
    margin: 0;
    width: 100%;
  }
}
footer .footer_up .em_nav ul {
  justify-content: space-between;
}
footer .footer_up .em_nav ul li {
  width: 48%;
}
footer .footer_up .em_nav ul li a {
  padding: 1rem 0;
  border: none;
  border: 1px solid #ccc;
}
footer .footer_down {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_down {
    display: none;
  }
}
footer .footer_down .box {
  width: 20%;
}
footer .footer_down .box .title {
  margin: 0 0 1rem 0;
  position: relative;
}
footer .footer_down .box .title:after {
  content: '';
  display: block;
  margin: 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #011922;
}
footer .footer_down .box .title p.en {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #011922;
}
footer .footer_down .box .title p.jp {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footer_down .box ul li a {
  padding: 0.5rem 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .footer_end {
  padding: 2rem 0;
}
footer .footer_end .inner {
  margin: auto;
  padding: 0 5%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav {
    margin: 0 0 2rem 0;
  }
}
footer .footer_end .inner .f_nav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul {
    justify-content: center;
  }
}
footer .footer_end .inner .f_nav ul li {
  border-left: none;
}
footer .footer_end .inner .f_nav ul li a {
  display: block;
  padding: 0 2rem;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_end .inner .f_nav ul li a {
    font-size: 3vw;
    padding: 0 1rem;
  }
}
footer .footer_end .inner .f_nav ul li a:hover {
  color: #fff;
}
footer .footer_end .inner .f_nav ul li:first-child {
  border-left: 1px solid #555;
}
footer .footer_end .inner .f_nav ul li + li {
  border-left: none;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
footer .copyright {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.8vw;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    word-break: break-all;
  }
}

#pagetop {
  width: 54px;
  height: 54px;
  background: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9997;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  #pagetop {
    width: 40px;
    height: 40px;
  }
}
#pagetop:hover {
  background: #cd0e0e;
  color: #ffffff;
}
#pagetop:hover i {
  color: #ffffff;
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}

#pagetop:after {
  color: #011922;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 50%;
  margin-top: -0.5em;
  margin-right: -0.3em;
  line-height: 1;
  content: "\f3d8";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}

#pagetop:hover:after {
  color: #011922;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #pagetop:hover:after {
    color: #ffffff;
  }
}

#pagetop .inner {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background: #011922;
  top: 0;
  left: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #pagetop .inner {
    display: none;
  }
}

/*
Flaticon icon font: Flaticon
Creation date: 13/01/2020 13:53
*/
@font-face {
  font-family: "Flaticon";
  src: url("../img/newgradu/font/Flaticon.eot");
  src: url("../img/newgradu/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../img/newgradu/font/Flaticon.woff2") format("woff2"), url("../img/newgradu/font/Flaticon.woff") format("woff"), url("../img/newgradu/font/Flaticon.ttf") format("truetype"), url("../img/newgradu/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../img/newgradu/font/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-tablet:before {
  content: "\f100";
}

.flaticon-suitcase:before {
  content: "\f101";
}

.flaticon-plant:before {
  content: "\f102";
}

.flaticon-love:before {
  content: "\f103";
}

.flaticon-handshake:before {
  content: "\f104";
}

.flaticon-salesman:before {
  content: "\f105";
}

.flaticon-university:before {
  content: "\f106";
}

.flaticon-planet-earth:before {
  content: "\f107";
}

.flaticon-agendas:before {
  content: "\f108";
}

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

.catalogue_btn {
  position: fixed;
  bottom: 5rem;
  right: 0;
  z-index: 3000;
  width: 180px;
}
.catalogue_btn.is_footer {
  bottom: 14rem;
}
@media only screen and (max-width: 768px) {
  .catalogue_btn.is_footer {
    bottom: 17rem;
  }
}
@media only screen and (max-width: 768px) {
  .catalogue_btn {
    width: 20%;
    bottom: 10rem;
  }
}
.catalogue_btn a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.catalogue_btn:hover {
  opacity: 0.9;
}
.catalogue_btn .image {
  position: absolute;
  top: -6rem;
  left: 5%;
  width: 80px;
  -moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .catalogue_btn .image {
    width: 55px;
    top: -3rem;
    left: 3%;
  }
}
.catalogue_btn .txt {
  text-align: center;
  font-weight: bold;
  color: #888;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .catalogue_btn .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.catalogue_btn .txt:after {
  margin: 0 0 0 2rem;
  font-family: 'ionicons';
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transition: all .3s ease;
}

#visual {
  position: relative;
  display: block;
  width: 100%;
  background: #efefef;
}
@media only screen and (max-width: 768px) {
  #visual {
    background: #ffffff;
  }
}
#visual .copy {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}
#visual .copy.p01 {
  color: #8CD21F;
}
#visual .copy.p02 {
  color: #2DAAF0;
}
#visual .copy.p03 {
  color: #FA9B23;
}
@media only screen and (max-width: 768px) {
  #visual .copy {
    position: static;
    text-align: center;
    transform: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2rem 0;
    background: #ffffff;
  }
}
#visual .copy span {
  display: inline-block;
  position: relative;
  padding: 0 0.4rem;
  margin: 0 0 0.5em 0;
  z-index: 1000;
}
#visual .copy p {
  overflow: hidden;
  line-height: 1.2;
  display: inline-block;
}
#visual .images {
  position: relative;
  display: block;
  margin: 0 0 0 0.01em;
}
#visual .block {
  width: 200px;
  position: absolute;
  bottom: -10rem;
  left: 20%;
  z-index: 999;
  filter: grayscale(100%);
  transition: all 2s ease;
  transition-delay: 1s;
}
@media only screen and (max-width: 768px) {
  #visual .block {
    bottom: -30%;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#visual .block.active {
  filter: grayscale(0%);
}
#visual .blockss {
  width: 200px;
  position: absolute;
  bottom: -10rem;
  left: 20%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #visual .blockss {
    bottom: -30%;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.wind {
  position: absolute;
  width: 50%;
  bottom: -5rem;
  left: -20%;
  z-index: 979;
  opacity: 0;
  transition: all 2s ease;
}
.wind.active {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .wind.active {
    left: 25%;
  }
}

#title {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 15rem 0 10rem 0;
  background: #ffffff;
  filter: grayscale(100%);
  transition: all 2s ease;
  transition-delay: 2s;
}
#title.active {
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  #title {
    padding: 5rem 0;
    display: block;
    padding: 0 0 3rem 0;
    text-align: center;
  }
}
#title .lead {
  margin: 3rem 0 0 0;
}
#title .lead p {
  color: #555;
}
#title.p01 {
  color: #8CD21F;
}
#title.p01 .num p.en:before {
  background: #8CD21F;
}
#title.p01 .txt .products .s01 path {
  fill: #8CD21F;
}
#title.p02 {
  color: #2DAAF0;
}
#title.p02 .num p.en:before {
  background: #2DAAF0;
}
#title.p02 .txt .products .s01 path {
  fill: #2DAAF0;
}
#title.p03 {
  color: #FA9B23;
}
#title.p03 .num p.en:before {
  background: #FA9B23;
}
#title.p03 .txt .products .s01 path {
  fill: #FA9B23;
}
#title .num {
  width: 12em;
  font-weight: bold;
  padding: 10rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  #title .num {
    width: 100%;
  }
}
#title .num p.en {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  #title .num p.en {
    margin: 0 0 1rem 0;
    justify-content: center;
  }
}
#title .num p.en:before {
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 5px;
  background: #888;
  content: "";
}
@media only screen and (max-width: 768px) {
  #title .num p.en:before {
    height: 3px;
  }
}
#title .txt {
  flex: 1;
}
#title .txt .products {
  width: 500px;
  margin: 0 0 1rem 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  #title .txt .products {
    width: 60%;
    margin: 0 auto 1rem auto;
  }
}
#title .txt h1 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #title .txt h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.on_off_box {
  width: 900px;
  margin: auto;
  background: #888;
  color: #ffffff;
  padding: 5rem 8rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .on_off_box {
    width: 100%;
    padding: 3rem 5% 3rem 5%;
    display: block;
  }
}
.on_off_box .left {
  width: 30%;
  border-right: 1px dotted #ffffff;
}
@media only screen and (max-width: 768px) {
  .on_off_box .left {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #ffffff;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    text-align: center;
  }
}
.on_off_box .left .onoff {
  width: 120px;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .on_off_box .left .onoff {
    width: 80px;
    margin: 0 auto 2rem auto;
  }
}
.on_off_box .left h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .on_off_box .left h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .on_off_box .left h2 br {
    display: none;
  }
}
.on_off_box .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on_off_box .right p {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .on_off_box .right p {
    font-size: 20px;
    font-size: 2rem;
  }
  .on_off_box .right p br {
    display: none;
  }
}

section.under_cont {
  position: relative;
  margin: 0 0 10rem 0;
}
section.under_cont .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 95%;
  top: 12rem;
  left: 0;
  content: "";
  z-index: -1;
  background: #f2f2f2;
}
section.under_cont .bgb.nom {
  top: 0;
  height: 105%;
  padding: 0 0 5rem 0;
}
section.under_cont .main_block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 0 5rem 0;
  min-height: 500px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 {
    display: block;
    min-height: 0;
    margin: 0 0 3rem 0;
  }
}
section.under_cont .main_block01.rv {
  flex-direction: row;
}
section.under_cont .main_block01.rv .txt .txt_block {
  margin: 0 15vw 0 5vw;
  padding: 5vw 5vw 0 5vw;
}
section.under_cont .main_block01.rv .txt .txt_block.plusalpha {
  margin: 0 0 0 15vw;
  padding: 5vw 5vw 0 5vw;
  border-left: 1px solid #888;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01.rv .txt .txt_block.plusalpha {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01.rv .txt .txt_block {
    margin: 0;
    padding: 0;
  }
}
section.under_cont .main_block01 .txt_block {
  position: relative;
}
section.under_cont .main_block01 .txt_block .alpha {
  width: 120px;
  margin-top: -10rem;
  margin: -10rem 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .txt_block .alpha {
    margin: 0 auto 1rem auto;
  }
}
section.under_cont .main_block01.big {
  justify-content: flex-start;
  flex-direction: row;
  display: block;
  min-height: 1000px;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01.big {
    min-height: 0;
  }
}
section.under_cont .main_block01.nob {
  align-items: stretch;
}
section.under_cont .main_block01 .txt_block p.mb {
  margin: 0 0 1em 0;
}
section.under_cont .main_block01 .txt_block p.detail {
  font-size: 12px;
  font-size: 1.2rem;
}
section.under_cont .main_block01 .copy {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .copy {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
section.under_cont .main_block01 .copy.copy01 {
  position: absolute;
  bottom: 0rem;
  left: 20vw;
  z-index: 2000;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .copy.copy01 {
    position: static;
  }
}
section.under_cont .main_block01 .copy.copy01.up {
  bottom: 10rem;
  z-index: 999;
}
section.under_cont .main_block01 .copy.rezi01 {
  text-align: center;
  margin: 0 0 2rem 0;
}
section.under_cont .main_block01 .copy.copy02 {
  position: absolute;
  bottom: 0rem;
  right: 20vw;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .copy.copy02 {
    position: static;
    text-align: center;
  }
}
section.under_cont .main_block01 .copy.p01 span {
  background: #8CD21F;
}
section.under_cont .main_block01 .copy.p02 span {
  background: #227FDD;
}
section.under_cont .main_block01 .copy.p03 span {
  background: #ffffff;
  background: #FA9B23;
}
section.under_cont .main_block01 .txt {
  background: #ffffff;
  width: 55%;
  padding: 0 0 10rem 0;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .txt {
    width: 100%;
    padding: 5%;
    margin: 0 0 3rem 0;
  }
}
section.under_cont .main_block01 .txt.wide {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .txt.wide {
    width: 100%;
  }
}
section.under_cont .main_block01 .txt .txt_block {
  margin: 0 0 0 15vw;
  padding: 5vw 5vw 0 5vw;
  border-left: 1px solid #888;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .txt .txt_block {
    margin: 0;
    padding: 0;
    border-left: none;
  }
}
section.under_cont .main_block01 .txt .txt_block h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .txt .txt_block h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
section.under_cont .main_block01 .txt .txt_block h3.blue {
  color: #0031A0;
}
section.under_cont .main_block01 .images {
  flex: 1;
  padding: 0 5vw 0 5.01vw;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images {
    padding: 0 5%;
    margin: 0 0 2rem 0;
  }
}
section.under_cont .main_block01 .images .detail {
  margin: 3rem 0 0 0;
}
section.under_cont .main_block01 .images .detail p {
  font-size: 12px;
  font-size: 1.2rem;
}
section.under_cont .main_block01 .images.bgw .image_wrap {
  background: #ffffff;
  padding: 10rem 5rem;
}
section.under_cont .main_block01 .images.bgw.nom .image_wrap {
  padding: 3rem 5rem;
}
section.under_cont .main_block01 .images.air_bg .image_wrap {
  background: #D5EEFC;
  padding: 10rem 5rem;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.air_bg .image_wrap {
    padding: 5%;
  }
}
section.under_cont .main_block01 .images.big {
  width: 70vw;
  position: absolute;
  padding: 0;
  top: 30rem;
  left: 15vw;
  border: 10px solid #ffffff;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.big {
    position: static;
    width: 100%;
    margin: 0;
  }
}
section.under_cont .main_block01 .images.big01 {
  padding: 0 3vw 0 0;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.big01 {
    padding: 0 5%;
  }
}
section.under_cont .main_block01 .images.big02 {
  padding: 0 3vw 0 3vw;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.big02 {
    padding: 0 5%;
  }
}
section.under_cont .main_block01 .images.small {
  flex: none;
  width: 38%;
  padding: 0 3vw 0 12.01vw;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.small {
    width: 100%;
    padding: 0 5%;
  }
}
section.under_cont .main_block01 .images.small.mid {
  width: 42%;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.small.mid {
    width: 100%;
  }
}
section.under_cont .main_block01 .images.small .image_wrap {
  margin: 0 0 1rem 0;
}
section.under_cont .main_block01 .images.small02 {
  flex: none;
  width: 38%;
  padding: 0 13vw 0 1.01vw;
}
@media only screen and (max-width: 768px) {
  section.under_cont .main_block01 .images.small02 {
    width: 100%;
    padding: 0 5%;
  }
}
section.under_cont .main_block01 .images.small02 .image_wrap {
  margin: 0 0 1rem 0;
}
section.under_cont .main_block01 .images .txt {
  background: #888;
  color: #ffffff;
  text-align: center;
  font-size: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  width: 100%;
}
section.under_cont .three_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  section.under_cont .three_flex {
    display: block;
  }
}
section.under_cont .three_flex .box {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  section.under_cont .three_flex .box {
    width: 100%;
  }
}
section.under_cont .three_flex .box .images {
  margin: 0 0 1rem 0;
}
section.under_cont .three_flex .box .txt {
  background: #888;
  color: #ffffff;
  text-align: center;
  font-size: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  section.under_cont .three_flex .box .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer_nav {
  background: url("/special/since_withr/img/life-assets/last_bg.png") no-repeat 0 0;
  background-size: cover;
}
.footer_nav .inner {
  padding: 15rem 8% 20rem 8%;
}
@media only screen and (max-width: 768px) {
  .footer_nav .inner {
    padding: 6rem 7%;
    margin: 0 0 5rem 0;
  }
}
.footer_nav .title {
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .footer_nav .title {
    margin: 0 0 3rem 0;
  }
}
.footer_nav .title p {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer_nav .title p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer_nav .title p:before {
  content: "";
  height: 1px;
  width: 100%;
  margin: 0 4rem 0 0;
  flex: 1;
  background: #888;
}
.footer_nav .title p:after {
  content: "";
  height: 1px;
  width: 100%;
  margin: 0 0 0 4rem;
  flex: 1;
  background: #888;
}
.footer_nav .last_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex {
    display: block;
  }
}
.footer_nav .last_flex .box {
  width: 24%;
  position: relative;
  background: #ffffff;
  padding: 4rem;
  color: #888;
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex .box {
    width: 100%;
    padding: 5%;
    margin: 0 0 2rem 0;
  }
}
.footer_nav .last_flex .box.p01:after {
  background: rgba(140, 210, 31, 0.2);
}
.footer_nav .last_flex .box.p01:hover {
  color: #8CD21F;
}
.footer_nav .last_flex .box.p01:hover:after {
  background: rgba(140, 210, 31, 0.4);
  left: 1.5rem;
  top: 1.5rem;
}
.footer_nav .last_flex .box.p01:hover .num p.en:before {
  background: #8CD21F;
}
.footer_nav .last_flex .box.p01:hover .products .svg path {
  fill: #8CD21F;
}
.footer_nav .last_flex .box.p01:hover .animate_btn a {
  color: #8CD21F;
}
.footer_nav .last_flex .box.p01:hover .animate_btn a:before {
  background: #8CD21F;
  width: 100%;
  left: 0;
}
.footer_nav .last_flex .box.p01:hover .animate_btn a:after {
  color: #8CD21F;
}
.footer_nav .last_flex .box.p02:after {
  background: rgba(45, 170, 240, 0.2);
}
.footer_nav .last_flex .box.p02:hover {
  color: #2DAAF0;
}
.footer_nav .last_flex .box.p02:hover:after {
  background: rgba(45, 170, 240, 0.4);
  left: 1.5rem;
  top: 1.5rem;
}
.footer_nav .last_flex .box.p02:hover .num p.en:before {
  background: #2DAAF0;
}
.footer_nav .last_flex .box.p02:hover .products .svg path {
  fill: #2DAAF0;
}
.footer_nav .last_flex .box.p02:hover .animate_btn a {
  color: #2DAAF0;
}
.footer_nav .last_flex .box.p02:hover .animate_btn a:before {
  background: #2DAAF0;
  width: 100%;
  left: 0;
}
.footer_nav .last_flex .box.p02:hover .animate_btn a:after {
  color: #2DAAF0;
}
.footer_nav .last_flex .box.p03:after {
  background: rgba(250, 155, 35, 0.2);
}
.footer_nav .last_flex .box.p03:hover {
  color: #FA9B23;
}
.footer_nav .last_flex .box.p03:hover:after {
  background: rgba(250, 155, 35, 0.4);
  left: 1.5rem;
  top: 1.5rem;
}
.footer_nav .last_flex .box.p03:hover .num p.en:before {
  background: #FA9B23;
}
.footer_nav .last_flex .box.p03:hover .products .svg path {
  fill: #FA9B23;
}
.footer_nav .last_flex .box.p03:hover .animate_btn a {
  color: #FA9B23;
}
.footer_nav .last_flex .box.p03:hover .animate_btn a:before {
  background: #FA9B23;
  width: 100%;
  left: 0;
}
.footer_nav .last_flex .box.p03:hover .animate_btn a:after {
  color: #FA9B23;
}
.footer_nav .last_flex .box.p04:after {
  background: rgba(123, 109, 94, 0.2);
}
.footer_nav .last_flex .box.p04 .products {
  padding: 0.5rem 0 0 0;
}
.footer_nav .last_flex .box.p04:hover {
  color: #7b6d5e;
}
.footer_nav .last_flex .box.p04:hover:after {
  background: rgba(123, 109, 94, 0.4);
  left: 1.5rem;
  top: 1.5rem;
}
.footer_nav .last_flex .box.p04:hover .num p.en:before {
  background: #7b6d5e;
}
.footer_nav .last_flex .box.p04:hover .products .svg path {
  fill: #7b6d5e;
}
.footer_nav .last_flex .box.p04:hover .animate_btn a {
  color: #7b6d5e;
}
.footer_nav .last_flex .box.p04:hover .animate_btn a:before {
  background: #7b6d5e;
  width: 100%;
  left: 0;
}
.footer_nav .last_flex .box.p04:hover .animate_btn a:after {
  color: #7b6d5e;
}
.footer_nav .last_flex .box a.big {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.footer_nav .last_flex .box:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2rem;
  left: 2rem;
  content: "";
  z-index: -1;
  transition: all .3s ease;
}
.footer_nav .last_flex .box .num p.en {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex .box .num p.en {
    margin: 0 0 1rem 0;
  }
}
.footer_nav .last_flex .box .num p.en:before {
  margin: 0 1rem 0 0;
  width: 3rem;
  height: 5px;
  background: #888;
  content: "";
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex .box .num p.en:before {
    height: 3px;
  }
}
.footer_nav .last_flex .box .products {
  margin: 0 0 2rem 0;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex .box .products {
    width: 50%;
    margin: 0 0 1rem 0;
  }
}
.footer_nav .last_flex .box h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .footer_nav .last_flex .box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}

section.air_lead {
  background: #D5EEFC;
  padding: 10rem 0;
  color: #333;
}
@media only screen and (max-width: 768px) {
  section.air_lead {
    padding: 7%;
  }
}
section.air_lead.rezi {
  background: #FCCC8E;
}
section.air_lead .inner {
  width: 800px;
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.air_lead .inner {
    width: 100%;
    display: block;
  }
}
section.air_lead .inner .left {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  section.air_lead .inner .left {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.air_lead .inner .left h2 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  section.air_lead .inner .left h2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
section.air_lead .inner .right {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  section.air_lead .inner .right {
    padding: 0;
  }
}

section.under_nav_sp.air .box .image:after {
  background: rgba(68, 129, 234, 0.6);
}
section.under_nav_sp.rezi .box .image:after {
  background: rgba(229, 63, 95, 0.2);
}
section.under_nav_sp .box {
  position: relative;
}
section.under_nav_sp .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}
section.under_nav_sp .box:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 4%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f123";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #ffffff;
}
section.under_nav_sp .box .image {
  position: relative;
}
section.under_nav_sp .box .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
section.under_nav_sp .box .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  color: #ffffff;
}
section.under_nav_sp .box .txt p {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
section.under_nav_sp .box .txt p span {
  font-size: 14px;
  font-size: 1.4rem;
}

section.under_nav, section.under_nav02 {
  position: relative;
}
section.under_nav.un01, section.under_nav02.un01 {
  min-height: 800px;
}
section.under_nav .bg_image, section.under_nav02 .bg_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
section.under_nav .bg_image.normal, section.under_nav02 .bg_image.normal {
  background: url("/special/since_withr/img/air/bg@2x.png") no-repeat 0 0;
  background-size: cover;
}
section.under_nav .bg_image.bg01, section.under_nav02 .bg_image.bg01 {
  background: url("/special/since_withr/img/air/bg01@2x.png") no-repeat 0 0;
  background-size: cover;
}
section.under_nav .bg_image.bg02, section.under_nav02 .bg_image.bg02 {
  background: url("/special/since_withr/img/air/bg02@2x.png") no-repeat 0 0;
  background-size: cover;
}
section.under_nav .bg_image.bg03, section.under_nav02 .bg_image.bg03 {
  background: url("/special/since_withr/img/air/bg03@2x.png") no-repeat 0 0;
  background-size: cover;
}
section.under_nav .nav_btn, section.under_nav02 .nav_btn {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 24%;
  height: 30%;
  z-index: 99;
}
section.under_nav .nav_btn.rezi, section.under_nav02 .nav_btn.rezi {
  top: 47%;
}
section.under_nav .nav_btn.rezi .btn01, section.under_nav02 .nav_btn.rezi .btn01 {
  top: 5vw;
}
section.under_nav .nav_btn.rezi .btn02, section.under_nav02 .nav_btn.rezi .btn02 {
  top: 5vw;
}
section.under_nav .nav_btn div, section.under_nav02 .nav_btn div {
  width: 35%;
}
section.under_nav .nav_btn div.boxbg, section.under_nav02 .nav_btn div.boxbg {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 220px;
}
section.under_nav .nav_btn .btn01, section.under_nav02 .nav_btn .btn01 {
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: 200;
}
section.under_nav .nav_btn .btn02, section.under_nav02 .nav_btn .btn02 {
  position: absolute;
  top: 4rem;
  right: 5rem;
  z-index: 200;
}
section.under_nav .nav_btn .btn03, section.under_nav02 .nav_btn .btn03 {
  position: absolute;
  bottom: -1rem;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
}
section.under_nav .ccc a, section.under_nav02 .ccc a {
  display: block;
  position: absolute;
  width: 230%;
  height: 450%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  z-index: 999;
}
section.under_nav .copy01, section.under_nav02 .copy01 {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 2000;
  width: 300px;
}
section.under_nav .copy01.r, section.under_nav02 .copy01.r {
  width: 400px;
  left: 9%;
}
section.under_nav .copy02, section.under_nav02 .copy02 {
  position: absolute;
  top: 20%;
  right: 15%;
  z-index: 9;
  width: 300px;
}
section.under_nav .copy02.r, section.under_nav02 .copy02.r {
  width: 400px;
  right: 9%;
}
section.under_nav .copy03, section.under_nav02 .copy03 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  z-index: 9;
}

section.under_nav02 .under_nav_flex {
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
section.under_nav02 .under_nav_flex .image {
  width: 50%;
  position: relative;
}
section.under_nav02 .under_nav_flex .image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.under_nav02 .under_nav_flex .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
section.under_nav02 .under_nav_flex .image:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
section.under_nav02 .nav_btn .bgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 8;
  width: 200px;
}

.white_box {
  width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 5rem 8rem;
}
@media only screen and (max-width: 768px) {
  .white_box {
    width: 100%;
    padding: 5% 7%;
  }
}
.white_box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .white_box .inner {
    display: block;
  }
}
.white_box .inner .al {
  width: 14%;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .white_box .inner .al {
    margin: auto;
  }
}
.white_box .inner .al.c {
  width: 24%;
}
@media only screen and (max-width: 768px) {
  .white_box .inner .al.c {
    margin: auto;
  }
}
.white_box .inner .txt {
  flex: 1;
  text-align: center;
}
.white_box .inner .txt.air {
  color: #227FDD;
}
.white_box .inner .txt.rezi {
  color: #FF692D;
}
@media only screen and (max-width: 768px) {
  .white_box .inner .txt .kagi {
    margin: 0 0 0 -0.2em;
  }
}
.white_box .inner .txt .big {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .white_box .inner .txt .big {
    font-size: 30px;
    font-size: 3rem;
    white-space: nowrap;
  }
}
.white_box .inner .txt .small {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .white_box .inner .txt .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.detail_btn {
  margin: 3rem 0 0 0;
  display: inline-block;
  border: 2px solid #000;
  background: #ffffff;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .detail_btn {
    display: block;
  }
}
.detail_btn.center {
  display: block;
  text-align: center;
  padding: 0;
  border: 0;
  background: none;
}
.detail_btn.center:hover {
  background: none;
}
.detail_btn.center:hover .inc {
  background: #000;
  color: #ffffff;
}
.detail_btn.center .inc {
  display: inline-block;
  border: 2px solid #000;
  background: #ffffff;
  position: relative;
  padding: 2rem 4rem 2rem 2rem;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .detail_btn.center .inc {
    display: block;
  }
}
.detail_btn a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.detail_btn .txte {
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}
.detail_btn .icon {
  width: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.7rem;
  z-index: 8;
}
.detail_btn.air:hover {
  background: #000;
  color: #ffffff;
}

.rezi_big_zu {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
.rezi_big_zu .txt {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .rezi_big_zu .txt {
    position: static;
    width: 100%;
    padding: 3rem 0 0 0;
  }
}
.rezi_big_zu .txt p {
  font-size: 13px;
  font-size: 1.3rem;
}

.rezi_zu_big_exp {
  padding: 5rem 5% 5% 5%;
  max-width: 1200px;
  margin: auto;
}
.rezi_zu_big_exp .in {
  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);
  padding: 5%;
  position: relative;
}
.rezi_zu_big_exp .in:before {
  content: "";
  width: 0;
  position: absolute;
  top: -55px;
  right: 280px;
  height: 0;
  border-style: solid;
  border-width: 0 100px 150px 100px;
  border-color: transparent transparent #ffffff transparent;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .in:before {
    display: none;
  }
}
.rezi_zu_big_exp .copy {
  transform: translateX(-10%);
}
.rezi_zu_big_exp .copy span {
  background: #FA9B23;
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .copy span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.rezi_zu_big_exp .cont {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont {
    width: 96%;
  }
}
.rezi_zu_big_exp .cont h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 7rem 0;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 3rem 0;
  }
}
.rezi_zu_big_exp .cont .cont_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont .cont_flex {
    display: block;
    margin: 0 0 3rem 0;
  }
}
.rezi_zu_big_exp .cont .cont_flex .left {
  width: 50%;
  border-left: 1px solid #888;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont .cont_flex .left {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
.rezi_zu_big_exp .cont .cont_flex .left h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont .cont_flex .left h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.rezi_zu_big_exp .cont .cont_flex .left p {
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont .cont_flex .left p {
    margin: 0 0 3rem 0;
  }
}
.rezi_zu_big_exp .cont .cont_flex .right {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  .rezi_zu_big_exp .cont .cont_flex .right {
    width: 100%;
  }
}
.rezi_zu_big_exp .table_box h6 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}
.rezi_zu_big_exp .table_box table {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 1rem 0;
}
.rezi_zu_big_exp .table_box table th, .rezi_zu_big_exp .table_box table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.rezi_zu_big_exp .table_box table th {
  background: #FEF0DE;
}
.rezi_zu_big_exp .table_box p.detail {
  font-size: 13px;
  font-size: 1.3rem;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.onoff_btn {
  position: fixed;
  left: 3rem;
  top: 25%;
  z-index: 9000;
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-100%);
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .onoff_btn {
    left: 0;
  }
}
.onoff_btn.fixed {
  opacity: 1;
  transform: translateX(0%);
}
.onoff_btn .switch_input {
  display: none;
}
.onoff_btn .switch {
  position: relative;
  cursor: pointer;
}
.onoff_btn .switch::before,
.onoff_btn .switch::after {
  content: "";
  display: inline-block;
  transition: .2s;
  box-sizing: border-box;
}
.onoff_btn .switch_input {
  display: none;
}
.onoff_btn .switch {
  position: relative;
  cursor: pointer;
  width: 120px;
  height: 50px;
  display: inline-block;
  background: #8CD21F;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .onoff_btn .switch {
    width: 100px;
  }
}
.onoff_btn .switch::after {
  content: "";
  display: inline-block;
  transition: .2s;
  box-sizing: border-box;
}
.onoff_btn .s4 {
  border-radius: 3px;
}
.onoff_btn .s4::before {
  content: "ON";
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding: 0;
  text-align: right;
  display: block;
  padding: 0 1rem 0 0;
}
.onoff_btn .s4::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #8CD21F;
  position: absolute;
  top: 10px;
  left: 10px;
}
.onoff_btn .switch_input:checked + .s4 {
  background: #fbfbfb;
}
.onoff_btn .switch_input:checked + .s4::before {
  content: "OFF";
  padding: 0 0 0 1rem;
  color: #8CD21F;
  text-align: left;
}
.onoff_btn .switch_input:checked + .s4::after {
  left: 80px;
  border: solid 3px #8CD21F;
}
@media only screen and (max-width: 768px) {
  .onoff_btn .switch_input:checked + .s4::after {
    left: 60px;
  }
}

.on_box {
  display: none;
}
.on_box.actives {
  display: block;
}

.off_box {
  display: none;
}
.off_box.actives {
  display: block;
}

.copy p {
  display: inline-block;
  position: relative;
  z-index: 1000;
}
.copy p span {
  position: relative;
  z-index: 1000 !important;
  display: inline-block;
}
.copy .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 768px) {
  .copy .bgb {
    display: none;
  }
}

.suptxt {
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
}
