@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;600&display=swap');
/**
font-family: 'Hind', sans-serif;
font-family: 'Noto Sans JP', sans-serif;

green #019972;
yellow #ffe600;
**/


html {
  height: 100%;
  min-width: 1000px;
}

body {
  height: 100%;
  font-family: 'Roboto',"Noto Sans JP", sans-serif;
  letter-spacing: .1rem;
  font-size: 16px;
  background-color: #fff;
  line-height: 1.4;
}



*{box-sizing: border-box;}

.pc{display: block;}
.sp{display: none;}

a {
  transition-duration: .4s;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

p{
  line-height: 2;
}

div img{
  width: 100%;
  height: auto;
  transition-duration: .4s;
  color: inherit;
  display: block;
}


.text-green{color: #019972;}
.text-yellow{color: #ffe600;}
.text-white{color: #ffffff;}

.marker{
  background: linear-gradient(transparent 50%, #ffe600 50%);
}

ul li p,
ol li p{
  margin: 0;
  padding: 0;
}



/********************************************************************

title

********************************************************************/

h2{
  font-size: 26px;
  letter-spacing: .2rem;
}
h3{
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

.big-en{
  font-size: 140px;
  font-weight: 500;
  line-height: 1;
}

.en{
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.stroke-g{
    color: transparent;
  -webkit-text-stroke: 1px #019972;
}

.stroke-w{
    color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.title-wrap{
  margin-bottom: 50px;
}

.title-wrap .en{
  font-size: 40px;
  color: #019972;
  margin-bottom: 10px;
  text-transform:capitalize;
  
}
.title-wrap h2{
  padding: 0;
  margin: 0;
}


.title-inner{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.title-inner .title-wrap{
  margin-bottom: 0;
  width: 50%;
}

.title-inner .dec{
  width: 50%;
}

.title-inner .dec p{
  margin: 0;
  padding: 0;
}

.title-bottom-inner{
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  justify-content: space-between; 
}



/********************************************************************

anime

********************************************************************/

.f-a {
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein {
  0% {opacity: 0; }
  100% {opacity: 1; }
}



/********************************************************************

header

********************************************************************/

.main-visual-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 170px;
  padding-right: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 5000;
  /*mix-blend-mode: difference;*/
  background-color: #fff;
}

header .logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  z-index: 5001;
}

header .logo a{
  display: block;
  padding: 20px;
}

header .logo a img{
  width: 100%;
  height: auto;
}

.main-visual-wrap h1,
.headline-wrap h1{
  position: absolute;
  top:170px;
  left:25px;
  margin: 0;
  padding: 0;
  writing-mode: vertical-rl;
  font-size: 12px;
}

#g-nav{
  font-weight: 700;
}

#g-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#g-nav ul li{
  margin: 0 .8rem;
  padding: 0;
}

#g-nav ul li a{
  display: block;
  color: #000;
  position: relative;
  padding: .25rem;
}

#g-nav ul li a:hover{
  color: #019972;
}


#g-nav ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #019972;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

#g-nav ul li a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.main-swiper-wapper{
  height: 100%;
  width: 100%;

  padding-left: 70px;
  padding-bottom: 70px;
  overflow: hidden; 
}
.main-swiper-wapper .swiper {
    width: 100%;
    height: 100%;
    }
.main-swiper-wapper .swiper-wrapper {
 -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  border-radius: 0 0 0 30px;
  
      }

.main-swiper-wapper .swiper-slide {
  background-blend-mode:lighten;
   -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;

        }

.main-swiper-wapper .swiper .swiper-wrapper .swiper-slide .swiper-inner{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

.main-swiper-wapper .swiper .swiper-wrapper .swiper-slide .swiper-inner-none {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
}
.main-swiper-wapper .swiper-inner .catch,
.main-swiper-wapper .swiper-inner-none .catch
{
  position: absolute;
  top: 50%;
  right:74px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 18px;
  letter-spacing: .4rem;
  padding:5px 10px 5px 8px;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  line-height: 1;
}
.main-swiper-wapper .swiper-inner .text,
.main-swiper-wapper .swiper-inner-none .text
{
  position: absolute;
  bottom: 80px;
  left:80px;
  width: 80%;
}
.main-swiper-wapper .swiper-inner .en,
.main-swiper-wapper .swiper-inner-none .en
{
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  /*text-transform: uppercase;*/
  color: #019972;
  color: #ffe600;
}
.main-swiper-wapper .swiper-inner .jp,
.main-swiper-wapper .swiper-inner-none .jp
{
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin: 20px 0;
  letter-spacing: .2rem;
}
.main-swiper-wapper .swiper-inner .dec,
.main-swiper-wapper .swiper-inner-none .dec
 {
  margin: 0;
  padding: 0;
}
.main-swiper-wapper .swiper-inner .dec p,
.main-swiper-wapper .swiper-inner-none .dec p
{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.main-swiper-wapper .swiper-button-prev,
.main-swiper-wapper .swiper-button-next{
  height: 50px;
  width: 50px;
  background-color: #000;
  --swiper-navigation-color: #fff;
  transition-duration: .4s;
}

.main-swiper-wapper .swiper-button-prev{
  top: inherit;
  left: inherit;
  bottom: 70px;
  right:120px;
}

.main-swiper-wapper .swiper-button-next{
  top: inherit;
  bottom: 70px;
  right:70px;
}

.main-swiper-wapper .swiper-button-next:after,
.main-swiper-wapper .swiper-button-prev:after {
  display: none;
}

.main-swiper-wapper .swiper-button-prev:hover,
.main-swiper-wapper .swiper-button-next:hover{
  background-color: #019972;
}



.main-swiper-wapper .swiper .swiper-pagination {
    display: inline-block;
    width: 48px;
    left: auto;
    right: 70px;
    bottom: 70px;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet {
    box-sizing: border-box;
    display: block;
    opacity: 1;
    position: relative;
    transform: scale(.7);
    transition: transform .3s ease;
    width: 48px;
    height: 48px;
    border-radius: 0;
    margin: 0;
    padding:14px 0; 
    background-color: transparent;
    font-weight: 500;
    text-align: center;color:#fff;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 10px;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
}

.main-swiper-wapper .swiper .swiper-pagination-bullet .circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.circle1 {
    stroke-dasharray: 152px;
    stroke-dashoffset: 152px;
    color:#fff;
}

.main-swiper-wapper .swiper-pagination-bullet-active .circle {
    transform: scale(1) rotate(-90deg);
}
.main-swiper-wapper .swiper-pagination-bullet-active .circle1 {
    animation: sliderPagination 8.3s linear forwards;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet.swiper-pagination-bullet:hover {
    transform: scale(1);
}



@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
    }
}



.main-visual-wrap{
  position: relative;
  width: 100%;
  height: 100%;
}

.main-visual-wrap .sns{
  position: absolute;
  bottom: 120px;
  left: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-visual-wrap .sns li{
  margin: .5rem 0;
  text-align: center;
  padding: 0;
}

.main-visual-wrap .sns li a{
  color: #ccc;
  font-size: 20px;
}

.main-visual-wrap .sns li a:hover{
  color: #019972;
}


.scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:35px;
  bottom:20px;
    /*全体の高さ*/
  height:40px;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:-8px;
  top: -35px;
    /*テキストの形状*/
  color: #000;
  font-size: .75rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown::before{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 40px;
  background: #ccc;
  z-index: 0;
}

.scrolldown::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
  left:-2px;
    /*線の形状*/
  width: 1px;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  border:1px solid #000;
  background-color: transparent;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
  z-index: 1;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    top:0;
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    top:36px;
    opacity: 0;
  }
}



/********************************************************************

top page

********************************************************************/


main {
  position: relative;
  z-index: -5;
}

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

.basic-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.top-about-section{
  margin:100px 0 0px;
  padding:180px 0;
  position: relative;
  z-index: 0;
}

.top-about-section::before{
  display: block;
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 70%;
  height: 100%;
  background-image: url(../img/top-about-sea.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
   /*background-attachment: fixed;*/
  z-index: 1;
}

.top-about-section::after{
  display: block;
  content: "";
  position: absolute;
  bottom:0px;
  right:0;
  width: 100%;
  height: 70%;
  z-index: 0;
  background-color: #f7f7f7;
}

.illust-map{
  position: absolute;
  top: -60px;
  left: 2%;
  width: 600px;
  z-index: 10;
  mix-blend-mode: multiply;
}

.top-about-section .big-en{
  position: absolute;
  top:-10px;
  right:1%;
  z-index: 101;
  writing-mode: vertical-rl;
}


.top-about-section .basic-inner{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.top-about-section .text{
  background-color: rgba(255,255,255,1);
  padding:60px;
  width: 50%;
  position: relative;
  z-index: 100;
}
.top-about-section h2{
  margin: 10px 0 30px 0;
  padding: 0;
}


.top-about-section .text .en{
  position: absolute;
  top: -30px;
  left: 60px;
  color: #019972;
}

.top-about-section .text .dec{
  margin-bottom: 40px;
}

.top-works-section{
        overflow: hidden;
        position: relative;
        margin: 160px 0 60px;
        padding: 160px 0;
      }

.works-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.works-inner .title-wrap{
  margin-bottom: 0px;
}


.top-works-section::after{
  display: block;
  content: "";
  position: absolute;
  bottom:0px;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -2;
  /*background-color: #ffffdd;*/
  background-color: #f7f7f7;
}

.top-works-section::before{
  display: block;
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 50%;
  height: 50px;
  z-index: 0;
  background-image: url(../img/bg-white-stripe.svg);
  background-size: 3px;
  background-position: center;
  z-index: -1;
}


.top-works-inner-wrap{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.top-works-section .title-bottom-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.works-inner .right-wrap{

}

.works-inner .right-bottom-wrap{
  display: flex;
  align-items: center;
}

.works-category-wrap{
  position: relative;
  margin-right: 20px;
}
.works-category-wrap::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f07b";
  font-weight: bold;
  color: #019972;
}

.works-category-wrap ul{
  list-style: none;
  margin:0 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.works-category-wrap li{
  margin: 0;
  padding: 0;
}
.works-category-wrap li a {
  position: relative;
  padding: 2px 4px;

}
.works-category-wrap li a:hover {
  color: #019972;
}
/*
.works-category-wrap li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #019972;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.works-category-wrap li a:hover::before{
  transform-origin:left top;
  transform:scale(1, 1);
}*/


.works-category-wrap li::after {
  content: '/';
}
.works-category-wrap li:last-child::after {
  display: none;
}


.works-swiper {
        width: 100%;
        height:  auto;
        padding: 0px 60px;
        position: relative;
      }



.works-swiper .swiper-slide{
  background-color: #fff;
  height: auto;
  padding-bottom: 60px;
}


.works-swiper .swiper-slide a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border:0px solid rgba(1, 153, 114,0);
  z-index: 1;
}


/*.works-swiper .swiper-slide a:hover{
  border:10px solid rgba(1, 153, 114,1);
}*/

.swiper-button-prev,
.swiper-button-next{
background-color: #019972;
color: #fff;
border:1px solid #019972;
  width: 40px;
  height: 40px;
  line-height:40px;
  border-radius: 100px;
  background-image: none;
  text-align: center;
  transition-duration: .4s;
}
.swiper-button-prev{

}
.swiper-button-next{

}

.swiper-button-prev:hover,
.swiper-button-next:hover{
background-color: #fff;
color: #000;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
  color: #019972;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  font-size: 18px;
  color: #fff;
}
.swiper-button-prev:after{
  content: "\f053";
  margin-left:-2px; 
}
.swiper-button-next:after{
  content: "\f054";
  margin-right:-2px; 
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled
{
  transition-duration: .4s;
  opacity: 0;
}

.works-swiper .swiper-slide .pic{
  overflow: hidden;
  height: 300px;
}
.works-swiper .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-swiper .swiper-slide:hover .pic img{
      transform: scale(1.05, 1.05);
    z-index: 1;
  
}


.works-swiper .swiper-slide .text{
  height: auto;
  padding: 30px;
}
.works-swiper .swiper-slide .text .category{
  color: #019972;
  font-size: 14px;
  font-weight: 600;
}
.works-swiper .swiper-slide .text .category span{
}

.works-swiper .swiper-slide .text .category span::after{
  content: " , ";
}
.works-swiper .swiper-slide .text .category span:last-child::after{
  display: none;
}

.works-swiper .swiper-slide .text .works-name{
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.works-swiper .swiper-slide .text .dec{
}
.works-swiper .swiper-slide .text .dec p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.works-swiper .swiper-slide .text .bottom{
  position: absolute;
  left: 30px;
  bottom: 30px;
}


.works-swiper .swiper-slide .text .member{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.works-swiper .swiper-slide .text .member li{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}
.works-swiper .swiper-slide .text .member li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-swiper .swiper-slide .text .tag{
  list-style: none;
  margin:20px 0 0 0;
  padding:0;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
}


.works-swiper .swiper-slide .text .tag li::before{
  position: absolute;
  top:50%;
  left:7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f292";
  font-weight: lighter;
  font-size: 10px;
}


.works-swiper .swiper-slide .text .tag li{
  font-size: 10px;
  color: #000;
  border:1px solid #000;
  border-radius: 100px;
  padding: 3px 10px 3px 20px;
  position: relative;
}



.top-event-section{
  margin-top: 0px;
  position: relative;
  padding:480px 0 0px;
  overflow: hidden;
}

.top-event-section::before{
  position: absolute;
  display: block;
  content: "";
  top:0;
  right:0;
  width: 100%;
  height: 50%;
  background-image: url(../img/top-event-1.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   z-index: -2;
}

/*.top-event-section::after{
  position: absolute;
  display: block;
  content: "";
  top:20%;
  left:0;
  width: 100%;
  height: 50%;
  background-color: #019972;
   z-index: -2;
}*/


.top-event-section .text-inner{
  max-width: 1200px;
  margin: 0 auto; 
  padding: 60px;
  background-color: #ffffff;
}
.top-event-section .title-wrap{
}

.event-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  width: 100%;
  justify-content: space-between;
}

.event-wrap::after{
	content: "";
	display: block;
	width: 33.3333%;
}

.event-wrap .title-space{

}

.top-event-section .title-bottom-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.event-wrap .event-space{
  margin-bottom: 30px;
}
.event-wrap .event-space:nth-child(1),
.event-wrap .event-space:nth-child(2)
{
  width: calc(100% / 2 - 30px);
}

.event-wrap .event-space:nth-child(3),
.event-wrap .event-space:nth-child(4),
.event-wrap .event-space:nth-child(5)
{
  width: calc(100% / 3 - 30px);
}

 .event-wrap .event-space{
  position: relative;
 }

 .event-wrap .event-space a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border:0px solid rgba(1, 153, 114,0);
}


 /*.event-wrap .event-space a:hover{
  border:5px solid rgba(1, 153, 114,1);
}*/

 .event-wrap .event-space:hover .pic img{
      transform: scale(1.03, 1.03);
    z-index: 1;
  
}



 .event-space .pic{
  overflow: hidden;
 }
 .event-space .pic img{
  width: 100%;
  height: auto;
 }
 .event-space .text{
  padding: 20px 0;
 }
 .event-space .info{
  display: flex;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
 .event-space .situation{
    background-color: #019972;
    color: #fff;
    border: 1px solid #019972;
    padding: .2rem 1rem;
 }
 .event-space .area{
    background-color: #fff;
    color: #019972;
    border: 1px solid #019972;
    padding: .2rem 1rem;
 }

.info-end .situation{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: .2rem 1rem;
 }
.info-end .area{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: .2rem 1rem;
 }

 .event-space .date{
  margin-bottom: 5px;
  color: #019972;
}
 .event-space .title{
  font-size: 18px;
  font-weight: bold;
 }
 .event-space .text{
  padding-bottom: 40px;
}

 .event-space .text .tag{
  list-style: none;
  margin:20px 0 0 0;
  padding:0px;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px
}


 .event-space .text .tag li::before{
  position: absolute;
  top:50%;
  left:5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f292";
  font-weight: lighter;
  font-size: 10px;
}


 .event-space .text .tag li{
  font-size: 10px;
  color: #000;
  border:1px solid #000;
  border-radius: 100px;
  padding: 3px 10px 3px 20px;
  position: relative;
}



#top-banner-section{
  position: relative;
  padding:100px 0px 0px;
  /*
  background-image: url(../img/bg-gray-stripe.svg);
  background-size: 3px;
  background-position: center;*/
}

#top-banner-section .big-en{
  position: absolute;
  top: -60px;
  left: 2%;
  z-index: 101;
}
/*
#top-banner-section::after{
  display: block;
  content: "";
  position: absolute;
  bottom:0px;
  right:0px;
  width:100%;
  height: 50%;
  background-image: url(../img/bg-gray-stripe.svg);
  background-size: 3px;
  background-position: center;
  z-index: -1;
}*/



#top-banner-section .inner{
}

.top-banner-wrap{
  display: flex;
  justify-content: space-between;
}
.top-banner-wrap .box{
  position: relative;
  min-height: 460px;
  height: 30%;
  width: 50%;
  background-color: #000;
  color: #fff;
}
.top-banner-wrap .box::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .6;
  transition-duration: .8s;
}

.top-banner-wrap .box:nth-child(1)::after{
  background-image: url(../img/top-banner-3.jpg);
  background-position: center center;
  background-size: cover;
}

.top-banner-wrap .box:nth-child(2)::after{
  background-image: url(../img/top-banner-2.jpg);
  background-position: center center;
  background-size: cover;
}

.top-banner-wrap .box a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-banner-wrap .box .contents{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 60px;
  width: 100%;
}
.top-banner-wrap .box .title{
  font-size: 30px;
  font-weight: 600;
}
.top-banner-wrap .box .dec{
  margin-bottom: 30px;
  width: 90%;
  font-size: .9rem;
}

.top-banner-wrap .top-banner-btn-wrap
{
  font-size: .9rem;
  transition-duration: .4s;
  display: inline-block;
  position: relative;
  padding:4px 0; 
}

.top-banner-wrap .box:hover .top-banner-btn-wrap{
}

.top-banner-wrap .box .top-banner-btn-wrap::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.top-banner-wrap .box:hover .top-banner-btn-wrap::before
{
  transform-origin:left top;
  transform:scale(1, 1);
}

.top-banner-wrap .box:hover::after{
  opacity: 1;
}


.top-banner-wrap .top-banner-btn-wrap::after
{
  position: absolute;
  top:50%;
  right:-28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  background-color: #019972;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition-duration: .5s;
}




.top-member-section{
  position: relative;
  padding:180px 0;
  background-color: #f7f7f7;
}



.top-member-section::after{
  display: block;
  content: "";
  position: absolute;
  bottom:0;
  right:0;
  width: 100%;
  height: 50px;
  z-index: 0;
  background-image: url(../img/bg-white-stripe.svg);
  background-position: center top;
  background-size: 3px;
  z-index: 1;
}

.top-member-section .big-en{
  position: absolute;
  top:10%;
  left:2%;
  /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
  font-weight: bold;
  writing-mode: vertical-rl;
}


.top-member-section .member-inner{
  padding: 180px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-member-section .member-inner .title-wrap{
margin-bottom: 0;

}
.top-member-section .member-inner .dec{

}
.top-member-section .member-inner .dec p{
  margin: 0;
  padding: 0; 
}

.top-member-section .title-bottom-inner{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}



.memberSwiper{
  position: relative;
  padding: 0px 30px;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.memberSwiper .swiper-button-next,
.memberSwiper .swiper-button-prev{
  opacity: 0;
}

.memberSwiper .swiper-button-next{
  margin-right: -10px;
}

.memberSwiper .swiper-button-prev{
  margin-left: -10px;
}

.memberSwiper:hover .swiper-button-next,
.memberSwiper:hover .swiper-button-prev{
  opacity: 1;
  margin-left: 0px;
  margin-right: 0px;
}

.top-member-section .swiper-wrapper{
}

.top-member-section .swiper-wrapper .swiper-slide{
  position: relative;
  padding: 15px 15px 40px 15px;
}

/*
.top-member-section .swiper-wrapper .swiper-slide{
  position: relative;
      opacity: 0.4;
    transition: .6s;
    transform: scale(.9);
}


.top-member-section .swiper-wrapper .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}*/



.top-member-section .swiper-wrapper .swiper-slide .pic{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-member-section .swiper-wrapper .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-member-section .swiper-wrapper .swiper-slide .text{
  position: absolute;
  bottom:0px;
  left: -10px;
}

.top-member-section .swiper-wrapper .swiper-slide .position{}

.top-member-section .swiper-wrapper .swiper-slide .position span{
  background-color: #019972;
  display: inline-block;
  color: #fff;
  padding:.2rem 1rem;
  font-size: 12px;
}


.top-member-section .swiper-wrapper .swiper-slide .message{
  position: absolute;
  text-transform: capitalize;
  top:0px;
  right: -10px;
  writing-mode: vertical-rl;
  z-index: 100;
  background-color: #ffe600;
  color: #000;
  font-weight: bold; 
  padding: 10px;
  font-size: 14px;
}

.top-member-section .swiper-wrapper .swiper-slide .name{
  margin-bottom: 5px;
}

.top-member-section .swiper-wrapper .swiper-slide .name span{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding:.4rem 1rem;
  line-height: 1.5;
  font-weight: bold;
}


.top-member-section .swiper-wrapper .swiper-slide .job{
  font-weight: 500;
  font-size: 14px;
  color: #019972;
}

.top-member-section .swiper-wrapper .swiper-slide a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}


.top-member-section .swiper-wrapper .swiper-slide:hover .pic img {
    transform: scale(1.05, 1.05);
    z-index: 1;
}

.report-section{
  padding: 180px 0;
  position: relative;
}

.report-section::after{
  display: block;
  content: "";
  position: absolute;
  bottom:0px;
  right:0;
  width: 95%;
  height: 60%;
  z-index: -2;
  background-color: #f7f7f7;
}




#main-content .report-section::after{
  display: none;

}

/*
.report-section::before{
  display: block;
  content: "";
  position: absolute;
  bottom:0;
  right:0;
  width: 100%;
  height: 50px;
  z-index: 0;
  background-image: url(../img/bg-white-stripe.svg);
  background-position: center top;
  background-size: 10px;
  z-index: -1;
}*/


.post-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrap .post-title{
  width: 25%;
}
.post-wrap .post-title .title-wrap{}
.post-wrap .post-title .dec{
  margin: 30px 0;
}


.report-category-wrap{
  position: relative;
  margin:0px 0 30px 0;
}
/*.report-category-wrap::before{
  position: absolute;
  top:0;
  left:0;
  font-family: "Font Awesome 5 Pro";
  content: "\f07b";
  font-weight: bold;
  color: #019972;
}*/

.report-category-wrap ul{
  list-style: none;
  margin:0px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.report-category-wrap li{
  margin: 0 0 4px 0;
  padding: 0;

}

.report-category-wrap li::after {
  content: '/';
}
.report-category-wrap li:last-child::after {
  display: none;
}

.report-category-wrap li a {
  position: relative;
  padding: 2px 4px;

}
.report-category-wrap li a:hover {
  color: #019972;
}


.report-section .post-wrap .post-space{
  width:70%;
}
.report-section .post-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid  rgba(0,0,0,0.1);
}
.report-section .post-space li{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid  rgba(0,0,0,0.1);
  padding:20px 50px 20px 20px;
  background-color: #fff;
}
.report-section .post-space li:last-child{
  border-bottom: none;
}
.report-section .post-space li::before{
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  font-weight: lighter;
  transition-duration: .4s;
}

.report-section .post-space li:hover .pic img {
    transform: scale(1.05, 1.05);
    z-index: 1;
}

.report-section .post-space li:hover::before {
  right:10px;
}


.report-section .post-space li .pic {
  width: 10%;
  overflow: hidden;
}
.report-section .post-space li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-section .post-space li .text{
  width: 90%;
  padding-left: 20px;
}


.report-section .post-space li .text .title{
  font-weight: bold;
  margin:0px 0 10px; 
}
.report-section .post-space li .text .info{
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}
.report-section .post-space li .text .info .box{
  margin: 0 .8rem;
}
.report-section .post-space li .text .info .box span{
  position: relative;
  padding-left: 10px;
}
.report-section .post-space li .text .info .box span:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  color: #019972;
  font-weight: bold;
}
.report-section .post-space li .text .info .box .report-year:before{content: "\f073";}
.report-section .post-space li .text .info .box .report-user:before{content: "\f007";}
.report-section .post-space li .text .info .box .report-category:before{content: "\f660";}


.report-section .post-space li .text .date{
  position: relative;
  padding-left: 20px;
}

.report-section .post-space li .text .date::before{
  position: absolute;
  top:50%;
  left:0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  color: #ccc;
  font-weight: bold;
}


.report-section .post-space li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.news-section{
  padding: 180px 0;
  position: relative;
}

.news-section .post-wrap .post-space{
  width:70%;
}
.news-section .post-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.news-section .post-space li{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 30px 20px;
}

.news-section .post-space li:last-child{
  border-bottom: none;
}

.news-section .post-space li::before{
  position: absolute;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  font-weight: lighter;
  transition-duration: .4s;
}

.news-section .post-space li:hover .pic img {
    transform: scale(1.05, 1.05);
    z-index: 1;
}

.news-section .post-space li:hover::before {
  right:10px;
}

.news-section .post-space li .category{
  font-size: 10px;
  color: #fff;
  background-color: #000; 
  width: 130px;
  text-align: center;
  padding:4px 10px;
}
.news-section .post-space li .date{
  margin:0 20px; 
}


.news-section .post-space li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/********************************************************************

page

********************************************************************/

.page main,
.single main
{
  padding: 4rem 0;
}

.breadcrumbs span[typeof="v:Breadcrumb"]:last-child span[property="v:title"],
.breadcrumbs a[property="v:title"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headline-wrap{
  padding-left: 70px;
  position: relative;
}

.headline-wrap::before{
  display: block;
  content: "";
  position: absolute;
  bottom:-40px;
  right:0px;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/bg-gray-stripe.svg);
  background-size: 3px;
  background-position: center;
  z-index: -1;
}

.headline-space{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #019972;
  border-radius: 0 0 0px 30px;
  min-height: 450px;
  background-size: 100%;
  background-position: center center;
}


.headline-space::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.1);*/
  z-index: 1;
}

.headline-space .bread{
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  font-size: 10px;
}


.headline-company{background-image: url(../img/bg-headline-company.jpg);}
.headline-service{background-image: url(../img/bg-headline-service.jpg);}
.headline-member{background-image: url(../img/bg-headline-member.jpg);}
.headline-event{background-image: url(../img/bg-headline-event.jpg);}
.headline-event-detail{background-image: url(../img/bg-headline-event-detail.jpg);
    background-position: center 40%;
}
.headline-news{background-image: url(../img/bg-headline-news.jpg);}
.headline-nff{background-image: url(../img/bg-headline-nff.jpg);}
.headline-contact{background-image: url(../img/bg-headline-contact.jpg);}
.headline-training{background-image: url(../img/bg-headline-training.jpg);}
.headline-advertisement{background-image: url(../img/bg-headline-advertisement.jpg);}
.headline-consulting{background-image: url(../img/bg-headline-consulting.jpg);}
.headline-share-office{background-image: url(../img/bg-headline-share-office.jpg);}
.headline-works{background-image: url(../img/bg-headline-works.jpg);}

.headline-text{
  position: absolute;
top:57%;
  left:100px;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.headline-text .en{
  font-size: 4rem;
  font-weight: 500;
  text-transform: capitalize;
  /*color: #ffe600;*/
  color: #fff;
}
.headline-text .en::first-letter{
  /*color: #ffe600;*/
}


.headline-text h2{
  margin:0;
  padding:0;
}
.headline-bottom{}



#full-width-wrap{
}
#full-width-wrap #main-content{
  max-width: 1200px;
  margin: 0 auto;
  padding:100px 0px;
}

#scroll-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#side-bar{
  width: 22%;
  padding: 140px 0px 40px 30px;
}
#page-navi-wrap{
  margin: 0;
  padding: 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
#page-navi-wrap li {
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

#page-navi-wrap li a{
  position: relative;
  display: block;
  padding:10px 8px;
  color: #aaa;
}

