@charset "UTF-8";
/*==========
メインビジュアル
==========*/
#index_mv {
  background: #fff; }
  #index_mv .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    /* IE対策 */ }
  #index_mv .slide_mv {
    height: 100%; }
  #index_mv .swiper-pagination{
    padding-top: 25px;
      position: relative;
    }
  #index_mv .swiper-pagination-bullet {
      border-radius: inherit;
      margin: 0 5px!important;
      width: 107px;
      height: 9px;
      background: #CACACA;
      opacity: 1 !important;
    }
  #index_mv .swiper-pagination-bullet-active {
      background: #C91933;
      opacity: 1;
    }
    @media screen and (max-width:641px) {
      #index_mv .swiper-pagination-bullet {
        width: 60px;
        height: 7px;
      }
    }
/*==========
各セクションここから
==========*/
#index_concept {
  padding-top: 142px;
  padding-bottom: 0; }
@media screen and (max-width: 961px) {
  #index_concept {
    padding-bottom: 0; } }
#index_concept .ttl_section {
  padding-top: 0; }
  #index_concept .ttl_section span {
    /* display: block; */
    /* font-size: 50%; */ }
  #index_concept .ttl_section::after {
    display: none; }
#index_concept p {
  margin-top: 0.6em;
  text-align: center; }
#index_concept ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px; }
  #index_concept ul li {
    width: 32%; }
    #index_concept ul li img {
      margin-bottom: 10px; }
    #index_concept ul li p {
      margin-top: 1.2em;
      font-size: 1em;
      text-align: left; }
    #index_concept ul li p .nowrap {
      white-space: nowrap;}
      #index_concept ul li p span.large {
        font-size: 1.33em; }
      #index_concept ul li p span.desc {
        display: block;
        margin-top: 5px;
        padding-top: 5px;
        width: 100%;
        /* border-top: 1px solid #333333; */
        font-size: .83em; }
  @media screen and (max-width: 961px) {
    #index_concept ul li {
      width: 100%;
      margin-bottom: 30px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      #index_concept ul li:last-of-type {
        margin-bottom: 0; } }
#index_concept .btn_02 {
  max-width: none;
  width: fit-content;
  font-size: 1.32em;
  height: 56px;
  padding: 10px 19px; }
#index_concept .btn_02::after {
  background-image: url("../img/common/link_arrow02.png") ;
  width: 75px;
}
#index_event .ttl_section::after {
  display: none; }
#index_event .list_tab {
  font-weight: 500;
  margin-top: 40px; }
  #index_event .list_tab .tab_ttl {
    font-size: 1.3125em; }
    @media screen and (max-width: 961px) {
      #index_event .list_tab .tab_ttl {
        font-size: 0.875em; } }
#index_event .label {
  font-size: 20px;
}
@media screen and (max-width: 485px) {
  #index_event .label {
  font-size: 1em;
  }
}
@media screen and (max-width: 395px) {
  #index_event .label {
  font-size: 0.8em;
  }
}
#index_event .date {
  font-size: 20px;
}
@media screen and (max-width: 485px) {
  #index_event .date {
  font-size: 1em;
  }
}
@media screen and (max-width: 395px) {
  #index_event .date {
  font-size: 0.8em;
  }
}
#index_event .btn_01 {
  font-size: 20px;
}
@media screen and (max-width: 485px) {
  #index_event .btn_01 {
  font-size: 1em;
  }
}
@media screen and (max-width: 395px) {
  #index_event .btn_01 {
  font-size: 0.8em;
  }
}


#index_construction {
  z-index: 1; }
  #index_construction .bg {
    background-color: #f0f0f0;
    width: 100%;
    padding: 40px 0 40px;
    margin-top: 20px; }
    @media screen and (max-width: 961px) {
      #index_construction .bg {
        padding-top: 20px; } }
  #index_construction .list_construction {
    margin-top: 1em; }
  @media screen and (max-width: 961px) {
    #index_construction .list_construction {
      margin-bottom: 16px; } }
  #index_construction .sub_ttl {
    font-weight: 700;
    font-size: 24px;
    border-left: 10px solid #C91933;
    padding-left: 15px;
    letter-spacing: 0.12em;
    /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
    margin: 53px auto 20px; }
    @media screen and (max-width: 961px) {
      #index_construction .sub_ttl {
        font-size: 17px; } }

