/*@charset "UTF-8";*/

@media screen and (min-width: 750px) {

  .for_sp,
  .-sp,
  img[src*="_sp"],
  img[src*="_sp_"] {
    display: none !important;
  }

  .contents_all_wrap {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .inner_content_wrap {
    max-width: 980px;
    margin: auto;
    width: 100%;
    position: relative;
  }

  .anchor_point {
    position: relative;
    top: -50px;
  }



  .btn_white {
    font-size: 20px;
    color: #fff;
    border: 2px solid var(--orange_1);
    text-align: center;
    padding: 0.5em 3em 0.5em 2em;
    font-weight: normal;
    position: relative;
    border-radius: 50vw;
    display: inline-block;
    margin-top: 1em;
    color: var(--orange_1);
    background-color: #fff;
  }

  .btn_white:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.3em;
    background-image: url(../images/icon_btn_white_arrow_200ace98f6cfca23.svg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
    height: 2em;
    width: 2em;
  }

  .btn_orange {
    font-size: 20px;
    color: #fff;
    background: rgb(246, 94, 1);
    background: linear-gradient(90deg, rgba(246, 94, 1, 1) 0%, rgba(252, 129, 0, 1) 100%);
    text-align: center;
    padding: 0.5em 3em 0.5em 2em;
    font-weight: bold;
    position: relative;
    border-radius: 50vw;
    display: inline-block;
    margin-top: 1em;
  }

  .btn_orange:after {
    content: "";
    position: absolute;
    right: 0.6em;
    background-image: url(../images/icon_btn_detail_8523f580d2238097.svg);
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    height: 1.5em;
    width: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*kv_section///////////////////////*/

  section.kv {
    background-color: #000;
    line-height: 0;
    background-image: url(../images/kv_bg_82e09a9624110bd4.jpg);
    background-position: center;
    background-size: auto 100%;
  }

  section.kv .kv_inner {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }







  /*anchor_section///////////////////////*/

  section.anchor {
    background-color: #eee;
    padding: 50px 0 50px;
    text-align: center;
  }

  section.anchor.anchor .anchor_title {
    margin: auto;
    width: 500px;
  }


  section.anchor .anchor_btn_wrap {
    background-color: #eee;
    padding: 40px 0 0 0;
    0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 10px;
    max-width: 920px;
    margin: auto;
  }

  section.anchor .anchor_btn_wrap a.anchor_btn {
    width: 33.3%;
    display: block;
  }


  /*.contents_section///////////////////////*/

  section.content {
    margin: auto;
    width: 100%;
    padding: 80px 0 26px;
  }

  section.content .title {
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }

  section.content .title::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 100vw;
    height: 46px;
    margin: auto;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, rgba(252, 129, 0, 1) 0%, rgba(246, 94, 1, 1) 50%, rgba(252, 129, 0, 1) 100%);
    z-index: 0;
  }

  section.content .title .title_name {
    display: inline-block;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 34px;
    font-weight: 900;
    z-index: 1;
  }

  section.content .title .title_name::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 430px;
    height: 50px;
    margin: auto;
    z-index: -1;
    position: absolute;
    background-color: #fff;
    transform: skew(-21deg, 0deg);
  }






  /*detail_btn_wrap----------------*/

  .detail_btn_allwrap {
    padding-top: 26px;
  }

  .detail_btn_allwrap .detail_arrow {
    width: 100px;
    margin: 20px auto 20px;
  }

  .detail_btn_allwrap .detail_btn_wrap {
    width: 100%;
    height: 274px;
    margin: auto;
    background-image: url(../images/detail_bg_pc_aa0cf1f77ed0e937.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 33px;
    /* margin-top: 78px; */
  }

  /*
  .detail_btn_allwrap .cv_mountain.detail_btn_wrap {

    margin-top: 100px;
  }
*/

  .detail_btn_allwrap .detail_btn_wrap .detail_title {
    font-weight: 900;
    color: #000;
    text-align: center;
    /* margin-top: 34px; */
    font-style: italic;
    font-size: 34px;
    margin-bottom: 49px;
  }

  .detail_btn_allwrap .detail_btn_wrap .btn_orange {
    margin: auto;
    display: inline-block;
    width: 330px;
  }

  .detail_btn_allwrap .detail_btn_wrap .btn_orange::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background-image: url(../images/detail_badge_a2dad686c32c7cbd.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    box-sizing: border-box;
    left: -59px;
    top: -63px;
  }


  /*section brand//////////////////////////////////////*/
  section.brand {
    background-color: #EEEEEE;
    padding: 50px 0 100px;
    margin-top: 100px;
  }

  section.brand .brand_title {
    max-width: 692px;
    margin: auto;
    margin-bottom: 50px;
  }


  .brand_5g_bnr {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .brand .remarks {
    max-width: 980px;
    margin: 10px auto 0 auto;
    color: #666666;
    font-size: 14px;
  }

  .brand .brand_5g_title {
    margin: 69px auto 35px;
    max-width: 970px;
    padding: 50px 100px;
    /* margin: auto; */
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .brand a.btn_white {
    width: 430px;
    margin: auto;
    display: block;
    font-size: 16px;
    color: var(--orange_1);
    font-weight: bold;
    line-height: 1.2em;
  }






  /*page-read01_pos------------------*/
  .page-read01_pos {
    position: relative;
    top: -240px;
  }


  /*content swiper slider*/

  .slider_common {
    margin: auto;
    overflow: visible;
  }

  .content .swiper-button-next,
  .content .swiper-button-prev {
    background-color: #fff;
    height: 22px;
    position: absolute;
    width: 20px;
    color: #fff;
    top: auto;
    bottom: 0;
    margin: auto;
  }


  .content .swiper-button-next {
    left: 190px;
    right: 0;
    margin: auto;
  }

  .content .swiper-button-prev {
    left: -180px;
    margin: auto;
    right: 0;
  }

  .content .swiper-button-next:after,
  .content .swiper-button-prev:after {
    font-size: 17px;
    font-weight: bold;
    color: #000;
  }


  .content .swiper-pagination {
    bottom: 2px;
  }

  .content .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--orange_1);
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    padding-bottom: 30px;
  }


  /*modal*/

  .modal_all_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .modal_wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal_all_wrap .modal_bg {
    height: 100dvh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 4;
    cursor: pointer;
  }

  .modal_all_wrap .modal_btn_close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 50px;
    width: 50px;
    z-index: 4;
    pointer-events: none;
  }


  .modal_all_wrap .modal_item_wrap {
    max-width: 780px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    z-index: 4;
    padding: 30px 0;
    overflow-y: auto;
    max-height: 100vh;
  }

  .modal_all_wrap .modal_title {
    width: 320px;
    margin: auto;
    margin-bottom: 20px;
  }

  .modal_all_wrap .modal_lead {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--orange_1);
    line-height: 1.3em;
  }


  .modal_all_wrap .modai_note {
    font-size: 17px;
    color: #222;
    font-weight: 900;
    letter-spacing: -0.01em;
  }

  .modal_all_wrap a {
    min-width: 440px;
    color: #fff;
    text-decoration: none;
  }


  /*modal swiper slider*/

  .slider_modal {
    margin: auto;

  }

  .slider_modal .swiper-wrapper {}

  .slider_modal .slide_item_wrap img {
    width: 100%;
  }

  .slider_modal .note {
    text-align: left;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
  }

  .slider_modal .swiper-button-next,
  .slider_modal .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.8);
    height: 50px;
    position: absolute;
    width: 46px;
    color: #fff;
    top: 100px;
  }

  .slider_modal .swiper-button-next {
    left: calc(0px + 500px);
    right: 0;
    margin: auto;
  }

  .slider_modal .swiper-button-prev {
    left: calc(0px - 500px);
    margin: auto;
    right: 0;
  }

  .slider_modal .swiper-button-next:after,
  .slider_modal .swiper-button-prev:after {
    font-size: 25px;
  }

  .modal_all_wrap .swiper-pagination {
    position: relative;
    margin: 0px 0;

  }

  .modal_all_wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--orange_1);
  }

  .modal_all_wrap .js-modal_item_event .btn_orange:after {
    background-image: url(../images/icon_arrow_white_5b4beacd4a9d22cb.svg);
    background-size: 1em;
  }


  .modal_all_wrap .tag {
    color: #fff;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    text-align: center;
    z-index: 1;
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0 0 4px 4px;
  }

  .modal_all_wrap .tag.tag_experience {
    background-color: var(--orange_1);
  }

  .modal_all_wrap .tag.tag_area {
    background-color: #16a490;
  }



  /*animation-----------------------*/
  .animation_fadeUp.on {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .animation_fadeUp {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }



  /*end--------------------------------------*/

  /*format_edit*/
  .footerSiteMap {
    padding-bottom: 100px;
  }

}


@media screen and (min-width: 1200px) {
  .modal_all_wrap .modal_item_wrap {
    margit-left: 180px;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .modal_all_wrap .modal_item_wrap {
    padding-left: 0px;
  }
}