#page-navi-wrap li a:hover{
  color: #000;
}

#page-navi-wrap li a.current{
  color:#000000;
}

#page-navi-wrap li .current{
  position: relative;
  transition-duration: .5s;
}

#page-navi-wrap li .current::before {
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 10px;
  color: #019972;
  font-weight: lighter;
  transition-duration: .5s;
}

#main-content{
  width: 74%;
  margin-top: 0px;
}
#main-content section{
  padding:100px 0px;
  position: relative;
}
#main-content section:first-child{
  padding:140px 0px 100px;
}
#main-content section:last-child{
  padding:100px 0px 200px;
}
/**
#main-content section::after {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 100%;
  bottom:20px;
  left: 0px;
  z-index: -1;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
}
#main-content section:last-child::after{
  display: none;
}**/

/*#main-content section::before{
  position: absolute;
  top:30px;
  right:0px;
  font-size: 100px;
  -webkit-text-stroke: 1px #ccc;
  stroke: 1px #ccc;
  color: transparent;
    font-weight: bold;
    z-index: -1;
}

#main-content section:nth-child(1)::before{
  content:"01";
}

#main-content section:nth-child(2)::before{
  content:"02";
}

#main-content section:nth-child(3)::before{
  content:"03";
}

#main-content section:nth-child(4)::before{
  content:"04";
}

#main-content section:nth-child(5)::before{
  content:"05";
}*/


