@charset "utf-8";
/*  common
----------------------------------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css);
*{font-family:  YakuHanJP, 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif; font-size: 16px; word-break: normal; font-weight:normal; -webkit-font-smoothing:subpixel-antialiased; }

/* font 別バージョン
----------------------------------------------------------------------------------------------------------- */
/* *{ font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 16px; letter-spacing: 1.5px; font-feature-settings: "palt" 1; font-kerning: auto; line-height: 1.75;} */
/* 明朝系　*{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;} */






body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small; *font:x-small;}
select,input,button,textarea,button{ font:99% arial,helvetica,clean,sans-serif;}
table{ font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{ font-family:monospace;*font-size:108%;line-height:100%;}
/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/


a{text-decoration: none;}
img{width: auto; max-width: 100%; margin: 0; padding: 0; vertical-align: bottom;}
.flex{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}
.flex2{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap;}
strong{font-weight: bold;}


#pageTop{
  z-index: 90;
  opacity:0;
  transition:all 0.5s;
}

/*  出しわけ
----------------------------------------------------------------------------------------------------------- */

/* animate */
@keyframes scrollbar{
  0%{height:0%;top:0;}
  50%{height:100%;top:0;}
  100%{height:0%;top:100%;}
}
@keyframes rotate_hex{
  0%{transform: translate(-50%,-50%) rotate(0deg);opacity:0.2;}
  100%{transform: translate(-50%,-50%) rotate(360deg);opacity:1;}
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@media screen and (min-width: 701px) {

/* @common */
#loader-bg{
  position:fixed;
  top:0;
  left:0;
  z-index: 200;
  width:100vw;
  height:101vh;
  background-color:#fff;
}
#loader-bg.visible-none{
  display: none;
  pointer-events: none;
}
#loader{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-100%);
}
#loader.visible-none{
  display: none;
  pointer-events: none;
}
.sk-circle {
  width: 60px;
  height: 60px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #576db2;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

.wrapper{
overflow: hidden;
height:100vh;
min-width:1024px;
}
.wrapper.loaded{
height:auto;
}
.sitelink-head {
  position:absolute;
  z-index:10;
  top:0;
  right:0;
  background:#cb295b;
  color:#fff;
  font-size: 18px;
  padding:10px 20px;
  line-height: 1.4;
}
.sitelink-head:before{
  position:relative;
  z-index:1;
  content:'';
  display: inline-block;
  width:25px;
  height:22px;
  background:url(../img/common_icon_window.png) no-repeat;
  vertical-align: middle;
  margin-right:10px;
}
.sitelink-head:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:0%;
  min-height:100%;
  transition:all 0.4s;
  background-color:#e63d71;
}
.sitelink-head:hover:after{
  width:100%;
}
.sitelink-head-text{
  position:relative;
  z-index:1;
}
.global-nav{
  position:relative;
  z-index:50;
  width:100%;
  background-color:#fff;
  border-top:1px solid #576db2;
  border-bottom:1px solid #576db2;
}
.global-nav-list{
  width:100%;
  display:flex;
}
.global-nav-list__item{
  position:relative;
  width:25%;
  box-sizing: border-box;
  border-left:1px solid #576db2;
  height:275px;
  overflow: hidden;
}
.global-nav-list__item a{
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: relative;
}
.global-nav-list__item:first-child{
  border-left:0px solid #fff;
}
.global-nav-list__item:after{
  content:'';
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  width:40%;
  opacity:0;
  min-height:100%;
  background:#5695a3;
  transition:all 0.3s ease-in-out;
}
.global-nav-list__item:before{
  content:'';
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width:0%;
  opacity:0;
  min-height:100%;
  background:#576db2;
  transition:all 0.3s ease-in-out;
}
.global-nav-list__item:hover:after,
.global-nav-list__item:hover:before,
.work .global-nav-list__item.nav-work:after,
.work .global-nav-list__item.nav-work:before,
.schedule .global-nav-list__item.nav-schedule:after,
.schedule .global-nav-list__item.nav-schedule:before,
.style .global-nav-list__item.nav-style:after,
.style .global-nav-list__item.nav-style:before,
.interviews .global-nav-list__item.nav-interviews:after,
.interviews .global-nav-list__item.nav-interviews:before{
  width:100%;
  opacity:1;
}
.global-nav-list__item .image-wrap{
  position:absolute;
  z-index: 5;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:240px;
}
.global-nav-list__item .image-wrap img{
  width:100%;
  display:block;
  transition:opacity 0.5s;
}
.global-nav-list__item:hover .image-wrap img{
  opacity:0;
}
.global-nav-list__item.nav-work .image-wrap{
  background:url(../img/common_nav_work_on.png) ;
  background-size:cover;
}
.global-nav-list__item.nav-schedule .image-wrap{
  background:url(../img/common_nav_schedule_on.png) ;
  background-size:cover;
}
.global-nav-list__item.nav-style .image-wrap{
  background:url(../img/common_nav_style_on.png) ;
  background-size:cover;
}
.global-nav-list__item.nav-interviews .image-wrap{
  background:url(../img/common_nav_interviews_on.png) ;
  background-size:cover;
}
.work .global-nav-list__item.nav-work .image-wrap img,
.schedule .global-nav-list__item.nav-schedule .image-wrap img,
.style .global-nav-list__item.nav-style .image-wrap img,
.interviews .global-nav-list__item.nav-interviews .image-wrap img{
  opacity:0;
}
.section-sitelink{
  position:relative;
  z-index:20;
  background:url(../img/top_sitelink_bg.jpg) center center;
  background-size:150%;
  padding:155px 0;
  text-align: center;
  pointer-events:none;
  transition:all 0.8s;
}
.section-sitelink:hover{
  background:url(../img/top_sitelink_bg.jpg) center center;
  background-size:160%;
}
.section-sitelink__btn{
  position:relative;
  color:#fff;
  font-size: 25px;
  background-color:#cb295b;
  line-height:1;
  padding:20px 100px;
  pointer-events:auto;
}
.section-sitelink__btn-text{
  position:relative;
  z-index: 1;
}
.section-sitelink__btn:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:0%;
  min-height:100%;
  transition:all 0.4s;
  background-color:#e63d71;
}
.section-sitelink__btn:hover:before{
  width:100%;
}

