#mv {
  background: url(../images/top/mv_bg.jpg) center center repeat;
  background-size: cover;
  color: #fff;
  height: 520px; }
  #mv .mv_inner {
    position: relative;
    width: 100%;
    width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #mv .mv_inner .txt {
      width: 660px;
      padding-left: 75px;
      padding-top: 140px; }
      #mv .mv_inner .txt h2 {
        font-size: 44px;
        font-size: 4.4rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        padding-bottom: 0.8em;
        font-weight: 500; }
        #mv .mv_inner .txt h2 span {
          display: inline-block;
          padding-left: 22px; }
      #mv .mv_inner .txt p {
        padding-left: 22px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2; }
    #mv .mv_inner .photo {
      height: 520px;
      width: 520px;
      position: relative; }
      #mv .mv_inner .photo .mv_btn {
        width: 100px;
        height: 100px;
        position: absolute;
        bottom: -35px;
        right: 35px;
        z-index: 2; }
        #mv .mv_inner .photo .mv_btn a {
          display: block;
          border-radius: 50%;
          width: 100%;
          height: 100%;
          background-color: #fff;
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
          padding-top: 30px;
          position: relative;
          text-align: center; }
          #mv .mv_inner .photo .mv_btn a:hover:before {
            left: 40px; }
          #mv .mv_inner .photo .mv_btn a:before {
            content: "";
            width: 42px;
            height: 11px;
            background: url(../images/top/mv_arrow.png) 0 0 no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: 60px;
            left: 30px;
            transition: all .3s; }
          #mv .mv_inner .photo .mv_btn a span {
            font-weight: bold;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 700;
            line-height: 1;
            display: block;
            width: 100%; }
      #mv .mv_inner .photo #mv_slide {
        top: 45px;
        left: 0;
        width: 500px;
        position: absolute;
        z-index: 1; }
    #mv .mv_inner .scroll {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center; }
      #mv .mv_inner .scroll span {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-style: italic;
        font-family: 'Roboto', sans-serif; }
      #mv .mv_inner .scroll .line {
        width: 1px;
        height: 200px;
        background-color: #fff;
        margin: 10px auto 0; }

@media screen and (max-width: 1260px) {
  #mv .mv_inner {
    width: 100%; } }
.w1140 {
  width: 1140px;
  margin: 0 auto; }

.w1260 {
  width: 1260px;
  margin: 0 auto; }

@media screen and (max-width: 1260px) {
  .w1260 {
    width: 100%; } }
#news {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  #news:before {
    content: "";
    width: 50vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1; }
  #news .news_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    z-index: 2; }
    #news .news_inner h3 {
      padding-left: 40px;
      width: 23%; }
      #news .news_inner h3 span {
        display: block;
        line-height: 1;
        font-weight: 700; }
      #news .news_inner h3 .main_ttl {
        font-size: 50px;
        font-size: 5.0rem; }
      #news .news_inner h3 .sub_ttl {
        color: #002c78;
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 1em; }
    #news .news_inner .news_content {
      width: 77%; }
      #news .news_inner .news_content ul {
        padding-bottom: 30px; }
        #news .news_inner .news_content ul li {
          padding-bottom: 20px; }
          #news .news_inner .news_content ul li a {
            display: block; }
            #news .news_inner .news_content ul li a span {
              display: inline-block; }
              #news .news_inner .news_content ul li a span.date {
                color: #898989;
                font-size: 14px;
                font-size: 1.4rem;
                padding-right: 1em; }
              #news .news_inner .news_content ul li a span.cat {
                background-color: #e7e6e6;
                border: 1px solid #c2c2c2;
                border-radius: 13px;
                text-align: center;
                width: 100px;
                font-size: 13px;
                font-size: 1.3rem;
                padding: 5px 0; }
              #news .news_inner .news_content ul li a span.news_txt {
                font-size: 15px;
                font-size: 1.5rem;
                padding-left: 18px; }
      #news .news_inner .news_content .btn_wrap a {
        margin-left: auto; }

