@charset "UTF-8";

figure {
  position: relative;
}

.c-content {
  background-image: url(../../common/img/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.main-ttl02 {
  background-image: url(../img/c-main01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22% 0;
  position: relative;
}

.main-ttl02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}

.main-ttl02 .main-copy {
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.main-ttl02 .sub-copy {
  font-size: 16px;
  text-align: center;
  color: #fff;
  letter-spacing: 8px;
}

.main-ttl02 .sub-copy.cap_ShaB {
  text-shadow: 0 0 2px #333;
}

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

.c-text {
  width: 90%;
  font-size: 15.5px;
  letter-spacing: 2px;
  line-height: 2.8;
  text-align: center;
  margin: 100px auto 0;
}

.c-content {
  overflow: hidden;
}

.c-main-image {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  position: relative;
}

.text-potition p.ttl {
  width: 27%;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 3px;
  color: #45584f;
  position: absolute;
}

.text-potition p.txt {
  width: 27%;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.8;
  position: absolute;
}

.text01-item p.ttl {
  top: 8%;
  left: 0;
}

.text01-item p.txt {
  top: 23%;
  left: 0;
}

.text02-item p.ttl {
  top: 8%;
  right: 0;
}

.text02-item p.txt {
  top: 23%;
  right: 0;
}

.text03-item p.ttl {
  top: 71%;
  left: 0;
}

.text03-item p.txt {
  top: 86%;
  left: 0;
}

.text04-item p.ttl {
  top: 71%;
  right: 0;
}

.text04-item p.txt {
  top: 86%;
  right: 0;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
  .text-potition p.ttl {
    font-size: 18px;
  }

  .text-potition p.txt {
    line-height: 1.6;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .c-content {
    padding: 60px 0;
  }

  .main-ttl02 {
    background-image: url(../img/c-main01_sp.jpg);
    padding: 26% 0;
  }

  .main-ttl02 .main-copy {
    font-size: 34px;
  }

  .main-ttl02 .sub-copy {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .main-copy {
    width: 60%;
  }

  .en-ttl {
    font-size: 20px;
    margin: 20px 0 0 -10px;
  }

  .c-text {
    font-size: 12px;
    line-height: 2;
    /* text-align: left; */
    margin: 40px auto 0;
  }

  .c-main-image {
    margin: 40px auto 0;
    position: static;
  }

  .c-main-image .main-box {
    width: 100%;
    margin: 0 auto 0;
  }

  .text-potition {
    width: 100%;
    margin: 20px auto 0;
  }

  .text-potition p.ttl {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 10px;
    position: static;
  }

  .text-potition p.txt {
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
    position: static;
  }

  .js-scrollable {
    overflow-y: hidden !important;
    margin: 40px 0 0 20px;
  }

  .js-scrollable img {
    width: 700px;
    max-width: initial;
    height: auto;
  }
}