#index_model {
  /*background: center / cover url("../img/index/index_model_bg.jpg") no-repeat;*/ }
  #index_model .list_tab {
    font-weight: 500;
    margin-top: 40px; }
  @media screen and (max-width: 961px) {
    #index_model {
      padding-top: 24px; } }

#index_plan {
  background-color: #fff;
  padding-top: 164px;
  padding-bottom: 84px; }
@media screen and (max-width:641px) {
  #index_plan {
    padding-top: 30px !important; }
}
#index_commit {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 961px) {
    #index_commit {
      margin-bottom: 40px; } }
  #index_commit::after {
    content: "";
    position: absolute;
    bottom: -4%;
    /* background-color: #EAE1D2; */
    background-color: #f0f0f0;
    width: 100%;
    height: 35%;
    z-index: -1; }
  #index_commit .content_wrap {
    display: flex;
    justify-content: space-between; }
    #index_commit .content_wrap .content {
      background-color: #fff;
      max-width: 300px;
      height: auto;
      margin: 1em 0;
      text-align: left;
      padding-bottom: 0.5em; }
      #index_commit .content_wrap .content .ttl {
        margin: 1.05em 0 0.25em;
        padding: 0.125em 0;
        letter-spacing: -1.25px;
        font-size: 1.3em;
        font-weight: 700;
        background-color: #C91933;
        color: #fff;
        /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
        font-weight: 500;
        text-align: center; }
      #index_commit .content_wrap .content p {
        width: fit-content;
        margin: 0 auto;
        font-size: 0.95em;
        padding-top: 0.5em;
        padding-left: 0.5em;
        min-width: 230px; }
    @media screen and (max-width: 961px) {
      #index_commit .content_wrap {
        justify-content: flex-start; }
        #index_commit .content_wrap .content {
          margin: 0 1em; }
          #index_commit .content_wrap .content .ttl {
            font-size: 1.25em;
            letter-spacing: 0; } }
  #index_commit .nav_wrap {
    display: none; }
    @media screen and (max-width: 961px) {
      #index_commit .nav_wrap {
        display: block;
        width: calc(100% + 0.5em);
        margin-left: -0.25em;
        position: absolute;
        top: 34%; }
        #index_commit .nav_wrap .swiper-button-prev,
        #index_commit .nav_wrap .swiper-button-next {
          width: 2em;
          height: 2em;
          padding: 0;
          /* background: #f7931e; */
          background: #A01F24;
          /* -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
          /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */ 
          border-radius: 100vw; }
          #index_commit .nav_wrap .swiper-button-prev::after,
          #index_commit .nav_wrap .swiper-button-next::after {
            font-size: 1em;
            color: #fff; } }
#index_menu {
  padding-top: 190px;
}
#index_menu .content_wrap .content {
  position: relative;
  margin-bottom: 80px; }
  #index_menu .content_wrap .content:last-child {
    margin-bottom: 0; }
    /* .index_menu_color01{
      background: #41B3AA !important;
    }
    .index_menu_color02{
      background: #B3AA41 !important;
    }
    .index_menu_color03{
      background: #A01F24 !important;
    } */
  #index_menu .content_wrap .content a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background: #C91933; }
    #index_menu .content_wrap .content a .img_area {
      width: 50%;
      overflow: hidden; }
      #index_menu .content_wrap .content a .img_area img {
        width: 100%;
        height: auto; }
    #index_menu .content_wrap .content a .ttl {
      display: block;
      width: 50%;
      background: none;
      color: #fff;
      /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
      letter-spacing: .2em; }
      #index_menu .content_wrap .content a .ttl span {
        display: block;
        font-size: 0.4375em; }
#index_menu .content_wrap .full {
  width: 100%; }
