/* section__top  */

#home #section__top {
    position: relative;
    background-image: url("../img/home/top/shutterstock_743757511.jpg");
    height: 1567px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%;
    text-align: center;
}

#home #section__top .content_body {
    padding: 0px 40px;
}

#home #section__top .top__section_logo {
    width: 100%;
    max-width: 430px;
    object-fit: contain;
    padding-top: 195px;
    padding-bottom: 9px;
    display: inline-block;
}

#home #section__top p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

#home #section__top .text_box_1 {
    height: 92px;
    font-size: 42px;
    line-height: 56px;
    font-weight: bold;
    color: #ffffff;
}

#home #section__top .text_box_2 {
    height: 92px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 30px;
    font-weight: bold;
}

#home #section__top .text_box_3 {
    /* height: 351px; */
    font-size: 30px;
    font-weight: lighter;
    color: #ffffff;
}

#home #section__top .text_box_padding_1 {
    padding-top: 20px;
    white-space: nowrap;
}

#home #section__top .text_box_padding_2 {
    padding-top: 0px;
}

#home #section__top .text_box_padding_3 {
    padding-top: 156px;
    font-weight: 200;
}

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

@media (max-width: 767px) {
    #home #section__top {
        height: 1100px;
    }

    #home #section__top .content_body {
        padding: 0px 20px;
    }

    #home #section__top .top__section_logo {
        max-width: 283px;
        padding-bottom: 81px;
    }

    #home #section__top .top__section_button {
        display: none;
    }

    #home #section__top .text_box_1 {
        height: 120px;
        font-size: 30px;
        line-height: 40px;
    }

    #home #section__top .text_box_2 {
        height: 70px;
        font-size: 16px;
    }

    #home #section__top .text_box_3 {
        height: 202px;
        font-size: 16px;
    }

    #home #section__top .text_box_padding_1 {
        padding-top: 0px;
    }

    #home #section__top .text_box_padding_3 {
        padding-top: 47px;
    }
}

/* section__newsRelease */
#home #section__newsRelease {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
}

#home #section__newsRelease .topics {
    width: 100%;
    max-width: calc(790px + 80px);
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 75px;
}

#home #section__newsRelease .topics dl {
    padding-bottom: 30px;
}

#home #section__newsRelease .topics dt {
    clear: left;
    float: left;
    width: 100px;
    font-size: 16px;
    text-align: left;
}

#home #section__newsRelease .topics dd {
    margin-left: 121px;
    text-align: left;
    font-size: 16px;
}

#home #section__newsRelease .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__newsRelease .text_box_2 {
    font-size: 1.4em;
}

#home #section__newsRelease .spacing_1 {
    padding-top: 75px;
}

#home #section__newsRelease .border_button {
    margin-top: 20px;
    padding: 10px 40px;
    border-radius: 2px;
    font-size: 1.4em;
    display: inline-block;
    transition: all 0.2s;
}

#home #section__newsRelease .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

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

@media (max-width: 767px) {
    #home #section__newsRelease .topics {
        width: 100%;
        max-width: calc(790px + 80px);
        padding-left: 20px;
        padding-right: 20px;
    }

    #home #section__newsRelease .topics dt {
        font-weight: bold;
    }

    #home #section__newsRelease .topics dt {
        float: unset;
    }

    #home #section__newsRelease .topics dd {
        margin-left: unset;
    }
}

/* section__aboutUs */
#home #section__aboutUs {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    background-image: url("../img/home/about_us/ishigaki-island-1276616_1920.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    text-align: center;
}

#home #section__aboutUs:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#home #section__aboutUs .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__aboutUs .text_box_2 {
    font-size: 1.4em;
}

#home #section__aboutUs .spacing_1 {
    padding-top: 75px;
}

#home #section__aboutUs .wrap-content {
    z-index: 2;
    position: relative;
}

#home #section__aboutUs .card_group {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

#home #section__aboutUs .card_item {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 22px;
    margin: 15px;
    width: 100%;
    max-width: 380px;
}

/* Add a background color on hover */

#home #section__aboutUs .card_item:hover {
    background-color: rgba(255, 255, 255, 1);
}

