@charset "UTF-8";
/* CSS Document */
#contents {
margin:  40px auto 0;
}

body {
background: #f5f1ee;
}

#spHeader{;
	background: #f5f1ee;
}

#contents {
background: none;
padding-bottom: 0;
}

#topMv {
padding-top: 130px;
}
.topMvInr {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 1500px;
margin: 0 auto;
align-items: center;
}

.tmTxt {
width: 40%;
padding-top: 40px;
}

.tmTxt .tmLogo {
width: 60%;
margin: 0 auto;
max-width: 365px;
}

.tmTxt h1 {
  font-size: 22px;
  font-size: 2.2rem;
    text-align: center;
    background: url(../images/mv_line.png) bottom center no-repeat;
    padding: 60px 0 10px;
    letter-spacing: 0;
    margin: 0 auto 40px;
    line-height: 1.2;
    background-size: contain;
    width: 70%;
}

.tmTxt h1 span{
  color: #84a252;
}

.tmTxt .mvTxt {
width: 56%;
margin: 0 auto;
}

.tmImg {
width: 60%;
}

.tmImg .Bg {
position: relative;
}

.tmImg .Bg .illustration {
position: absolute;
width: 95%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*newscovid19*/
#newscovid19{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 5% 4%;
	margin-bottom: 20px;
}	
#newscovid19 h4{
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
}
#newscovid19 h5{
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#newscovid19 .tInfo {
box-sizing: border-box;
}

#newscovid19 .tInfo .data {
display: block;
font-family: 'Quicksand', sans-serif;
text-align: right;
}
#newscovid19 .tInfo .title {
display: block;
font-weight: 500;
}	
/*newscovid19*/



#conceptSec {
position: relative;
z-index: 0;
padding-top: 60px;

}

#conceptSec:after {
content: "KOBITO no MORI";
font-family: 'Quicksand', sans-serif;
font-size: 12vw;
color: #faf8f7;
text-align: center;
width: 100%;
left: 0;
top: 0%;
position: absolute;
font-weight: bold;
z-index: -1;
}

#conceptSec h3 {
text-align: center;
font-size: 48px;
font-size: 4.8rem;
color: #8bac61;
padding: 30px 0;
}

#conceptSec .csInr {
width: 90%;
max-width: 730px;
margin-bottom: 30px;
margin: 0 auto 60px;
}

#conceptSec .csInr .csTxt {
margin-bottom: 30px;
}

#conceptSec .csInr .bscBtn01 {
width: 50%;
margin: 0 auto;
}


.main {
width: 90%;
max-width: 959px;
margin: 0 auto;
}

#approachSec {
background: #fefaf9;
position: relative;
padding-top: 60px;
padding-bottom: 200px;
margin-bottom: 0;
}

#approachSec:before {
content: "";
background:url("../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
height: 10px;
width: 100%;
display: block;
position: absolute;
left: 0;
top: -10px;
z-index: 2;

}

#approachSec .asBg {
width: 90%;
max-width: 1448px;
margin: 0 auto;
position: relative;
}

.asInfo {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
}

.asInfo h3 {
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 20px;
}

.asInfo .txt {
letter-spacing: 0;
}

.asList {
width: 90%;
max-width: 1100px;
margin: 0 auto;
padding-top: 120px;
}

.asList ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.asList ul li {
width: 32%;
position: relative;
max-width: 318px;
margin-right: 2%;
margin-bottom: 60px;
}

.asList ul li.li03,
.asList ul li.li05 {
margin-right: 0;
}

.asList ul li a {
display: block;
}



.asList ul li .kobito {
position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  width: 30%;
  max-width: 106px;
  top: -50px;
  z-index: 2;
}




.asList ul li .circleImg {
position: relative;
z-index: 1;
}

.asList ul li .circleImg dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 80%;
}

.asList ul li .circleImg dl dt {
text-align: center;
font-size: 24px;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 20px;
}

.asList ul li.li01 .circleImg dl dt {
color: #10478a;
}
.asList ul li.li02 .circleImg dl dt {
color: #cfbd07;
}
.asList ul li.li03 .circleImg dl dt {
color: #85a84c;
}
.asList ul li.li04 .circleImg dl dt {
color: #6bbdc8;
}
.asList ul li.li05 .circleImg dl dt {
color: #f2484b;
}