#about {
  background-color: #efefef;
  margin-bottom: 175px; }
  #about .about_inner {
    position: relative;
    height: 475px; }
    #about .about_inner .photo {
      width: 700px;
      position: absolute;
      top: -55px;
      left: 0;
      z-index: 1; }
    #about .about_inner .txt {
      position: absolute;
      bottom: 0px;
      right: 0;
      z-index: 2;
      border-top: 3px solid #002c78;
      background-color: #fff;
      width: 625px;
      height: 400px;
      padding-top: 80px;
      text-align: center; }
      #about .about_inner .txt h3 {
        padding-top: 20px;
        padding-left: 70px;
        text-align: left;
        display: inline-block;
        margin-bottom: 45px;
        position: relative; }
        #about .about_inner .txt h3:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 50px;
          height: 52px;
          background: url(../images/top/about_icon.png) 0 0 no-repeat;
          background-size: 100% auto; }
        #about .about_inner .txt h3 span {
          display: block;
          line-height: 1; }
          #about .about_inner .txt h3 span.en {
            color: #002c78;
            font-size: 15px;
            font-size: 1.5rem;
            padding-top: 1em; }
          #about .about_inner .txt h3 span.jp {
            font-size: 30px;
            font-size: 3.0rem;
            font-weight: 700; }
      #about .about_inner .txt p {
        width: 410px;
        margin: 0 auto;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2.13;
        text-align: left; }
      #about .about_inner .txt .btn_wrap {
        width: 200px;
        position: absolute;
        right: 60px;
        bottom: 15px; }

#company {
  background-color: #efefef; }
  #company .company_inner {
    position: relative;
    height: 475px; }
    #company .company_inner .photo {
      width: 700px;
      position: absolute;
      top: -55px;
      right: 0;
      z-index: 1; }
    #company .company_inner .txt {
      position: absolute;
      bottom: 0px;
      left: 0;
      z-index: 2;
      border-top: 3px solid #002c78;
      background-color: #fff;
      width: 625px;
      height: 400px;
      padding-top: 80px;
      text-align: center; }
      #company .company_inner .txt h3 {
        padding-top: 20px;
        padding-left: 70px;
        text-align: left;
        display: inline-block;
        margin-bottom: 45px;
        position: relative; }
        #company .company_inner .txt h3:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 55px;
          height: 55px;
          background: url(../images/top/company_icon.png) 0 0 no-repeat;
          background-size: 100% auto; }
        #company .company_inner .txt h3 span {
          display: block;
          line-height: 1; }
          #company .company_inner .txt h3 span.en {
            color: #002c78;
            font-size: 15px;
            font-size: 1.5rem;
            padding-top: 1em; }
          #company .company_inner .txt h3 span.jp {
            font-size: 30px;
            font-size: 3.0rem;
            font-weight: 700; }
      #company .company_inner .txt p {
        width: 410px;
        margin: 0 auto;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2.13;
        text-align: left; }
      #company .company_inner .txt .btn_wrap {
        width: 200px;
        position: absolute;
        right: 60px;
        bottom: 15px; }

#performance {
  padding-top: 105px; }
  #performance h3 {
    text-align: center;
    padding-bottom: 40px; }
    #performance h3 span {
      display: block;
      line-height: 1; }
      #performance h3 span.en {
        color: #002c78;
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 1em; }
      #performance h3 span.jp {
        font-size: 30px;
        font-size: 3.0rem;
        font-weight: 700; }
  #performance .main_txt {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 2.1;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 55px; }
  #performance .performance_content {
    background: url(../images/top/bg_intro.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative; }
    #performance .performance_content:before {
      content: "";
      width: 1px;
      height: 67px;
      background-color: #000000;
      top: -30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      position: absolute; }
    #performance .performance_content .performance_content_inner {
      display: flex;
      flex-wrap: wrap; }
    #performance .performance_content a {
      width: calc(33.333% - 20px);
      margin-left: 30px;
      display: block;
      transition: all .3s; }
      #performance .performance_content a:hover {
        opacity: 0.7; }
      #performance .performance_content a:first-of-type {
        margin-left: 0; }
      #performance .performance_content a .ttl {
        font-weight: 500;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 0;
        line-height: 1.5; }
      #performance .performance_content a .txt {
        font-weight: 400;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6; }
    #performance .performance_content .btn_wrap {
      position: absolute;
      bottom: -28px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      #performance .performance_content .btn_wrap .btn {
        width: 260px; }