#home #section__aboutUs .card_item .card_item_title {
    color: #66b72f;
    font-size: 30px;
    line-height: 40px;
}

#home #section__aboutUs .card_item .card_item_body {
    color: #111111;
    font-size: 16px;
    padding-top: 28px;
}

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

@media (max-width: 767px) {
    #home #section__aboutUs .card_group {
        flex-direction: column;
        align-items: center;
    }

    #home #section__aboutUs .card_item {
        width: auto;
        margin: 0 0px 20px;
    }
}

/* section__ourServices */
#home #section__ourServices {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
}

#home #section__ourServices .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__ourServices .text_box_2 {
    font-size: 1.4em;
}

#home #section__ourServices .spacing_1 {
    padding-top: 75px;
}


#home #section__ourServices .spacing_3 {
    padding-top: calc(60px - 15px);
}

#home #section__ourServices .spacing_4 {
    padding-bottom: calc(73px - 15px);
}

#home #section__ourServices .card_group {
    width: 100%;
    max-width: calc(1200px + 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 calc(20px + 5px);
    margin-top: 60px;
}

#home #section__ourServices .card_item {
    position: relative;
    width: 100%;
    max-width: 380px;
    background-color: gray;
    height: 480px;
    margin: 15px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

#home #section__ourServices .card_item>div:nth-child(1) {
    width: 100%;
    height: 100%;
}

#home #section__ourServices .card_item figure {
    width: 100%;
    height: 100%;
}

#home #section__ourServices .card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
    border-radius: 2px;
}

#home #section__ourServices .card_item:hover img {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#home #section__ourServices .card_item .sub_card {
    width: 100%;
    max-width: 380px;
    position: absolute;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.7);
}

#home #section__ourServices .card_item .sub_card .card_item_title {
    color: white;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin: 20px 10px 0px 10px;
    display: inline-block;
    min-height: 40px;
}

#home #section__ourServices .card_item .sub_card .card_item_body {
    color: white;
    font-size: 16px;
    font-weight: lighter;
    margin: 10px 15px;
    min-height: 80px;
}

#home #section__ourServices .card_item .sub_card .border_button {
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    padding: 8px 24px;
    margin-bottom: 20px;
    border-radius: 2px;
    display: inline-block;
}

#home #section__ourServices .card_item .sub_card .border_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

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

@media (max-width: 767px) {
    #home #section__ourServices .card_group {
        padding: 0 calc(20px + 0px);
        padding-bottom: calc(75px - 20px);
    }

    #home #section__ourServices .card_item {
        height: 480px;
        margin: 10px 0px;
    }

    #home #section__ourServices .card_item .sub_card .card_item_title {
        margin: 20px 15px;
    }

    #home #section__ourServices .card_item .sub_card .card_item_body {
        margin: 5px 15px 10px 15px;
    }
}

/* section__members */
#home #section__members {
    padding-top: 75px;
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
    background-color: rgba(238, 238, 238, 1);
}

#home #section__members .section__members-content {
    position: relative;
}

#home #section__members .gallery {
    background-color: #eee;
}

#home #section__members .carousel {
    width: 100%;
    max-width: 1040px;
    padding-bottom: 10px;
    margin-top: 75px;
}

#home #section__members .carousel .carousel-cell {
    width: 100%;
    max-width: calc((1040px / 4) - 60px);
    margin-right: 30px;
    margin-left: 30px;
    counter-increment: carousel-cell;
    display: flex;
    flex-wrap: wrap;
}

#home #section__members .carousel .special_cell {
    max-width: calc((1040px) - 60px);
}

#home #section__members .carousel .carousel-cell img {
    margin: auto;
    width: 200px;
    height: 280px;
    background: #8c8;
    object-fit: cover;
    border-radius: 2px;
}

#home #section__members .carousel .carousel-cell p {
    margin: auto;
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding-top: 15px;
}

#home #section__members .button_members {
    font-size: 1.4em;
    color: rgba(17, 17, 17, 1);
    position: absolute;
    bottom: -20px;
    right: 0px;
    padding-right: 40px;
}

.flickity-page-dots .dot {
    margin-top: 10px !important;
    background: rgba(255, 255, 255, 1) !important;
}

.flickity-page-dots .dot.is-selected {
    background: rgba(150, 150, 150, 1) !important;
}

