@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #fff;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#000;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect4.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 180px;
}


.btn-trigger_fix{
	width:65px;
	height:65px;
	position: fixed;
	top:0;
	right: 0;
    z-index: 60;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
	background-color: #000;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:2.7s;
  transition-delay:2.7s;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15px;
  margin-top:16px;
  z-index: 60;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
  background-color: #fff;
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color: #000;
  box-sizing: border-box;
  padding:20px 2% 20px 2%;
  width: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}

.menu nav{
	display: inline-block;
	width: 100%;
	text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
}

.menu nav ul li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 2%;
}

.menu a{
  display: inline-block;
  color:#fff;
  font-size:100%;
  text-decoration:none;
  transition: 0.5s;
}
.menu a:hover{
  color: #fff;
}

.menu li:last-child {
	margin-right: 0;
    padding-right: 0;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}

.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}


.prize{
	width:17%;
	position: absolute;
	left:15%;
	top:8%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
}

.catch_tate{
    width:0.85%;
    position: absolute;
    left:44%;
    top:6.5%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    z-index: 10;
    transform: translateY(50px);/* X軸方向に100px */
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  transform: translateY(0);
}

.logo_wrapper{
	width:47%;
	position: absolute;
	right:4%;
	top:18%;
}


.logo{
	width:60%;
	margin:0 auto 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.biling{
	width:100%;
	margin-bottom: 1%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

.catch_yoko{
	width:80%;
	margin:0 auto 3%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .catch_yoko{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
}

.day{
	width:90%;
	margin:0 auto 4%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}


.topbtn_wrapper{
    width:80%;
	margin:0 auto;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
	overflow: hidden;
}
  
.showNavi .topbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.topbtn{
	width:32%;
	float: left;
	margin-right: 2%;
}

.topbtn a{
  display: block;
  position: relative;
  outline: none;
}
  
.topbtn .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.topbtn a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.topbtn:nth-child(3n) {
  margin-right:0;
}


.pt{
	width:100%;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 26px;
	line-height: 26px;
	letter-spacing: 2px;
	background-color: #000;
	padding:0.8%;
	box-sizing: border-box;
	border-top:3px double #fff;
	border-bottom:3px double #fff;
}

.textb{
	color: #000;
}

.textr{
	color: #c81d27;
}

.textw{
	color: #fff;
}

.textcenter{
	text-align: center;
}


#intro_wrapper{
	width:100%;
	overflow: hidden;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}


.introphoto_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:0 2.6%;
	overflow: hidden;
	margin-bottom: 100px;
}

.introphoto{
	width:24%;
	float: left;
	margin-right: 1.3333%;
}

.introphoto:nth-child(4) {
  margin-right:0;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10% 7% 10%;
}

.introphoto1{
	width:40%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.introphoto2{
	width:40%;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}

#staff_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #cdd6d7;
}

#staff_wrapper img{
	width:100%;
	height: auto;
}

#staff_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:4% 10% 0 10%;
	font-size: 14px;
	line-height: 28px;
}

.staffbox1{
	width:80%;
	margin:0 auto 100px;
}

.staffimg{
	width:60%;
	margin:0 auto 30px;
}

.staffname1{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 12px;
}

.staffname2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 30px;
}

.staffbox_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}


.staffbox2{
	width:46%;
	float: left;
	margin-right: 8%;
	margin-bottom: 8%;
}

.staffbox2:nth-child(2n) {
  margin-right:0;
}

#interview_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #000;
}

#interview_wrapper img{
	width:100%;
	height: auto;
}

#interview_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:4% 20% 7% 20%;
	font-size: 14px;
	line-height: 28px;
}

.interviewphoto{
	width:50%;
	float: left;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 2%;
  cursor: pointer;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin-top:-1px;
}

.acmidashi{
	width:94%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding:30px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

#comment_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #9ea6ad;
	color: #fff;
}

#comment_wrapper img{
	width:100%;
	height: auto;
}

#comment_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:8% 10% 0% 10%;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.comment_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.comment{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	border:3px double #fff;
	padding:3%;
	box-sizing: border-box;
}

.comment:nth-child(2n) {
  margin-right:0;
}

.commentname{
	width:100%;
	font-size: 18px;
	font-weight: 700;
}





#footer_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #fff;
	padding:4% 0;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:20%;
	margin:0 auto;
}

@media screen and (max-width:1024px){
	
.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}

.scrollShowEffect4 {
	opacity:1;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
.btn-trigger_fix{
	width:65px;
	height:65px;
	position: fixed;
	top:auto;
	bottom: 0;
	right: 0;
    z-index: 60;
	opacity: 1;
	background-color: #000;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color: #000;
  box-sizing: border-box;
  padding:20% 2% ;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
       -o-transition: 0.5s ease;
          transition: 0.5s ease;
}

.menu nav{
	display: inline-block;
	width: 100%;
	text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
}

.menu nav ul li {
	display: inherit;
	box-sizing: border-box;
	margin-right: 0;
	margin-bottom: 5%;
}

.menu a{
  display: inline-block;
  color:#fff;
  font-size:100%;
  text-decoration:none;
  transition: 0.5s;
}
.menu a:hover{
  color: #fff;
}

.menu li:last-child {
	margin-right: 0;
    padding-right: 0;
}

	
.loading img{
  	width:260px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}


.spmain{
    display: inherit;
	margin-bottom: 10px;
}

.topmain{
	display: none;
}


.prize{
	display: none;
}

.catch_tate{
	display: none;
}

.logo_wrapper{
	width:94%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto;
	padding-bottom: 50px;
}


.logo{
	display: none;
}

.biling{
	display: none;
}

.catch_yoko{
	display: none;
}

.day{
	display: none;
}

.topbtn_wrapper{
    width:100%;
	margin:0 auto;
	opacity: 1;
}

.introphoto_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:0 2.8%;
	overflow: hidden;
	margin-bottom: 50px;
}

.introphoto{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.introphoto:nth-child(2n) {
  margin-right:0;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
}

.introphoto1{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

.introphoto2{
	width:100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}

#staff_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 0 10%;
	font-size: 14px;
	line-height: 28px;
}

.staffbox1{
	width:100%;
	margin:0 auto 100px;
}

.staffimg{
	width:100%;
	margin:0 auto 30px;
}

.staffname1{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 15px;
}

.staffname2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 30px;
}

.staffbox_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.staffbox2{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 100px;
}

#interview_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
	font-size: 14px;
	line-height: 28px;
}

.interviewphoto{
	width:100%;
	float: none;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 5% 0;
  cursor: pointer;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  margin-top:-1px;
}

.acmidashi{
	width:85%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

#comment_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 0% 10%;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
	
.comment_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.comment{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	border:3px double #fff;
	padding:3%;
	box-sizing: border-box;
}

.commentname{
	width:100%;
	font-size: 16px;
	font-weight: 700;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #fff;
	padding:8% 0;
}

.footerlogo{
	width:60%;
	margin:0 auto;
}

	
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




            
.remodal-is-opened{
    display:block;
}