.wp-block-embed-youtube{
  text-align: center;
}
.wp-block-embed-youtube iframe{
  width: 854px;
  height: 480px;
}



/********************************************************************

company

********************************************************************/


.ceo-message{}

.ceo-message .message{
  position: relative;
}
.ceo-message .catch{
  font-size: 24px;
  font-weight: bold;
}
.ceo-message .pic {
  position: relative;
  float: right;
  width: 300px;
  margin:0 0px 40px 40px;
}

.ceo-message .pic::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top:10px;
  left: 10px;
  z-index: -1;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
}

.ceo-message .pic img,
.ceo-message .sign img
{
  width: 100%;
  height: auto;
}

.gmap{}
.gmap iframe{
  width: 100%;
  min-height: 600px;
}

/********************************************************************

service

********************************************************************/
#full-content{
  padding: 100px 0;
  width: 100%;
}
/*#cont-service{
  display: flex;
  flex-wrap: wrap;
  gap:60px;
}
#cont-service .service-wrap{
    display: block;
  width: calc((100% - 60px ) / 2);
  height: auto;}
#cont-service .service-wrap .pic{
}

.service-wrap .dec{
  margin-bottom: 60px;
}
.service-wrap .dec p{}
.service-wrap .btn-wrap{}*/

#cont-service{
}
#cont-service .service-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 100px;
}

#cont-service .service-wrap:nth-child(even){
flex-direction : row-reverse;
}

#cont-service .service-wrap:last-child{
margin-bottom: 0px;
}

#cont-service .service-wrap .pic{
  width: 50%;
}
#cont-service .service-wrap .text{
  width: 50%;
  padding: 0px 4rem;
}
.service-wrap .dec{
  margin-bottom: 40px;
}
.service-wrap .dec p{}
.service-wrap .btn-wrap{}


/********************************************************************

report

********************************************************************/

.report-info-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin-bottom: 60px;
  
}

.report-info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
  font-size: 12px;
  padding: 1.5rem;
}
.report-info .box{
  margin: 0 .8rem;
}
.report-info .box span{
  display: block;
  position: relative;
  padding-left: 10px;
}
.report-info .box span:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  color: #019972;
  font-weight: bold;
}
.report-info .box .report-year:before{content: "\f073";}
.report-info .box .report-user:before{content: "\f007";}
.report-info .box .report-category:before{content: "\f660";}



.report-info .box .report-category::before {
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f660";
  font-size: 10px;
  color: #019972;
  font-weight: bold;
  transition-duration: .5s;
}





.report-info-wrap .report-pdf-wrap{
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}
.report-info-wrap .report-pdf-wrap a{
  display: block;
  background-color: #019972;
  text-align: center;
  color: #fff;
  padding: 1.5rem 1rem;
}
.report-info-wrap .report-pdf-wrap a:hover{
  background-color: #000;
  color: #fff;
}

.report-detail-wrap{
  margin-bottom: 80px;
}

.report-prof-wrap{
  margin: 0;
  padding: 0;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
  padding:40px;
  line-height: 1;
  margin-bottom: 30px;
}
.report-prof-wrap .report-prof-inner{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px;
}
.report-prof-wrap .report-prof-inner .pic{
  width: 10%;
}
.report-prof-wrap .report-prof-inner .text{
  width: 90%;
  padding-left: 40px;
}
.report-prof-wrap .report-prof-inner .name{
  margin-bottom: 20px;
}
.report-prof-wrap .report-prof-inner .description{
  font-size: 12px;
}


.side-list-wrap{
  margin-bottom: 40px;  border: 1px solid #ddd;
}
.side-list-wrap h3{
  margin: 0;
  padding: 0;
  /*background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;*/
  background-color: #222;
  color: #fff;
  font-weight: normal;
  padding:15px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;

}
.cat-list{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.cat-list li{
  border-bottom: 1px solid #ddd;
}
.cat-list li:last-child{
  border-bottom: none;
}
.cat-list li a{
  display: block;
  padding:15px;
  position: relative;
}
.cat-list li a:hover{
 color: #019972;
}
.cat-list li a span{
  position: absolute;
  right:5px;
  top:50%;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}




/********************************************************************

member

********************************************************************/
.search-space{
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}


.search-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 
}

