@charset "UTF-8";
.cont .cont_ttl,
.cont .cont_ttl .cont_copy {
  text-align: center
}

.pc {
  display: block
}

.sp {
  display: none!important
}

@media screen and (max-width:767px) {
  .pc {
    display: none!important
  }
  .sp {
    display: block!important
  }
}

#header .header_in .line {
  height: 525px
}

#header .sp_header .line {
  height: 120px
}

footer .scrool_top {
  margin-top: 0
}

#pages_main {
  margin-top: 25px
}

#pages_main .main {
  height: 290px;
  background-size: cover;
  background-position: 420px center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  #pages_main .main {
    height: 120px;
    background-position: 0;
    background-size: cover
  }
}

#pages_main .main:after {
  content: '';
  display: block;
  height: 290px;
  width: 400px;
  position: absolute;
  top: 0;
  left: 100px;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-color: #fff;
  z-index: 1
}

#pages_main .breadcrumb,
#pages_main .main .main_tit,
#pages_main .main .sub_ttl {
  z-index: 2;
  position: relative
}

@media screen and (max-width:767px) {
  #pages_main .main:after {
    width: 220px;
    height: 120px;
    left: -7%
  }
}

#pages_main .main .main_inner {
  width: 100%;
  padding-left: 80px;
  padding-bottom: 30px
}

#pages_main .main .main_tit {
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: .2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #454445;
  margin-bottom: 25px;
  width: 424px
}

@media screen and (max-width:767px) {
  #pages_main .main .main_inner {
    padding-left: 10px
  }
  #pages_main .main .main_tit {
    font-size: 2rem;
    width: 50%;
    max-width: 220px;
    margin-bottom: 10px
  }
  #pages_main .main .sub_ttl img {
    height: 8px
  }
}

#pages_main .breadcrumb {
  background-color: #f1f1f1
}

#pages_main .breadcrumb .breadcrumb_inner {
  background-color: #efae00;
  padding: 10px 10px 10px 30px;
  -webkit-transform: skewX(-20deg) translateX(-18px) translateY(-13px);
  -ms-transform: skewX(-20deg) translateX(-18px) translateY(-13px);
  transform: skewX(-20deg) translateX(-18px) translateY(-13px);
  width: 70%
}

#pages_main .breadcrumb ul {
  white-space: nowrap;
  overflow-x: hidden;
}

@media screen and (max-width:767px) {
  #pages_main .breadcrumb .breadcrumb_inner {
    padding-left: 20px;
    width: 90%;
  }
  #pages_main .breadcrumb ul {
    font-size: 12px;
    width: auto;
  }
}

#pages_main .breadcrumb ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg)
}

#pages_main .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px
}

#pages_main .breadcrumb ul li:first-child a {
  margin-left: 5px;
}

#pages_main .breadcrumb ul li a:after {
  content: '/';
  margin-left: 10px
}

#pages_main .breadcrumb ul li a:hover {
  text-decoration: none
}

.cont {
  margin-top: 50px
}

.cont .cont_ttl {
  margin-bottom: 35px;
  position: relative
}

@media screen and (max-width:767px) {
  #pages_main .breadcrumb ul li {
    font-size: 12px
  }
  .cont {
    margin-top: 0
  }
  .cont .cont_ttl {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: auto
  }
}

.cont .cont_ttl:before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  margin: auto;
  border-right: solid 1px #454445;
  width: 1px;
  height: 70px
}

.cont .cont_ttl .cont_copy img {
  vertical-align: baseline
}

.cont .cont_ttl .cont_main_ttl {
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W3";
  letter-spacing: .18em
}

@media screen and (max-width:767px) {
  .cont .cont_ttl:before {
    top: -30px;
    height: 30px
  }
  .cont .cont_ttl .cont_copy {
    line-height: 1.6
  }
  .cont .cont_ttl .cont_copy img {
    height: 8px
  }
  .cont .cont_ttl .cont_main_ttl {
    font-size: 22px;
    line-height: 1.6
  }
}

.bg-stripe {
  background: url(../img/common/bg_stripe.png) #fff;
  background-size: 7px 7px
}

#pages_main .breadcrumb .breadcrumb_inner {
  position: relative;
  overflow: hidden;
}
#pages_main .breadcrumb .breadcrumb_inner:after {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(left, rgba(0,239,274,0) 0%, rgba(0,239,274,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,239,274,0) 0%,rgba(0,239,274,0) 100%);
  background: linear-gradient(to right, rgba(0,239,274,0) 0%,rgba(0,239,274,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efae00', endColorstr='#efae00',GradientType=1 );
  width: 10em;
  height: 200%;
  right: 0;
  top: -50%;
}
@media screen and (max-width:767px) {
  #pages_main .breadcrumb .breadcrumb_inner:after {
    background: -moz-linear-gradient(left, rgba(0,239,274,0) 0%, rgba(0,239,274,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,239,274,0) 0%,rgba(0,239,274,0) 100%);
    background: linear-gradient(to right, rgba(0,239,274,0) 0%,rgba(0,239,274,0) 100%);
    width: 8em;
    height: 200%;
    right: 0;
    top: -50%;
  }
}