#index_menu .content_wrap .w-320 {
  max-width: 320px; }
#index_menu .content_wrap .ttl {
  text-align: center;
  width: 100%;
  font-size: 2.5em;
  font-weight: 700;
  background-color: white;
  padding: 0.25em;
  color: #333; }
@media screen and (max-width: 1121px) {
  #index_menu .content_wrap .ttl {
    font-size: 2em; } }
@media screen and (max-width: 641px) {
  #index_menu .content_wrap .half,
  #index_menu .content_wrap .full {
    width: 100%;
    max-width: 400px;
    margin: 10px auto; }
    #index_menu .content_wrap .half:nth-of-type(odd),
    #index_menu .content_wrap .full:nth-of-type(odd) {
      margin-right: auto; }
    #index_menu .content_wrap .half:nth-of-type(even),
    #index_menu .content_wrap .full:nth-of-type(even) {
      margin-left: auto; }
  #index_menu .content_wrap .full .img_area {
    position: relative;
    width: 100%;
    padding-top: 49%; }
  #index_menu .content_wrap .full img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 833px; }
  #index_menu .content_wrap .ttl {
    font-size: 1.5em;
    padding: 0.25em 0; }
  #index_menu .content_wrap .w-320 {
    max-width: unset; } }
@media screen and (max-width: 961px) {
  #index_menu {
    margin-bottom: 20px;
    padding: 10px 0;
    padding-top: 0 !important;
    margin-top: 80px; }
    #index_menu .content_wrap .content {
      margin-bottom: 10px !important; } }

#index_area {
  padding: 0;
  padding-top: 177px; }
