.sec_information_wrap .art_text_link@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.sec_mv_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 50%;
    background-color: #c3c3c3;
}

.sec_mv_wrap .sec_inner {
    z-index: 2;
}

.sec_mv_wrap .mv {
    padding-left: 290px;
    padding-bottom: 90px;
}

.sec_mv_wrap .mv .mov {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/mv_mov_1_pf.jpg);
    background-position: center top;
    background-size: cover;
}

.sec_mv_wrap .mv .mov video {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    min-width: 102%;
    min-height: 102%;
    width: auto;
    height: auto;
    z-index: 1;
}

.sec_mv_wrap .mv .ttl {
    position: absolute;
    left: 175px;
    bottom: 50px;
    width: 670px;
    z-index: 2;
}

.sec_mv_wrap .btn_more {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
}

.sec_mv_wrap .btn_scroll {
    position: absolute;
    left: 0px;
    bottom: 50px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    text-decoration: none;
    line-height: 1;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    transform: rotate(-90deg);
    z-index: 5;
}

.sec_mv_wrap .btn_scroll::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 1px;
    background-color: #000;
    transition: 0.3s ease-in-out;
    transform: scale(1, 1);
    transform-origin: left center;
    backface-visibility: hidden;
    animation: btn_scroll 2s ease-out 2s infinite forwards;
}

@keyframes btn_scroll {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@media (min-width: 768px) {
    .sec_mv_wrap .btn_scroll:hover {
        color: #5e5e5e;
    }

    .sec_mv_wrap .btn_scroll:hover::before {
        background-color: #5e5e5e;
    }
}

@media (max-width: 767px) {
    .sec_mv_wrap {
      background-color: #c3c3c3;
      padding-bottom: 20px;
    }

    .sec_mv_wrap::after {
        display: none;
    }

    .sec_mv_wrap .mv {
        padding-left: 45px;
        padding-bottom: 57px;
    }

    .sec_mv_wrap .mv .mov video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 102%;
        min-height: 102%;
        width: auto;
        height: 100%;
        z-index: 1;
    }

    .sec_mv_wrap .mv .ttl {
        left: 20px;
        bottom: 70px;
        width: 60%;
    }

    .sec_mv_wrap .mv .ttl_2 {
        position: absolute;
        right: 25px;
        top: 25px;
        width: 34px;
        z-index: 2;
    }

    .sec_mv_wrap .btn_more {
        right: 10px;
        bottom: 10px;
        padding: 10px 10px;
        width: 130px;
        z-index: 2;
    }

    .sec_mv_wrap .btn_more span {
        font-size: 1.1rem;
    }

    .sec_mv_wrap .btn_more span::after {
        right: -15px;
    }

    .sec_mv_wrap .btn_scroll {
        display: none;
    }
}

@media (max-width: 374px) {}

/* ---------------------------------------------------- */
/* sec_service_wrap */
/* ---------------------------------------------------- */
.sec_service_wrap {
    background-color: #c3c3c3;
}

.sec_service_wrap .sec_ttl {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
}

.sec_service_wrap .brand_wrap {
    position: relative;
    margin-bottom: 40px;
    padding-top: 62%;
    /* background-image: url(../../_test/2.svg);
    background-size: 840px auto;
    background-position: center;
    background-repeat: no-repeat; */
}

.sec_service_wrap .brand_wrap .item {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    opacity: 0;
    transform: translateY(80px);
    transition: 1.5s ease-in-out;
}

.sec_service_wrap .brand_wrap.is_start .item {
    transform: translateY(0);
    opacity: 1;
}

.sec_service_wrap .brand_wrap .item .bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scaleY(0.78);
    pointer-events: none;
}

