@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
.cmn_secttl{
  position: relative;
}
.cmn_secttl::after{
  content: '';
  display: block;
  height: 2px;
  width: 90%;  
  max-width: 1480px;
  background:#333333;
  margin-top: 28px;
}
.cmn_secttl h2{
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333
}
.cmn_secttl h2 span[lang="en"]{
  display: inline-block;
  margin-right: 40px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
}

#hidden{
  display: none;
}
@media screen and (max-width :834px){
  .cmn_secttl{
    width: 94.6%;
    margin-right: auto;
    margin-left: auto;
  }
  .cmn_secttl::after{
    width: 100%;  
    margin-top:8px;
  }
  .cmn_secttl h2{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .cmn_secttl h2 span[lang="en"]{
    display: block;
    margin-right: 0;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 8px;
  }  
}
/* ===============================================
# 背景
=============================================== */
main,
.bg_img{
  position: relative;
}
main::before{
  display: block;
  position: absolute;
  top: -880px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 1680px;
  height: 7200px;
  background: url("/img/bg.svg")repeat-y center top;
  z-index:-1;
}
@media print,screen and (min-width :835px){
  .bg_img::before{
    display: block;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    content: '';
    width:1680px;
    height: 600px;
    background: url("/img/bg1.svg")no-repeat center top;
    z-index:-1;
  }  
  .sec_about .area_company.bg_img::before{
    top: 44px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }  
}
@media screen and (min-width :1921px){
  main::before{
    width: 100vw;
    top:0;
    height: 200vw;
    background-size: 100% auto;
  }
  .bg_img::before{
    width: 100vw;
    top: 0;
    height: calc(100vw * 0.5);
    background-size: 100% auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);    
  }
  .sec_about .area_company.bg_img::before{
    top: 0;
  }  
}

@media screen and (max-width :834px){
  main::before{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1130vw;
    background: url("/img/bg_sp.svg")repeat-y center bottom;
    background-size: contain;
  }  
  
  #header{
    position: fixed;
  }
  #header:not(.on):not(.open) #inner_header{
    background: none;
  }  
}