.asList ul li .circleImg dl dd {
text-align: left;
line-height: 2;
letter-spacing: 0;
}


.asList ul li .circleImg .arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3f3a39;
  text-align:center;
  line-height: 45px!important;
  position: absolute;
  bottom: 10px;
  right: 40px;
}

.asList ul li .circleImg .arrow i {
color: #3f3a39;
}



#menuSec {
background: #f5f1ee;
position: relative;
padding-top: 60px;
padding-bottom: 100px;
margin-bottom: 0;
}

#menuSec:before {
content: "";
background:url("../lib/cmn_img/gizagiza.png") left top repeat-x;
height: 10px;
width: 100%;
display: block;
position: absolute;
left: 0;
top: -10px;
z-index: 2;

}

#menuSec .overImg {
width: 25%;
position: absolute;
left: 10%;
top: -100px;
z-index: 3;
}
#menuSec h3 {
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 20px;
text-align: center;
}

.menuList {
width: 90%;
max-width: 1100px;
margin: 0 auto;
padding-top: 60px;
}

.menuList ul {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.menuList li {
background: #fff;
border-radius: 10px;
position: relative;
width: 32%;
padding: 60px 0 40px;
max-width: 336px;
margin-right: 2%;
margin-bottom: 80px;
z-index: 1;
}

.menuList li:nth-child(3) {
margin-right: 0;
}

.menuList li .pin {
position: absolute;
width: 40px;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  top: -20px;
}

.menuList li dl dt {
font-size: 30px;
font-size: 3.0rem;
font-weight: 700;
text-align: center;
}

.menuList li dl dt span {
font-size: 14px;
font-size: 1.4rem;
color: #8bac61;
font-family: 'Quicksand', sans-serif;
display: block;
padding-top: 10px;
}

.menuList li .bscBtn01 {
width: 80%;
position: absolute;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  bottom: -20px;
}

.menuList li dl dd.info {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
padding: 10px 0 40px;
font-weight: 500;
}

.msInr {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
}

.overImg02 {
position: absolute;
width: 32%;
max-width: 497px;
right: 5%;
bottom: 0;
z-index: 0;
}

.staffList {
width: 90%;
max-width: 1400px;
margin: 0 auto;
padding-top: 60px;
}
.staffList ul {
display: flex;
justify-content: space-between;
margin-bottom: 40px;	
}

.staffList ul li {
width: 24%;
}
.staffList ul li a {
display: block;
position: relative;
}

.staffList ul li a:hover{
text-decoration: none;
}

.staffList ul li .number {
position: absolute;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
color: #fff;
font-size: 150px;
font-size: 15.0;
left: 0;
top: 0;
line-height: 0!important;
z-index: 0;
}

.staffList ul li .staffImg {
width: 55%;
margin: 0 auto;
z-index: 1;
position: relative;
}

.staffList ul li .txt01 {
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
}

.staffList ul li .txt02 {
font-size: 30px;
font-size: 3.0rem;
font-weight: 700;
text-align: center;
}

.staffList ul li .txt02 span {
position: relative;
display: inline-block;
padding-right: 40px;
}

.staffList ul li .txt02 span::before {
     position: absolute;
     content: '';
     width: 36px;
     height: 36px;
     background: #fff;
     border: 1px solid #3f3a39;
     border-radius: 50%;
     right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.staffList ul li .txt02 span::after {
     position: absolute;
     content: '';
     width: 10px;
     height: 10px;
     border-top: solid 4px #3f3a39;
     border-right: solid 4px #3f3a39;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     right: 14px;
	margin-top: -7px;
}

.staffList .bscBtn01{
	margin: 0 auto;
	max-width: 365px;
}


#eqSec {
background: #fefaf9;
position: relative;
padding-top: 160px;
padding-bottom: 100px;
margin-bottom: 0;
}

#eqSec:before {
content: "";
background:url("../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
height: 10px;
width: 100%;
display: block;
position: absolute;
left: 0;
top: -10px;
z-index: 2;
}

#eqSec .esInr {
width: 90%;
max-width: 1100px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}

#eqSec .esInfo {
width: 49%;
}

#eqSec .esInr h2.head01 {
text-align: left;
}
#eqSec .head01 span.icon {
    margin: 0;
}

#eqSec .esInr h3 {
font-size: 24px;
font-size: 2.4rem;
line-height: 1.7;
margin-bottom: 40px;
}