.search-space li{
  margin:.4rem;
  padding: 0;
}



.search-space li a{
  display: block;
  padding: .4rem 1rem;
  border:1px solid #000;
  border-radius: 100px;
  font-weight: bold;
}

.search-space li a:hover{
  background-color:#000;
  color: #fff; 
}

.member-list-wrap{
  transition-duration: .5s;
  width: 100%;
}
.member-list-wrap ul{
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.member-list-wrap li{
  width: 25%;
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.member-list-wrap li .message{
  display: none;
  position: absolute;
  text-transform: capitalize;
  top:0px;
  right:0px;
  opacity: 0;
  writing-mode: vertical-rl;
  z-index: 100;
  background-color: #ffe600;
  color: #000;
  font-weight: bold; 
  padding: 10px 10px 10px 8px;
  font-size: 12px;
  transition-duration: .6s;
}

.r-item{
  transition-duration: .5s;
}

.member-list-wrap li .pic{
  overflow: hidden;
}

.member-list-wrap li:hover .pic img {
    transform: scale(1.03, 1.03);
    z-index: 1;
}

.member-list-wrap li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  display: block;
}

.member-list-wrap li:hover .message{
  top:0;
  opacity: 1;
}


.member-list-wrap li .text{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.member-list-wrap li .name{
  margin-bottom: 0px;
}
.member-list-wrap li .name span{
  background-color: #000;
  color: #fff;
  padding:.4rem .8rem;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.member-list-wrap li .position{
  display: none;
}
.member-list-wrap li .position span{
  background-color: #019972;
  color: #fff;
  padding:.4rem .8rem;
  font-size: 10px;
  display: inline-block;
}

.profile-wrap-bg{
  /*background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;*/
  margin-bottom: 60px;
  position: relative;
}
.profile-wrap-bg .eng{
  display: none;
  position: absolute;
  top:-40px;
  right:0px;
  color:  #eeeeee;
  font-weight: 500;
  font-size: 40px;
  text-transform: capitalize;
}
.profile-wrap{
  display: flex;
  flex-wrap: wrap;
  /*flex-direction : row-reverse;
  justify-content: space-between;*/
  background-color: #fff;
}
.profile-wrap .position {
  font-size: 14px;
  font-weight: bold;
}

.profile-wrap .pic {
  width:  33.3333%;
}
.profile-wrap .pic img{}
.profile-wrap .text{
  width: 66.6666%;
  padding-left: 60px;
}
.profile-wrap .text .jod{
  font-weight: bold;
}
.profile-wrap .text h3{
  margin:0;
  padding: 0;
  font-size: 30px; 
}
.profile-wrap .text .rubi{
  font-size: 12px;
}


.profile-wrap .text .motto{
  margin-bottom: 2rem;
}
.profile-wrap .text .motto span{
  font-weight: bold; 
  display: inline-block;
  font-size: 1.4rem;
}

.profile-wrap .position-list{
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
}
.profile-wrap .position-list li{
  margin-bottom: 4px;
}
.profile-wrap .position-list li p{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.motto-wrap{
  position: absolute;
  right:-5px;
  bottom:-5px;
}
.motto-wrap span{
  background-color: #ffe600;
  color: #000;
  font-weight: bold; 
  padding: 15px;
}

#cont-profile dl{
  display: flex;
  margin:40px 0;
  line-height: 2;
}

#cont-profile dt{
  margin: 0;
  padding: 0;
  color: #019972;
  width: 15%;
}
#cont-profile dd{
  width: 85%;
  margin: 0;
  padding: 0;  
}

.skill-wrap dd ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.skill-wrap dd ul li{
  position: relative;
  padding-left: 14px;
  margin-right: 20px;
}

.skill-wrap dd ul li::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f292";
  color: #019972;
  font-weight: lighter;
  font-size: 12px;
}

#cont-profile dd p{
  margin: 0;
  padding: 0;  
}

.book-wrap dd ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.book-wrap dd ul li{
  position: relative;
  padding-left: 14px;
  margin-right: 20px;
}

.book-wrap dd ul li::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f5ac";
  color: #019972;
  font-weight: lighter;
  font-size: 12px;
}

.biography-wrap{}
.biography-wrap h3{
  border-bottom:2px solid #019972;
  margin:30px 0 10px;
  padding:10px 0;
}


.member-link-wrap{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.member-link-wrap .sns-btn{
  margin: 5px;
}
.member-link-wrap a{
  display: block;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  padding: .4rem 1rem;
  font-size: 12px;
}


/********************************************************************

works

********************************************************************/
.works-section{}

            
.works-title-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.works-title-wrap .title-wrap{
  width: 70%;
  margin-bottom: 0;
}
.works-title-wrap .title-wrap h2{
  font-size: 34px;
  margin: 0;
  padding: 0;
}
.works-title-wrap .title-wrap .category{
  color: #019972;
}

.works-title-wrap .title-wrap .category span::after{
  content: " , ";
}
.works-title-wrap .title-wrap .category span:last-child::after{
  display: none;
}


.works-title-wrap .sponsorship-wrap{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.works-title-wrap .sponsorship-wrap .box{
  font-weight: bold;
  margin: 0 1rem;
}


.wdswiper {
  margin-bottom: 60px;
}

.wdswiper .swiper-wrapper{
  max-width: 100%;
  overflow: hidden;
}

.works-info-wrap{
  margin-bottom: 60px;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
  padding: 30px;
  position: relative;
}

.works-info-inn{
    padding: 10px;
      display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}

.works-info-wrap .box{
  width: 50%;
}
.works-info-wrap .box dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
  font-size: 12px;
}

.works-info-wrap .box dl:last-child{
  border-bottom: none;
}
.works-info-wrap .box dt{
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #019972;
  width: 20%;
  text-transform: uppercase;
}
.works-info-wrap .box dd{
    margin: 0;
  padding: 0;
  width: 70%;
}

.works-contents{}
.works-section h3,
.works-section h4
{
  margin:40px 0 20px 0; 
}

/********************************************************************

works archive

********************************************************************/

.works-list-wrap{}
.works-list-wrap ul{
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
    margin: 0;
  padding: 0;
  justify-content: space-between;
}
.works-list-wrap li{
  width: 48%;
  padding:0px;
  position: relative;
  margin-bottom: 60px;
}

.works-list-wrap li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.works-list-wrap li .pic{
  overflow: hidden;
  height: 400px;
}

.service-list li .pic{
 height: 260px;
}

.service-list li .dec,
.service-list li .bottom
{
  display: none;
}

.works-list-wrap li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-list-wrap li:hover .pic img{
      transform: scale(1.05, 1.05);
    z-index: 1;
  
}



.works-list-wrap li .text{
  padding: 30px 0 40px;
}

.works-list-wrap li .text .category{
  color: #019972;
  font-size: 14px;
  font-weight: 600;
}
.works-list-wrap li .text .category span::after{
  content: " , ";
}
.works-list-wrap li .text .category span:last-child::after{
  display: none;
}

.works-list-wrap li .text .works-name{
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}

.works-list-wrap li .text .dec{
}

.works-list-wrap li .text .dec p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.works-list-wrap li .text .bottom{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.works-list-wrap li .text .member{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.works-list-wrap li .text .tag{
  list-style: none;
  margin:20px 0 0 0px;
  padding:0;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  width: 100%;
}


.works-list-wrap li .text .tag li::before{
  position: absolute;
  top:50%;
  left:5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f292";
  font-weight: lighter;
  font-size: 10px;
}


.works-list-wrap li .text .tag li{
  font-size: 10px;
  color: #000;
  border:1px solid #000;
  border-radius: 100px;
  padding: 3px 10px 3px 20px;
 width: auto;
 margin: 0; 
}






/********************************************************************

event

********************************************************************/
.evennt-solution{
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}
.event-on{
  background-color: #019972;
}
.event-off{
  background-color: #000;
}
.event-on .situation{}
.event-off .situation{}


#cont-event .eyecatch{
  margin-bottom: 60px;
}
/*SNS share*/
.snsshare{
margin: 30px 0 60px;
}

.snsshare .title{
  text-align: center;

}
.snsshare ul{
  margin:0;
  padding: 0;
  list-style-type:none;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;

}
.snsshare li{
  margin: 0 4px;
  width: 25%;
}

.snsshare a{
  box-sizing: border-box;
  display: block;
  padding: .6em 2rem;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.btn--twitter{
}
.btn--facebook{

}
.btn--pinterest{

}
.btn--line{

}

.btn--share{
  background-color: #000;
}

.sub-event-title-wrap{
  margin-bottom: 40px;
}
.sub-event-title-wrap h2{
  margin:0;
  padding:1rem 0;
  color: #019972;
  border-bottom: 2px solid #019972;
}

.sub-event-dec{
  margin-bottom: 40px;
  line-height: 2;
  padding: 30px;
  width: 100%;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
}

.dec-inn{
  background-color: #fff;
  padding: 30px;
}

.sub-event-table{
  margin-bottom: 40px;
}
.sub-event-table table{
  width: 100%;
  border-top: 2px solid #000;
}
.sub-event-table table tbody{}
.sub-event-table table tr{
  border-bottom: 2px solid #000;
  width: 100%;
}

.sub-event-table table th,
.sub-event-table table td{
  padding: 30px;
}
.sub-event-table table th{
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
}

.sub-event-table table td{
  position: relative;
}
.sub-event-table table td .venue{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.map-link{
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.map-link a{
  border-radius: 100px;
  padding: 10px 20px;
  border:1px solid #000;
  font-size: 10px;
}

.sub-event-table table i{
  color: #ccc;
}

.sub-event-table table a i{
  color: #000;
}
.free-space{
  margin-top: 40px;
  padding: 10px;
}
.free-space h3{
  margin:0 0 10px 0; 
  padding: 0;
  font-size: 18px;

}

.map-wrap{
  width: 100%;
  height: 600px;
}
.map-wrap iframe{
  width: 100%;
  height: 100%;
}

#cont-application{
  margin-top: 40px;
  /*background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;*/
  padding: 60px;
}
.application-btn{}
.application-btn a{
  display: block;
  background-color: #019972;
  border:2px solid #019972;
  padding:40px 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.application-btn a:hover{
  background-color:  #fff;
  color: #019972;
}


/********************************************************************

event archive

********************************************************************/
.event-archive-section
.event-archive-wrap{}
.event-archive-wrap .event-space{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 20px;
  margin-bottom: 30px;
}
.event-archive-wrap .event-space .pic{
  width: 40%;
}




.event-archive-wrap .event-space .text{
  width: 60%;
  padding-left: 40px;
}
.event-archive-wrap .event-space .info{}
.event-archive-wrap .event-space .situation{}
.event-archive-wrap .event-space .area{}
.event-archive-wrap .event-space .info-end{}
.event-archive-wrap .event-space .date{}
.event-archive-wrap .event-space .title{}
.event-archive-wrap .event-space .bottom{}
 .event-archive-wrap .event-space .tag{}
 .event-archive-wrap .event-space a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
 }

.event-archive-wrap .event-space .text .dec{
  margin: 20px 0;
}


 .event-archive-wrap .event-space:hover .pic img{
    transform: scale(1.03, 1.03);
    z-index: 1;
 }


/********************************************************************

contact

********************************************************************/

#contact-main{
  margin: 0 auto;
}
#contact-main .title-wrap{
  text-align: center;
}
.contact-inner{
  margin: 0 auto;
  padding: 100px 0;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: auto;
  margin-bottom: 0;
  padding:10px;
  border: 0;
  border-radius: 3px;
  background-color: #f7f7f7;
  border:1px solid #ccc;
  box-shadow: none;
  font-size: 1em;
  vertical-align: middle;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding:10px;
  overflow: auto;
}

.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}

.haveto,
.any {
  font-size: 10px;
}
.haveto {
    padding: 5px;
    background: #ff0000;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
}
.any {
    padding: 5px;
    background: #999;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
}
.verticallist .wpcf7-list-item {
    display: block
}

.form-dec{
  text-align: center;
}

.form-wrap .btn-wrap{
  text-align: center;
  margin: 40px 0;
}





.form-wrap .btn-wrap{
  position: relative;
}

.wpcf7-spinner{
  position: absolute !important;
  margin: 0 !important;
  bottom:-30px !important;
  left: 50% !important;
     transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.wpcf7-not-valid-tip{
  display: inline-block;
  width: auto;
   box-sizing: border-box;
   border: 1px solid #f00;
   color: #f00;
   background-color: #fff;
   margin-top: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 1.2rem;
   padding-right: 15px;
   font-size: 12px;
}
.wpcf7-not-valid-tip::before{
   content: "";
   display: inline-block;
   margin-right: 10px;
   vertical-align: top;
  font-family: "Font Awesome 5 Pro";
  content: "\f071";
  color: #ff0000;
  font-weight: lighter;
}

.screen-reader-response ul{
  display: none;
}
.form-wrap .wpcf7-not-valid {
    background: pink;
}

/*
form.sent .form-wrap{
display:none;
}*/


.wpcf7-spinner{



}


.privacy-wrap{
  margin-top: 180px;
  font-size: 12px;
    overflow:auto;
    width:100%;
    height:300px;
    padding:40px;
    border:1px solid #ccc;
  }
.privacy-wrap h3{
  font-size: 14px;
  }

.privacy-wrap dl{
}
.privacy-wrap dt{
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  padding: 1rem 0;
}
.privacy-wrap dd{
  margin:0 0 30px 0;
}

.privacy-wrap ul
{
  margin: 0;
  padding: 0;
}
.privacy-wrap li p
{
  margin: 0;
  padding: 0;
}



/********************************************************************

single

********************************************************************/

.date-wrap{
  color: #019972;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}


/********************************************************************

table

********************************************************************/
.basic-table{
  width: 100%;
  font-size: .9rem;
  border: 1px solid #ccc;
}
.basic-table tbody{
  width: 100%;
}
.basic-table tr{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.basic-table th{
  text-align: left;
  width: 33.3333%;
  padding:2rem;
  font-weight: normal;
  background-color: #f7f7f7;
}
.basic-table td{
  width: 66.6666%;
  padding:2rem; 
}

.basic-table td ul,
.basic-table td ol
{}

.basic-table td ul li,
.basic-table td ol li
{}

.basic-table td p,
.basic-table td ul li p,
.basic-table td ol li p
{
  margin: 0;
  padding: 0;
}


.border-table{
  width: 100%;
  font-size: .9rem;
  border-top: 1px solid #019972;
}
.border-table tbody{
  width: 100%;
}
.border-table tr{
  width: 100%;
  border-bottom: 1px solid #019972;
}
.border-table th{
  width: 25%;
  padding:2rem;
  font-weight: normal;
  color: #019972;
}
.border-table td{
  width: 75%;
  padding:2rem; 
}

.border-table td ul,
.border-table td ol
{}

.border-table td ul li,
.border-table td ol li
{}

.border-table td p,
.border-table td ul li p,
.border-table td ol li p
{
  margin: 0;
  padding: 0;
}

.history-table{}
.history-table th{
  font-weight: bold;
  font-size: 30px;
}

/********************************************************************

cta

********************************************************************/
#cta-bottom{
  padding: 50px 0;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
  /*background-color: #f7f7f7;*/
  position: relative;
}
#cta-bottom-wrap{
  background-color: #fff;
  position: relative;
  max-width: 1400px;
  margin: 0 auto; 
}
#cta-bottom-wrap .en{
  position: absolute;
  top:-60px;
  left:100px;
}
#cta-bottom-wrap::after{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  top:0px;
  right: 0px;
  background-image: url(../img/bg-cta.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-bottom-inner{
  width: 50%;
  padding:100px;
}
.cta-bottom-inner .text{}
.cta-bottom-inner .text .cacth{}
.cta-bottom-inner .text .dec {
   margin-bottom: 60px;
}
.cta-bottom-inner .text .dec p{
  font-size: 14px;
  margin: 0;
  padding: 0; 
}

.cta-bottom{
  display: flex;
  align-items: center;
}

.cta-bottom .btn-wrap{
  width:50%;
  position: relative;
  text-align: center;
  padding: 20px 0;
}


.cta-bottom .tel{
  position: relative;
  width:50%;
  text-align: center;
  
}

.number{
  font-size: 18px;
}
.number span{
  position: relative;
  padding-left: 22px;
}
.number span::after{
  position: absolute;
  top:50%;
  left:0;
   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  width: 20px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  transition-duration: .4s;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  content: "\f10b";
}


.person{font-size: 12px;}



#cta2-bottom-wrap{
  position: relative;
}
#cta2-bottom-wrap .en{
  position: absolute;
  top: -75px;
  left:50%;
     transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}