.flickity-prev-next-button {
    display: none;
}

#home #section__members .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__members .text_box_2 {
    font-size: 1.4em;
}

#home #section__members .spacing_1 {
    padding-top: 75px;
}


@media (max-width: 1024px) {
    #home #section__members .carousel {
        max-width: calc(260px * 3);
    }

    #home #section__members .carousel .special_cell div {
        position: relative;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    #home #section__members .carousel {
        max-width: calc(260px * 2);
    }

    #home #section__members .button_members {
        bottom: -60px;
        right: 0;
        left: 0;
        padding-right: 0px;
    }
}

@media (max-width: 425px) {
    #home #section__members .carousel {
        max-width: 260px;
    }
}

/* section__compass */
#home #section__compass {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgba(235, 241, 255, 1);
}

#home #section__compass .img_compass_title {
    width: 100%;
    max-width: 406px;
}

#home #section__compass .text_box_1 {
    color: rgba(102, 183, 47, 1);
    font-size: 30px;
    line-height: 30px;
}

#home #section__compass .text_box_2 {
    padding-top: 10px;
    font-size: 1.6em;
}

#home #section__compass .spacing_1 {
    margin: 75px 40px 50px;
    margin-top: 0;
}

#home #section__compass .spacing_2 {
    width: 100%;
    padding: 0px 40px 35px;
}

#home #section__compass .card_group {
    width: 100%;
    max-width: calc(1200px + 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 calc(20px + 5px);
}

#home #section__compass .card_item {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 220px;
    margin: 15px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

#home #section__compass .card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 70%;
    transition: transform 0.2s;
    /* Animation */
}

#home #section__compass .card_item:hover img {
    opacity: 100%;
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#home #section__compass .card_item .sub_card {
    width: 100%;
    max-width: 380px;
    position: absolute;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.7);
}

#home #section__compass .card_item .badge {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.7);
    text-align: center;
    line-height: 4.0em;
    color: white;
    font-weight: bold;
    border-radius: 2px;
}

#home #section__compass .card_item .badge .text_badge {

    display: inline-block;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#home #section__compass .card_item .bg-yellow {
    background-color: rgba(200, 162, 16, 1);
}

#home #section__compass .card_item .bg-green {
    background-color: rgba(102, 183, 47, 1);
}

#home #section__compass .card_item .bg-red {
    background-color: rgba(232, 52, 24, 1);
}

#home #section__compass .card_item .badge .badge_text {
    background-color: rgba(232, 52, 24, 1);
}

#home #section__compass .card_item .sub_card .card_item_body {
    color: white;
    font-size: 1.6em;
    font-weight: lighter;
    margin: 7px 15px;
}

#home #section__compass .border_button {
    margin-top: 35px;
    padding: 10px 40px;
    color: rgba(17, 17, 17, 1);
    border-radius: 2px;
    font-size: 1.4em;
    display: inline-block;
}

#home #section__compass .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

#home #section__compass .card_item .badge>img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}

#home #section__compass .card_item .badge>p {
    display: inline-block;
    font-size: 1.4em;
}

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

@media (max-width: 767px) {
    #home #section__compass .img_compass_title {
        width: 100%;
        max-width: 270px;
    }

    #home #section__compass .spacing_1 {
        margin: 75px 20px 50px;
        margin-top: 0;
    }

    #home #section__compass .spacing_2 {
        padding: 0;
    }

    #home #section__compass .card_group {
        padding: 0 calc(20px + 0px);
    }

    #home #section__compass .card_item {
        margin: 10px 0px;
    }

    #home #section__compass .card_item .sub_card .card_item_title {
        margin: 20px 15px;
    }

    #home #section__compass .border_button {
        margin-top: calc(75px - 20px);
    }

    #home #section__compass .text_box_2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    #home #section__compass .text_box_1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
}

/* section__companyInfo */
#home #section__companyInfo {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: white;
}

#home #section__companyInfo .topics {
    width: 100%;
    max-width: calc(790px + 80px);
    padding-left: 40px;
    padding-right: 40px;
}

#home #section__companyInfo .topics hr {
    width: 100%;
    border: initial;
    border-top: 1px solid rgba(126, 126, 126, 1);
    margin: 15px auto;
}

