* {
  -webkit-tap-highlight-color: transparent;
}
.content ::selection {
  background: #65BCD1;
  color: #000000;
}
.content .pc {
  display: block;
}
.content .sp {
  display: none;
}
.content a {
  display: block;
  transition: all .3s;
}
.content a:hover{
  transition: all .3s;
  opacity: .75;
}
.content section{
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
.content .bdr-line{
  width: 100%;
    height: 16px;
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg,transparent,transparent 6px,#65BCD1 6px,#65BCD1 12px);
}
.content img {
  width: 100%;
}
.content .inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.content .container{
  max-width: 1366px;
  margin: 0 auto;
}
.content .pt-60{
  padding-top: 60px;
}
.content .pt-100{
  padding-top: 100px;
}
.content .pb-60{
  padding-bottom: 60px;
}
.content .pb-100{
  padding-bottom: 100px;
}
.content .right{
  margin-left: auto;
}
.content .left{
  margin-right: auto;
}
.content .en{
  font-family: 'Montserrat', sans-serif;
}
.content .sec-ttl{
  font-weight: 700;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
}
.content .jp-ttl{
  font-size: 40px;
  font-weight: 900;
  text-align: left;
  padding: 20px 0 60px 0;
  position: relative;
  line-height: 1.4;
}
.content .jp-ttl:after{
  position: absolute;
  width: 40px;
  height: 2px;
  background: #333333;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:'';
}
.content .jp-ttl.indent{
  text-indent: -20px;
}
.content .ttl-icon{
  width: 30px;
  margin-right: 20px;
}

/* tablet */
@media only screen and (max-width: 1336px) {
  .content .inner{
    width: 95%;
  }
  .content .jp-ttl{
      font-size: 3vw;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .content .pc {
    display: none;
  }

  .content .sp {
    display: block;
  }
  .content section{
    padding: 40px 0;
  }
  .content .pt-40{
    padding-top: 40px;
  }
  .content .pb-40{
    padding-bottom: 40px;
  }
  .content .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .content .jp-ttl{
    font-size: 6.4vw;
    padding: 20px 0 40px 0;
  }
  .content .sec-ttl{
    font-size: 6.4vw;
  }
  .content .ttl-icon{
    width: 8vw;
    margin-right: 5%;
  }
}