#index_area  .ttl_section .small {
  line-height: 1.6;
}
  /* @media screen and (max-width: 961px) {
    #index_area {
      margin-top: 80px; } } */
  #index_area .introtxt {
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  #index_area .bg {
    /* background: #EAE1D2; */
    margin-top: 90px; }
    @media screen and (max-width: 961px) {
      #index_area .bg {
        background: #e4e4e4;
        /* background: #fff; */
      } }
  #index_area .inner {
    max-width: calc(1200px + 15px * 2);
    box-sizing: border-box;
    padding-bottom: 25px; }
  #index_area .ttl_icon {
    background-color: #f7931e; }
  #index_area .ttl_icon_borderArea {
    border: none;
    display: block;
    position: relative; }
  #index_area .text_area {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -160px;
    padding: 2em 1.5em;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }
    #index_area .text_area .ttl {
      color: #534741;
      font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      padding: 0;
      letter-spacing: 0.2em;
      margin-bottom: 0.75em;
      font-size: 2.5em;
      font-weight: 900;
      text-align: left;
      position: relative;
      line-height: 1.25; }
      #index_area .text_area .ttl .small {
        display: block;
        font-size: 0.4375em;
        line-height: 1;
        margin-bottom: 0.25em;
        letter-spacing: .05em; }
    #index_area .text_area .text {
      width: 100%;
      display: block;
      font-size: 1.25em; }
    #index_area .text_area .big {
      font-size: 1.8125em; }
    #index_area .text_area .top {
      margin-top: 1em;
      margin-bottom: 1em; }
    #index_area .text_area .mid {
      width: 100%;
      display: block;
      margin-top: auto;
      font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
    #index_area .text_area .bottom {
      margin-top: 0.75em;
      margin-bottom: 1em; }
    @media screen and (max-width: 961px) {
      #index_area .text_area {
        padding: 1em;
        margin-right: -160px;
        width: calc(50% + 160px + 3em);
        position: static;
        display: none; }
        #index_area .text_area .big {
          font-size: 1.5em; }
        #index_area .text_area .text {
          font-size: 1em; } }
    @media screen and (max-width: 641px) {
      #index_area .text_area {
        width: 100%;
        margin-right: 0;
        letter-spacing: 0; }
        #index_area .text_area .big {
          font-size: 1.25em; } }
  #index_area .img_area {
    /*position: absolute;*/
    /*width: auto;
    height: 100%;*/
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (max-width: 961px) {
      #index_area .img_area {
        margin: 20px auto;
        width: 93%; } }
    #index_area .img_area img {
      margin-left: auto;
      width: auto !important;
      width: 100%; }
    #index_area .img_area .rela {
      position: relative; }
      #index_area .img_area .rela .sp_only {
        display: none !important; }
      #index_area .img_area .rela .mainmap {
        width: 100% !important;
        display: block; }
      #index_area .img_area .rela .links a {
        position: absolute;
        display: block;
        /* width: 24.3874%; */
        /* height: 23.4%; */
        width: 23.1%;
        height: 5.8%; }
        #index_area .img_area .rela .links a img {
          display: block;
          width: 100% !important; }
        #index_area .img_area .rela .links a:first-child {
          /* top: 1%; */
          /* left: 0%; */
          /* top: 85%;
          left: 12.2%; */
          top: 75%;
          left: 13.2%; }
        #index_area .img_area .rela .links a:nth-child(2) {
          /* top: 1.6%; */
          /* right: 0%; */
          /* top: 60.5%;
          left: 64%;  */
          top: 50.5%;
          left: 61.5%;
        }
        #index_area .img_area .rela .links a:nth-child(3) {
          top: 26.2%;
          left: 6%; }
        #index_area .img_area .rela .links a:nth-child(4) {
          top: 26%;
          right: 8.1%; }
        #index_area .img_area .rela .links a:nth-child(5) {
          top: 51.2%;
          left: 9.5%; }
        #index_area .img_area .rela .links a:nth-child(6) {
          top: 51.4%;
          right: 14.8%; }
        #index_area .img_area .rela .links a:nth-child(7) {
          top: 76.7%;
          left: 19.1%; }
    @media screen and (max-width: 961px) {
      #index_area .img_area {
        position: static;
        width: 100%;
        margin: 0px auto 0; }
        #index_area .img_area .rela .sp_only {
          display: block !important; }
        #index_area .img_area .rela .links a {
          opacity: .7;
          height: 5.6%;
          width: 40.3%; }
          #index_area .img_area .rela .links a img {
            display: none !important; }
          #index_area .img_area .rela .links a:first-child {
            top: 45.2%;
            left: 4.7%; }
          #index_area .img_area .rela .links a:nth-child(2) {
            top: 91.8%;
            left: 54.7%; }
          #index_area .img_area .rela .links a:nth-child(3) {
            top: 16%;
            left: 2%;
            width: 44.1856%;
            height: 15%; }
          #index_area .img_area .rela .links a:nth-child(4) {
            top: 67.4%;
            right: 1%;
            width: 45.2277%; }
          #index_area .img_area .rela .links a:nth-child(5) {
            top: 67.5%;
            left: 2%;
            width: 44.6037%; }
          #index_area .img_area .rela .links a:nth-child(6) {
            top: 83.9%;
            right: 0.8%;
            width: 47.0358%; }
          #index_area .img_area .rela .links a:nth-child(7) {
            top: 83.9%;
            left: 0.8%;
            width: 47.0358%; }
        #index_area .img_area img {
          margin: 0 auto;
          width: 100% !important;
          height: auto !important; } }
          #index_area .btn_02{
            margin: 3.5em auto 0;
          }
          @media screen and (max-width: 961px) {
            #index_area .btn_02 {
              margin-top: 1em;
            }
          }

