@charset "UTF-8";
/* ===================================================================
  use news
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  
  .about_conte h2 {
    font-size: 3rem;
    padding: 40px 0;
    text-align: center;
  }
  .about_conte h2 span {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .about_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 22px;
    background: url("../common/images/stripe.png") no-repeat;
    width: 65px;
    height: 100%;
    z-index: -1;
  }
  .about_conte .contents {
    padding-top: 0;
  }
  .about_conte .bg {
    background: url("../common/images/top_about_bg.jpg") no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
  }
  .about_conte .ex {
    max-width: 1200px;
    margin: 0 auto;
/*
    background: url("../common/images/top_about_img.jpg") no-repeat right 20vw;
*/
  }
  .about_conte .ex p {
    padding: 30vw 470px 80px 0;
  }
  .about_conte .more {
    margin: 0 0 20px;
    text-align: center;
  }
  
  .conpany_conte {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .conpany_conte h3 {
    font-size: 24px;
    line-height: 62px;
    background: url("../common/images/stripe.png") no-repeat;
    padding-left: 30px;
  }
  .conpany_conte dl {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .conpany_conte dl dt {
    width: 10%;
    padding-bottom: 10px;
  }
  .conpany_conte dl dd {
    width: 90%;
    padding-bottom: 10px;
  }
  .conpany_conte dl dd:before {
    content:"　:　";
    color: #e4007f;
  }
  .conpany_conte .ex span {
    display: block;
    line-height: 3em;
    text-align: center;
  }
  .conpany_conte .ex span a:after {
    content:" >>";
    color: #e4007f;
  }
  
  
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  .about_conte {
    padding: 3vw 0 0;
  }
  .about_conte h2 {
    font-size: 3rem;
    text-align: center;
    padding: 3vw 0;
  }
  .about_conte h2 span {
    text-align: center;
    position: relative;
    padding: 1vw 0;
  }
  .about_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 65px;
    height: 100%;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  .about_conte .bg {
    background: url("../common/images/top_about_bg.jpg") no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
  }
  .about_conte .ex p {
    padding: 30vw 3vw 6vw;
  }
  .about_conte .more {
    margin: 0 0 20px;
    text-align: center;
  }
  
  .conpany_conte {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .conpany_conte h3 {
    font-size: 3rem;
    line-height: 4rem;
    background: url("../common/images/stripe.png") no-repeat 0 center;
    background-size: auto 4rem;
    padding-left: 2rem;
  }
  .conpany_conte dl {
    padding: 6vw;
  }
  .conpany_conte dl dt {}
  .conpany_conte dl dd {
    display: block;
    padding: 3vw 0 3vw 1em;
    text-indent: -1em;
  }
  .conpany_conte dl dd:before {
    content:"：";
    color: #e4007f;
  }
  
  .conpany_conte .ex span {
    display: block;
    line-height: 3em;
    text-align: center;
  }
  .conpany_conte .ex span a:after {
    content:" >>";
    color: #e4007f;
  }
}