.sec_service_wrap .brand_wrap .item .bg::after {
    content: "";
    display: block;
    margin: auto;
    width: 192px;
    height: 192px;
    background-color: #FFF;
    transform: rotate(45deg);
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.sec_service_wrap .brand_wrap .ttl>* {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    white-space: nowrap;
    z-index: 2;
}

.sec_service_wrap .brand_wrap .ttl .en {
    font-size: 2.2rem;
    line-height: 1.1;
    text-align: center;
}

.sec_service_wrap .brand_wrap .ttl .en span {
    font-size: 1.6rem;
}

.sec_service_wrap .brand_wrap .ttl .ja {
    font-size: 2.1rem;
    line-height: 1.4;
    opacity: 0;
    color: #FFF;
    text-align: center;
}

.sec_service_wrap .brand_wrap .ttl .ja::before {
    content: '';
    position: absolute;
    top: 52%;
    right: -14px;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.sec_service_wrap .brand_wrap a:hover .ttl .en {
    opacity: 0;
}

.sec_service_wrap .brand_wrap a:hover .ttl .ja {
    opacity: 1;
}

.sec_service_wrap .brand_wrap .item_1 {
    left: 489px;
    top: 62px;
    color: #a62038;
}

.sec_service_wrap .brand_wrap .item_1:hover .bg::after {
    background-color: #a62038;
}

.sec_service_wrap .brand_wrap .item_2 {
    left: 632px;
    top: 174px;
    color: #225378;
}

.sec_service_wrap .brand_wrap .item_2:hover .bg::after {
    background-color: #225378;
}

.sec_service_wrap .brand_wrap .item_3 {
    left: 775px;
    top: 286px;
    color: #646464;
}

.sec_service_wrap .brand_wrap .item_3:hover .bg::after {
    background-color: #646464;
}

.sec_service_wrap .brand_wrap .item_4 {
    left: 632px;
    top: 398px;
    /* color: #237d82; */
    color: #000;
}

.sec_service_wrap .brand_wrap .item_4:hover .bg::after {
  /* background-color: #237d82; */
  background-color: #000;
}

.sec_service_wrap .brand_wrap .item_5 {
    left: 489px;
    top: 509px;
    /* color: #005bab; */
    color: #000;
}

.sec_service_wrap .brand_wrap .item_5:hover .bg::after {
    /* background-color: #005bab; */
    background-color: #000;
}

.sec_service_wrap .brand_wrap .item_5 .logo {
    width: 150px;
}

.sec_service_wrap .brand_wrap .item_6 {
    left: 347px;
    top: 398px;
    color: #1aab4b;
}

.sec_service_wrap .brand_wrap .item_6:hover .bg::after {
    background-color: #1aab4b;
}

.sec_service_wrap .brand_wrap .item_7 {
    left: 204px;
    top: 286px;
    color: #b9961e;
}

.sec_service_wrap .brand_wrap .item_7:hover .bg::after {
    background-color: #b9961e;
}

.sec_service_wrap .brand_wrap .item_8 {
    left: 346px;
    top: 174px;
    color: #225378;
}

.sec_service_wrap .brand_wrap .item_8:hover .bg::after {
    background-color: #225378;
}

.sec_service_wrap .brand_wrap .item_9 {
    left: 489px;
    top: 286px;
    transform: translateY(0);
    opacity: 1;
}

.sec_service_wrap .brand_wrap .item_9 .bg::after {
    background-color: #000;
}

.sec_service_wrap .brand_wrap .item_9 .logo {
    width: 147px;
}

/*==========================================
ポップアップ
==========================================*/
.brand_item_popup_all_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.brand_item_popup_wrap {
    height: 100%;
    padding: 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.brand_item_popup_wrap .brand_item_popup_box {
    width: 1060px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li {
    width: calc((100% - 60px)/2);
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li .brand_popup_list_img {
    overflow: hidden;
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li .brand_popup_list_title {
    background: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li span {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li span::before {
    content: '';
    position: absolute;
    top: 55%;
    right: -22px;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.brand_item_popup_all_wrap .brand_item_popup_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 0;
}

@media (min-width: 768px) {
    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li {
        margin: 0 60px 60px 0;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li:nth-child(2n) {
        margin-right: 0;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li:last-child,
    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li:nth-last-child(2) {
        margin-bottom: 0;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a .brand_popup_list_img img {
        transition: transform 0.3s;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a:hover .brand_popup_list_img img {
        transform: scale(1.1);
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a .brand_popup_list_title {
        transition: background 0.3s,color 0.3s;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a .brand_popup_list_title span::before {
        transition: border-color 0.3s,right 0.3s;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a:hover .brand_popup_list_title {
        background: #000;
        color: #fff;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li a:hover .brand_popup_list_title span::before {
        border-color: #fff;
        right: -28px;
    }

    .sec_service_wrap .brand_wrap .item_4 .en {
      top: 58%;
    }
}

@media (max-width: 767px) {
    .brand_item_popup_all_wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
    }

    .brand_item_popup_wrap {
        height: 100%;
        padding: 180px 0;
        overflow-y: scroll;
    }

    .brand_item_popup_wrap .brand_item_popup_box {
        width: 1060px;
        margin: auto;
        position: relative;
        z-index: 1;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li {
        width: calc((100% - 60px)/2);
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li .brand_popup_list_title {
        background: #fff;
        font-size: 18px;
        letter-spacing: 0.1em;
        font-weight: 500;
        text-align: center;
        padding: 10px 0;
        position: relative;
        z-index: 0;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li span {
        display: inline-block;
        position: relative;
        z-index: 0;
    }

    .brand_item_popup_wrap .brand_item_popup_box .brand_item_popup_list li span::before {
        content: '';
        position: absolute;
        top: 55%;
        right: -22px;
        transform: translateY(-50%) rotate(-45deg);
        width: 8px;
        height: 8px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .brand_item_popup_all_wrap .brand_item_popup_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: 0;
    }
}
/*==========================================
ポップアップ
==========================================*/

/*==========================================
SP：ブランド一覧
==========================================*/
.brand_list_wrap_sp {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 30px 0 42px;
}

.brand_list_wrap_sp .item {
    display: block;
    background: #fff;
    border-radius: 10px;
}

.brand_list_wrap_sp .item + .item {
    margin-top: 10px;
}

.brand_list_wrap_sp .item .item_text_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    z-index: 0;
}

.brand_list_wrap_sp .item .item_text_box .item_left {
    width: 53%;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: center;
}

.brand_list_wrap_sp .item .item_text_box .item_left .big {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_blue {
    color: #225378;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_syan {
  /* color: #237d80; */
  color: #000;
}
.brand_list_wrap_sp .item .item_text_box.sml1 {
  padding: 5px 0;
}
.brand_list_wrap_sp .item .item_text_box.sml1 .item_left {
  line-height: 1.1;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_blue02 {
    /* color: #045ba7; */
    color: #000;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_gray {
    color: #646464;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_green {
    color: #1aa24b;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_yellow {
    color: #b08d1e;
}

.brand_list_wrap_sp .item .item_text_box .item_left.color_red {
    color: #9d2038;
}

.brand_list_wrap_sp .item .item_text_box .item_right {
    width: 47%;
    font-size: 14px;
    letter-spacing: 0.025em;
    font-weight: bold;
}

.brand_list_wrap_sp .item .item_text_box i {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%) rotate(-45deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.brand_list_wrap_sp .item.hb_btn .item_text_box i {
    right: 10px;
    width: 11px;
    height: 11px;
    border: none;
    transform: translateY(-50%);
    transition: 0.3s;
}

.brand_list_wrap_sp .item.hb_btn .item_text_box i::before,
.brand_list_wrap_sp .item.hb_btn .item_text_box i::after {
    content: "";
    position: absolute;
    background: #000;
}

.brand_list_wrap_sp .item.hb_btn .item_text_box i::before {
    left: calc((100% - 2px)/2);
    top: 0;
    width: 2px;
    height: 100%;
}

.brand_list_wrap_sp .item.hb_btn .item_text_box i::after {
    top: calc((100% - 2px)/2);
    left: 0;
    width: 100%;
    height: 2px;
}

.brand_list_wrap_sp .item.hb_btn.open .item_text_box i {
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
}

.brand_list_wrap_sp .item_child_box {
    display: none;
}

.brand_list_wrap_sp .item_child_list {
    width: calc(100% - 39px);
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 14px;
    border-top: 2px solid #000;
}

.brand_list_wrap_sp .item_child_list li {
    width: calc((100% - 6px)/2);
    margin: 0 6px 16px 0;
}

.brand_list_wrap_sp .item_child_list li:nth-child(2n) {
    margin-right: 0;
}

.brand_list_wrap_sp .item_child_list li:last-child,
.brand_list_wrap_sp .item_child_list li:nth-last-child(2) {
    margin-bottom: 0;
}

.brand_list_wrap_sp .item_child_list li .list_title {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    position: relative;
}

.brand_list_wrap_sp .item_child_list li .list_title i {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
/*==========================================
SP：ブランド一覧
==========================================*/


.sec_service_wrap .btn_bcorsairs {
    position: absolute;
    left: 110px;
    top: 580px;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 15px 22px 12px 0;
    background-color: #FFF;
    border-radius: 10px;
    width: 270px;
}

.sec_service_wrap .btn_bcorsairs .img {
    margin: 0 auto 8px;
    width: 150px;
}

.sec_service_wrap .btn_bcorsairs .ttl {
    flex: none;
    font-size: 1.1rem;
    line-height: 1.4;
    transition: 0.3s ease-in-out;
}

.sec_service_wrap .btn_bcorsairs i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.sec_service_wrap .btn_bcorsairs i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translate(-65%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

.sec_service_wrap .sec_desc {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .sec_service_wrap .btn_bcorsairs.type2 {
        left: auto;
        right: 110px;
        padding-top: 7.69px;
        padding-bottom: 10px;
    }
    .sec_service_wrap .btn_bcorsairs.type2 .img {
      width: 45px;
      margin-bottom: 6px;
    }
    .sec_service_wrap .btn_bcorsairs:hover i {
        background-color: #c40016;
    }

    .sec_service_wrap .btn_bcorsairs:hover i::after {
        left: 65%;
    }

    .sec_service_wrap .btn_bcorsairs:hover .ttl {
        color: #c40016;
    }
}

@media (min-width: 768px) and (max-width: 1200px)  {
  .sec_service_wrap .btn_bcorsairs .ttl {
      font-size: 1.0rem;
  }
}

@media (max-width: 767px) {
    .sec_service_wrap {
        padding-top: 10px;
    }

    .sec_service_wrap .brand_wrap_sp {
        position: relative;
        margin-bottom: 15px;
        padding-top: 45px;
    }

    /*
    .sec_service_wrap .brand_wrap_sp .bg_1 {
        transition: 1.0s ease-in-out;
    }

    .sec_service_wrap .brand_wrap_sp.is_ja .bg_2 {
        opacity: 0;
    }

    .sec_service_wrap .brand_wrap_sp .bg_2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        transition: 1.0s ease-in-out;
    }

    .sec_service_wrap .brand_wrap_sp.is_ja .bg_2 {
        opacity: 1;
    }
    */

    .sec_service_wrap .brand_wrap_sp .list {
        width: calc(100% + 40px);
        margin-left: -20px;
        position: relative;
    }

    .sec_service_wrap .brand_wrap_sp .item {
        position: absolute;
        display: block;
        width: 20%;
        height: 12%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        /* background-color: rgb(0, 0, 0, 0.5); */
    }

    .sec_service_wrap .brand_wrap_sp .item_1 {
        left: 40%;
        top: 10%;
    }

    .sec_service_wrap .brand_wrap_sp .item_2 {
        left: 57%;
        top: 27%;
    }

    .sec_service_wrap .brand_wrap_sp .item_3 {
        left: 74%;
        top: 44%;
    }

    .sec_service_wrap .brand_wrap_sp .item_4 {
        left: 57%;
        bottom: 27%;
    }

    .sec_service_wrap .brand_wrap_sp .item_5 {
        left: 40%;
        bottom: 10%;
    }

    .sec_service_wrap .brand_wrap_sp .item_6 {
        right: 57%;
        bottom: 27%;
    }

    .sec_service_wrap .brand_wrap_sp .item_7 {
        right: 74%;
        top: 44%;
    }

    .sec_service_wrap .brand_wrap_sp .item_8 {
        right: 57%;
        top: 27%;
    }

    .sec_service_wrap .btn_bcorsairs {
        position: relative;
        left: auto;
        top: auto;
        /* display: table; */
        margin: 0 auto 15px;
        padding: 13px 30px 8px 30px;
    }

    .sec_service_wrap .btn_bcorsairs .img {
        margin: 0 auto 6px;
        width: 110px;
    }

    .sec_service_wrap .btn_bcorsairs .ttl {
        flex: none;
        font-size: 1.0rem;
        transition: 0.3s ease-in-out;
    }

    .sec_service_wrap .btn_bcorsairs i {
        width: 16px;
        height: 16px;
    }

    .sec_service_wrap .btn_bcorsairs i::after {
        width: 6px;
        height: 6px;
    }

    .sec_service_wrap .btn_bcorsairs.type2 {
        padding: 6px 30px 8px 30px;
        margin-bottom: 25px;
    }

    .sec_service_wrap .btn_bcorsairs.type2 .img {
        width: 45px;
        margin-bottom: 4px;
    }

    .sec_service_wrap .sec_desc {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* sec_information_wrap */
/* ---------------------------------------------------- */
.sec_information_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3%;
    height: 100%;
    background-color: #c3c3c3;
}


.sec_information_wrap .sec_ttl {
    margin-bottom: 90px;
}

.sec_information_wrap article {
    position: relative;
}

.sec_information_wrap article+article {
    margin-top: 90px;
}

.sec_information_wrap .art_ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.sec_information_wrap .art_ttl span {
    font-size: 2.0rem;
    font-weight: 400;
}

.sec_information_wrap .btn_wrap {
    position: absolute;
    right: 0;
    top: 5px;
}

.sec_information_wrap .archive>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.sec_information_wrap .archive>ul>li {
    flex: none;
    margin-right: 14px;
    width: calc(33.33% - 15px);
}

.sec_information_wrap .archive a {
    display: block;
}

.sec_information_wrap .archive .img {
    background-color: #dadada;
}

.sec_information_wrap .archive .img span {
    display: block;
    padding-top: 54%;
    background-size: cover;
    background-position: center;
}

.sec_information_wrap .archive .ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 10px 10px 0;
    line-height: 1.8;
    text-align: justify;
}

.sec_information_wrap .art_text_link {
    text-align: center;
    margin: -60px 0 80px;
}

.sec_information_wrap .art_text_link a {
    font-size: 1.6rem;
    padding-left: 30px;
    text-decoration: underline;
    position: relative;
}

.sec_information_wrap .art_text_link a:hover i {
    left: 5px;
}

.sec_information_wrap .art_text_link a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.sec_information_wrap .art_text_link a i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translate(-65%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .sec_information_wrap::after {
        display: none;
    }

    .sec_information_wrap .sec_ttl {
        margin-bottom: 40px;
    }

    .sec_information_wrap article+article {
        margin-top: 40px;
    }

    .sec_information_wrap .art_ttl {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

    .sec_information_wrap .art_ttl span {
        font-size: 1.6rem;
    }

    .sec_information_wrap .btn_wrap {
        position: static;
        margin-bottom: 20px;
        text-align: right;
    }

    .sec_information_wrap .archive>ul {
        margin-right: 0;
    }

    .sec_information_wrap .archive>ul>li {
        margin-right: 0;
        width: 100%;
    }

    .sec_information_wrap .archive>ul>li+li {
        margin-top: 20px;
    }

    .sec_information_wrap .archive>ul>li:nth-of-type(n+3) {
        display: none;
    }

    .sec_information_wrap .archive a {
        display: block;
    }

    .sec_information_wrap .archive .ttl {
        padding: 5px 0 0;
        font-size: 1.2rem;
    }

    .sec_information_wrap .art_text_link {
        margin: 50px 0 60px;
    }
}

/* ---------------------------------------------------- */
/* sec_other_wrap */
/* ---------------------------------------------------- */
.sec_other_wrap {
    background-color: #c3c3c3;
}

.sec_other_wrap .list {
    position: relative;
    margin: 0 -50px;
    z-index: 2;
}

.sec_other_wrap .list>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 370px;
    background-color: rgba(255, 255, 255, 0.9);
}

.sec_other_wrap .list>ul>li:nth-child(1) {
    margin-left: 50%;
}

.sec_other_wrap .list>ul>li:nth-child(2) {
    margin-right: 50%;
}

.sec_other_wrap .list .ttl {
    margin-bottom: 30px;
}

.sec_other_wrap .list .desc {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
}

.sec_other_wrap .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
}

.sec_other_wrap .swiper-slide-active .slide_img,
.sec_other_wrap .swiper-slide-duplicate-active .slide_img,
.sec_other_wrap .swiper-slide-prev .slide_img {
    height: 100%;
    background-position: center;
    background-size: cover;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-direction: normal;
    transform-origin: center top;
    animation-name: swiper1;
}

.sec_other_wrap .slide_img span {
    display: block;
    background-size: cover;
    background-position: center;
    height: 670px;
}

@keyframes swiper1 {
    0% {
        transform: translate(-5%, 0%) scale(1.10);
    }

    100% {
        transform: translate(0%, 0%) scale(1.10);
    }
}

@media (max-width: 767px) {
    .sec_other_wrap {
        padding-top: 0;
    }

    .sec_other_wrap .list {
        margin: 0 0;
    }

    .sec_other_wrap .list>ul>li {
        padding: 20px 0;
        height: auto;
        background-color: rgba(255, 255, 255, 1.0);
    }

    .sec_other_wrap .list>ul>li:nth-child(1) {
        margin-left: 00;
    }

    .sec_other_wrap .list>ul>li:nth-child(2) {
        margin-top: 20px;
        margin-right: 0;
    }

    .sec_other_wrap .list .ttl {
        margin-bottom: 20px;
    }

    .sec_other_wrap .list .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-align: center;
    }

    .sec_other_wrap .bg {
        position: static;
        transform: translate(0);
        margin: 0 -25px 25px;
        width: auto;
    }

    .sec_other_wrap .slide_img span {
        height: 0;
        padding-top: 60%;
    }
}

/* ---------------------------------------------------- */
/* sec_recruit_wrap */
/* ---------------------------------------------------- */
.sec_recruit_wrap {
    padding-bottom: 0;
    color: #FFF;
    background-color: #464646;
}

.sec_recruit_wrap .sec_ttl {
    margin-bottom: 35px;
    border-color: #FFF;
}

.sec_recruit_wrap .sec_desc {
    margin-bottom: 35px;
    font-size: 2.0rem;
    text-align: center;
}

.sec_recruit_wrap .btn_wrap {
    margin-bottom: 45px;
}

.sec_recruit_wrap .list>ul {
    display: flex;
    flex-wrap: wrap;
}

.sec_recruit_wrap .list>ul>li {
    width: 20%;
}

.sec_recruit_wrap .list>ul>li>div {
    padding-top: 65%;
    background-size: cover;
    background-position: center top;
}

@media (max-width: 767px) {
    .sec_recruit_wrap .sec_ttl {
        margin-bottom: 20px;
    }

    .sec_recruit_wrap .sec_desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .sec_recruit_wrap .btn_wrap {
        margin-bottom: 35px;
    }

    .sec_recruit_wrap .list>ul>li {
        width: 33.33%;
        visibility: visible !important;
        animation: none !important;
    }

    .sec_recruit_wrap .list>ul>li:nth-child(n + 4) {
        width: 50%;
    }

    .sec_recruit_wrap .list>ul>li>div {
        padding-top: 0;
        height: 100px;
    }
}


.radiko_bnr1_box {
  width: 620px;
  margin: 100px auto 20px;
  position: relative;
}
.radiko_bnr1 {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.kenjya_bnr_ico {
  width: 40px;
  position: absolute;
  bottom: 22px;
  left: 32px;
  transition: 0.3s ease;
}
.kenjya_bnr_ico.type2 {
  width: 41px;
  left: 80px;
}
@media (min-width: 768px) {
  .radiko_bnr1:hover {
    opacity: .7;
  }
  .kenjya_bnr_ico:hover {
    opacity: .7;
  }
}
@media (max-width: 767px) {
  .radiko_bnr1_box {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .kenjya_bnr_ico {
    width: 22px;
    bottom: 11px;
    left: 15px;
  }
  .kenjya_bnr_ico.type2 {
    width: 23px;
    left: 41px;
  }
}


.kenkou_keiei_bnr1 {
  width: 286px;
  display: block;
  position: fixed;
  right: 18px;
  bottom: 110px;
  z-index: 15;
}
@media (min-width: 768px) {
  a.kenkou_keiei_bnr1:hover {
    opacity: .7;
  }
  .kenkou_keiei_bnr1_sp {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .kenkou_keiei_bnr1 {
    display: none!important;
  }
  .kenkou_keiei_bnr1_sp {
    display: block;
    width: 286px;
    margin: 10px auto 0;
  }
}