#index_area2 {
  /* background: #EAE1D2; */
  background: #f0f0f0;
  padding: 0;
  padding-top: 0 !important;
  position: relative;
  margin-top: 140px; }
  #index_area2 .inner {
    position: static; }
  @media screen and (max-width: 961px) {
    #index_area2 {
      margin-top: 40px; } }
  #index_area2 .ttl_icon {
    background-color: #f7931e; }
  #index_area2 .ttl_icon_borderArea {
    border: none;
    display: block;
    /* position: relative; */ }
  #index_area2 .text_area {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-right: -160px; */
    padding: 2em 1.5em;
    padding: 4em 1.5em 20em;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1; }

    #index_area2 .text_area_bg {
    margin-left: calc(50% - 50vw);
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 64%;
    padding: 10px 50px 30px 100px;
  }
    #index_area2 .text_area .ttl {
      color: #534741;
      /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
      padding: 0;
      letter-spacing: 0.2em;
      margin-bottom: 0.75em;
      font-size: 2.5em;
      font-weight: 600;
      text-align: left;
      position: relative;
      line-height: 1.25; }
      #index_area2 .text_area .ttl .small {
        display: block;
        font-size: 0.4375em;
        line-height: 1;
        margin-bottom: 0.25em;
        letter-spacing: .05em; }
    #index_area2 .text_area .text {
      width: 100%;
      display: block;
      font-size: 1.25em; }
    #index_area2 .text_area .big {
      font-size: 1.8125em; }
    #index_area2 .text_area .top {
      margin-top: 1em;
      margin-bottom: 1em; }
    #index_area2 .text_area .mid {
      width: 100%;
      display: block;
      margin-top: auto;
      /* font-family: "A1 Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */ }
    #index_area2 .text_area .bottom {
      margin-top: 0.75em;
      margin-bottom: 1em; }
    @media screen and (max-width: 961px) {
      #index_area2 .text_area {
        padding: 1em;
        padding-bottom: 63vw;
        margin-right: -160px;
        width: calc(50% + 160px + 3em); }
        #index_area2 .text_area .big {
          font-size: 1.5em; }
        #index_area2 .text_area .text {
          font-size: 1em; } 
        #index_area2 .text_area_bg {
          margin-left: calc(50% - 39vw);
          width: 80%;
          padding: 20px 33px 30px 30px;
          }
        }
    @media screen and (max-width: 641px) {
      #index_area2 .text_area {
        width: 100%;
        margin-right: 0;
        letter-spacing: 0; }
        #index_area2 .text_area .big {
          font-size: 1.25em; }
          #index_area2 .text_area_bg {
            margin-left: calc(50% - 50vw);
            width: 122%;
            padding: 10px 40px 30px 40px;
          }
          #index_area2 .text_area .top {
            margin-top: 3em;
          }
        }
  #index_area2 .img_area {
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0;
    right: 0;
    padding: 0 8px; }
    #index_area2 .img_area img {
      margin-left: auto;
      /* width: auto !important; */
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      /* max-width: 821px; */ }
    @media screen and (max-width: 961px) {
      #index_area2 .img_area {
        position: static;
        width: 100%;
        margin: 0px auto 0;
        padding: 0;
        position: absolute;
        height: auto; }
        #index_area2 .img_area img {
          margin: 0 auto;
          width: 100% !important;
          height: auto !important; } }
  #index_area2 .circle {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: #C91933;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 7em;
    top: 1em;
    width: 190px; }
    #index_area2 .circle .txt {
      color: #fff;
      font-size: 2.5em;
      letter-spacing: 0.1em;
      line-height: 1;
      text-align: center; }
      #index_area2 .circle .txt span {
        font-size: 0.6em; }
    @media screen and (max-width: 961px) {
      #index_area2 .circle {
        right: 1em;
        width: 110px;
      z-index: 10;
      top: 1.5em; }
        #index_area2 .circle .txt {
          font-size: 1.5em; }
    }

#index_faq {
  /* margin-top: 150px; */ }
  #index_faq .ttl_icon {
    background-color: #333333; }
  #index_faq .ttl_icon_borderArea {
    border: none;
    padding: 2em 1.5em; }
  @media screen and (max-width: 961px) {
    #index_faq {
      margin-top: 0; }
      #index_faq .ttl_icon_borderArea {
        padding: 1em; } }