#home #section__companyInfo .topics dt {
    clear: left;
    float: left;
    width: 100px;
    font-size: 16px;
    text-align: left;
}

#home #section__companyInfo .topics dd {
    margin-left: 121px;
    text-align: left;
    font-size: 16px;
}

#home #section__companyInfo .topics p {
    text-align: left;
    clear: left;
    float: left;
    font-size: 16px;
    padding-bottom: 16px;
}

#home #section__companyInfo .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__companyInfo .text_box_2 {
    font-size: 1.4em;
}

#home #section__companyInfo .text_box_3 {
    float: left;
    font-size: 24px;
    line-height: 47px;
    height: 47px;
    font-weight: bold;
    color: rgba(47, 47, 47, 1);
}

#home #section__companyInfo .spacing_1 {
    padding-top: 75px;
}

#home #section__companyInfo .spacing_3 {
    margin-top: 75px;
}

#home #section__companyInfo .spacing_4 {
    margin-top: 66px;
}

#home #section__companyInfo .spacing_5 {
    margin-top: 85px;
}

#home #section__companyInfo .border_button {
    margin-top: 49px;
    margin-bottom: 75px;
    width: 190px;
    height: 40px;
    color: black;
}

#home #section__companyInfo .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
}

@media (max-width: 767px) {
    #home #section__companyInfo .topics {
        width: 100%;
        max-width: calc(790px + 80px);
        padding-left: 20px;
        padding-right: 20px;
    }

    #home #section__companyInfo .topics dt {
        font-weight: bold;
    }

    #home #section__companyInfo .topics dt {
        float: unset;
    }

    #home #section__companyInfo .topics dd {
        margin-left: unset;
    }
}

/* section__recruit */

#home #section__recruit {
    padding-top: 75px;
    padding-bottom: 175px;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgba(65, 114, 252, 0.1);
}

#home #section__recruit .text_box_1 {
    display: inline-table;
    font-size: 3.0em;
    line-height: 2.0em;
}

#home #section__recruit .text_box_2 {
    font-size: 1.4em;
}

#home #section__recruit .text_box_3 {
    font-size: 30px;
    line-height: 40px;
    color: rgba(102, 183, 47, 1);
}

#home #section__recruit .text_box_4 {
    font-size: 16px;
    width: 100%;
    max-width: 750px;
    color: rgba(17, 17, 17, 1);
}

#home #section__recruit .spacing_1 {
    padding-top: 75px;
}

/* #home #section__recruit .spacing_2 {
    margin-top: 30px;
    margin-bottom: 75px;
  } */

#home #section__recruit .spacing_3 {
    margin-top: 75px;
    padding-bottom: 25px;
}

#home #section__recruit .spacing_4 {
    padding-top: 25px;
}

#home #section__recruit .spacing_5 {
    margin-top: 75px;
    margin-bottom: 200px;
}

#home #section__recruit .spacing_6 {
    margin-bottom: 10px;
}

#home #section__recruit .contact_btn {
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(102, 183, 47, 1);
    color: white;
    font-size: 16px;
    display: inline-block;
    margin-top: 75px;
}

#home #section__recruit .btn_group {
    width: 100%;
    max-width: 790px;
    margin: auto;
    padding: 0 40px;
    left: 0;
    right: 0;
}

#home #section__recruit .btn_group .top__section_button {
    width: calc((99% - 30px) / 3);
    height: 60px;
    margin: 0;
}

#home #section__recruit .btn_group .middle_button {
    margin: 0px 15px;
}

#home #section__recruit .top__section_button img {
    padding-right: 18px;
    margin-bottom: -8px;
}

#home #section__recruit .top__section_button img {
    padding-right: 18px;
    margin-bottom: -8px;
}

#home #section__recruit .top__section_button p {
    font-size: 16px;
    font-weight: bold;
    color: #7e7e7e;
    justify-content: center;
    display: inline-block;
}

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

@media (max-width: 767px) {
    #home #section__recruit {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 75px;
    }

    #home #section__recruit .spacing_3 {
        padding-bottom: 50px;
    }

    #home #section__recruit .spacing_5 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #home #section__recruit .text_box_4 {
        text-align: left;
    }
}