/* @top */
.top .main-content{
  position:relative;
  overflow: hidden;
}
.top .hero-image{
  position:absolute;
  width:100%;
  min-height:100%;
  left:0;
  top:0;
  background:#fff url('../img/top_hero_image.jpg') no-repeat;
  background-position:center top;
  background-size:150%;
}
.top .main-catch{
  position: absolute;
  top:50%;
  left:50%;
  width:650px;
  height:345px;
  transform: translate(-50%,-50%);
}
.top .main-catch__logo{
  position:absolute;
  z-index: 5;
  top:0px;
  left:200px;
}
.top .main-catch__text{
  position:absolute;
  z-index: 5;
  width:470px;
  top:147px;
  left:90px;
}
.top .main-catch__base--01{
  position:absolute;
  z-index: 0;
  top:85px;
  left:0px;
  opacity:0;
  transform:rotate(-30deg);
}
.top .main-catch__base--02{
  position:absolute;
  z-index: 0;
  top:60px;
  left:0px;
  opacity:0;
  transform:rotate(10deg);
}
.top .scrolldown-area{
  position:absolute;
  left:50%;
  bottom:0;
  width:102px;
  height:150px;
  transform: translate(-50%,0);
}
.top .scrolldown-area__line{
  position:absolute;
  width:1px;
  height:100px;
  /* background:#576db2; */
  left:50%;
  bottom:0;
}
.top .scrolldown-area__line:before{
  position:absolute;
  content:'';
  display:block;
  width:1px;
  background:#576db2;
  animation: scrollbar 2s infinite;
}
.top .firstview-section{
  position:relative;
  height:100vh;
}
.top .message-section{
  position:relative;
  background:rgba(255,255,255,0.5);
  height:900px;
}
.top .message-text-wrap{
  position:absolute;
  z-index:10;
  width:550px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align: center;
}
.top .message-heading{
  position:relative;

  font-size:22px;
  line-height:2;
  color:#576db2;
  margin-bottom:30px;
}
.top .message-text{
  position:relative;
  font-size:22px;
  line-height:2.4;
  color:#576db2;
}
.top .message-image-hexa:before{
  position:absolute;
  z-index:0;
  content:'';
  top:50%;
  left:50%;
  display:block;
  transform:translate(-50%,-50%);
  width:723px;
  height:722px;
  background-image:url('../img/common_image_hexagon.png');
  animation:rotate_hex 20s linear infinite;
}
.top .message-image-hexa:after{
  position:absolute;
  z-index:0;
  content:'';
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:block;
  width:723px;
  height:722px;
  background-image:url('../img/common_image_hexagon.png');
  animation:rotate_hex 35s linear infinite reverse;
}

/* @secondpage_common */
.second .head__logo-wrap{
  position:fixed;
  left:20px;
  top:10px;
  z-index:100;
}
.second .head__logo-text{
  position:fixed;
  left:40px;
  font-size:14px;
  top:94px;
  color:#576db2;
  background-color:rgba(255,255,255,0.8);
  padding:4px 30px;
}
.second .head__logo-text::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #576db2;
  border-right: solid 1px #576db2;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}

.second .inner-block{
  margin:0 auto;
  width:980px;
}

.second .headline-section{
  position:relative;
  z-index: 0;
  padding:150px 0 90px;
}
.second .headline__maintext-wrap{
  overflow: hidden;
  position:relative;
}
.second .headline__maintext{
  position:relative;

  margin-bottom:20px;
}
.second .headline__subtext{
  font-size:26px;
  color:#576db2;
}
.second .headline__hexa{
  position:absolute;
  right:15%;
  top:-50px;
}
.second .headline__hexa:before{
    position:absolute;
    z-index:0;
    content:'';
    top:50%;
    left:50%;
    display:block;
    transform:translate(-50%,-50%);
    width:723px;
    height:722px;
    background-image:url('../img/common_image_hexagon.png');
    animation:rotate_hex 20s linear infinite;
  }
.second .headline__hexa:after{
    position:absolute;
    z-index:0;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:block;
    width:723px;
    height:722px;
    background-image:url('../img/common_image_hexagon.png');
    animation:rotate_hex 35s linear infinite reverse;
  }

/* @work */

.work .stage-image-section{
  position:relative;
  z-index: 10;
}

.work .stage-image-wrap {
  position:relative;
  width:calc((100vw - 900px) / 2 + 900px);
  height:775px;
  overflow: hidden;
  margin-left:80px;
}
.work .stage-image__image{
  position:absolute;
  top:-10%;
  left:0;
  display:block;
  height:120%;
  max-width:none!important;
  width:auto;
}
.work .stage-image__caption{
  position:absolute;
  left:20px;
  top:20px;
  font-size:14px;
  color:#fff;
  z-index: 10;
}

.work .character-image-section{
  position:relative;
  z-index: 20;
  margin-top:-700px;
  height:950px;
}
.work .character-01-wrap{
  position:relative;
  padding-top:370px;
}
.work .character-01__image{
  position:absolute;
  top:0;
  left:-320px;
  z-index: 0;
}
.work .character-01__message{
  position:relative;
  margin-left:10px;
  background-color:rgba(87, 109, 179, 0.9);
  color:#fff;
  font-size:16px;
  line-height: 1.7;
  padding:40px 40px;
  width:460px;
  box-sizing: border-box;
  z-index: 10;
}
.work .character-01__message strong{
  color:#fffc05;
  font-weight: normal!important;
}
.work .character-01__message small{
  display:block;
  font-size:14px;
  margin-top:10px;
}
.work .character-01__name{
  position:absolute;
  bottom:-20px;
  left:-20px;
  background-color:#bca400;
  color:#fff;
  font-size:16px;
  padding:6px 30px;
}
.work .character-01__name:before{
  content:'';
  position:absolute;
  left:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_01.png) top left;
  background-size:cover;
}
.work .character-01__name:after{
  content:'';
  position:absolute;
  right:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_01.png) top right;
  background-size:cover;
}

.work .character-02-wrap{
  position:relative;
  margin-top:-430px;
  padding-top:360px;
}
.work .character-02__image{
  position:absolute;
  right:-100px;
  top:0;
}
.work .character-02__message{
  position:absolute;
  right:60px;
  background-color:rgba(87, 109, 179, 0.9);
  color:#fff;
  font-size:16px;
  line-height: 1.7;
  padding:40px 40px;
  width:390px;
  box-sizing: border-box;
  z-index: 10;
}
.work .character-02__name{
  position:absolute;
  right:-20px;
  top:-20px;
  background-color:#3e6543;
  color:#fff;
  font-size:16px;
  padding:6px 20px;
}
.work .character-02__name:after{
  content:'';
  position:absolute;
  right:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_02.png) top right;
  background-size:cover;
}
.work .character-02__name:before{
  content:'';
  position:absolute;
  left:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_02.png) top left;
  background-size:cover;
}