#cta2-bottom-wrap .cta2-bottom-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

#cta2-bottom-wrap .cta-btn-wrap{
  width:48%;
}

.btn-big{
  background-color: #019972;
  display: block;
  color: #fff;
  padding: 40px 10px;
  position: relative;
  font-weight: bold;
  border:2px solid #019972;
  overflow: hidden;
  text-align: center;
}

.btn-big span{
  position: relative;
}

.btn-big:hover{
  background-color: #fff;
  color: #019972;
}







/********************************************************************

footer

********************************************************************/

  .to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    z-index: 9000;
  }

  .to-top.is-show {
    opacity: 1;
    visibility: visible;
  }

  .to-top .to-top--icon {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
          color: #fff;
    background:  #019972;
    border:1px solid #019972;

    border-radius: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    overflow: hidden;
  }

    .to-top .to-top--icon:hover {
    background: #fff;
    color: #019972;
  }


footer{
  position: relative;
  overflow: hidden;
}
/*
footer::after{
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  content: "Brand Produce Lab";
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 140px;
  font-weight: bold;
  z-index: 0;
  opacity: 1;
  line-height: 1;
}*/

.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.footer-sitemap-wrap{
background-color: #222;
}
.footer-sitemap-wrap .footer-inner{
  padding: 60px 0px;
}

.footer-sitemap-wrap .sitemap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
.footer-sitemap-wrap .sitemap .box{
  width: 20%;
}
.footer-sitemap-wrap .sitemap .box ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-sitemap-wrap .sitemap .box ul li ul{
  margin: 0 0 0 1rem;
  padding: 0;
}

.footer-sitemap-wrap .sitemap .box li a{
  position: relative;
   padding: .4rem;
   display: inline-block;
   color: #fff;
}

.footer-sitemap-wrap .sitemap .box li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.footer-sitemap-wrap .sitemap .box li a:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.footer-bottom-wrap{
  /*background-color: #019972;
  color: #fff;*/
}
.footer-bottom-wrap .footer-inner{
  padding: 60px 0;
}

.footer-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.footer-bottom .name{
}
.footer-bottom .name .eng{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.footer-bottom .name .jp{
  font-size: .9rem;
}
.footer-bottom .adress,
.footer-bottom .tel
{
  font-size: .9rem;
}

.footer-bottom .adress
{
  margin-bottom: 5px;
}

.footer-sns{
  display: none;
}
.footer-sns ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.footer-sns li{
  margin: 0;
  padding: 0;
}

.footer-sns li{
}

.footer-sns li:last-child{
}

.footer-sns li a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 10px;
}


.footer-bottom-wrap .copyright{
  font-size: 12px;
}

/********************************************************************

button

********************************************************************/

.btn-wrap{
}
.btn{
  background-color: #019972;
  display: inline-block;
  color: #fff;
  position: relative;
  font-weight: bold;
  border:2px solid #019972;
  overflow: hidden;
}

.btn span{
  display: inline-block;
  padding: 1rem 4.5rem 1rem 2rem;
  font-size: 12px;
  position: relative;
  font-weight: bold;
}

.btn span::before,
.btn span::after{
  position: absolute;
  top:50%;
  right:1.2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: lighter;
  font-size: 14px;
}


.btn span::after {
  opacity: 0;
  right: 1.4rem;
}

.btn:hover span::before {
  animation: arrowbefore .5s;
}
.btn:hover span::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: .6rem;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: 1.2rem;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*.btn:hover,
.btn:hover span{
  color: #019972;
}*/



.btn:hover{
  background-color: #fff;
  color: #019972;
}


.blank,
.link{
  display: inline-block;
  color: #000;
  position: relative;
}

.blank:hover,
.link:hover{
  color: #019972;
}

.blank:before,
.link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #019972;
  width: 100%;
  height: 1px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.blank:hover::before,
.link:hover::before
{
  transform-origin:left top;
  transform:scale(1, 1);
}

.blank::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f0c5";
  font-weight: lighter;
}

.link::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f0c1";
  font-weight: lighter;
}

.more-btn-wrap{
  font-size: 12px;
}
.btn-more{
  position: relative;
  padding-left: 25px;
}

.btn-more::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: lighter;
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100px;

}

.btn-more:hover{
color: #019972;
}

p a{
  display: inline-block;
  position: relative;
  color: #019972;
}
p a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #019972;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
p a:hover::before{
  transform-origin:left top;
  transform:scale(1, 1);
}

input[type="submit"]{
  display: inline-block;
  position: relative;
  font-weight: bold;
  background-color: #019972 !important;
  border:2px solid #019972 !important;
  border: none;
  color: #fff;
  overflow: hidden;
  padding: 1.5rem 4rem;
  font-size: 18px;
  transition-duration: .4s;
  cursor: pointer;
}
input[type="submit"]:hover{
  background-color: #fff !important;
  color: #019972;
}

/********************************************************************

loop

********************************************************************/

.eng-loop {
  padding: 40px 0;
  width:　100%;
  overflow:hidden;
  white-space:nowrap;
}
@keyframes hscroll {
  0% { transform:translateX(4px); }
  100% { transform:translateX(-100%); }
}
.eng-loop ul {
  display:inline-block;
  margin:0;
  padding:0;
  animation:hscroll 200s linear infinite;
}
.eng-loop li {
  display:inline-block;
  font-size: 140px;
  font-weight: bold;
  color: #019972;
}

.eng-loop li:nth-child(odd) {
  color: transparent;
  -webkit-text-stroke: 1px #019972;
}