@media screen and (max-width: 1200px) {
  #mv {
    height: calc(520 / 1200 * 100vw); }
    #mv .mv_inner {
      width: 100%; }
      #mv .mv_inner .txt {
        width: calc(660 / 1200 * 100vw);
        padding-left: calc(75 / 1200 * 100vw);
        padding-top: calc(140 / 1200 * 100vw); }
        #mv .mv_inner .txt h2 {
          font-size: calc(44 / 1200 * 100vw); }
          #mv .mv_inner .txt h2 span {
            padding-left: calc(22 / 1200 * 100vw); }
        #mv .mv_inner .txt p {
          padding-left: calc(22 / 1200 * 100vw);
          font-size: calc(20 / 1200 * 100vw); }
      #mv .mv_inner .photo {
        height: calc(520 / 1200 * 100vw);
        width: calc(520 / 1200 * 100vw); }
        #mv .mv_inner .photo .mv_btn {
          width: calc( 100 / 1200 * 100vw);
          height: calc( 100 / 1200 * 100vw);
          bottom: calc(-35 / 1200 * 100vw);
          right: calc(35 / 1200 * 100vw); }
          #mv .mv_inner .photo .mv_btn a {
            padding-top: calc(30 / 1200 * 100vw); }
            #mv .mv_inner .photo .mv_btn a:hover:before {
              left: calc(40 / 1200 * 100vw); }
            #mv .mv_inner .photo .mv_btn a:before {
              width: calc(42 / 1200 * 100vw);
              height: calc(11 / 1200 * 100vw);
              top: calc(60 / 1200 * 100vw);
              left: calc(30 / 1200 * 100vw); }
            #mv .mv_inner .photo .mv_btn a span {
              font-size: calc(20 / 1200 * 100vw); }
        #mv .mv_inner .photo #mv_slide {
          top: calc(45 / 1200 * 100vw);
          width: calc(500 / 1200 * 100vw); }
      #mv .mv_inner .scroll span {
        font-size: calc(14 / 1200 * 100vw); }
      #mv .mv_inner .scroll .line {
        height: calc(200 / 1200 * 100vw);
        margin: calc(10 / 1200 * 100vw) auto 0; }

  .w1140 {
    width: calc(1140 / 1200 * 100vw); }

  .w1260 {
    width: calc(1140 / 1200 * 100vw); }

  .btn {
    border-radius: calc(6 / 1200 * 100vw);
    font-size: calc(20 / 1200 * 100vw);
    width: calc(200 / 1200 * 100vw); }

  #news {
    padding-top: calc(80 / 1200 * 100vw);
    padding-bottom: calc(80 / 1200 * 100vw); }
    #news .news_inner h3 {
      padding-left: calc(40 / 1200 * 100vw); }
      #news .news_inner h3 .main_ttl {
        font-size: calc(50 / 1200 * 100vw); }
      #news .news_inner h3 .sub_ttl {
        font-size: calc(20 / 1200 * 100vw); }
    #news .news_inner .news_content ul {
      padding-bottom: calc(30 / 1200 * 100vw); }
      #news .news_inner .news_content ul li {
        padding-bottom: calc(20 / 1200 * 100vw); }
        #news .news_inner .news_content ul li a span.date {
          font-size: calc(18 / 1200 * 100vw); }
        #news .news_inner .news_content ul li a span.cat {
          border-radius: calc(13 / 1200 * 100vw);
          width: calc(100 / 1200 * 100vw);
          font-size: calc(16 / 1200 * 100vw);
          padding: calc(5 / 1200 * 100vw) 0; }
        #news .news_inner .news_content ul li a span.news_txt {
          font-size: calc(20 / 1200 * 100vw);
          padding-left: calc(18 / 1200 * 100vw); }

  #about {
    margin-bottom: calc(175 / 1200 * 100vw); }
    #about .about_inner {
      height: calc(555 / 1200 * 100vw); }
      #about .about_inner .photo {
        width: calc(700 / 1200 * 100vw);
        top: calc(-55 / 1200 * 100vw); }
      #about .about_inner .txt {
        border-width: calc(3 / 1200 * 100vw);
        width: calc(625 / 1200 * 100vw);
        height: calc(480 / 1200 * 100vw);
        padding-top: calc(80 / 1200 * 100vw); }
        #about .about_inner .txt h3 {
          padding-top: calc(20 / 1200 * 100vw);
          padding-left: calc(70 / 1200 * 100vw);
          margin-bottom: calc(45 / 1200 * 100vw); }
          #about .about_inner .txt h3:before {
            width: calc(50 / 1200 * 100vw);
            height: calc(52 / 1200 * 100vw); }
          #about .about_inner .txt h3 span.en {
            font-size: calc(20 / 1200 * 100vw); }
          #about .about_inner .txt h3 span.jp {
            font-size: calc(32 / 1200 * 100vw); }
        #about .about_inner .txt p {
          width: calc(410 / 1200 * 100vw);
          font-size: calc(20 / 1200 * 100vw); }
        #about .about_inner .txt .btn_wrap {
          width: calc(200 / 1200 * 100vw);
          right: calc(60 / 1200 * 100vw);
          bottom: calc(15 / 1200 * 100vw); }

  #company .company_inner {
    height: calc(475 / 1200 * 100vw); }
    #company .company_inner .photo {
      width: calc(700 / 1200 * 100vw);
      top: calc(-55 / 1200 * 100vw); }
    #company .company_inner .txt {
      border-width: calc(3 / 1200 * 100vw);
      width: calc(625 / 1200 * 100vw);
      height: calc(400 / 1200 * 100vw);
      padding-top: calc(80 / 1200 * 100vw); }
      #company .company_inner .txt h3 {
        padding-top: calc(20 / 1200 * 100vw);
        padding-left: calc(70 / 1200 * 100vw);
        margin-bottom: calc(45 / 1200 * 100vw); }
        #company .company_inner .txt h3:before {
          width: calc(55 / 1200 * 100vw);
          height: calc(55 / 1200 * 100vw); }
        #company .company_inner .txt h3 span.en {
          font-size: calc(20 / 1200 * 100vw); }
        #company .company_inner .txt h3 span.jp {
          font-size: calc(32 / 1200 * 100vw); }
      #company .company_inner .txt p {
        width: calc(410 / 1200 * 100vw);
        font-size: calc(20 / 1200 * 100vw); }
      #company .company_inner .txt .btn_wrap {
        width: calc(200 / 1200 * 100vw);
        right: calc(60 / 1200 * 100vw);
        bottom: calc(15 / 1200 * 100vw); }

  #performance {
    padding-top: calc(105 / 1200 * 100vw); }
    #performance h3 {
      padding-bottom: calc(40 / 1200 * 100vw); }
      #performance h3 span.en {
        font-size: calc(20 / 1200 * 100vw); }
      #performance h3 span.jp {
        font-size: calc(32 / 1200 * 100vw); }
    #performance .main_txt {
      font-size: calc(20 / 1200 * 100vw);
      padding-bottom: calc(55 / 1200 * 100vw); }
    #performance .performance_content {
      padding: calc(60 / 1200 * 100vw) 0; }
      #performance .performance_content:before {
        height: calc(67 / 1200 * 100vw);
        top: calc(-30 / 1200 * 100vw); }
      #performance .performance_content a .ttl {
        font-size: calc(22 / 1200 * 100vw);
        padding: calc(15 / 1200 * 100vw) 0; }
      #performance .performance_content a .txt {
        font-size: calc(20 / 1200 * 100vw); }
      #performance .performance_content .btn_wrap {
        bottom: calc(-28 / 1200 * 100vw); }
        #performance .performance_content .btn_wrap .btn {
          width: calc(260 / 1200 * 100vw); } }