/* @schedule */

.schedule .schedule-section{
  background:url(../img/schedule_bg.jpg) no-repeat;
  background-size:cover;
}

.schedule .tab{
  position:relative;
  padding:80px 0 130px;
}
.schedule .tablist{
  position:absolute;
  display: flex;
  width:100%;
  justify-content: space-between;
  top:-30px;
}
.schedule .tablist__item{
  background:#576db2;
  text-align: center;
  width:24.5%;
  font-size:18px;
  transition:all 0.5;
}

.schedule .tablist__item a{
  display: block;
  padding:18px 0;
    color:#fff;
}
.schedule .tablist__item a:after{
  content:'';
  display:block;
  width:100%;
  min-height:100%;
}
.schedule .tablist__item a {
  display: block;
  padding:18px 0;
    color:#fff;
}
.schedule .tablist__item:hover{
  background:#e43262;
}

.schedule .tablist__item.on{
  background:#e43262;
}

.schedule .tab-content-list{
}
.schedule .tab-content{
display: none;
opacity:0;
transition:opacity 0.5s;
}
.schedule .tab-content.on{
  display: block;
}
.schedule .tab-content.fadein{
  opacity:1;
}

.schedule .tab-content .table-wrap{
  height:450px;
}

.schedule .tab-content table{
  border:1px solid #576db2;
  background:#fff;
  color:#576db2;
  border-collapse:collapse;
  font-size: 16px;
  line-height:1.9;
  width:94%;
  margin:0 auto;

}
.schedule .tab-content table th,
.schedule .tab-content table td{
  padding:20px;
  border-bottom:1px solid #576db2;
}

.schedule .tab-content table th{
  border-bottom:1px solid #95b8ba;
  background:#576db2;
  color:#fff;
  width:100px;
  vertical-align: middle;
}
.schedule .tab-content table tr:last-child th{
  border-bottom:1px solid #576db2;
}

.schedule .schedule-chara{
  position:absolute;
  bottom:20px;
  right:10px;
}

.schedule .schedule-attention{
  width:94%;
  margin:0 auto;
  color:#576db2;
}


/* @style */

.style .style-headline{
  position:relative;
  margin:0px 0 130px;
  height:1px;
  width:100%;
  background-color:#e43262;
}
.style .life-section{
  margin-top:80px;
}
.style .environment-section{
  margin-top:165px;
}
.style .style-headline img{
  position:absolute;
  display:block;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.style .life-content-wrap{
  margin:0;
  display:flex;
  flex-flow:row-reverse;
}
.style .life__text{
  font-size:20px;
  line-height: 2;
  width:370px;
  color:#605d77;
  padding-top:100px;
}
.style .life__image{
  position:relative;
  height:450px;
  width:calc((100vw - 980px) / 2 + 610px);
  margin-right:calc((100vw - 980px) / 2 * -1 );
  margin-left:35px;
  margin-top:-60px;
}
.style .life__image-bg{
  position:absolute;
  top:75px;
  left:0;
  width:100%;
  height:375px;
  max-width: none!important;
  overflow: hidden;
    overflow:hidden;
}
.style .life__image-bg img{
  position:absolute;
  bottom:0;
  height:120%;
  /* width:100%; */
  max-width: none!important;
}
.style .life__image-chara{
  position:absolute;
  z-index: 10;
  bottom:0;
  left:470px;
  width:300px;
}
.style .life__message{
  position:absolute;
  bottom:60px;
  left:360px;
  z-index: 10;
  width:320px;
  padding:20px 30px;
  box-sizing: border-box;
  background:rgba(87, 109, 179, 0.9);
  color:#fff;
  font-size:15px;
  line-height:1.7;
}
.style .life__name{
  position:absolute;
  bottom:-25px;
  right:-20px;
  background-color:#a48942;
  color:#fff;
  font-size:16px;
  padding:6px 30px;
}
.style .life__name:before{
  content:'';
  position:absolute;
  left:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_09.png) top left;
  background-size:cover;
}
.style .life__name:after{
  content:'';
  position:absolute;
  right:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_09.png) top right;
  background-size:cover;
}

.style .env-content-wrap{
  display: flex;
}
.style .env-content-wrap:nth-of-type(1),
.style .env-content-wrap:nth-of-type(3){
  flex-flow: row-reverse;
}
.style .env-content-wrap{
  margin-bottom:120px;
}

.style .env__image{
  position:relative;
  width:calc((100vw - 980px) / 2 + 500px);
  margin-left:calc((100vw - 980px) / -2);
  overflow:hidden;
  height:340px;
  max-width: 730px;
}
.style .env__image img{
  position:absolute;
  bottom:0;
  height:120%;
  max-width: none!important;
  left:50%;
  transform: translate(-50%,0);
}

.style .env__info{
  position:relative;
  width:calc((100vw - 980px) / 2 + 440px);
  margin-right:calc((100vw - 980px) / -2);
  margin-left:40px;
  padding-top:35px;
}
.style .env__info .info__head{
  position:relative;
}

.style .env__info .info__head:after{
  content:'';
  width:calc(100% + 40px);
  margin-left:-40px;
  height:1px;
  background:#605d77;
  display: block;
  position:absolute;
  top:52px;
}
.style .env__info .info__head img{
  width:550px;
}
.style .env__info .info__message{
  position:relative;
  z-index: 10;
  width:320px;
  padding:20px 30px;
  box-sizing: border-box;
  background:rgba(87, 109, 179, 0.9);
  color:#fff;
  font-size:15px;
  line-height:1.7;
  margin:70px 0 0 40px;
}
.style .env__info .info__name{
  position:absolute;
  bottom:-25px;
  right:-20px;
  background-color:#664889;
  color:#fff;
  font-size:16px;
  padding:6px 30px;
}
.style .env__info .info__name:before{
  content:'';
  position:absolute;
  left:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_03.png) top left;
  background-size:cover;
}
.style .env__info .info__name:after{
  content:'';
  position:absolute;
  right:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_03.png) top right;
  background-size:cover;
}
/* el */
.style .env-02 .env__info .info__name{
  background-color:#4fb436;
}
.style .env-02 .env__info .info__name:before{
  background:url(../img/common_name_base_04.png) top left;
  background-size:cover;
}
.style .env-02 .env__info .info__name:after{
  background:url(../img/common_name_base_04.png) top right;
  background-size:cover;
}
.style .env-03 .env__info .info__name{
  background-color:#bc001f;
}
.style .env-03 .env__info .info__name:before{
  background:url(../img/common_name_base_05.png) top left;
  background-size:cover;
}
.style .env-03 .env__info .info__name:after{
  background:url(../img/common_name_base_05.png) top right;
  background-size:cover;
}
/* --el */
.style .env__info .info__chara{
  position:absolute;
  z-index: 0;
  bottom:-120px;
  left:160px;
}
.style .env-content-wrap:nth-of-type(2) .env__image{
  width:calc((100vw - 980px) / 2 500px);
  margin-left:0;
  margin-right:calc((100vw - 980px) / -2);
  overflow:hidden;
  height:340px;
}