#eqSec .esInr .esTxt {
margin-bottom: 30px;
}

#eqSec .esInr .bscBtn01 {
width: 50%;
}

#eqSec .sliderArea {
width: 50%;
position: relative;
}

#eqSec .sliderArea li img {
border-radius: 10px;
}

#eqSec .sliderArea .over01 {
position: absolute;
left: 10%;
top: -100px;
z-index: 2;
}
#eqSec .sliderArea .over02 {
position: absolute;
right: -10%;
bottom: -60px;
z-index: 2;
}

#topicsSec {
margin-bottom: 0;
padding-bottom: 100px;
padding-top: 100px;
}
#topicsSec .tsInr {
width: 90%;
max-width: 1100px;
margin: 0 auto;
position: relative;
}
#topicsSec .tsInr h2 {
text-align: left;
}
#topicsSec .head01 span.icon{
margin: 0;
}
#topicsSec .tsList ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 30px;
}
#topicsSec .tsList ul li {
width: 48%;
}
#topicsSec .tsList ul li a {
display: flex;
justify-content: space-between;
align-items: center;
}

#topicsSec .tsList ul li a:hover {
text-decoration: none;
}

#topicsSec .tsList ul li a span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#topicsSec .tsList ul li a:hover span {
color: #8bac61;
}

#topicsSec .tsList ul li a .tImg {
width: 45%;
}
#topicsSec .tsList ul li a .tInfo {
width: 50%;
padding-right: 15px;
box-sizing: border-box;
}

#topicsSec .tsList ul li a .tInfo .data {
display: block;
font-family: 'Quicksand', sans-serif;
}
#topicsSec .tsList ul li a .tInfo .title {
display: block;
font-weight: 500;
}


.toicsBtn {
display: inline-block;
border-bottom: 1px solid #3f3a39;
padding-bottom: 10px;
position: absolute;
right: 0;
top: 30px;
}

.toicsBtn .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
    
}
.toicsBtn .arrow::before,
.toicsBtn .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.toicsBtn .arrow::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #3f3a39;
}
.toicsBtn .arrow::after{
    left: 6px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3f3a39;
    border-right: 2px solid #3f3a39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toicsBtn .arrow:hover {
color: #8bac61;
}

.bnrbook {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 60px;
	padding-bottom: 0px;
}
.bnrbook img{
	width: 100%;
}

.bnrbook a {  
    -webkit-transition: 0.8s ease-in-out;  
       -moz-transition: 0.8s ease-in-out;  
         -o-transition: 0.8s ease-in-out;  
            transition: 0.8s ease-in-out; 
}
.bnrbook a:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}  

#recSec {
background: #fefaf9;
padding: 40px 0;
margin-bottom: 0;
}
#recSec .recBnr {
width: 90%;
max-width: 1100px;
margin: 0 auto 0;
}
#recSec .recBnr a {
display: block;
}
#recSec .recBnr a:hover {
opacity: 0.7;
}

.menuList li dl dt small {
    font-size: 70%;
}


@media only screen and (max-width: 1280px) {
.staffList ul li .txt01 {
    font-size: 15px;
    font-size: 1.5rem;
}
.staffList ul li .txt02 {
    font-size: 26px;
    font-size: 2.6rem;
}
.staffList ul li .txt02 span::before {
    width: 30px;
    height: 30px;
}
.staffList ul li .txt02 span::after {
    width: 7px;
    height: 7px;
    border-top: solid 3px #3f3a39;
    border-right: solid 3px #3f3a39;
    right: 12px;
    margin-top: -5px;
}
#menuSec .overImg {
    left: 3%;
    top: -60px;
}
}
@media only screen and (max-width: 1200px) {
#eqSec .esInfo {
    width: 46%;
}

}
@media only screen and (max-width: 1080px) {
.staffList ul li .txt01 {
    font-size: 13px;
    font-size: 1.3rem;
}
.staffList ul li .txt02 {
    font-size: 24px;
    font-size: 2.4rem;
}
#approachSec {
    padding-top: 100px;
    padding-bottom: 240px;
}


#eqSec .sliderArea .over01 img,
#eqSec .sliderArea .over02 img {
width: 100%;
}
#eqSec .sliderArea .over01 {
    top: -50px;
    width: 25%;
}
#eqSec .sliderArea .over02 {
    right: -6%;
    bottom: -15px;
    width: 20%;
}

}