/* section__pr */
#home #section__pr {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgba(235, 241, 255, 1);
  }
  
  #home #section__pr .img_compass_title {
    width: 100%;
    max-width: 406px;
  }
  
  #home #section__pr .text_box_1 {
    font-size: 3.0em;
    line-height: 2.0em;
  }
  
  #home #section__pr .text_box_2 {
    color: rgba(102, 183, 47, 1);
    padding-top: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  
  #home #section__pr .text_box_3 {
    margin: 0px auto;
    padding: 10px;
    max-width: 800px;
    font-size: 1.6rem;
  }
  
  #home #section__pr .spacing_1 {
    padding: 75px 0px 50px;
  }
  
  #home #section__pr .spacing_2 {
    width: 100%;
    padding: 0px 40px 35px;
  }
  
  #home #section__pr .card_group {
    width: 100%;
    max-width: calc(1200px + 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 calc(20px + 5px);
  }
  
  #home #section__pr .card_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-bottom: solid 1px #333333;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 25px 10px;
    overflow: hidden;
  }
  
  #home #section__pr .card_item:last-of-type {
    border-bottom: none;
  }
  
  #home #section__pr .card_item img {
    max-width: 200px;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 2px;
    transition: transform 0.2s;
    display: block;
    /* Animation */
  }
  
  #home #section__pr .card_item:hover img {
    /*opacity: 100%;
    transform: scale(1.2);*/
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  
  #home #section__pr .card_item .sub_card {
  
  }
  
  #home #section__pr .card_item .badge {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.7);
    text-align: center;
    line-height: 4.0em;
    color: white;
    font-weight: bold;
    border-radius: 2px;
  }
  
  #home #section__pr .card_item .bg-yellow {
    background-color: rgba(200, 162, 16, 1);
  }
  
  #home #section__pr .card_item .bg-green {
    background-color: rgba(102, 183, 47, 1);
  }
  
  #home #section__pr .card_item .bg-red {
    background-color: rgba(232, 52, 24, 1);
  }
  
  #home #section__pr .card_item .badge .badge_text {
    background-color: rgba(232, 52, 24, 1);
  }
  
  #home #section__pr .card_item .card_item_title {
    padding-bottom: 5px;
    width: 100%;
    font-weight: bold;
    font-size: 1.8em;
    text-align: left;
  }
  
  #home #section__pr .card_item .sub_card {
    padding: 0px 20px;
    max-width: calc(100% - 240px);
  }
  
  #home #section__pr .card_item .sub_card .card_item_info {
    font-size: 1.6em;
    text-align: left;
  }
  
  #home #section__pr .card_item .sub_card .card_item_info a {
    text-decoration: underline;
  }
  
  #home #section__pr .border_button {
    margin-top: 35px;
    margin-bottom: 75px;
    padding: 10px 40px;
    color: rgba(17, 17, 17, 1);
    border-radius: 2px;
    font-size: 1.4em;
    display: inline-block;
  }
  
  #home #section__pr .border_button:hover {
    background-color: rgb(17, 17, 17, 0.2);
  }
  
  #home #section__pr .card_item .badge > img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
  }
  
  #home #section__pr .card_item .badge > p {
    display: inline-block;
    font-size: 1.4em;
  }
  
  @media (max-width: 1024px) {
  }
  
  @media (max-width: 767px) {
    #home #section__pr .spacing_1 {
      margin: 75px 20px 50px;
    }
    #home #section__pr .spacing_2 {
      padding: 0;
    }
    #home #section__pr .card_group {
      padding: 0 calc(20px + 0px);
    }
    #home #section__pr .card_item {
      margin: 10px 0px;
    }
    #home #section__pr .card_item .card_item_title {
      margin: 10px 0px;
    }
    #home #section__pr .card_item img {
      width: 100%;
      max-width: 100%;
    }
    #home #section__pr .card_item .sub_card {
      padding: 20px 0px;
      width: 100%;
      max-width: 100%;
    }
    #home #section__pr .border_button {
      margin-top: calc(75px - 20px);
    }
    #home #section__pr .text_box_2 {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
    }
  
    #home #section__pr .text_box_1 {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 10px;
    }
  }