.style .env-content-wrap:nth-of-type(2) .env__info{
  position:relative;
  width:calc((100vw - 980px) / 2 + 440px);
  margin-right:40px;
  margin-left:calc((100vw - 980px) / -2);
  padding-top:35px;
}

.style .env-content-wrap:nth-of-type(2) .env__info .info__head:after{
  display: block;
  margin-left:auto;
  margin-right:-40px;
}
.style .env-content-wrap:nth-of-type(2) .env__info .info__head{
  text-align: right;
}
.style .env-content-wrap:nth-of-type(2) .env__info .info__chara{
  left:auto;
  right:120px;
}
.style .env-content-wrap:nth-of-type(2) .env__info .info__message{
  margin: 70px 0 0 calc((100vw - 980px)/2 + 70px);
}
.style .env-content-wrap:nth-of-type(2) .env__info .info__name{
  right:auto;
  left:-20px;
}


/* @interviews */

.interviews .interviews-section{
  background:#f2f2f2;
  padding:60px 0;
}

.interviews .interviews-section.chara_02{/*el*/
  background:#fff;
}
.interviews .interviews-section.chara_other{/*el*/
  background:#fff;
}

.interviews .interviews-section__inner{
  position:relative;
}
.interviews .interviews-section__inner:after{
  content:'';
  display: block;
  clear:both;
}
.interviews .interviews-section .interviews-info{
  position:relative;
  z-index: 10;
  width:670px;
  float:right;
}
.interviews .interviews-section.chara_02 .interviews-info{/*el*/
  float:left;
}

.interviews .interviews-heading{
  margin-bottom:25px;
}
.interviews .interviews-text{
  font-size:18px;
  line-height:1.9;
  color:#605d77;
  margin-bottom:30px;
}
.interviews .interviews-message{
  background:rgba(102, 122, 184, 0.9);
  padding:30px 30px 30px;
  font-size:18px;
  color:#fff;
  line-height: 1.9;
}
.interviews .interviews-message-heading{
  background:#fff;
  padding:10px 30px;
  font-size:18px;
  color:#667ab8;
  margin:0 0 25px -30px;
  display:inline-block;
}
.interviews .interviews_name{
  position:absolute;
  bottom:20px;
  left:-300px;
  background-color:#bca400;
  color:#fff;
  font-size:16px;
  padding:6px 30px;
}
.interviews .interviews_name:before{
  content:'';
  position:absolute;
  left:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_01.png) top left;
  background-size:cover;
}
.interviews .interviews_name:after{
  content:'';
  position:absolute;
  right:-20px;
  top:0;
  width:21px;
  height:100%;
  background:url(../img/common_name_base_01.png) top right;
  background-size:cover;
}
.interviews .interviews_chara{
  position:absolute;
  z-index: 0;
  left:-140px;
  bottom:-60px;
}
.interviews .chara_02 .interviews_chara {/* el */
  left:auto;
  right:-270px;
}
.interviews .chara_02 .interviews_name{/* el */
  left:auto;
  right:-300px;
}
.interviews .chara_03 .interviews_chara {/* el */
  left:-220px;
}
.interviews .chara_01 .interviews_name{/* el */
  background-color:#ff7789;
}
.interviews .chara_01 .interviews_name:before{/* el */
  background:url(../img/common_name_base_06.png) top left;
  background-size:cover;
}
.interviews .chara_01 .interviews_name:after{/* el */
  background:url(../img/common_name_base_06.png) top right;
  background-size:cover;
}
.interviews .chara_02 .interviews_name{/* el */
  background-color:#e49342;
}
.interviews .chara_02 .interviews_name:before{/* el */
  background:url(../img/common_name_base_07.png) top left;
  background-size:cover;
}
.interviews .chara_02 .interviews_name:after{/* el */
  background:url(../img/common_name_base_07.png) top right;
  background-size:cover;
}
.interviews .chara_03 .interviews_name{/* el */
  background-color:#a981ed;
}
.interviews .chara_03 .interviews_name:before{/* el */
  background:url(../img/common_name_base_08.png) top left;
  background-size:cover;
}
.interviews .chara_03 .interviews_name:after{/* el */
  background:url(../img/common_name_base_08.png) top right;
  background-size:cover;
}

.interviews .interviews-info--other{
  font-size:30px;
  line-height: 1.5;
  font-weight:bold!important;
  color:#e43262;
  padding:80px 0;
}
.interviews .interviews-chara--other{
  position:absolute;
  bottom:-60px;
  right:0;
}



.sp-only{display:none;}
}


@media screen and (min-width: 701px) and (max-width: 1100px) {

  .style .env__image{
    width:calc((1100px - 980px) / 2 + 500px);
    margin-left:calc((1100px - 980px) / -2);
  }

  .style .env__info{
    width:calc((1100px - 980px) / 2 + 440px);
    margin-right:calc((1100px - 980px) / -2);
  }

  .style .env-content-wrap:nth-of-type(2) .env__image{
    width:calc((1100px - 980px) / 2 500px);
    margin-right:calc((1100px - 980px) / -2);
  }

  .style .env-content-wrap:nth-of-type(2) .env__info{
    position:relative;
    width:calc((1100px - 980px) / 2 + 440px);
    margin-left:calc((1100px - 980px) / -2);
  }

}


/* ----------------------- */
/* ----------SP----------- */
/* ----------------------- */