@media only screen and (max-width: 1024px) {
#topMv {
    padding-top: 0;
}
.tmTxt .tmLogo {
display: none;
}
.tmTxt .mvTxt {
    width: 80%;
}
.tmTxt {
    padding-top: 0;
}
.tmTxt h1 {
    padding: 15px 0 20px;
    font-size: 1.8vw;
}
}

@media only screen and (max-width: 900px) {
#contents {
padding-top: 40px;
}
#conceptSec h3{
font-size: 28px;
font-size: 2.8rem;
}
.asList {
    width: 100%;
}
.asList ul li .circleImg dl dt {
    font-size: 20px;
    font-size: 2.0rem;
}
.asList ul li .circleImg dl dd {
    font-size: 14px;
    font-size: 1.4rem;
}

.menuList li {
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
}
.menuList li:nth-child(even) {
margin-right: 0;
}
.menuList li:nth-child(3) {
 margin-right: 4%;
}
.overImg02 {
    width: 45%;
    right: 2%;
    bottom: 90px;
}
.staffList ul {
    flex-wrap: wrap;
}
.staffList ul li {
    width: 49%;
    margin-bottom: 80px;
}
#approachSec {
    padding-top: 180px;
}
#eqSec .esInr {
    display: block;
}
#eqSec .esInr h2.head01 {
    text-align: center;
}
#eqSec .head01 span.icon {
    margin: 0 auto;
}
#eqSec .esInfo {
    width: 100%;
    text-align: center;
}
#eqSec {
    padding-top: 80px;
}
#eqSec .esInr .bscBtn01 {
    margin: 0 auto 60px;
}
#eqSec .sliderArea {
    width: 100%;
}
#topicsSec .tsList ul{
display: block;
}
#topicsSec .tsList ul li {
width: 100%;
margin-bottom: 30px;
}
#footer {
padding-top: 80px;
}

}

@media only screen and (max-width: 480px) {
#topMv .topMvInr {
    display: block;
}
#topMv .tmTxt {
    width: 100%;
    margin-bottom: 30px;
}
#topMv .tmTxt h1 {
  font-size: 20px;
  font-size: 2.1rem;
  background-size: 100% auto;
  padding: 15px 0 10px;
  margin-bottom: 20px;
  width: 94%;
}

#topMv .mvTxt {
display: none;
}
#topMv .spMvTxt {
width: 90%;
margin: 0 auto;

}
#topMv .tmImg {
    width: 100%;
}
.bnrbook {
    width: 90%;
	padding-top: 30px;

}	
.bnrbook a img{
	width: 100%;
}
#conceptSec:after {
    font-size: 10vw;
}
#conceptSec {
    padding-top: 15px;
}

#conceptSec h3{
font-size: 20px;
font-size: 2.2rem;
}
.bb-custom-wrapper nav span i {
    opacity: 0.2!important;
}

.asInfo {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit- transform:none;
}
#approachSec {
    padding-top: 60px;
    padding-bottom:40px;
}

#approachSec .asImg {
display: none;

}
.asInfo h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.7;

}
.asInfo .txt {
text-align: left;
line-height: 2!important;
}

.asList{
padding-top: 40px;
}

.asList ul {
justify-content: flex-start;
}
.asList ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.asList ul li:nth-child(even){
margin-right: 0;
}
.asList ul li:nth-child(3){
margin-right: 4%;
}

.asList ul li .circleImg dl dd {
display: none;
}
.asList ul li .kobito {
    top: 15px;
}

.asList ul li .circleImg .arrow {
    right: inherit;
  left: 50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  bottom: -12px;
}

.asList ul li .circleImg dl {
    width: 100%;
    top: 70%;
}

.asList ul li .circleImg dl dt {
    font-size: 17px;
    font-size: 1.7rem;
}
#menuSec {
    padding-bottom: 60px;
}
#menuSec .overImg {
display: none;
}

#menuSec h3 {
   font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.7;
}
.menuList {
    padding-top: 20px;
}