/****************************************************************************************************************************************

mobile

****************************************************************************************************************************************/
@media (max-width: 767px) {

html {
  min-width: inherit;
}

body {
  font-size: 14px;
}

.pc{ display: none; }
.sp{ display: block;}


/********************************************************************

title

********************************************************************/

h2{
  font-size: 22px;
}
h3{
  font-size: 18px;
}

.big-en{
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.en{
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.stroke-g{
    color: transparent;
  -webkit-text-stroke: 1px #019972;
}

.stroke-w{
    color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.title-wrap{
  margin-bottom: 30px;
}

.title-wrap .en{
  font-size: 30px;
  color: #019972;
  margin-bottom: 5px;
  
}
.title-wrap h2{
  padding: 0;
  margin: 0;
}

.title-wrap h2{
  padding: 0;
  margin: 0;
}


.title-inner{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 20px;
}

.title-inner .title-wrap{
  margin-bottom: 20px;
  width: 100%;
}

.title-inner .dec{
  width: 100%;

}

.title-inner .dec p{
  margin: 0;
  padding: 0;
}



/********************************************************************

header

********************************************************************/

.main-visual-wrap{
  min-height: inherit;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}


.main-visual-wrap h1,
.headline-wrap h1{
  position: absolute;
  
  color: #fff;
  margin: 0;
  padding: 0;
  writing-mode: inherit;
  font-size: 10px;
  z-index: 100;
  padding-right: 80px;
}

.main-visual-wrap h1
{
  top: 70px;
  left:20px;
}


.headline-wrap h1{
  top: inherit;
  bottom: 20px;
  left:20px;
}




header {
  padding-left: 0px;
  padding-right: 0px;
}

header .logo{
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  background-color: transparent;
}
header .logo img{
  width: auto;
  height: 100%;
}
header .logo a{
  padding: 10px;
}


#g-nav{
  display: none;
}

.main-swiper-wapper{
  padding-left: 0px;
  padding-bottom: 0px; 
}

.main-swiper-wapper .swiper-wrapper {
  border-radius: 0 0 0 0px;
}

.main-swiper-wapper .swiper-inner .catch,
.main-swiper-wapper .swiper-inner-none .catch
{
  position: absolute;
  top: 50%;
  right:10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 10px;
  padding:8px 6px;
  line-height: 1;
}
.main-swiper-wapper .swiper-inner .text,
.main-swiper-wapper .swiper-inner-none .text
{
  position: absolute;
  bottom: inherit;
  top: 50%;
  left:20px;
  width: 80%;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main-swiper-wapper .swiper-inner .en,
.main-swiper-wapper .swiper-inner-none .en
{
  font-size: 24px;
}
.main-swiper-wapper .swiper-inner .jp,
.main-swiper-wapper .swiper-inner-none .jp
{
  font-size: 24px;
  margin: 15px 0;
}
.main-swiper-wapper .swiper-inner .dec,
.main-swiper-wapper .swiper-inner-none .dec
{
  display: none;
}
.main-swiper-wapper .swiper-inner .dec p,
.main-swiper-wapper .swiper-inner-none .dec p
{
  font-size: 12px;
}

.main-swiper-wapper .swiper .swiper-pagination {
    width: 30px;
    left: auto;
    right: 10px;
    bottom: 10px;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet {
    transform: scale(.6);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 15px;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 4px;
}

.main-swiper-wapper .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(.65);
}

.main-swiper-wapper .swiper .swiper-pagination-bullet.swiper-pagination-bullet:hover {
    transform: scale(.65);
}

.main-visual-wrap .sns{
  display: none;
}


.scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:15px;
  bottom:15px;
    /*全体の高さ*/
  height:40px;
  z-index: 500;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:-5px;
  top: -35px;
  font-size: 10px;
  color: #fff;
}

.scrolldown::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
  left:-2px;
    /*線の形状*/
  width: 1px;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  border:1px solid #fff;
  background-color: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
  z-index: 1;
}




/********************************************************************

top page

********************************************************************/

.basic-inner{
  margin: 0 auto;
}

.top-about-section{
  margin:80px 0 0px;
  padding:180px 0 80px;
}

.top-about-section::before{
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-size: 100%;
}

.top-about-section::after{
  display: none;
}

.top-about-section .basic-inner{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.top-about-section .text{
  background-color: rgba(255,255,255,1);
  padding:40px 20px 0px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.top-about-section h2{
  margin: 10px 0;
  padding: 0;
}


.illust-map{
  position: absolute;
  top: inherit;
  left: inherit;
  bottom: -30px;
  right: 20px;
  width: 180px;
  z-index: 101;
  mix-blend-mode: multiply;
}


.top-about-section .big-en{
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 101;
  writing-mode: inherit;
  mix-blend-mode: multiply;
}

.top-about-section .text .en{
  position: absolute;
  top: -12px;
  left: 20px;
  color: #019972;
}

.top-about-section .text .dec{
  margin-bottom: 40px;
}



.top-works-section{
        overflow: hidden;
        position: relative;
        margin: 80px 0 0px;
        padding: 80px 0;
      }

.top-works-section::after{
  bottom:0px;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.top-works-section::before{
  top:0;
  left:0;
  width: 100%;
  height: 30px;
  background-size: 3px;
}


.top-works-inner-wrap{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.top-works-section .title-bottom-inner{
  display: block;
  margin-bottom: 40px;
  padding: 0 20px;
}

.title-bottom-inner{padding: 0 20px;}

.works-category-wrap{
  display: none;
}

.works-swiper{
  padding: 0px 20px;
}

.works-swiper .swiper-slide{
  height: auto;
  padding-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next{
  width: 30px;
  height: 30px;
  line-height:30px;
}

.swiper-button-prev:after,
.swiper-button-next:after{
  font-size: 14px;
}
.swiper-button-prev:after{
  margin-left:-4px; 
}
.swiper-button-next:after{
  margin-right:-4px; 
}

.works-swiper .swiper-slide .pic{
  overflow: hidden;
  height: 200px;
}

.works-swiper .swiper-slide .text{
  padding: 20px;
}
.works-swiper .swiper-slide .text .category{
  font-size: 12px;
}
.works-swiper .swiper-slide .text .works-name{
  font-size: 16px;
}
.works-swiper .swiper-slide .text .dec{ display: none;
}
.works-swiper .swiper-slide .text .dec p{
  font-size: 14px;
}

.works-swiper .swiper-slide .text .bottom{
  display: none;
}





#top-banner-section{
  position: relative;
  padding:100px 20px 100px;
  /*
  background-image: url(../img/bg-gray-stripe.svg);
  background-size: 3px;
  background-position: center;*/
}

#top-banner-section .big-en{
  position: absolute;
  top: -10px;
  left: 2%;
  z-index: 101;
}

#top-banner-section::after{
  display: block;
  content: "";
  position: absolute;
  top:0px;
  right:0px;
  width:100%;
  height: 50%;
  background-image: url(../img/bg-gray-stripe.svg);
  background-size: 3px;
  background-position: center;
  z-index: -1;
}



#top-banner-section .inner{
}

.top-banner-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:40px;
}
.top-banner-wrap .box{
  position: relative;
  min-height: 340px;
  height: 20%;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.top-banner-wrap .box::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .4;
  transition-duration: .8s;
}

.top-banner-wrap .box:nth-child(1)::after{
  background-image: url(../img/top-banner-1.jpg);
  background-position: center center;
  background-size: cover;
}

.top-banner-wrap .box:nth-child(2)::after{
  background-image: url(../img/top-banner-2.jpg);
  background-position: center center;
  background-size: cover;
}

.top-banner-wrap .box a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-banner-wrap .box .contents{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  width: 100%;
}
.top-banner-wrap .box .title{
  font-size: 24px;
  font-weight: 600;
}
.top-banner-wrap .box .dec{
  margin-bottom: 30px;
  width: 90%;
  font-size: .9rem;
}

.top-banner-wrap .top-banner-btn-wrap
{
  font-size: .8rem;
  transition-duration: .4s;
  display: inline-block;
  position: relative;
  padding:4px 0; 
}

.top-banner-wrap .box:hover .top-banner-btn-wrap{
}

.top-banner-wrap .box .top-banner-btn-wrap::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.top-banner-wrap .box:hover .top-banner-btn-wrap::before
{
  transform-origin:left top;
  transform:scale(1, 1);
}

.top-banner-wrap .box:hover::after{
  opacity: .8;
}


.top-banner-wrap .top-banner-btn-wrap::after
{
  position: absolute;
  top:50%;
  right:-28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  background-color: #00afec;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transition-duration: .5s;
}



.top-event-section{
  margin-top: 0px;
  position: relative;
  padding:200px 20px 80px;
  overflow: hidden;
}

.top-event-section::before{
  top:0;
  right:0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top-event-1.jpg);
  background-position: left top;
  background-size: 140%;
  background-repeat: no-repeat;
   z-index: -2;
}


.top-event-section .text-inner{
  width: 100%;
  margin:0px; 
  padding:40px 0px;
  background-color: transparent;
  background-color: #ffffff;
}
.top-event-section .title-wrap{
}

.event-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: space-between;

}
.event-wrap .title-space{

}

.event-wrap .event-space:nth-child(1),
.event-wrap .event-space:nth-child(2),
.event-wrap .event-space:nth-child(3),
.event-wrap .event-space:nth-child(4),
.event-wrap .event-space:nth-child(5)
{width:100%;}

 .event-wrap .event-space{
  position: relative;
 }


 .event-space .pic{
  overflow: hidden;
 }
 .event-space .pic img{
  width: 100%;
  height: auto;
 }
 .event-space .text{
  padding: 20px 0;
 }
 .event-space .info{
  font-size: 10px;
  margin-bottom: 10px;
}
 .event-space .situation,
 .event-space .area{
    padding: .2rem .5rem;
 }
 .event-space .date{
}
 .event-space .title{
  font-size: 18px;
 }

 .event-space .text .tag{
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
}


 .event-space .text .tag li{
  font-size: 10px;
}



.top-member-section{
  position: relative;
  padding:80px 0;
  background-color: #eeeeee;
  z-index: -2;
}


.top-member-section::after{
  width: 100%;
  height: 30px;
  background-size: 3px;
  z-index: -1;
}

.top-member-section .big-en{
  top:-30px;
  left:inherit;
  right: 20px;
  writing-mode: horizontal-tb;
}