@media screen and (max-width: 700px) {

  /* @common */
  #loader-bg{
    position:fixed;
    top:0;
    left:0;
    z-index: 200;
    width:100vw;
    height:101vh;
    background-color:#fff;
  }
  #loader-bg.visible-none{
    display: none;
    pointer-events: none;
  }
  #loader{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-100%);
  }
  #loader.visible-none{
    display: none;
    pointer-events: none;
  }
  .sk-circle {
    width: 40px;
    height: 40px;
    position: relative;
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #576db2;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

  .wrapper{
  overflow: hidden;
  height:100vh;
  }
  .wrapper.loaded{
  height:auto;
  }
  .sitelink-head {
    position:absolute;
    z-index:10;
    top:0;
    right:0;
    background:#cb295b;
    color:#fff;
    font-size: 11px;
    padding:5px 15px;
    line-height: 1.4;
  }
  .sitelink-head:before{
    position:relative;
    z-index:1;
    content:'';
    display: inline-block;
    width:20px;
    height:18px;
    background:url(../img/common_icon_window.png) no-repeat;
    vertical-align: middle;
    background-size:100%;
    margin-right:10px;
  }

  .sitelink-head-text{
    position:relative;
    z-index:1;
  }
  .global-nav{
    position:relative;
    width:100%;
    background-color:#fff;
    border-top:1px solid #576db2;
    border-bottom:1px solid #576db2;
    z-index: 50;
  }
  .global-nav-list{
    width:100%;
    display:flex;
  }
  .global-nav-list__item{
    position:relative;
    width:25%;
    box-sizing: border-box;
    border-left:1px solid #576db2;
    height:140px;
    overflow: hidden;
  }
  .global-nav-list__item a{
    display:block;
    width:100%;
    height:100%;
  }
  .global-nav-list__item:first-child{
    border-left:0px solid #fff;
  }
  .global-nav-list__item:after{
    content:'';
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width:40%;
    opacity:0;
    min-height:100%;
    background:#5695a3;
    transition:all 0.3s ease-in-out;
  }
  .global-nav-list__item:before{
    content:'';
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width:0%;
    opacity:0;
    min-height:100%;
    background:#576db2;
    transition:all 0.3s ease-in-out;
  }
  .work .global-nav-list__item.nav-work:after,
  .work .global-nav-list__item.nav-work:before,
  .schedule .global-nav-list__item.nav-schedule:after,
  .schedule .global-nav-list__item.nav-schedule:before,
  .style .global-nav-list__item.nav-style:after,
  .style .global-nav-list__item.nav-style:before,
  .interviews .global-nav-list__item.nav-interviews:after,
  .interviews .global-nav-list__item.nav-interviews:before{
    width:100%;
    opacity:1;
  }
  .global-nav-list__item .image-wrap{
    position:absolute;
    z-index: 5;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:85%;
  }
  .global-nav-list__item .image-wrap img{
    width:100%;
    display:block;
    transition:opacity 0.5s;
  }
  .global-nav-list__item.nav-work .image-wrap{
    background:url(../img/common_nav_work_on.png) ;
    background-size:cover;
  }
  .global-nav-list__item.nav-schedule .image-wrap{
    background:url(../img/common_nav_schedule_on.png) ;
    background-size:cover;
  }
  .global-nav-list__item.nav-style .image-wrap{
    background:url(../img/common_nav_style_on.png) ;
    background-size:cover;
  }
  .global-nav-list__item.nav-interviews .image-wrap{
    background:url(../img/common_nav_interviews_on.png) ;
    background-size:cover;
  }
  .work .global-nav-list__item.nav-work .image-wrap img,
  .schedule .global-nav-list__item.nav-schedule .image-wrap img,
  .style .global-nav-list__item.nav-style .image-wrap img,
  .interviews .global-nav-list__item.nav-interviews .image-wrap img{
    opacity:0;
  }
  .section-sitelink{
    position:relative;
    background:url(../img/top_sitelink_bg.jpg) center top;
    background-size:cover;
    padding:20vw 0;
    text-align: center;
    pointer-events: none;
    z-index: 50;
  }
  .section-sitelink__btn{
    position:relative;
    color:#fff;
    font-size: 15px;
    background-color:#cb295b;
    line-height:1;
    padding:15px 70px;
    pointer-events: auto;
  }
  .section-sitelink__btn-text{
    position:relative;
    z-index: 1;
    font-size: 3vw;
    line-height: 1em;
    display: inline-block;
  }
  .section-sitelink__btn:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:0%;
    min-height:100%;
    transition:all 0.4s;
    background-color:#e63d71;
  }

  /* @top */
  .top .main-content{
    position:relative;
    overflow: hidden;
  }
  .top .hero-image{
    position:absolute;
    width:100%;
    min-height:100%;
    left:0;
    top:0;
    background:#fff url('../img/top_hero_image_sp.jpg') no-repeat;
    background-position:center top;
    background-size:110%;
  }
  .top .main-catch{
    position: absolute;
    top:50%;
    left:50%;
    width:90%;
    padding-top:45%;
    transform: translate(-50%,-50%);
  }
  .top .main-catch__logo{
    position:absolute;
    z-index: 5;
    top:0px;
    left:50%;
    width:60%;
    transform:translate(-40%,0);
  }
  .top .main-catch__text{
    position:absolute;
    z-index: 5;
    top:55%;
    left:50%;
    width:70%;
    transform:translate(-50%,0);
  }
  .top .main-catch__base--01{
    position:absolute;
    z-index: 0;
    top:35%;
    left:0px;
    opacity:0;
    transform:rotate(-30deg);
  }
  .top .main-catch__base--02{
    position:absolute;
    z-index: 0;
    top:28%;
    left:0px;
    opacity:0;
    transform:rotate(10deg);
  }
  .top .scrolldown-area{
    position:absolute;
    left:50%;
    bottom:0;
    width:80px;
    height:100px;
    transform: translate(-50%,0);
  }
  .top .scrolldown-area__line{
    position:absolute;
    width:1px;
    height:60px;
    /* background:#576db2; */
    left:50%;
    bottom:0;
  }
  .top .scrolldown-area__line:before{
    position:absolute;
    content:'';
    display:block;
    width:1px;
    background:#576db2;
    animation: scrollbar 2s infinite;
  }
  .top .firstview-section{
    position:relative;
    height:100vh;
  }
  .top .message-section{
    position:relative;
    background:rgba(255,255,255,0.5);
    min-height:120vw;
  }
  .top .message-text-wrap{
    position:absolute;
    z-index:10;
    width:100%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align: center;
  }
  .top .message-heading{
    position:relative;
    line-height:2;
    color:#576db2;
    width:50%;
    margin-bottom:20px;
  }
  .top .message-text{
    position:relative;
    font-size:3vw;
    line-height:2.4;
    color:#576db2;
  }
  .top .message-image-hexa:before{
    position:absolute;
    z-index:0;
    content:'';
    top:50%;
    left:50%;
    display:block;
    transform:translate(-50%,-50%);
    width:90vw;
    min-height:90vw;
    background:url('../img/common_image_hexagon.png') no-repeat;
    background-size:contain;
    animation:rotate_hex 20s linear infinite;
  }
  .top .message-image-hexa:after{
    position:absolute;
    z-index:0;
    content:'';
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:block;
    width:90vw;
    min-height:90vw;
    background:url('../img/common_image_hexagon.png') no-repeat;
    background-size:contain;
    animation:rotate_hex 35s linear infinite reverse;
  }

  /* @secondpage_common */

  .second .head__logo-wrap{
    position:fixed;
    left:20px;
    top:10px;
    z-index:100;
    width:25%;
  }
  .second .head__logo-wrap{
    position:fixed;
    left:2vw;
    top:1vw;
    z-index:100;
    width:25vw;
  }
  .second .head__logo-text{
    position:fixed;
    left:3.5vw;
    font-size:2vw;
    top:12vw;
    color:#576db2;
    background-color:rgba(255,255,255,0.8);
    padding:1.5vw 3vw 1vw 4vw;
    line-height: 1;
    vertical-align: baseline;
  }
  .second .head__logo-text::before{
    content: '';
    width: 1vw;
    height: 1vw;
    border: 0px;
    border-top: solid 1px #576db2;
    border-right: solid 1px #576db2;
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 1.5vw;
    margin-top: -0.5vw;
  }
  .second .inner-block{
  }
  .second .headline-section{
    position:relative;
    z-index: 0;
    padding:20vw 0 10vw;
  }
  .second .headline__maintext{
    position:relative;
    display: block;
    max-width:90vw;
    height:12vw;
    top:10px;
    margin:0 auto 20px;
  }
  .second .headline__subtext{
    font-size:4vw;
    text-align: center;
    color:#576db2;
  }
  .second .headline__hexa{
    position:absolute;
    right:15%;
    top:-100px;
  }
  .second .headline__hexa:before{
      position:absolute;
      z-index:0;
      content:'';
      top:50%;
      left:50%;
      display:block;
      transform:translate(-50%,-50%);
      width:100vw;
      height:100vw;
      background:url('../img/common_image_hexagon.png') no-repeat;
      background-size:contain;
      animation:rotate_hex 20s linear infinite;
    }
  .second .headline__hexa:after{
      position:absolute;
      z-index:0;
      content:'';
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      display:block;
      width:100vw;
      height:100vw;
      background:url('../img/common_image_hexagon.png') no-repeat;
      background-size:contain;
      animation:rotate_hex 35s linear infinite reverse;
    }

  /* @work */

  .work .stage-image-section{
    position:relative;
    z-index: 10;
  }

  .work .stage-image-wrap {
    position:relative;
    width:100%;
    height:100vw;
    overflow: hidden;
    margin-left:0%;
  }
  .work .stage-image-wrap img{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    height:120%;
    max-width:none!important;
    width:auto;
  }
  .work .stage-image__caption{
    position:absolute;
    z-index: 10;
    right:10px;
    top:10px;
    font-size:3vw;
    color:#fff;
  }
  .work .character-image-section{
    position:relative;
    z-index: 20;
    /* margin-top:-500px; */
    /* height:900px */
  }
  .work .character-01-wrap{
    position:relative;
    padding:10% 0;
  }
  .work .character-01__image{
    width:140%;

    max-width:none!important;
    position:absolute;
    top:-60%;
    left:-60%;
    z-index: 0;
  }
  .work .character-01__message{
    position:relative;
    margin-left:10%;
    background-color:rgba(87, 109, 179, 0.9);
    color:#fff;
    font-size:3vw;
    line-height: 1.9em;
    padding:8%;
    width:90%;
    box-sizing: border-box;
    z-index: 10;
  }
  .work .character-01__message strong{
    color:#fffc05;
  }
  .work .character-01__message small{
    display:block;
    font-size:2vw;
    line-height: 1.9em;
    margin-top:10px;
  }
  .work .character-01__name{
    position:absolute;
    bottom:-20px;
    left:-12%;
    background-color:#bca400;
    color:#fff;
    font-size:3vw;
    line-height: 1.9em;
    padding:2vw 5vw;
  }
  .work .character-01__name:after{
    content:'';
    position:absolute;
    right:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_01.png) top right;
    background-size:cover;
  }
  .work .character-02-wrap{
    position:relative;
    z-index: 10;
    padding:34% 0;
  }
  .work .character-02__image{
    position:absolute;
    width:105%;
    max-width: none!important;
    right:-36%;
    top:-20%;
  }
  .work .character-02__message{
    position:relative;
    left:0;
    background-color:rgba(87, 109, 179, 0.9);
    color:#fff;
    font-size:3vw;
    line-height: 1.9em;
    padding:8%;
    width:80%;
    box-sizing: border-box;
    z-index: 10;
  }
  .work .character-02__name{
    position:absolute;
    right:-5%;
    bottom:-20px;
    background-color:#3e6543;
    color:#fff;
    font-size:3vw;
    line-height: 1.9em;
    padding:2vw 5vw;
  }
  .work .character-02__name:before{
    content:'';
    position:absolute;
    left:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_02.png) top left;
    background-size:cover;
  }
  .work .character-02__name:after{
    content:'';
    position:absolute;
    right:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_02.png) top right;
    background-size:cover;
  }

  /* @schedule */

  .schedule .schedule-section{
    background:url(../img/schedule_bg.jpg) no-repeat;
    background-size:cover;
  }

  .schedule .headline-section{
    padding-bottom:20vw;
  }

  .schedule .headline__maintext{
    height:auto;
  }

  .schedule .tab{
    position:relative;
    padding:10vw 0 20vw;
  }
  .schedule .tablist{
    position:absolute;
    display: flex;
    width:94%;
    justify-content: space-between;
    top:-30px;
    left:3%;
  }
  .schedule .tablist__item{
    position:relative;
    background:#576db2;
    text-align: center;
    width:24.5%;
    font-size:18px;
    padding:1vw 0;
    height:10vw;
  }

  .schedule .tablist__item a{
    position:absolute;
    display: block;
    width:100%;
    line-height: 1.4em;
    top:50%;
    left:50%;
    font-size:3vw;
    color:#fff;
    transform:translate(-50%,-50%);
  }
  .schedule .tablist__item a:after{
    content:'';
    display:block;
    width:100%;
    min-height:100%;
  }
  .schedule .tablist__item a small{
    font-size:2vw;
    line-height: 1em;
    display: block;
  }
  .schedule .tablist__item.on{
    background:#e43262;
  }

  .schedule .tab-content-list{
  }
  .schedule .tab-content{
  display: none;
  opacity:0;
  transition:opacity 0.5s;
  }
  .schedule .tab-content.on{
    display: block;
  }
  .schedule .tab-content.fadein{
    opacity:1;
  }

  .schedule .tab-content .table-wrap{
  }

  .schedule .tab-content table{
    border:1px solid #576db2;
    background:#fff;
    color:#576db2;
    border-collapse:collapse;
    font-size: 13px;
    line-height:1.9;
    width:94%;
    margin:0 auto;

  }
  .schedule .tab-content table th,
  .schedule .tab-content table td{
    padding:3vw 3vw;
    border-bottom:1px solid #576db2;
    font-size:3vw;
    line-height: 1.9em
  }

  .schedule .tab-content table th{
    border-bottom:1px solid #95b8ba;
    background:#576db2;
    color:#fff;
    width:20%;
    vertical-align: middle;
  }
  .schedule .tab-content table tr:last-child th{
    border-bottom:1px solid #576db2;
  }

  .schedule .schedule-chara{
    position:absolute;
    bottom:10vw;
    right:5px;
    width:45vw;
  }

  .schedule .schedule-attention{
    width:42%;
    margin:15px 5% 0;
    color:#576db2;
    line-height: 1.7em;
    font-size: 2.4vw;
  }

  /* @style */

  .style .style-headline{
    position:relative;
    margin:0px 0 15vw;
    height:1px;
    width:100%;
    background-color:#e43262;
  }
  .style .life-section{
    margin-top:8vw;
  }
  .style .environment-section{
    margin-top:20vw;
  }
  .style .style-headline img{
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70%;
  }
  .style .life-content-wrap{
    margin:0;
  }
  .style .life__text{
    font-size:4vw;
    line-height: 2;
    width:90vw;
    margin:0 auto;
    color:#605d77;
  }
  .style .life__image{
    position:relative;
    width:100vw;
    margin:0 auto 5vw;
  }
  .style .life__image-bg{
    position:relative;
    left:50%;
    transform:translate(-50%,0);
    width:100%;
    height:60vw;
    max-width: none!important;
    overflow: hidden;
  }
  .style .life__image-bg img{
    position:absolute;
    bottom:0;
    left:0;
    height:80vw;
    max-width: none!important;
  }
  .style .life__image-chara{
    position:absolute;
    z-index: 10;
    bottom:0;
    right:-2vw;
    width:45vw;
  }
  .style .life__message{
    position:absolute;
    bottom:8vw;
    right:8vw;
    z-index: 10;
    width:60vw;
    padding:4vw 5vw;
    box-sizing: border-box;
    background:rgba(87, 109, 179, 0.9);
    color:#fff;
    font-size:3vw;
    line-height:1.7em;
  }
  .style .life__name{
    position:absolute;
    bottom:-5vw;
    right:-20px;
    background-color:#a48942;
    color:#fff;
    font-size:3vw;
    padding:1vw 4vw;
  }
  .style .life__name:before{
    content:'';
    position:absolute;
    left:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_09.png) top left;
    background-size:cover;
  }
  .style .life__name:after{
    content:'';
    position:absolute;
    right:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_09.png) top right;
    background-size:cover;
  }

  .style .env-content-wrap{
  }
  .style .env-content-wrap:nth-of-type(1),
  .style .env-content-wrap:nth-of-type(3){
  }
  .style .env-content-wrap{
    margin-bottom:5vw;
  }

  .style .env__image{
    position:relative;
    width:100vw;
    overflow:hidden;
    height:50vw;
  }
  .style .env__image img{
    position:absolute;
    bottom:0;
    height:120%;
    max-width: none!important;
    left:50%;
    transform: translate(-50%,0);
  }

  .style .env__info{
    position:relative;
    width:90vw;
    margin:0 auto;
    padding-top:35px;
  }
  .style .env__info .info__head{
    position:relative;
  }

  .style .env__info .info__head:after{
    content:'';
    width:90vw;
    height:1px;
    background:#605d77;
    display: block;
    position:absolute;
    top:10vw;
    left:-10vw;
  }
  .style .env__info .info__head img{
    width:107vw;
    max-width: none!important;
  }
  .style .env__info .info__message{
    position:relative;
    z-index: 10;
    width:70vw;
    padding:5vw;
    box-sizing: border-box;
    background:rgba(87, 109, 179, 0.9);
    color:#fff;
    font-size:3vw;
    line-height:1.7em;
    margin:7vw 0 12vw 0vw;
  }
  .style .env__info .info__name{
    position:absolute;
    bottom:-4vw;
    right:-10vw;
    background-color:#664889;
    color:#fff;
    font-size:3vw;
    padding:1vw 4vw;
  }
  .style .env__info .info__name:before{
    content:'';
    position:absolute;
    left:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_03.png) top left;
    background-size:cover;
  }
  .style .env__info .info__name:after{
    content:'';
    position:absolute;
    right:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_03.png) top right;
    background-size:cover;
  }
  /* el */
  .style .env-02 .env__info .info__name{
    background-color:#4fb436;
  }
  .style .env-02 .env__info .info__name:before{
    background:url(../img/common_name_base_04.png) top left;
    background-size:cover;
  }
  .style .env-02 .env__info .info__name:after{
    background:url(../img/common_name_base_04.png) top right;
    background-size:cover;
  }
  .style .env-03 .env__info .info__name{
    background-color:#bc001f;
  }
  .style .env-03 .env__info .info__name:before{
    background:url(../img/common_name_base_05.png) top left;
    background-size:cover;
  }
  .style .env-03 .env__info .info__name:after{
    background:url(../img/common_name_base_05.png) top right;
    background-size:cover;
  }
  /* --el */
  .style .env__info .info__chara{
    position:absolute;
    z-index: 0;
    top:0;
    right:-7vw;
    width:60vw;
  }
  .style .env-content-wrap:nth-of-type(2) .env__image{
  }

  .style .env-content-wrap:nth-of-type(2) .env__info{
    position:relative;
  }

  .style .env-content-wrap:nth-of-type(2) .env__info .info__head:after{
    right:-10vw;
    left:auto;
  }
  .style .env-content-wrap:nth-of-type(2) .env__info .info__head{
    text-align: right;
  }
  .style .env-content-wrap:nth-of-type(2) .env__info .info__head img{
    margin-left:-17vw;
  }
  .style .env-content-wrap:nth-of-type(2) .env__info .info__chara{
    left:auto;
    left:-22vw;
    width:75vw;
  }
  .style .env-content-wrap:nth-of-type(2) .env__info .info__message{
    left:20vw;
  }
  .style .env-content-wrap:nth-of-type(2) .env__info .info__name{
    right:auto;
    left:-10vw;
  }

  .style .env-content-wrap:nth-of-type(3){
    margin-bottom:20vw;
  }




  /* @interviews */

  .interviews .interviews-section{
    background:#f2f2f2;
    padding:12vw 0;
    overflow: hidden;
  }
  .interviews .interviews-section.chara_02{/*el*/
    background:#fff;
  }
  .interviews .interviews-section.chara_other{/*el*/
    background:#fff;
  }
  .interviews .interviews-section__inner{
    position:relative;
    width:90%;
    margin:0 auto;
  }
  .interviews .interviews-section .interviews-info{
    position:relative;
    z-index: 10;
    margin:0 auto;
  }

  .interviews .interviews-heading{
    margin-bottom:4vw;
    width:70%;
    margin-left:30%;
  }
  .interviews .chara_02 .interviews-heading{/* el */
    width:70%;
    margin-right:30%;
    margin-left:0;
  }
  .interviews .interviews-text{
    font-size:3vw;
    line-height:1.9em;
    color:#605d77;
    margin-bottom:15vw;
    width:70%;
    margin-left:30%;
  }
  .interviews .chara_02 .interviews-text{/* el */
    width:70%;
    margin-right:30%;
    margin-left:0;
  }
  .interviews .interviews-message{
    position:relative;
    background:rgba(102, 122, 184, 0.9);
    padding:5vw;
    font-size:3vw;
    color:#fff;
    line-height: 1.9em;
  }
  .interviews .interviews-message-heading{
    background:#fff;
    padding: 1.5vw 5vw;
    font-size:11px;
    color:#667ab8;
    margin:0 0 5% -5vw;
    display:inline-block;
  }
  .interviews .interviews_name{
    position:absolute;
    top:-12vw;
    left:-2vw;
    background-color:#bca400;
    color:#fff;
    font-size:3vw;
    padding:1vw 4vw;
  }
  .interviews .interviews_name:before{
    content:'';
    position:absolute;
    left:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_01.png) top left;
    background-size:cover;
  }
  .interviews .interviews_name:after{
    content:'';
    position:absolute;
    right:-20px;
    top:0;
    width:21px;
    height:100%;
    background:url(../img/common_name_base_01.png) top right;
    background-size:cover;
  }

  .interviews .interviews_chara{
    position:absolute;
    width:85vw;
    z-index: 0;
    left:-28vw;
    top:-4vw;
  }
  .interviews .chara_02 .interviews_chara{/* el */
    width:62vw;
    left:auto;
    right:-25vw;
    top:-4vw;
  }

  .interviews .chara_02 .interviews_name{/* el */
    left:auto;
    right:-2vw;
  }
  .interviews .chara_03 .interviews_chara {/* el */
    width:62vw;
    left:-29vw;
  }
  .interviews .chara_01 .interviews_name{/* el */
    background-color:#ff7789;
  }
  .interviews .chara_01 .interviews_name:before{/* el */
    background:url(../img/common_name_base_06.png) top left;
    background-size:cover;
  }
  .interviews .chara_01 .interviews_name:after{/* el */
    background:url(../img/common_name_base_06.png) top right;
    background-size:cover;
  }
  .interviews .chara_02 .interviews_name{/* el */
    background-color:#e49342;
  }
  .interviews .chara_02 .interviews_name:before{/* el */
    background:url(../img/common_name_base_07.png) top left;
    background-size:cover;
  }
  .interviews .chara_02 .interviews_name:after{/* el */
    background:url(../img/common_name_base_07.png) top right;
    background-size:cover;
  }
  .interviews .chara_03 .interviews_name{/* el */
    background-color:#a981ed;
  }
  .interviews .chara_03 .interviews_name:before{/* el */
    background:url(../img/common_name_base_08.png) top left;
    background-size:cover;
  }
  .interviews .chara_03 .interviews_name:after{/* el */
    background:url(../img/common_name_base_08.png) top right;
    background-size:cover;
  }

  .interviews .interviews-info--other{
    position:relative;
    z-index: 10;
    font-size:5vw;
    line-height: 1.5em;
    font-weight:bold!important;
    color:#e43262;
    padding:4vw 0;
  }
  .interviews .interviews-chara--other{
    position:absolute;
    bottom:-12vw;
    width:50vw;
    right:-13vw;
  }