.menuList li dl dt {
    font-size: 20px;
    font-size: 2.0rem;
}
.menuList li {
    padding: 30px 0 40px;
    margin-bottom: 60px;
}
.menuList li .pin {
    width: 30px;
    left: 55%;
}
.menuList li dl dt span {
    font-size: 10px;
    font-size: 1.0rem;
}
.menuList li dl dd.info {
display: none;
}
.menuList li .bscBtn01 {
    width: 90%;
}
.overImg02 {
    width: 62%;
    right: -3%;
    bottom: 0;
    opacity: 0.3;
}
#staffSec {
margin-bottom: 30px;
}
.staffList ul li {
    margin-bottom: 40px;
}
.staffList ul li .number {
    font-size: 60px;
    font-size: 6.0;
}
.staffList ul li .txt02 {
    font-size: 20px;
    font-size: 2.0rem;
}
.staffList ul li .staffImg {
    width: 90%;
}
.staffList {
    padding-top: 10px;
}
#eqSec {
    padding-bottom: 20px;
}
#eqSec .esInr h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
#eqSec .esInr .esTxt {
text-align: left;
line-height: 2;
}
#eqSec .sliderArea .over01 {
    top: -34px;
    width: 30%;
    left: -7%;
}
#topicsSec {
    padding-bottom: 40px;
    padding-top: 20px;
}
#topicsSec .tsList ul li a {
    display: block;
}
#topicsSec .tsList ul li a .tImg {
    width: 100%;
}
#topicsSec .tsList ul li a .tInfo {
    width: 100%;
    padding-right: 0;
}


.overImg02.animation {
opacity: 0.3;
}
.overImg02.animation-target {
  -webkit-animation:none;
  animation:none;
  opacity: 0.3;
}
#footer {
padding-top: 40px;
}


}



/*animation*/

.animation {
opacity: 0;
}