.top-member-section .member-inner{
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-member-section .member-inner .title-wrap{
margin-bottom: 0;

}
.top-member-section .member-inner .dec{

}
.top-member-section .member-inner .dec p{
  margin: 0;
  padding: 0; 
}

.top-member-section .basic-inner{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 0 20px;
}


.memberSwiper{
  position: relative;
  padding: 0px 20px;
  width: 100%;
}

.top-member-section .swiper-wrapper .swiper-slide{
  position: relative;
  padding: 20px 10px 60px 0;
}

.top-member-section .swiper-wrapper .swiper-slide-active{
}

.memberSwiper .swiper-button-next,
.memberSwiper .swiper-button-prev{
  opacity: 1;
}

.memberSwiper .swiper-button-next,
.memberSwiper:hover .swiper-button-next
{
  margin-right: 10px;
  opacity: 1;
}

.memberSwiper .swiper-button-prev,
.memberSwiper:hover .swiper-button-prev
{
  margin-left: 10px;
  opacity: 1;
}



.top-member-section .swiper-wrapper .swiper-slide .job{
  position: absolute;
  top:0;
  right: -5px;
  font-size: 16px;
}

.top-member-section .swiper-wrapper .swiper-slide .text{
  position: absolute;
  bottom: 0px;
  left: -10px;
}


.top-member-section .swiper-wrapper .swiper-slide .message{
  margin:0px 0 4px 0;
  font-size: 10px;
}

.top-member-section .swiper-wrapper .swiper-slide .name span{
  font-size: 12px;
}
.top-member-section .swiper-wrapper .swiper-slide .position{
}
.top-member-section .swiper-wrapper .swiper-slide .position span{
  font-size: 10px;
}

.report-section{
  padding: 80px 0;
  position: relative;
}
.report-section .basic-inner{
  padding-left: 20px;
  padding-right: 20px;
}

.report-section::after{
  bottom:0px;
  right:0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

.post-wrap{}
.post-wrap .post-title{
  width: 100%;
  margin-bottom: 40px;
}
.post-wrap .post-title .title-wrap{
  margin-bottom: 30px;
}
.post-wrap .post-title .dec{
  margin: 15px 0;
}


.report-category-wrap{
  display: none;
}

.report-section .post-wrap .post-space{
  width:100%;
}
.report-section .post-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid  rgba(0,0,0,0.1);
}
.report-section .post-space li{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.report-section .post-space li:last-child{
  border-bottom: none;
}
.report-section .post-space li::before{
  position: absolute;
  top:inherit;
  bottom: 10px;
  right:10px;
  transform: inherit;
  -webkit-transform:inherit;
  -ms-transform:inherit;
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.report-section .post-space li .text .info .box{
  margin:.2rem .8rem;
}

.report-section .post-space li:hover .pic img {
    transform: scale(1.05, 1.05);
    z-index: 1;
}

.report-section .post-space li:hover::before {
  right:10px;
}


.report-section .post-space li .pic {
  width: 15%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top:10px;
  left:10px;
}
.report-section .post-space li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-section .post-space li .text{
  width:100%;
  padding-left: 20%;
}


.report-section .post-space li .text .title{
  font-size: 14px;
  font-weight: bold;
  margin:0px 0 10px 0;
}
.report-section .post-space li .text .info{
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 10px;
}

.report-section .post-space li .text .name{
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.report-section .post-space li .text .category{
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
}

.report-section .post-space li .text .date{
  position: relative;
  padding-left: 15px;
}



.news-section{
  padding: 80px 20px;
  position: relative;
}

.news-section .post-wrap .post-space{
  width:100%;
}
.news-section .post-space ul{
}
.news-section .post-space li{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 20px 30px 20px 20px;
}

.news-section .post-space li li:last-child{
  border-bottom: none;
}

.news-section .post-space li::before{
  position: absolute;
  top:50%;
  right:10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  font-weight: lighter;
  transition-duration: .4s;
}

.news-section .post-space li:hover .pic img {
    transform: scale(1.05, 1.05);
    z-index: 1;
}

.news-section .post-space li:hover::before {
  right:10px;
}

.news-section .post-space li .category{
  font-size: 10px;
  width: 120px;
  padding:4px 10px; 
}



.news-section .post-space li .text .date{
  position: relative;
}

.news-section .post-space li .text .date::before{
  position: absolute;
  top:50%;
  left:0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  color: #ccc;
  font-weight: bold;
}

.news-section .post-space li .title{
  margin-top: 10px;
  width: 100%;
}

.news-section .post-space li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



/********************************************************************

page

********************************************************************/

.page main{
}

.headline-wrap{
  padding-top: 0px;
  padding-left: 0px; 
  background-color: #000;
}

.headline-wrap h1{
  position: absolute;
  top: 50%;
  left:20px;
  font-size: 22px;
}

.headline-wrap::before{
  bottom:-30px;
  left:0;
  width: 50%;
  height: 100%;
  background-size: 3px;
}

.headline-space{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 0 0px;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .6;

}

.headline-space .bread{
  display: none;
}


.headline-text{
  position: absolute;
  top:inherit;
  bottom: 50px;
  left:20px;
  z-index: 10;
  width: 100%;
}

.headline-text .en{
  width: 100%;
  font-size: 14px;
  letter-spacing: .1;
}

#full-width-wrap{
 
}
#full-width-wrap #main-content
{
  padding:80px 20px;
}


#scroll-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*flex-direction : column-reverse;*/
}

#side-bar{
  width: 100%;
  padding: 0px 20px 100px 20px;
  border-left:none;
}
#page-navi-wrap{
  margin: 0;
  padding: 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
#page-navi-wrap li {}

#page-navi-wrap li a{
  position: relative;
  display: block;
  padding:10px 20px;
  color: #000;
}

#page-navi-wrap li a:hover{
  color: #000;
}

#page-navi-wrap li::before {
  position: absolute;
  top:50%;
  left:0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 10px;
  color: #019972;
  font-weight: lighter;
  transition-duration: .5s;
}

#page-navi-wrap li .current::before {display: none;}

#main-content{
  width: 100%;
  margin-top: 0px;
}
#main-content section{
  padding:80px 20px 80px !important;
}

#main-content section::before{
  position: absolute;
  top:10px;
  right:10px;
  font-size: 60px;
}

.wp-block-embed-youtube{
  text-align: center;
}
.wp-block-embed-youtube iframe{
  width: 426px;
  height: 240px;
}


/********************************************************************

report

********************************************************************/

.report-info-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin-bottom: 60px;
  
}

.report-info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 12px;
  padding:10px;
}
.report-info .box{
  margin: 0 .8rem;
}
.report-info .box span{
  display: block;
  position: relative;
  padding-left: 10px;
}
.report-info .box span:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  color: #019972;
  font-weight: bold;
}
.report-info .box .report-year:before{content: "\f073";}
.report-info .box .report-user:before{content: "\f007";}
.report-info .box .report-category:before{content: "\f660";}



.report-info .box .report-category::before {
  position: absolute;
  top:50%;
  left:-10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f660";
  font-size: 10px;
  color: #019972;
  font-weight: lighter;
  transition-duration: .5s;
}




.report-info-wrap .report-pdf-wrap{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.report-info-wrap .report-pdf-wrap a{
  display: block;
  background-color: #019972;
  text-align: center;
  color: #fff;
  padding: 1rem;
}
.report-info-wrap .report-pdf-wrap a:hover{
  background-color: #000;
  color: #fff;
}

.report-detail-wrap{
  margin-bottom: 80px;
}

.report-prof-wrap{
  margin: 0;
  padding: 0;
  background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;
  padding:20px;
  line-height: 1;
  margin-bottom: 30px;
}
.report-prof-wrap .report-prof-inner{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
}
.report-prof-wrap .report-prof-inner .pic{
  width: 20%;
}
.report-prof-wrap .report-prof-inner .text{
  width: 80%;
  padding-left: 20px;
}
.report-prof-wrap .report-prof-inner .name{
  margin-bottom: 15px;
}
.report-prof-wrap .report-prof-inner .description{
  font-size: 10px;
}




/********************************************************************

service

********************************************************************/
#full-content{
  padding: 100px 20px;
}


#cont-service{
}
#cont-service .service-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 40px;
}

#cont-service .service-wrap:nth-child(even){
flex-direction : row-reverse;
}

#cont-service .service-wrap:last-child{
margin-bottom: 0px;
}

#cont-service .service-wrap .pic{
  width: 100%;
}
#cont-service .service-wrap .text{
  width: 100%;
  padding: 0px 20px;
}
.service-wrap .dec{
  margin-bottom: 40px;
}
.service-wrap .dec p{}
.service-wrap .btn-wrap{}



/********************************************************************

company

********************************************************************/


.ceo-message{}

.ceo-message .message{
}
.ceo-message .catch{
  font-size: 18px;
}
.ceo-message .pic {
  position: relative;
  float: right;
  width: 100px;
  margin:0 0px 10px 10px;
}

.ceo-message .pic::after {
  top:5px;
  left: 5px;
}

.gmap{}
.gmap iframe{
  min-height: 400px;
}

/********************************************************************

member

********************************************************************/
.search-space{
  display: none;
}


.search-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 
}

.search-space li{
  margin: 0;
  padding: 0;
}



.search-space li a{
  display: block;
  padding: .4rem 1rem;

}



.member-search-space{
  padding: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  transition-duration: .5s;
}

.member-search-space h3{
  margin: 0;
  padding: 0; 
}

.member-search-space ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
}

.member-search-space li{
  margin:2px; 
}

.s-item{
  border:1px solid #000;
  background-color: #fff;
  padding:.2rem .4rem;
}

.is-active{
  background-color: #000;
  color: #fff;
}

.member-list-wrap{}
.member-list-wrap ul{
    display: flex;
  flex-wrap: wrap;
}
.member-list-wrap li{
  width: 33.3333%;
}
.member-list-wrap li .pic{
}
.member-list-wrap li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  display: block;
}


.member-list-wrap li .text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.member-list-wrap li .name span{
  font-size: 12px;
  padding:.2rem .4rem;
}

.member-list-wrap li .position{
  display: none;
}

.member-list-wrap li .position span{
  font-size: 10px;
}

.profile-wrap-bg{
  padding: 5px;
  margin-bottom: 60px;
}
.profile-wrap{
  display: flex;
  flex-wrap: wrap;
  /*flex-direction : row-reverse;
  justify-content: space-between;*/
  background-color: #fff;
  padding: 15px;
}

.profile-wrap-bg .eng{
  position: absolute;
  top:-20px;
  right:0px;
  font-size: 20px;
}




.profile-wrap .pic {
  width: 100%;
  margin-bottom: 40px;
}
.profile-wrap .pic img{}
.profile-wrap .text{
  padding-left: 0px;
  width: 100%;
}
.profile-wrap .text .jod{
}
.profile-wrap .text h3{
  margin:0;
  padding: 0;
  font-size:18px; 
}
.profile-wrap .text .rubi{
  font-size: 10px;
}
.profile-wrap .position-list{
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.profile-wrap .position-list li{
  margin-bottom: 10px;
  font-size: 12px;
}

.motto-wrap{
  position: absolute;
  right:-3px;
  bottom:inherit;
  top: 30px;
  writing-mode: vertical-rl;
}
.motto-wrap span{
  background-color: #ffe600;
  color: #000;
  font-weight: bold; 
  padding: 10px;
  font-size: 14px;
}




#cont-profile dl{
  display: flex;
  margin:40px 0;
  line-height: 2;
}
#cont-profile dt{
  margin: 0;
  padding: 0;
  color: #019972;
  width: 15%;
}
#cont-profile dd{
  width: 85%;
  margin: 0;
  padding: 0;  
}

.skill-wrap dd ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.skill-wrap dd ul li{
  position: relative;
  padding-left: 14px;
  margin-right: 20px;
}

.skill-wrap dd ul li::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f292";
  color: #019972;
  font-weight: lighter;
  font-size: 12px;
}

#cont-profile dd p{
  margin: 0;
  padding: 0;  
}



/********************************************************************

works

********************************************************************/
.works-section{}
   
.works-title-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.works-title-wrap .title-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom:20px;
  flex-wrap: wrap;
}
.works-title-wrap .title-wrap h2{
  font-size: 24px;
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
}
.works-title-wrap .title-wrap .category{
  color: #019972;
}