.pc-only{display:none;}
}




/*  footer
----------------------------------------------------------------------------------------------------------- */
#footer{background:url(../../img/common/footer-bg.jpg);z-index: 90;position:relative;}

.base-footer-box{width: 95%; margin: 0 auto; padding: 14px 0 48px 0; font-size:14px; line-height:1.61; color: #5f5c77; padding-top: 3%;}


.base-footer-sns-btn{width: 50%; max-width: 150px; padding: 10px 0;}
.base-footer-sns-btn li{width: 31.3%; padding:1%;}

.base-platform-icon li{padding:2%;}


.footer-left-box{width: 23%;}
.footer-center-box{width: 47%;}
.footer-right-box{width: 30%; text-align: right; font-size:12px;}





.snslink{ display: -webkit-flex; display: flex; padding-bottom:4px;}
.snslink dd { -webkit-flex: 1; flex: 1;}
.snslink dt { width: 30px;}

.footer-left-box a{ color: #5f5c77;}
.footer-left-box a:visited { color: #5f5c77; }
.footer-left-box a:hover { color: #5f5c77; text-decoration: underline;}
.footer-left-box a:active { color: #5f5c77; }


@media screen and (max-width: 700px) {
.footer-left-box{width: 95%; margin: 0 auto; max-width:270px; }
.footer-left-box dl{margin: 0 auto; padding: 2%; width: calc(80% - 2px); margin: 1px auto; /*background-color:rgba(95,92,119,0.20);*/}
.base-footer-sns-btn{margin: 0 auto; padding-top: 5%;}


.footer-center-box{width: 100%;}
.footer-right-box{width: 100%; text-align: center;}

}



/*  page-top
----------------------------------------------------------------------------------------------------------- */
#pageTop{ position: fixed; bottom: 20px; right: 10px;z-index: 997;  }
#pageTop a { display: block; width: 80px; height: 80px; }
@media screen and (max-width: 700px) {
  #pageTop a {width: 60px; height: 60px; }
}
#pageTop a:hover { text-decoration: none; opacity: 0.7;}


/*  動画埋め込み
----------------------------------------------------------------------------------------------------------- */
.movie_emb_box{width: 95%; max-width: 1000px; margin: 10px auto 0 auto;}
.movie_emb{ position: relative; width: 100%; padding-top: 56.25%;}
.movie_emb iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



.sitelink-head{
  font-family: 'Quicksand', sans-serif;
}
