@charset "utf-8";

/******
フォント

Zen Kaku Gothic New
font-family: zen-kaku-gothic-new, sans-serif;

Zen Kaku Gothic Antique
font-family: zen-kaku-gothic-antique, sans-serif;

.share-tech-regular {
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  
Noto Sans JP
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;



*******/

body {
  color: #232323;
  font-weight: 500;
  font-style: normal;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.font01 {
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: 0.1em;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilblk {
  display: inline-block;
}

.db {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hover--opacity {
  transition: opacity 0.3s;
}

.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1340 {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-1100 {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.sp{
  display: none;
}
/*===================
共通パーツ
===================*/
.sec-flex{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sec-flexLeft{
  margin-top: 35px;
  padding-top: 15px;
  width: 215px;
  border-top: 2px solid #232323;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.sec-ttl{
  font-size: 30px;
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sec-flexRight{
  padding-top: 30px;
  width: calc(100% - 215px);
  max-width: 968px;
  padding-right: 17px;
  border-top: 1px solid #999999;
}

/*===================
fv
===================*/
.fv{
  padding-top: 41px;
  /* padding-bottom: 50px;
  border-bottom:1px solid #232323; */
}
.fv__head{
  padding-bottom: 45px;
  margin-bottom:50px;
  border-bottom: 1px solid #232323;
  text-align: center;
}
.fv__title span{
  display: inline-block;
}
.fv__title--ja01{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.fv__title--en{
  font-family: "Share Tech", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.fv__title--ja02{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}




/*===================
404
===================*/
/* 404ページ↓ */
/* .not-found {
  background: url(../imgs/common/bg-green.jpg) no-repeat center center / cover;
  color: #fff;
} */

.not-found{
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
    font-family: "Share Tech", sans-serif;
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */



@media screen and (max-width: 1280px) {
  .sec-flexLeft{
   width: 180px;
   margin-top: 30px;
}
  .sec-ttl{
      font-size: 25px;
  }
.sec-flexRight{
    width: calc(100% - 200px);
}
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
 /*===================
共通パーツ
===================*/
  .sec-flex{
    display: block;
  }
  .sec-flexLeft{
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 25px;
  }
  .sec-flexRight{
    width: 100%;
    padding-right: 0;
  }

/* fv */
  .fv{
      padding-top: 30px;
    }
  .fv__title--ja01 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .fv__title--en{
    font-size: 28px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .fv__title--ja02{
    font-size: 12px;
  }


    /* 404ページ↓ */
  .not-found {
    padding: 50px 0;
  }
  .not-foun__en {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */

}


@media screen and (max-width: 400px) {
  .fv{
    padding-top: 20px;
  }
  .fv__title--ja01{
    font-size: 12px;
  }
   .fv__title--en{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.25;
   }
   .fv__head {
    padding-bottom: 25px;
    margin-bottom: 20px;
   }
}