@media screen and (max-width: 750px) {
  #mv {
    height: auto;
    background: url(../images/top/mv_bg_sp.png) center center repeat;
    background-size: 100% auto; }
    #mv .mv_inner {
      width: 100%; }
      #mv .mv_inner .txt {
        width: 100%;
        padding-left: calc(50 / 750 * 100vw);
        padding-top: calc(100 / 750 * 100vw);
        padding-bottom: calc(130 / 750 * 100vw); }
        #mv .mv_inner .txt h2 {
          font-size: calc(50 / 750 * 100vw); }
          #mv .mv_inner .txt h2 span {
            padding-left: calc(25 / 750 * 100vw); }
        #mv .mv_inner .txt p {
          padding-left: calc(25 / 750 * 100vw);
          font-size: calc(30 / 750 * 100vw); }
      #mv .mv_inner .photo {
        height: auto;
        width: 100%; }
        #mv .mv_inner .photo .mv_btn {
          width: calc( 180 / 750 * 100vw);
          height: calc( 180 / 750 * 100vw);
          bottom: calc(-90 / 750 * 100vw);
          right: calc(60 / 750 * 100vw); }
          #mv .mv_inner .photo .mv_btn a {
            padding-top: calc(60 / 750 * 100vw); }
            #mv .mv_inner .photo .mv_btn a:hover:before {
              left: calc(55 / 750 * 100vw); }
            #mv .mv_inner .photo .mv_btn a:before {
              width: calc(72 / 750 * 100vw);
              height: calc(18 / 750 * 100vw);
              top: calc(105 / 750 * 100vw);
              left: calc(50 / 750 * 100vw); }
            #mv .mv_inner .photo .mv_btn a span {
              font-size: calc(28 / 750 * 100vw); }
        #mv .mv_inner .photo #mv_slide {
          position: relative;
          top: 0;
          width: 100%; }
      #mv .mv_inner .scroll {
        display: none; }

  .w1140 {
    width: 100%; }

  .w1260 {
    width: 100%; }

  .btn {
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    width: calc(300 / 750 * 100vw); }

  #news {
    padding-top: calc(130 / 750 * 100vw);
    padding-bottom: calc(290 / 750 * 100vw); }
    #news .news_inner {
      display: block; }
      #news .news_inner h3 {
        width: 100%;
        padding-left: calc(50 / 750 * 100vw);
        padding-bottom: calc(50 / 750 * 100vw); }
        #news .news_inner h3 .main_ttl {
          font-size: calc(60 / 750 * 100vw);
          position: relative; }
          #news .news_inner h3 .main_ttl:before {
            content: "";
            background-color: #000000;
            height: 1px;
            width: calc(30 / 750 * 100vw);
            position: absolute;
            left: calc(-50 / 750 * 100vw);
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
        #news .news_inner h3 .sub_ttl {
          font-size: calc(30 / 750 * 100vw); }
      #news .news_inner .news_content {
        padding-left: calc(50 / 750 * 100vw);
        width: 100%; }
        #news .news_inner .news_content ul {
          padding-bottom: calc(20 / 750 * 100vw); }
          #news .news_inner .news_content ul li {
            padding-bottom: calc(36 / 750 * 100vw); }
            #news .news_inner .news_content ul li a span.date {
              font-size: calc(26 / 750 * 100vw); }
            #news .news_inner .news_content ul li a span.cat {
              border-radius: calc(15 / 750 * 100vw);
              width: calc(140 / 750 * 100vw);
              font-size: calc(22 / 750 * 100vw);
              padding: calc(6 / 750 * 100vw) 0; }
            #news .news_inner .news_content ul li a span.news_txt {
              display: block;
              font-size: calc(28 / 750 * 100vw);
              padding-left: 0;
              padding-top: calc(15 / 750 * 100vw); }
        #news .news_inner .news_content .btn_wrap a {
          margin: 0 auto; }

  #about {
    margin-bottom: calc(600 / 750 * 100vw); }
    #about .about_inner {
      height: calc(475 / 750 * 100vw); }
      #about .about_inner .photo {
        width: calc(528 / 750 * 100vw);
        top: calc(-160 / 750 * 100vw); }
      #about .about_inner .txt {
        bottom: auto;
        top: calc(140 / 750 * 100vw);
        right: calc(60 / 750 * 100vw);
        border-width: calc(3 / 750 * 100vw);
        width: calc(625 / 750 * 100vw);
        height: calc(620 / 750 * 100vw);
        padding-top: calc(60 / 750 * 100vw); }
        #about .about_inner .txt h3 {
          padding-top: calc(10 / 750 * 100vw);
          padding-left: calc(68 / 750 * 100vw);
          margin-bottom: calc(55 / 750 * 100vw); }
          #about .about_inner .txt h3:before {
            width: calc(48 / 750 * 100vw);
            height: calc(51 / 750 * 100vw); }
          #about .about_inner .txt h3 span.en {
            font-size: calc(25 / 750 * 100vw); }
          #about .about_inner .txt h3 span.jp {
            font-size: calc(45 / 750 * 100vw); }
        #about .about_inner .txt p {
          width: calc(490 / 750 * 100vw);
          font-size: calc(28 / 750 * 100vw);
          line-height: 1.7; }
        #about .about_inner .txt .btn_wrap {
          width: calc(300 / 750 * 100vw);
          right: auto;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          bottom: calc(35 / 750 * 100vw); }
          #about .about_inner .txt .btn_wrap a {
            font-size: calc(28 / 750 * 100vw);
            padding: calc(24 / 750 * 100vw) 0; }

  #company .company_inner {
    height: calc(475 / 750 * 100vw); }
    #company .company_inner .photo {
      width: calc(528 / 750 * 100vw);
      top: calc(-160 / 750 * 100vw); }
    #company .company_inner .txt {
      bottom: auto;
      top: calc(140 / 750 * 100vw);
      left: calc(60 / 750 * 100vw);
      border-width: calc(3 / 750 * 100vw);
      width: calc(625 / 750 * 100vw);
      height: calc(530 / 750 * 100vw);
      padding-top: calc(60 / 750 * 100vw); }
      #company .company_inner .txt h3 {
        padding-top: calc(10 / 750 * 100vw);
        padding-left: calc(68 / 750 * 100vw);
        margin-bottom: calc(55 / 750 * 100vw); }
        #company .company_inner .txt h3:before {
          width: calc(54 / 750 * 100vw);
          height: calc(54 / 750 * 100vw); }
        #company .company_inner .txt h3 span.en {
          font-size: calc(25 / 750 * 100vw); }
        #company .company_inner .txt h3 span.jp {
          font-size: calc(45 / 750 * 100vw); }
      #company .company_inner .txt p {
        width: calc(490 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.7; }
      #company .company_inner .txt .btn_wrap {
        width: calc(300 / 750 * 100vw);
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        bottom: calc(45 / 750 * 100vw); }
        #company .company_inner .txt .btn_wrap a {
          font-size: calc(28 / 750 * 100vw);
          padding: calc(24 / 750 * 100vw) 0; }

  #performance {
    padding-top: calc(390 / 750 * 100vw); }
    #performance h3 {
      padding-bottom: calc(75 / 750 * 100vw); }
      #performance h3 span.en {
        font-size: calc(25 / 750 * 100vw); }
      #performance h3 span.jp {
        font-size: calc(45 / 750 * 100vw); }
    #performance .main_txt {
      font-size: calc(28 / 750 * 100vw);
      padding-bottom: calc(120 / 750 * 100vw);
      width: calc(630 / 750 * 100vw);
      margin: 0 auto;
      line-height: 1.9; }
    #performance .performance_content {
      padding: calc(110 / 750 * 100vw) calc(60 / 750 * 100vw) calc(50 / 750 * 100vw); }
      #performance .performance_content:before {
        height: calc(67 / 750 * 100vw);
        top: calc(-30 / 750 * 100vw); }
      #performance .performance_content a {
        width: 100%;
        margin-left: 0;
        margin-bottom: calc(60 / 750 * 100vw); }
        #performance .performance_content a img {
          width: 100%;
          height: calc(300 / 750 * 100vw);
          object-fit: cover; }
        #performance .performance_content a .ttl {
          font-size: calc(36 / 750 * 100vw);
          padding: calc(45 / 750 * 100vw) 0 calc(25 / 750 * 100vw); }
        #performance .performance_content a .txt {
          font-size: calc(28 / 750 * 100vw);
          line-height: 1.9; }
      #performance .performance_content .btn_wrap {
        bottom: calc(-40 / 750 * 100vw); }
        #performance .performance_content .btn_wrap .btn {
          width: calc(400 / 750 * 100vw);
          font-size: calc(28 / 750 * 100vw);
          margin-bottom: 0; } }