.works-title-wrap .sponsorship-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.works-title-wrap .sponsorship-wrap .box{
  width: 100%;
  font-weight: bold;
  margin:0 0 5px 0;
  font-size: 14px;
}
.wdswiper {
  margin-bottom: 40px;
}

.wdswiper .swiper-wrapper{
  max-width: 100%;
  overflow: hidden;
}

.works-info-wrap{
  margin-bottom: 60px;
  padding: 20px;
}
.works-info-wrap .box{
  width: 100%;
  background-color: #fff;
}
.works-info-wrap .box dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
  font-size: 12px;
}


.works-info-wrap .box dt{
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #019972;
  width: 100%;
  text-transform: uppercase;
}
.works-info-wrap .box dd{
    margin: 0;
  padding: 0;
  width: 100%;
}
/********************************************************************

works archive

********************************************************************/

.works-list-wrap{}
.works-list-wrap ul{
  width: 100%;
}
.works-list-wrap li{
  width: 100%;
  padding: 0px;
  position: relative;
}

.works-list-wrap li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.works-list-wrap li .pic{
  overflow: hidden;
  height: 240px;
}
.works-list-wrap li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-list-wrap li:hover .pic img{
      transform: scale(1.05, 1.05);
    z-index: 1;
  
}



.works-list-wrap li .text{
  padding: 30px 0 40px;
  position: relative;
}

.works-list-wrap li .text .category{
  color: #019972;
  font-size: 14px;
  font-weight: 600;
}

.works-list-wrap li .text .works-name{
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}

.works-list-wrap li .text .dec{
}

.works-list-wrap li .text .dec p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.works-list-wrap li .text .bottom{
  position: relative;
  left: 0px;
  bottom: 0px;
}

.works-list-wrap li .text .member{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.works-list-wrap li .text .member li{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.works-list-wrap li .text .member li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-list-wrap li .text .tag{
  position: relative;
  list-style: none;
  margin:30px 0 0 0;
  padding:0;
    display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
}
.works-list-wrap li .text .tag::after{
  content: "";
}

.works-list-wrap li .text .tag li::before{
}


.works-list-wrap li .text .tag li{
  font-size: 10px;
  color: #000;
  border:1px solid #000;
  border-radius: 100px;
 width: auto;
}






/********************************************************************

event

********************************************************************/
#cont-event .eyecatch{
  margin-bottom: 40px;
}

.sub-event-title-wrap{
  margin-bottom: 30px;
}
.sub-event-title-wrap h2{
  margin:0;
  padding:1rem 0;
  font-size: 24px;
}

.sub-event-dec{
  margin-bottom: 40px;
}


/*SNS share*/
.snsshare{
margin: 30px 0 60px;
}

.snsshare .title{
  text-align: center;

}
.snsshare ul{
  margin:0;
  padding: 0;
  list-style-type:none;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;

}
.snsshare li{
  margin: 0 4px;
  width: 30%;
}

.snsshare a{
  box-sizing: border-box;
  display: block;
  padding: .6em 1rem;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}
.btn--twitter{
}
.btn--facebook{

}
.btn--pinterest{

}
.btn--line{

}

.btn--share{
  background-color: #000;
}




.sub-event-table{
  margin-bottom: 40px;
}
.sub-event-table table{
  width: 100%;
  border-top: 2px solid #000;
}
.sub-event-table table tbody{}
.sub-event-table table tr{
  border-bottom: 2px solid #000;
  width: 100%;
}

.sub-event-table table th,
.sub-event-table table td{
  padding: 15px;
}
.sub-event-table table th{
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  background-color: #f7f7f7;
}

.sub-event-table table td{
  display: block;
  width: 100%;
  position: relative;
}
.sub-event-table table td .venue{
  font-size: 18px;
}

.map-link{
  position: relative;
  top: inherit;
  right:inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  margin-top: 30px;
}
.map-link a{
  padding: 8px 20px;
  font-size: 10px;
}

.event-table table i{
  color: #ccc;
}

.event-table table a i{
  color: #000;
}
.free-space{
  margin-top: 40px;
  padding: 10px;
}
.free-space h3{
  margin:0 0 10px 0; 
  padding: 0;
  font-size: 18px;

}

.map-wrap{
  width: 100%;
  height: 600px;
}
.map-wrap iframe{
  width: 100%;
  height: 100%;
}

#cont-application{
  margin-top: 40px;
  margin-bottom: 60px;
  /*background-image: url(../img/bg-gray-stripe.svg);
  background-position: center top;
  background-size: 3px;*/
  padding: 0px;
}
.application-btn{
  width: 100%;
}
.application-btn a{
  padding:30px 15px;
  font-size: 14px;
}



/********************************************************************

event archive

********************************************************************/
.event-archive-section
.event-archive-wrap{}
.event-archive-wrap .event-space{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border:1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}
.event-archive-wrap .event-space .pic{
  width: 100%;
}
.event-archive-wrap .event-space .text{
  width: 100%;
  padding-left: 0;
}
.event-archive-wrap .event-space .info{}
.event-archive-wrap .event-space .situation{}
.event-archive-wrap .event-space .area{}
.event-archive-wrap .event-space .info-end{}
.event-archive-wrap .event-space .date{}
.event-archive-wrap .event-space .title{}
.event-archive-wrap .event-space .bottom{}
 .event-archive-wrap .event-space .tag{}
 .event-archive-wrap .event-space a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
 }




input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  max-width: 100%;
}

/********************************************************************

table

********************************************************************/
.basic-table{
  display: block;
}
.basic-table tbody{
  display: block;
}
.basic-table tr{
  display: block;
}
.basic-table th{
  display: block;
  text-align: left;
  width: 100%;
  padding:15px;
  border-bottom: 1px solid #ccc;
}
.basic-table td{
  display: block;
  width: 100%;
  padding:15px;
}


.border-table{
display: block;
}
.border-table tbody{
  display: block;
}
.border-table tr{
  display: block;
  width: 100%;
  border-bottom: 1px solid #019972;
}
.border-table th{
  display: block;
  width: 100%;
  padding:15px 15px 0 15px;
  text-align: left;
}
.border-table td{
  display: block;
  width: 100%;
  padding:15px;
}

.border-table td ul,
.border-table td ol
{}

.border-table td ul li,
.border-table td ol li
{}

.border-table td p,
.border-table td ul li p,
.border-table td ol li p
{
  margin: 0;
  padding: 0;
}



/********************************************************************

button

********************************************************************/

.btn-wrap{}
.btn{}

.btn span{
  padding: .6rem 3rem .6rem 1.5rem;
  font-size: 12px;
}

.btn span::before,
.btn span::after{
  font-weight: lighter;
  font-size: 12px;
}


.btn span::after {
  opacity: 0;
  right: 1.4rem;
}


.blank,
.link{
  display: inline-block;
  color: #000;
  position: relative;
}

.blank:hover,
.link:hover{
  color: #019972;
}

.blank:before,
.link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #019972;
  width: 100%;
  height: 1px;
  border-radius:100px;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.blank:hover::before,
.link:hover::before
{
  transform-origin:left top;
  transform:scale(1, 1);
}

.blank::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f0c5";
  font-weight: lighter;
}

.link::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f0c1";
  font-weight: lighter;
}

.more-btn-wrap{
  font-size: 12px;
}
.btn-more{
  position: relative;
  padding-left: 25px;
}

.btn-more::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: lighter;
  font-size: 10px;
  color: #fff;
  background-color: #019972;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100px;

}

.btn-more:hover{
color: #019972;
}

/********************************************************************

cta

********************************************************************/
#cta-bottom{
  padding:20px 20px;
  background-size: 3px;
}
#cta-bottom-wrap{}
#cta-bottom-wrap .en{
  top:-20px;
  left:0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
#cta-bottom-wrap::after{
  content: "";
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg-cta.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-bottom-inner{
  width: 100%;
  padding:40px 20px 220px 20px;
}
.cta-bottom-inner .text{}
.cta-bottom-inner .text .cacth{}
.cta-bottom-inner .text .dec {
   margin-bottom: 20px;
}
.cta-bottom-inner .text .dec p{
  font-size: 14px;
  margin: 0;
  padding: 0; 
}

.cta-bottom{
  display: flex;
  flex-wrap: wrap;
}

.cta-bottom .btn-wrap{
  width:100%;
  position: relative;
  border-right:none;
  text-align: center;
  padding:0;
  margin-bottom: 20px;
}


.cta-bottom .tel{
  position: relative;
  padding-left: 0;
  width:100%;
  text-align: center;
  
}

.number{
  font-size: 16px;
}
.number span{
  position: relative;
  padding-left: 20px;
}
.number span::after{
  position: absolute;
  top:50%;
  left:0;
   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  width: 18px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: lighter;
  transition-duration: .4s;
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  content: "\f10b";
}


.person{font-size: 12px;}


#cta2-bottom-wrap{
  position: relative;
}
#cta2-bottom-wrap .en{
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}
#cta2-bottom-wrap .cta2-bottom-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#cta2-bottom-wrap .cta-btn-wrap{
  width:100%;
  margin: 10px 0;
}

.btn-big{
  background-color: #019972;
  display: block;
  color: #fff;
  padding: 30px 5px;
  position: relative;
  font-weight: bold;
  border:2px solid #019972;
  overflow: hidden;
  text-align: center;
}

.btn-big span{
  position: relative;
}



/********************************************************************

footer

********************************************************************/

  .to-top {
    right: 5px;
    bottom: 20px;
    z-index: 9000;
  }

  .to-top .to-top--icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }


footer{
  position: relative;
  overflow: hidden;
}
/*
footer::after{
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  content: "Brand Produce Lab";
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 140px;
  font-weight: bold;
  z-index: 0;
  opacity: 1;
  line-height: 1;
}*/

.footer-inner{
}

.footer-sitemap-wrap{

}
.footer-sitemap-wrap .footer-inner{
  padding: 40px 20px;
}

.footer-sitemap-wrap .sitemap{
  font-size: 12px;
}
.footer-sitemap-wrap .sitemap .box{
  width: 50%;
}
.footer-sitemap-wrap .sitemap .box ul{}

.footer-sitemap-wrap .sitemap .box ul li ul{}

.footer-sitemap-wrap .sitemap .box li a{}

.footer-bottom-wrap{}
.footer-bottom-wrap .footer-inner{
  padding: 40px 20px;
}

.footer-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer-bottom .box{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-bottom .name{
  margin-bottom: 20px;
}
.footer-bottom .name .eng{
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-bottom .name .jp{
  font-size: 12px;
}
.footer-bottom .adress,
.footer-bottom .tel
{
  font-size: 12px;
}

.footer-sns{
}
.footer-sns ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-sns li{
  margin: 0;
  padding: 0;
}

.footer-sns li{
}

.footer-sns li:last-child{
}

.footer-sns li a{
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 10px;
}


.footer-bottom-wrap .copyright{
  font-size: 10px;
}




/********************************************************************

loop

********************************************************************/

.eng-loop {}
.eng-loop ul {
  display:inline-block;
  margin:0;
  padding:0;
  animation:hscroll 200s linear infinite;
}
.eng-loop li {
  font-size: 70px;
}


}





.cf:after {
  content: "";
  display: block;
  clear: both;
} 
.cf:before {
  content: "";
  display: block;
  clear: both;
} 
.cf {
  display: block;
}