/* ===============================================
# area_main
=============================================== */
.area_main{
  position: relative;
  height: 600px;
  height: 100vh;
  background: #eeeef1;
}
.area_main .lead{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 1037px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.area_main .lead img{
  width: 100%;
  opacity: 0;
}
.area_main .lead.on img{
  animation: lead_slide 0.9s ease-in-out 1.5s forwards;  
}
@keyframes lead_slide {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  70% {
    opacity: 1;
  }   
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.area_main .scroll{
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.05em;
  color: #fff;
}
.area_main .scroll p{
  position: relative;
  height: 78px;  
}
.area_main .scroll span{
  display: inline-block;
  position: relative;
}
.area_main .scroll .border{
   position:absolute;
   bottom:0;
   left:0;
   width:100%;
   height:50px;
   overflow:hidden
}
.area_main .scroll .border::after,
.area_main .scroll .border::before {
   position:absolute;
   left:50%;
   width:1px;
   height:50px;
   content:"";
   background:#fff;
   -webkit-animation:2.7s scroll linear infinite;
   animation:2.7s scroll linear infinite
}
.area_main .scroll .border::before {
   bottom:0
}
.area_main .scroll .border::after {
   bottom:200%
}

@-webkit-keyframes scroll{
 0% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 to {
  -webkit-transform:translate3d(0,200%,0);
  transform:translate3d(0,200%,0)
 }
}
@keyframes scroll{
 0% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
 to {
  -webkit-transform:translate3d(0,200%,0);
  transform:translate3d(0,200%,0)
 }
}
@media screen and (max-width :834px){
  .area_main .lead{
    width: 78.6%;
  }
}

.swiper_promo{
  opacity: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper_promo figure{
  background: #fff;
}
.swiper_promo.on figure{
  background: none;
}
.swiper_promo figure img{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swiper_promo figure.swiper-slide-active img{
  animation: slide 1.1s cubic-bezier(0.8, 0.05, 0.3, 0.9);
}
.swiper_promo img{
  width: 100%;
  height: 100%;  
  object-fit: cover;
}
@keyframes slide {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    opacity: 1;
  }  
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media all and (-ms-high-contrast:none) {
  .swiper_promo img{
    max-width: inherit;
    width: 110%;
    height: auto;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  padding-top: 90px; 
  padding-bottom: 60px;
}
.sec_news .list_news{
  max-width: 880px;
  margin: 95px auto 0;
}
.sec_news .list_news li >*{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding: 38px 40px;
  border-top: solid 1px #333333;
}
.sec_news .list_news li:nth-child(n+4){
  display: none;
}
.sec_news .list_news li .cate{
  min-width: 70px;
  color: #fff;
}
.sec_news .list_news li .cate span{
  display: inline-block;
  min-width: 48px;  
  padding:3px 9px 3px;   
  font-size: 12px;
  font-size: 1.2rem;
  background: #535353;
  margin-right: 20px;
}
.sec_news .list_news li time{
  width: 105px;
  font-size: 16.4px;
  font-size: 1.64rem;
}
.sec_news .list_news li .ttl{
  padding-top: 0.15em;
  -webkit-box-flex: 1;
  flex: 1;  
  font-size: 14px;
  font-size: 1.4rem;  
}
@media screen and (max-width :834px){
  .sec_news{
    padding-top: 40px; 
    padding-bottom: 20px;
  }
  .sec_news .list_news{
    margin: 16px auto 0;
  }
  .sec_news .list_news li >*{
    display: block;
    padding: 11px 0;
  }
  .sec_news .list_news li .cate{
    display: inline-block;
    min-width: inherit;
  }
  .sec_news .list_news li .cate span{
    padding:3px 9px 3px;   
    font-size: 10px;
    font-size: 1rem;
    min-width:40px;
    margin-right: 7px;    
  }
  .sec_news .list_news li time{
    width: 7em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_news .list_news li .ttl{
    padding-top: 0.2em;
  }  
}

/* ===============================================
# sec_services
=============================================== */
.sec_services{
  padding-top:80px; 
  padding-bottom: 50px;
}
.sec_services .list_services{
  margin-top: 100px;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_services .list_services::after{
  content: '';
  display: block;
  width: 46.87%;
}
.sec_services .list_services article{
  position: relative;
  width: 46.87%;
  height: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
  -webkit-perspective : 1200px;
  perspective : 1200px;  
}
.sec_services .list_services article:nth-child(n+3){
  margin-top: 90px;
}
.sec_services .list_services .box_item{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  cursor : pointer;
  -webkit-transition : transform 1s;
  transition : transform 1s;
  -webkit-backface-visibility : hidden;
  backface-visibility : hidden;  
  background-color: #fff;
  box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.05);  
}
.sec_services .list_services article .box_item.front{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;  
}
.sec_services .list_services article.flipped .box_item.front{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sec_services .list_services article .box_item.back{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  color: #fff;
  min-height: 800px;
  padding: 48px 0 60px;
  -webkit-transform : rotateY(-180deg);
  transform : rotateY(-180deg);
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;    
}
.sec_services .list_services article.flipped .box_item.back{
  transform: rotateY(0);
}


.sec_services .list_services article figure{
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;  
  overflow: hidden;
}
.sec_services .list_services article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  max-width: inherit;
}
.sec_services .list_services article h3{
  padding: 45px 0 70px;
  max-height: 200px;
  text-align: center;
  width: 92%;
  max-width: 464px;
  margin: 0 auto;
}
.sec_services .list_services article h3 .type{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.sec_services .list_services article h3 .img{
  display: inline-block;
  position: relative;
}
.sec_services .list_services article h3 .img::before{
  content: '';
  display: block;
  width: 100%;
  width: calc(100% + 20px);
  min-width: 173px;
  height: 1px;
  background: #333;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none) {
  .sec_services .list_services article figure img{
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width :834px){
  .sec_services{
    padding-top:30px; 
    padding-bottom: 0;
    overflow: hidden;
  }
  .sec_services .swier_services{
    padding-bottom:40px;
  }
  .sec_services .list_services{
    margin-top: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .sec_services .list_services::after{
    display: none;
  }
  .sec_services .list_services article{
    width:300px;
    flex-shrink: 0;
  }
  .sec_services .list_services article:nth-child(n+2){
    margin-top: 0 !important;
    margin-left: 20px;
  }
  .sec_services .list_services .box_item{
    height: 100%;
    box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.05);  
  }
  .sec_services .list_services article .box_item.back{
    min-height: 400px;
    padding: 25px 0 30px;
  }
  .sec_services .list_services article h3{
    padding: 20px 0 35px;
    max-height: 100px;
    max-width: 232px;
  }
  .sec_services .list_services article h3 .type{
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }
  .sec_services .list_services article h3 .img::before{
    width: 100%;
    min-width: 90px;
    top: -10px;
  }  
  
  .sec_services .swiper_pager {
    margin-top: 15px;
    text-align: center;
  }
  .sec_services .swiper_pager span{
    margin: 0 5px;
  }
}
/*back*/
.sec_services .box_item.back .box_name{
  flex-grow:1;
}
.sec_services .box_item.back .ttl{
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.333;
  padding: 0 10% 23px;
  font-feature-settings: "palt";
  margin-bottom: 80px;
}
.sec_services .box_item.back .ttl span{
  display: flex;
  align-items: flex-end;
  min-height: 2.66em;
}
.sec_services .box_item.back .ttl::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  max-width: 90%;
  height: 2px;
  background: #fff;
}
.sec_services .box_item.back .box_text{
  position: relative;
  z-index: 3;
  padding: 0 10% 0;
}
.sec_services .box_item.back .box_text .lead{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.sec_services .box_item.back .box_text .txt{
  line-height: 2.1;
  font-feature-settings: "palt";
}
.sec_services .box_item.back .box_text dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
}
.sec_services .box_item.back .box_text dl dt{
  width: 5em;
}
.sec_services .box_item.back .box_text dl dd{
  -webkit-box-flex: 1;
  flex: 1;
}
.sec_services .box_item.back .box_text a:not(.btn_more){
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_services .list_services .btn_more{
  margin-top: 20px;
  width: 230px;
  display: block;
  border: solid 1px #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 500;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
@media (hover: hover) and (pointer: fine) {
  .sec_services .list_services .btn_more:hover{
    background: #fff;
    color: #333333;
  }
  .sec_services .box_item.back .box_text a:not(.btn_more):hover{
    opacity: 0.6;
  }  
}
@media print,screen and (max-width :1550px) and (min-width :835px){
  .sec_services .list_services article .box_item.back{
    min-height: inherit;
  }
  .sec_services .box_item.back .box_text .txt br{
    display: none;
  } 
}
@media print,screen and (max-width :1370px) and (min-width :835px){
  .sec_services .list_services article h3 span{
    font-size: 15px;
    font-size: 1.25vw;
  }  
  /*back*/
  .sec_services .box_item.back .ttl{
    padding: 0 5% 23px;
  }
  .sec_services .box_item.back .box_text{
    padding: 0 5%;
  }  
  .sec_services .box_item.back .ttl{
    font-size: 20px;
    font-size: 2.083vw;
  }
  .sec_services .box_item.back .box_text .lead{
    font-size: 14px;
    font-size: 1.667vw;
  } 
  .sec_services .box_item.back .box_text .txt{
    font-size: 12px;
    font-size: 1.111vw;
  }    
}
@media print,screen and (max-width :1240px) and (min-width :835px){
  .sec_services .list_services article h3{
    padding: 20px 0;
  }
  .sec_services .box_item.back .ttl{
    margin-bottom: 70px;
  }
}
@media screen and (max-width :834px){
  .sec_services .box_item.back .ttl{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 10% 12px;
    margin-bottom: 40px;
  }
  .sec_services .box_item.back .ttl::after{
    width: 200px;
  }
  .sec_services .box_item.back .box_text{
    padding: 0 10% 0;
  }
  .sec_services .box_item.back .box_text .lead{
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom:13px;
  }
  .sec_services .box_item.back .box_text .txt{
    line-height: 2.1;
    font-size: 8px;
    font-size: 0.8rem;
  }
  .sec_services .list_services .btn_more{
    margin-top: 10px;
    width: 120px;
    font-size: 7px;
    font-size: 0.7rem;
    padding: 11px 10px;
  }  
}


/*エイブル岡山*/
.sec_services .list_services article.able_o h3 .img{
  width: 100%;
}
.sec_services .list_services article.able_o h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.able_o .back{
  background-image: url("/img/bg_able_o2.jpg");
}
/*エイブル広島*/
.sec_services .list_services article.able_h h3 .img{
  width: 100%;
}
.sec_services .list_services article.able_h h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.able_h .back{
  background-image: url("/img/bg_able_h2.jpg");
}
/*スッキリ*/
.sec_services .list_services article.sukkiri h3 .img{
  width: 20.9%;
}
.sec_services .list_services article.sukkiri .back{
  background-image: url("/img/bg_sukkiri2.jpg");
}
/*サマトワ*/
.sec_services .list_services article.samatwa h3 .img{
  width: 36.42%;
}
.sec_services .list_services article.samatwa h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.samatwa .back{
  background-image: url("/img/bg_samatwa2.jpg");
}
/*キンダー*/
.sec_services .list_services article.turnen h3 .img{
  width: 68.75%;
}
.sec_services .list_services article.turnen .back{
  background-image: url("/img/bg_turnen2.jpg");
}
/*W-FIT*/
.sec_services .list_services article.wfit h3 .img{
  width: 53.87%;
}
.sec_services .list_services article.wfit h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.wfit .back{
  background-image: url("/img/bg_wfit2.jpg");
}
/*MYGOL*/
.sec_services .list_services article.mygol h3 .img{
  width: 53.87%;
}
.sec_services .list_services article.mygol h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.mygol .back{
  background-image: url("/img/bg_mygol2.jpg");
}
/*sportspark*/
.sec_services .list_services article.sportspark h3 .img{
  width: 70%;
}
.sec_services .list_services article.sportspark h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.sportspark .back{
  background-image: url("/img/bg_sportspark2.jpg");
}
/*sojasportscenter*/
.sec_services .list_services article.sojasportscenter h3 .img{
  width: 90%;
}
.sec_services .list_services article.sojasportscenter h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.sojasportscenter .back{
  background-image: url("/img/bg_sojasportscenter2.jpg");
}
/*takebenomori*/
.sec_services .list_services article.takebenomori h3 .img{
  width: 70%;
}
.sec_services .list_services article.takebenomori h3 .img::before{
  width: 100%;
}
.sec_services .list_services article.takebenomori .back{
  background-image: url("/img/bg_takebenomori2.jpg");
}
/*Measee*/
.sec_services .list_services article.measee h3 .img{
  width: 49.13%;
}
.sec_services .list_services article.measee .back{
  background-image: url("/img/bg_measee2.jpg");
}
/*ABLE SPORTS ONLINE SHOP*/
.sec_services .list_services article.onlineshop h3 .img{
  width: 85%;
}
.sec_services .list_services article.onlineshop .back{
  background-image: url("/img/bg_onlineshop2.jpg");
}

/* ===============================================
# sec_about
=============================================== */
.sec_about{
  padding-top: 85px;
  padding-bottom: 60px;
}
.sec_about h3{
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #333333;
}
.sec_about h3 span[lang="en"]{
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width :834px){
  .sec_about{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sec_about h3{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about h3 span[lang="en"]{
    font-size: 24px;
    font-size: 2.4rem;
  }  
}
/*area_theme------------------------*/
.sec_about .area_theme{
  margin-top: 125px;
  background: #686868;
  padding: 85px 0 120px;
}
.sec_about .area_theme dl{
  width: 90%;
  max-width: 958px;
  margin: 0 auto;  
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;  
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  color: #fff;  
  font-feature-settings: "palt";
}
.sec_about .area_theme dl:nth-child(n+2){
  margin-top:45px;
}
.sec_about .area_theme dl dt{
  width:6em; 
  font-size: 48px;
  font-size: 4.8rem;
}
.sec_about .area_theme dl dt:first-letter{
  font-size: 60px;
  font-size: 6rem;
}
.sec_about .area_theme dl dd{
  margin-left: 20px;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 24px;
  font-size: 2.4rem;  
  padding-bottom: 0.2em;
}
.sec_about .area_theme dl dd p{
  max-width: 568px;
  margin: 0 0 0 auto;
}
@media print,screen and (max-width :1240px){
  .sec_about .area_theme dl dt{
    font-size: 40px;
    font-size: 4rem;
  }  
  .sec_about .area_theme dl dt:first-letter{
    font-size: 50px;
    font-size: 5rem;
  }  
  .sec_about .area_theme dl dd{
    font-size: 20px;
    font-size: 2rem;  
  }  
  .sec_about .area_theme dl dd p{
    max-width: 500px;
  }  
}
@media screen and (max-width :834px){
  .sec_about .area_theme{
    width: 106%;
    margin-left: -3%;
    margin-top : 15px;
    padding: 40px 0 70px;
  }
  .sec_about .area_theme dl{
    width: 96;
    display: block;
    text-align: center;
  }
  .sec_about .area_theme dl:nth-child(n+2){
    margin-top:38px;
  }
  .sec_about .area_theme dl dt{
    width:100%; 
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_about .area_theme dl dt:first-letter{
    font-size: 30px;
    font-size: 3rem;
  }
  .sec_about .area_theme dl dd{
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;  
    padding-bottom: 0;
  }
  .sec_about .area_theme dl dd p{
    max-width: inherit;
    margin: 0;
  }  
}
/*message-------------------------------------------*/
.sec_about .area_message{
  margin-top: 145px;
  padding: 65px 4% 80px;
  background: #fff;
  box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.05);
  color: #333333;
  text-align: center;
}
.sec_about .area_message .lead{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 40px;
}
.sec_about .area_message .txt{
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;  
  line-height: 2.8;
  font-feature-settings: "palt";  
}
.sec_about .area_message .name{
  margin-top: 40px;
}
.sec_about .area_message .name span{
  display: inline-block;
  padding-left: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media print,screen and (max-width :1300px){
  .sec_about .area_message{
    padding: 50px 5%;
  }
  .sec_about .area_message .lead{
    font-size: 16px;
    font-size: 1.6rem;
  }  
  .sec_about .area_message .txt{
    text-align: left;
    line-height: 2.5;
    font-size: 16px;
    font-size: 1.6rem;    
  }
  .sec_about .area_message .txt br.line{
    display: none;  
  }
}
@media screen and (max-width :834px){
  .sec_about .area_message{
    width: 91.12%;
    margin: 60px auto 0;
    padding: 0;
    background: none;
    box-shadow:none;
    text-align: left;
  }
  .sec_about .area_message .lead{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.286;
    max-width: 22em;
    margin: 20px auto 0;
    font-feature-settings: "palt";
  }
  .sec_about .area_message .txt{
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;  
    line-height: 2;
    text-align: justify;
  }
  .sec_about .area_message .name{
    margin-top: 20px;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_about .area_message .name span{
    font-size: 14px;
    font-size: 1.4rem;
  }  
}
/*guideline---------------------------------*/
.sec_about .area_guideline{
  margin-top: 130px;
}
.sec_about .box_guide{
  max-width: 990px;
  margin:50px auto 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_about .box_guide dl{
  width: 32.32%;
}
.sec_about .box_guide dl dt{
  position: relative;
  padding: 32px 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  border: solid 2px #686c71;
  background: #eeeef1;
}
.sec_about .box_guide dl dt span{
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-feature-settings: "palt";  
}
.sec_about .box_guide dl dt::after,
.sec_about .box_guide dl dt::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -weblit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.sec_about .box_guide dl dt::before{
  border-width: 18px 18.5px 0 18.5px;
  border-color: #eeeef1 transparent transparent transparent;
  z-index: 3;
}
.sec_about .box_guide dl dt::after{
  bottom: -20px;
  border-width: 20px 20px 0 20px;
  border-color: #686c71 transparent transparent transparent;
  z-index: 2;
}
.sec_about .box_guide dl dd{
  position: relative;
  padding: 48px 0;
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  min-height: 3em;
  font-feature-settings: "palt"; 
  background: #686c71;
}
.sec_about .box_guide dl dd::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -weblit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 22.5px 0 22.5px;
  border-color: #eeeef1 transparent transparent transparent;
  z-index: 1;
}
.sec_about .box_guide dl dd p{
  min-height: 3em;
}
.sec_about .area_guideline .check{
  max-width: 686px;
  margin: 90px auto 0;
}
.sec_about .area_guideline .check li{
  font-size: 18px;
  font-size: 1.8rem;  
  font-feature-settings: "palt";  
  padding-left: 38px;
  background: url("/img/ico_check.png")no-repeat left top;
  background-size: 24px auto;
}
.sec_about .area_guideline .check li:nth-child(n+2){
  margin-top: 35px;
}
@media print,screen and (max-width :1300px){
  .sec_about .box_guide dl{
    width: 30%;
  }  
  .sec_about .box_guide dl dt{
    font-size: 38px;
    font-size: 3.8rem;
  }  
  .sec_about .box_guide dl dd{
    font-size: 16px;
    font-size: 1.6rem;    
  }
}
@media screen and (max-width :834px){
  .sec_about .area_guideline{
    margin-top: 60px;
  }
  .sec_about .box_guide{
    max-width: 250px;
    margin:20px auto 0;
    display: block;
  }
  .sec_about .box_guide dl{
    width: 100%;
  }
  .sec_about .box_guide dl:nth-child(n+2){
    margin-top: 15px;
  }
  .sec_about .box_guide dl dt{
    padding: 25px 0;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_about .box_guide dl dt span{
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_about .box_guide dl dd{
    padding: 40px 0 38px;
    font-size: 13.5px;
    font-size: 1.35rem;
    line-height: 1.333;
    min-height: 2.7em;
  }
  .sec_about .box_guide dl dd p{
    min-height: 2.7em;
  }
  .sec_about .area_guideline .check{
    margin: 25px auto 0;
    width: 96%;
  }
  .sec_about .area_guideline .check li{
    font-size: 15px;
    font-size: 1.5rem;  
    padding-left:30px;
    background-position: top 3px left;
    background-size: 19px auto;
    line-height: 1.7;
  }
  .sec_about .area_guideline .check li:nth-child(n+2){
    margin-top:15px;
  }  
}
@media screen and (max-width :370px){
  .sec_about .area_guideline .check li br{
    display: none;
  }
}
/*area_policy---------------------------------*/
.sec_about .area_policy{
  margin-top: 130px;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
}
.sec_about .area_policy .lead{
  width: 846px;
  margin:65px auto 55px;
  text-align: center;
}
.sec_about .area_policy .lead_txt{
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;  
  line-height: 3.1;
  color: #333333;
  font-feature-settings: "palt";
}
@media screen and (max-width :834px){
  .sec_about .area_policy{
    margin-top: 60px;
    border: none;
  }
  .sec_about .area_policy .lead{
    width: 100%;
    max-width: 319px;
    margin:35px auto 25px;
  }
  .sec_about .area_policy .lead_txt{
    width: 90.7%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;  
    line-height: 1.929;
  }  
}
/*area_company---------------------------------*/
.sec_about .area_company{
  margin-top: 130px;
}
.sec_about .area_company h3{
  margin-bottom: 0;
}
.sec_about .area_company h3.acd_ttl button{
  width: 100%;
  padding: 55px 10px;
  text-align: center;
  border: solid 1px #333333;
  border-bottom: solid 5px #333333;
  font-size: 24px;
  font-size: 2.4rem;  
  color: #333333;
  cursor: pointer;
}
.sec_about .area_company h3.acd_ttl button .ttl{
  display: inline-block;
  padding-bottom:60px; 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("/common/img/ico_acd_down.svg");
  background-size: 44px auto;
}
.sec_about .area_company h3.acd_ttl button.open .ttl{
  background-image: url("/common/img/ico_acd_up.svg");
}
.sec_about .area_company h3 span[lang="en"]{
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 5px;
}
.sec_about .area_company h3:nth-child(n+2){
  margin-top: 148px;
}
@media (hover: hover) and (pointer: fine) {
  .sec_about .area_company h3.acd_ttl button:hover{
    background: #333333;
    color: #fff;
  }
  .sec_about .area_company h3.acd_ttl button:not(.open):hover .ttl{
    background-image: url("/common/img/ico_acd_down_w.svg");
  }
  .sec_about .area_company h3.acd_ttl button.open:hover .ttl{
    background-image: url("/common/img/ico_acd_up_w.svg");
  }  
}
@media screen and (max-width :834px){
  .sec_about .area_company{
    margin-top: 70px;
  }
  .sec_about .area_company h3.acd_ttl button{
    padding: 14px 10px 17px;
    border-bottom: solid 3px #333333;
    font-size: 11px;
    font-size: 1.1rem;  
  }
  .sec_about .area_company h3.acd_ttl button .ttl{
    padding-bottom:20px; 
    background-size: 22px auto;
  }
  .sec_about .area_company h3 span[lang="en"]{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .sec_about .area_company h3:nth-child(n+2){
    margin-top: 75px;
  }  
}
/*box_acd_item*/
.sec_about .area_company .box_acd_item{
  display: none;
  padding: 100px 0 0;
  background: #fff;
  box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.05);
}
.sec_about .area_company .box_acd_item >*{
  max-width: 870px;
  margin: 0 auto;
}
.sec_about .area_company .box_acd_item .bnt_close button{
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.sec_about .area_company .box_acd_item .bnt_close button img{
  width: 44px;
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1);
}
@media screen and (max-width :834px){
  .sec_about .area_company .box_acd_item{
    padding: 25px 0 0;
    box-shadow:none;
  }
  .sec_about .area_company .box_acd_item .bnt_close button{
    padding: 25px 0;
  }
  .sec_about .area_company .box_acd_item .bnt_close button img{
    width: 22px;
  }  
}
/*list_company*/
.sec_about .area_company .list_company{
  width: 90%;
  table-layout: fixed;
}
.sec_about .area_company .list_company > tbody > tr > th,
.sec_about .area_company .list_company > tbody > tr > td{
  position: relative;
  text-align:left;
  font-weight: 400;
  font-feature-settings: "palt";  
  padding: 36px 15px;
  vertical-align: middle;
  line-height: 1.5;
}

.sec_about .area_company .list_company > tbody > tr > th{
  width: 23%;
  padding-right: 0;
}
.sec_about .area_company .list_company > tbody > tr > td{
  padding-left: 45px;
}
.sec_about .area_company .list_company > tbody > tr > th::before,
.sec_about .area_company .list_company > tbody > tr > td::before{
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top:0;
  left: 30px;
  background: #333333;
}
.sec_about .area_company .list_company > tbody > tr:last-child > th::after,
.sec_about .area_company .list_company > tbody > tr:last-child > td::after{
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: #333333;
}
.sec_about .area_company .list_company > tbody > tr > th::before,
.sec_about .area_company .list_company > tbody > tr:last-child > th::after{
  width: 100%;
  left: 0;
}

.sec_about .area_company .list_company .list_nomal li+li{
  margin-top: 10px;
}

.sec_about .area_company h4{
  font-weight: 500;
  margin-bottom: 20px;
}
.sec_about .area_company h4:nth-of-type(n+2){
  margin-top: 10px;
}
.sec_about .area_company .list_branch{
  margin-left: 11px;
}
.sec_about .area_company .list_branch th{
  width: 48%;
  padding-right: 1em;
  text-align: left;
}
.sec_about .area_company .list_branch th,
.sec_about .area_company .list_branch td{
  padding-bottom: 18px;
}
.sec_about .area_company .list_branch th p{
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width :834px){
  .sec_about .area_company .list_company{
    width: 94.3%;
  }
  .sec_about .area_company .list_company > tbody > tr > th,
  .sec_about .area_company .list_company > tbody > tr > td{
    padding: 7px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .sec_about .area_company .list_company > tbody > tr > th{
    width: 78px;
  }
  .sec_about .area_company .list_company > tbody > tr > td{
    padding-left: 0;
  }
  .sec_about .area_company .list_company > tbody > tr > td::before{
    width:100%;
    left:0;
  }
  .sec_about .area_company .list_company > tbody > tr:last-child > td::after{
    width:100%;
    left:0;
  }
  .sec_about .area_company .list_company .list_nomal li+li{
    margin-top: 3px;
  }
  .sec_about .area_company h4{
    margin-bottom:5px;
  }
  .sec_about .area_company h4:nth-of-type(n+2){
    margin-top: 5px;
  }
  .sec_about .area_company .list_branch{
    margin-left: 1em;
  }
  .sec_about .area_company .list_branch th{
    width: 100%;
    padding-right: 0;
  }
  .sec_about .area_company .list_branch th,
  .sec_about .area_company .list_branch td{
    display: block;
    padding-bottom: 0;
  }
  .sec_about .area_company .list_branch td{
    padding-bottom: 5px;
  }
}
/*list_history*/
.sec_about .area_company .list_history{
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: 45px 0;
}
.sec_about .area_company .list_history table{
  width: 100%;
  table-layout: fixed;  
  font-feature-settings: "palt";  
  color: #333333;
}
.sec_about .area_company .list_history th{
  width: 210px;
  padding:0 0 26.5px 10px; 
  text-align: left;
}
.sec_about .area_company .list_history td{
  padding:0 10px 26.5px 36px; 
  border-left: solid 1px #333333;
}
.sec_about .area_company .list_history tr:last-child >*{
  padding-bottom: 0;
}
@media screen and (max-width :834px){
  .sec_about .area_company .list_history{
    width: 94.3%;
    padding: 0;
    border: none;
  }
  .sec_about .area_company .list_history table{
    border-top: solid 1px #333333;
    font-size: 10px;
    font-size: 1rem;
  }
  .sec_about .area_company .list_history tr{
    border-bottom: solid 1px #333333;
  }
  .sec_about .area_company .list_history th{
    display: block;
    width: 100%;
    padding:8px 0 0; 
  }
  .sec_about .area_company .list_history td{
    display: block;
    padding:0 0 8px; 
    border-left:none;
  }
  .sec_about .area_company .list_history tr:last-child >*{
    padding-bottom: 8px;
  }  
}
/* ===============================================
# sec_recruit
=============================================== */
.sec_recruit{
  padding-top: 80px;
  padding-bottom: 60px;
}
.sec_recruit .list_link{
  position: relative;
  margin-top: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  flex-wrap: wrap;
}
.sec_recruit .list_link li::after{
  width: 46.87%;
  content: '';
  display: block;
}
.sec_recruit .list_link li{
  width: 46.87%;
  border: solid 1px #333333;
}
.sec_recruit .list_link li:nth-child(n+3){
  margin-top: 50px;
}
.sec_recruit .list_link li a{
  text-align: center;
  padding: 53px 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
}
.sec_recruit .list_link li a span[lang="en"]{
  display: block;
  margin-bottom: 15px;
  font-size: 36px;
  font-size: 3.6rem;
  font-feature-settings: "palt";
}
@media (hover: hover) and (pointer: fine) {
  .sec_recruit .list_link li a:hover{
    background: #333333;
    color: #fff;
  }
}
@media print,screen and (max-width :1240px){
  .sec_recruit .list_link li a{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_recruit .list_link li a span[lang="en"]{
    font-size: 25px;
    font-size: 2.5rem;
  }  
}
@media screen and (max-width :834px){
  .sec_recruit{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .sec_recruit .list_link{
    margin-top:25px;
    display: block;
  }
  .sec_recruit .list_link li::after{
    display: none;
  }
  .sec_recruit .list_link li{
    width: 100%;
  }
  .sec_recruit .list_link li:nth-child(n+2){
    margin-top: 25px !important;
  }
  .sec_recruit .list_link li a{
    padding: 25px 10px;
    font-size: 12px;
    font-size:1.2rem;
  }
  .sec_recruit .list_link li a span[lang="en"]{
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }  
}
/* ===============================================
# sec_staff
=============================================== */
.sec_staff{
  padding-top: 80px;
  padding-bottom: 70px;
}
.sec_staff .swiper_staff{
  overflow: hidden;
}
.sec_staff .list_staff{
  position: relative;
  z-index: 0;
  margin-top: 100px;
  transition-timing-function: linear;
}
.sec_staff .list_staff li{
  width: 400px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.05);
}
.sec_staff .list_staff li:nth-child(n+2){
  margin-left: 60px;
}
.sec_staff .list_staff li>a{
  display: block;
  width: 100%;
  padding-bottom: 50px;
}
.sec_staff .list_staff li figure{
  margin-bottom: 40px;
}
.sec_staff .list_staff li figure img{
  width: 100%;
}
.sec_staff .list_staff li figure img.for_article{
  display: none;
}
.sec_staff .list_staff li p{
  font-feature-settings: "palt";
}
.sec_staff .list_staff li .ttl{
  font-size: 18px;
  font-size:1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.7;
}
.sec_staff .list_staff li .store{
  font-size: 14px;
  font-size:1.4rem;
  margin-bottom: 5px;
}
.sec_staff .list_staff li .name{
  font-size: 18px;
  font-size:1.8rem;
}
.sec_staff .list_staff li .name span{
  font-size: 14px;
  font-size:1.4rem;
  display: inline-block;
  padding-left: 1em;
}
.sec_staff .list_staff li .btn_more{
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 30px auto 0;
  border: solid 1px #333333;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-size:1.4rem;  
  color: #333333;
}
.sec_staff .box_article{
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .sec_staff .list_staff li>a:hover .btn_more{
    background: #333333;
    color: #fff;
  }
}
@media screen and (max-width :834px){
  .sec_staff{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sec_staff .list_staff{
    margin-top: 25px;
  }
  .sec_staff .list_staff li{
    width:200px;
    box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.05);
  }
  .sec_staff .list_staff li:nth-child(n+2){
    margin-left: 30px;
  }
  .sec_staff .list_staff li>a{
    padding-bottom: 25px;    
  }
  .sec_staff .list_staff li figure{
    margin-bottom: 20px;
  }
  .sec_staff .list_staff li .ttl{
    font-size: 9px;
    font-size:0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .sec_staff .list_staff li .store{
    font-size: 7px;
    font-size:0.7rem;
    margin-bottom: 5px;
  }
  .sec_staff .list_staff li .name{
    font-size:9px;
    font-size:0.9rem;
  }
  .sec_staff .list_staff li .name span{
    font-size: 7px;
    font-size:0.7rem;
  }
  .sec_staff .list_staff li .btn_more{
    max-width: 115px;
    margin: 12px auto 0;
    padding: 10px 10px;
    font-size: 7px;
    font-size:0.7rem;  
  }
}
/*モーダル時*/
.modaal_staff .modaal-inner-wrapper{
  padding-bottom: 160px;
}
.modaal_staff .modaal-container{
  color: #333333;
  max-width: 1280px;
  box-shadow: none;
  background: none;
}
.modaal_staff .modaal-content{
  background: rgba(255,255,255,0.9);
}
.modaal_staff .modaal-content-container{
  position: relative;
  padding:0 6.8%; 
  max-width: 1280px;
  margin: 0 auto;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;  
}
.modaal_staff a.js_modaal{
  pointer-events: none;
}
.modaal_staff .wrap_ttl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin-bottom: 70px;
}
.modaal_staff figure{
}
.modaal_staff figure img.for_list{
  display: none !important;
}
.modaal_staff figure img.for_article{
  display: block;
}
.modaal_staff .wrap_ttl .box_txt{
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 46px;
  font-feature-settings: "palt";   
}
.modaal_staff .wrap_ttl .box_txt h3{
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-right: 20px;
}
.modaal_staff .wrap_ttl .box_txt .store{
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.modaal_staff .wrap_ttl .box_txt .name{
  font-size: 20px;
  font-size: 2rem;
}
.modaal_staff .wrap_ttl .box_txt .name span{
  margin-left: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.modaal_staff .box_article{
  display: block;
}
.modaal_staff .box_article h4{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.modaal_staff .box_article h4:nth-of-type(n+2){
  margin-top: 50px;  
}
.modaal_staff .box_article .txt{
  line-height: 1.75;
}

.modaal_staff .btn_more{
  display: none!important;
}
.modaal_staff .modaal-close{
  position: absolute;
  display: block;
  border: solid 1px #333;
  background: #fff;
}
.modaal_staff #modaal-close{
  right: 20px;
  top: 20px;
}
.modaal_staff .modaal-close.bottom{
  position: absolute;
  top:auto;
  bottom: -100px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.modaal_staff .modaal-close::after,.modaal_staff .modaal-close::before{
  background: #333333;
  width: 1px;
  height: 20px;
  top: 14px;
  left: 24px;
  border-radius: 0;
}
@media screen and (max-width :834px){
  .modaal_staff .modaal-inner-wrapper{
    padding-right: 0;
    padding-left: 0
  }
  .modaal_staff .modaal-content-container{
    padding:0 2.6%; 
    border: none;
  }
  .modaal_staff .wrap_ttl{
    margin-bottom: 25px;
  }
  .modaal_staff figure{
    width: 175px;
  }
  .modaal_staff .wrap_ttl .box_txt{
    margin-left:15px;
  }
  .modaal_staff .wrap_ttl .box_txt h3{
    display: none;
  }
  .modaal_staff .wrap_ttl .box_txt .store{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .modaal_staff .wrap_ttl .box_txt .store span{
    display: block;
  }
  .modaal_staff .wrap_ttl .box_txt .name{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modaal_staff .wrap_ttl .box_txt .name span{
    display: block;
    margin-left:0;
    margin-top: 3px;
    font-size: 10px;
    font-size: 1rem;
  }

  .modaal_staff .box_article{
    display: block;
  }
  .modaal_staff .box_article h3{
    font-size:17px;
    font-size: 1.7rem;
    line-height: 1.294;
    margin-bottom:20px;
    text-align: center;
    font-weight: 500;
  }  
  .modaal_staff .box_article h4{
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .modaal_staff .box_article h4:nth-of-type(n+2){
    margin-top: 20px;  
  }
  .modaal_staff .box_article .txt{
    line-height: 1.607;
  }
  .modaal_staff #modaal-close{
    right: 20px;
    top: -20px;
  }  
  .modaal_staff .modaal-close::after,.modaal_staff .modaal-close::before{
    background: #333333;
    width: 1px;
    height: 20px;
    top: 14px;
    left: 24px;
    border-radius: 0;
  }  
}
/* ===============================================
# sec_contact
=============================================== */
.sec_contact{
  padding-top: 80px;
  padding-bottom: 150px;
}
.sec_contact .btn_contact a{
  max-width: 600px;  
  margin: 0 auto;
  padding: 50px 10px;
  display: block;
  border: solid 1px #333333;
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-size:2.4rem; 
  font-weight: 500;
}
.sec_contact .btn_contact a span[lang="en"]{
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .sec_contact .btn_contact a:hover{
    background: #333333;
    color: #fff;
  }
}
@media screen and (max-width :834px){
  .sec_contact{
    padding-top: 30px;
    padding-bottom: 129px;
  }
  .sec_contact .btn_contact a{
    padding: 25px 10px;
    font-size:12px;
    font-size:1.2rem; 
  }
  .sec_contact .btn_contact a span[lang="en"]{
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }  
}
/* ===============================================
# アニメーションの設定
=============================================== */
.js_fade{
  opacity: 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.js_fade.fadeup.show{
  animation: fadeInUp 1s ease 0.3s forwards;
}
.js_fade.sp{
  opacity: 1;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print{
  .js_fade{
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width :834px){
  .js_fade.sp{
    opacity: 0;
  }
  .js_fade.swiper-slide{  
    opacity: 1;
  }
}
/*androdi*/
.android .js_fade{
  opacity: 1;
  visibility: visible;
}