#index_blog {
  /*background: center / cover url("../img/common/drawing_bg.jpg") repeat;*/ }
  #index_blog .time {
    font-size: 0.75em;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 10px; }
  #index_blog p {
    padding: 0 10px;
    word-wrap: break-word; /* テキストを折り返す */
    white-space: normal; /* テキストを通常のスペースで表示 */
    overflow: hidden; /* オーバーフローを隠す */
  }
  #index_blog::after {
    content: "";
    position: absolute;
    bottom: -7%;
    /* background-color: #EAE1D2; */
    background-color: #f0f0f0;
    width: 100%;
    height: 40%;
    z-index: -1; }

    #index_blog .img_area img{
    aspect-ratio: 300 / 268;
    background-size: cover;
    background-position: center;
  }
  @media screen and (max-width:961px) {
    #index_blog .list_construction .content{
      width: 90%;
    }
    #index_blog::after {
      height: 67%;
    }
  }
#index_design {
  background-color: #f0f0f0; }
  #index_design .list {
    display: flex;
    gap: 5vw 1%; }
    #index_design .list .item {
      background-color: #fff; }
      #index_design .list .item a {
        display: block;
        padding: 2%; }
    @media screen and (max-width: 641px) {
      #index_design .list {
        flex-wrap: wrap; }
        #index_design .list .item {
          width: 100%; }
          #index_design .list .item:nth-of-type(2) {
            display: none; } }
#index_construction {
  padding-top: 136px;
}
#construction #index_construction {
  background: center/cover url("../img/child/construction/construction_category_bg.png") no-repeat;
  position: relative; }
  #construction #index_construction::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #EAE1D2;
    width: 100%;
    height: 50%;
    z-index: -1; }
  #construction #index_construction li {
    position: relative; }
    #construction #index_construction li .rank_icn {
      position: absolute;
      width: 80px;
      height: 80px;
      top: -10px;
      left: -10px;
      z-index: 2; }
      @media screen and (max-width: 961px) {
        #construction #index_construction li .rank_icn {
          width: 50px;
          height: 50px; } }
#construction .list_type_const {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px; }
  #construction .list_type_const > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    padding: 1.25em 0;
    margin: 4px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: .7em;
    letter-spacing: -0.125em; }
    #construction .list_type_const > *.active {
      background-color: #004129; }
    #construction .list_type_const > * a {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
#construction .list_construction {
  margin-bottom: 40px; }
  #construction .list_construction .content {
    background-color: transparent; }
  #construction .list_construction .border {
    border: none; }
@media screen and (max-width: 961px) {
  #construction .list_type_const {
    margin-top: 24px; }
    #construction .list_type_const > * {
      width: calc(50% - 8px); } }

p.intro_txt {
  text-align: center;
  margin-bottom: 40px; }

.ttl_section::after {
  display: none; }

.section {
  /* padding-top: 180px !important; } */
  /* padding-top: 122px !important; } */
  padding-top: 122px; }
  @media screen and (max-width: 961px) {
    .section {
      padding-top: 80px !important; } }

#sp-top_bnrBox .bnrBox {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 27px auto 0;
  width: 90%; }
  @media screen and (max-width: 961px) {
    #sp-top_bnrBox .bnrBox {
      max-width: 660px;
      display: block; } }
  #sp-top_bnrBox .bnrBox a {
    margin-top: 15px;
    display: block;
    width: 32%; }
    @media screen and (max-width: 961px) {
      #sp-top_bnrBox .bnrBox a {
        width: 100%; } }
  #sp-top_bnrBox .bnrBox.sp_only {
    display: none; }
    @media screen and (max-width: 961px) {
      #sp-top_bnrBox .bnrBox.sp_only {
        display: block;
        justify-content: center; }
        #sp-top_bnrBox .bnrBox.sp_only .flex {
          display: flex; }
          #sp-top_bnrBox .bnrBox.sp_only .flex a {
            margin-top: 0 !important;
            width: 50% !important; }
        #sp-top_bnrBox .bnrBox.sp_only a {
          margin-top: 0;
          width: 50%; }
          #sp-top_bnrBox .bnrBox.sp_only a:last-child {
            width: 100%;
            margin-top: 10px; } }

.bnr_company {
  max-width: 1000px;
  margin: 44px auto 0;
  font-size: 1.32em;
  display: block; }
