@media screen and (min-width: 768px) {
    .contents_body .hero{
      position: relative;
      width: 980px;
      height: 280px;
      background: url('../img/hero.jpg') no-repeat center center;
			background-size: 100% auto;
      box-sizing: border-box;
      padding: 80px 40px 0 392px;
    }
    .contents_body .hero .title{
      font-size: 30px;
      font-weight: bold;
      line-height: 39px;
      color: #fff;
      padding: 0;
    }
    .contents_body .hero .pos{
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #fff;
      margin: 27px 0 0;
      padding: 0;
    }
    .contents_body .hero .name{
      font-size: 17px;
      font-weight: bold;
      line-height: 22px;
      color: #fff;
      margin: 8px 0 0;
      padding: 0;
    }
    .contents_body h2{
      margin: 96px 0 20px;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      padding: 28px 0 0;
    }
    .contents_body .img{
      margin: 80px 0 0;
      text-align: center;
    }
    .contents_body .btn_wrap{
      text-align: center;
      margin: 64px 0 0;
    }
    .contents_body .link{
      position: relative;
      display: inline-block;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0.04em;
      color: #0099D9;
      padding: 12px 32px 12px 35px;
      border: 1px solid #CCCCCC;
      background-color: #fff;
    }
    .contents_body .link:before{
      content: '';
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/arrow.png) no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .link:after{
      content: '';
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/link.png) no-repeat center center;
      background-size: 100% auto;
    }

    .pc_none {
        display: none !important
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        /*font-size: .26667vw*/
    }

    body {
        min-width: 320px
    }

    .contents_body .hero{
      position: relative;
      width: 100%;
      height: calc(169 / 375 * 100vw);
      background: url('../img/sp/hero.jpg') no-repeat center center;
			background-size: 100% auto;
      box-sizing: border-box;
      padding: calc(14 / 375 * 100vw) 0 0 calc(148 / 375 * 100vw);
    }
    .contents_body .hero .title{
      font-size: calc(18 / 375 * 100vw);
      font-weight: bold;
      line-height: calc(24 / 375 * 100vw);
      color: #fff;
      padding: 0;
    }
    .contents_body .hero .pos{
      font-size: calc(13 / 375 * 100vw);
      font-weight: bold;
      line-height: calc(16 / 375 * 100vw);
      color: #fff;
      margin: calc(16 / 375 * 100vw) 0 0;
      padding: 0;
    }
    .contents_body .hero .name{
      font-size: calc(15 / 375 * 100vw);
      font-weight: bold;
      line-height: calc(20 / 375 * 100vw);
      color: #fff;
      padding: 0;
    }
    .contents_body h2{
      margin: 60px 0 0;
    }
    .contents_body p{
      font-size: 15px;
      line-height: 28px;
      padding: 28px 0 0;
    }

    .contents_body .img{
      margin: 28px 0 0;
      text-align: center;
    }
    .contents_body .img img{
      width: 100%;
    }
    .contents_body .btn_wrap{
      text-align: center;
      margin: 64px 0 0;
    }
    .contents_body .link{
      position: relative;
      display: block;
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0.04em;
      color: #0099D9;
      padding: 12px 32px 12px 35px;
      border: 1px solid #CCCCCC;
      background-color: #fff;
      text-align: left;
    }
    .contents_body .link:before{
      content: '';
      position: absolute;
      left: 14px;
      top: 22px;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/arrow.png) no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body .link:after{
      content: '';
      position: absolute;
      right: 14px;
      top: 22px;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      background: url(/jp/en/img/common/link.png) no-repeat center center;
      background-size: 100% auto;
    }


    .sp_none {
        display: none !important
    }
}