.animation-target {
  -webkit-animation: animation 1800ms linear both;
  animation: animation 1800ms linear both;
  opacity: 1;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1800%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A3%2Cb%3A8%7D%5D%7D */

@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.11% { -webkit-transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.71% { -webkit-transform: matrix3d(1.183, 0, 0, 0, 0, 1.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.183, 0, 0, 0, 0, 1.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.264, 0, 0, 0, 0, 1.264, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.264, 0, 0, 0, 0, 1.264, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.21% { -webkit-transform: matrix3d(1.185, 0, 0, 0, 0, 1.185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.185, 0, 0, 0, 0, 1.185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.056, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.02% { -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.92% { -webkit-transform: matrix3d(0.937, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.937, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.73% { -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.55% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.26% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  69.07% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.88% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.11% { -webkit-transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.889, 0, 0, 0, 0, 0.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.71% { -webkit-transform: matrix3d(1.183, 0, 0, 0, 0, 1.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.183, 0, 0, 0, 0, 1.183, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.264, 0, 0, 0, 0, 1.264, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.264, 0, 0, 0, 0, 1.264, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.21% { -webkit-transform: matrix3d(1.185, 0, 0, 0, 0, 1.185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.185, 0, 0, 0, 0, 1.185, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(1.056, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.056, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.02% { -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.965, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.92% { -webkit-transform: matrix3d(0.937, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.937, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.73% { -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.55% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.26% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  69.07% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.88% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


.txt_animation {
opacity: 0;
}

.txt_animation-target {
  -webkit-animation: animation-txt 1200ms linear both;
  animation: animation-txt 1200ms linear both;
  opacity: 1;
}


/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1200%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A3%2Cb%3A3%7D%5D%7D */

@-webkit-keyframes animation-txt { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(0.563, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.563, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.51% { -webkit-transform: matrix3d(0.888, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.888, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.82% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.02% { -webkit-transform: matrix3d(1.052, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.052, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.34% { -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.55% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  78.18% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation-txt { 
  0% { -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(0.563, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.563, 0, 0, 0, 0, 0.563, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.51% { -webkit-transform: matrix3d(0.888, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.888, 0, 0, 0, 0, 0.888, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  15.82% { -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.024, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.02% { -webkit-transform: matrix3d(1.052, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.052, 0, 0, 0, 0, 1.052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.34% { -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  49.55% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  78.18% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}




@keyframes wave {
100% {
transform: translate3d(0, -20px, 0);
}
}

.wave {
}

.wave span {
  display: inline-block;
}

.wave.waveIn span {
  animation-name: wave;
  animation-duration: .2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
  opacity: 1;
}
.wave.waveIn span:nth-child(1) {
  animation-delay: .6s;
}
.wave.waveIn span:nth-child(2) {
  animation-delay: .7s;
}

.wave.waveIn span:nth-child(3) {
  animation-delay: .8s;
}

.wave.waveIn span:nth-child(4) {
  animation-delay: .9s;
}
.wave.waveIn span:nth-child(5) {
  animation-delay: 1s;
}

.wave.waveIn span:nth-child(6) {
  animation-delay: 1.1s;
}
.wave.waveIn span:nth-child(7) {
  animation-delay: 1.2s;
}

.wave.waveIn span:nth-child(8) {
  animation-delay: 1.3s;
}
.wave.waveIn span:nth-child(9) {
  animation-delay: 1.4s;
}




.staffImg.animation.animation-target {
  -webkit-animation: animation 2600ms linear both;
  animation: animation 2600ms linear both;
  opacity: 1;
}


    
.staffList ul li.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.staffList ul li.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.staffList ul li.fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
    
 
    
    
.menuList ul li.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.menuList ul li.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.menuList ul li.fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}
.menuList ul li.fadein:nth-of-type(5) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
	}

h2 .icon {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}

h2 .icon.active {
	opacity : 1;
	transform : translate(0, 0);
	}

.comingsoon .inner{
	margin: 0 auto;
    padding: 60px 0 80px;
	text-align: center;
    width: 90%;
    max-width: 730px;
}

.comingsoon .inner .bscBtn01 {
    width: 50%;
    margin: 0 auto;
}

.comingsoon .txt{
	margin-bottom: 30px;
}

@media only screen and (max-width: 900px){
#contents.comingsoon {
    padding-top: 0;
}
}
.bnrSec {
  width: 90%;
  max-width: 1100px;
padding-top: 80px;
  margin: 0 auto;
}


.bnrSec h2 {
text-align: center;
font-weight: bold;
font-size: 40px;
font-size: 4rem;
margin-bottom: 30px;
color: #8bac61;
  position: relative;
  padding: 1.5rem 0;
}


.bnrSec h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #3f3a39, #3f3a39 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #3f3a39, #3f3a39 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 900px){
.bnrSec {
  padding-top: 0;
  padding-bottom: 40px;
}
.bnrSec h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
}

/* インスタグラム連動 */
.instagram__list--img-link{
    width: 23.5%;
    background-position: center center;
    background-size: cover;
    display: block;
}

.instagram__list--img-link::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.instagram__img-flex-box{
    display: flex;
    gap: 20px 2%;
    flex-wrap: wrap;
}

.instagram-inner{
    width: 90%;
    max-width: 1100px;
    margin: 60px auto 20px;
}

#instagram-sec {
    padding: 40px 0 120px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fefaf9;
}

#instagram-sec .fa-instagram {
    font-size: 70%;
    transform: translateY(-4px);
    margin-right: 20px;
}

#instagram-sec:before {
    content: "";
    background: url(../lib/cmn_img/gizagiza_02.gif) left top repeat-x;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 2;
}

#conceptSec:before {
    content: "";
    background: url(../lib/cmn_img/gizagiza.png) left top repeat-x;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -19px;
    z-index: 2;
}

.toicsBtn.instagramBtn{
    position: relative;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

@media only screen and (max-width: 900px){
    .instagram__list--img-link {
        width: 32%;
    }
    .indexPage #footer {
        padding-top: 150px;
    }
    #instagram-sec {
        padding: 10px 0 100px;
    }
}

@media only screen and (max-width: 480px){
    .indexPage #footer {
        padding-top: 90px;
    }
    #recSec {
        padding: 10px 0 30px;
    }
    .instagram-inner {
        margin: 50px auto 0px;
    }
    #instagram-sec {
        padding: 10px 0 90px;
    }
}

@media only screen and (max-width: 900px) {
    #pagetop {
        display: none !important;
    }
}

#webreserve {
    position: fixed;
    z-index: 900;
    background-color: #8bac61;
    text-align: center;
}
@media only screen and (max-width: 900px) {
    #webreserve {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 901px){
    #webreserve {
        top: 180px;
        right: 0;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
}

#webreserve a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 900px) {
    #webreserve a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 901px){
    #webreserve a {
        width: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 900px) {
    #webreserve a img {
        height: 50px;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 901px){
    #webreserve a img {
        width: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 900px) {
    #webreserve span {
        font-size: 18px;
    }
}
@media only screen and (min-width: 901px){
    #webreserve span {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}