@charset "UTF-8";

html {
    scroll-behavior: smooth;
}


/*
*   更新履歴
*   2022.02.09 電子部品分野改修
*   2022.02.24 バーチャル工場見学、電子部品分野写真差し替え
*   2022.02.28 分野ページリンク無効
* 
 */


/* border_blue */

.overviewcp {
    border: none;
    display: flex;
    padding: 0.4rem;
}

.overview_blockcp {
    width: 20%;
    border-bottom: 0.2rem solid #0086d1;
    padding: 2.4rem;
    padding-top: -2.4rem;
}

.overview_blockcp2 {
    width: 80%;
    border-bottom: 0.2rem solid #DDDDDD;
    padding: 2.4rem;
    padding-top: -2.4rem;
}


/*********************
* fields_common
**********************/

.menuListlink {
    transition: .3s;
}

.menuListText {
    margin-right: 7rem;
}

.menuListlink:hover {
    color: #0086d1;
    transition: .3s;
}

.fa-chevron-down:before {
    transition: .3s;
    top: 0;
    position: relative;
}

.menuListlink:hover .fa-chevron-down:before {
    top: 0.5rem;
    transition: .3s;
}

@media screen and (max-width: 991px) {
    .fa-chevron-down:before {
        top: -0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .menuListText {
        padding: 2rem 0;
    }

    .fileds_link .fa-chevron-down:before {
        top: 1.8rem;
    }

    .fileds_link .menuListlink:hover .fa-chevron-down:before {
        top: 3.5rem;
    }

    .Listmargin {
        margin-left: 5.2rem;
    }
}


/*********************
* seihin_inf
**********************/

.seihin_inf .seihin_img_adjust {
    background-color: inherit;
    overflow: hidden;
}

.seihin_inf .seihin_img_adjust img {}

.seihin__Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15rem;
}


/* .seihin__Wrap::after {
  content:"";
  display: block;
  width:30%;
} */

.seihin__box {
    width: 40rem;
}

.seihin__img {
    overflow: hidden;
    width: 40rem;
    height: 26rem;
    margin-bottom: 2.5rem;
    transition: .3s;
}

.seihin__box .seihin_imgText {
    margin-top: 0;
}

.seihin__link:hover .seihin__img {
    transition: .3s;
    filter: opacity(60%);
}

.seihin__link:hover .seihin_imgText {
    color: #0086d1;
    transition: .3s;
}

.seihin_imgText {
    transition: .3s;
}

.seihin__bottom__link {
    margin-bottom: 3rem;
}

.seihin__bottom__box {
    width: 40rem;
    height: 20rem;
    overflow: hidden;
    position: relative;
}

.seihin__bottom__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.7;
}

.seihin__bottom__img {
    transition: .3s;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.seihin__bottom__box span {
    margin-top: 0.8rem;
    font-size: 1.8rem;
}

.seihin__bottom__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 15rem; */
}

.seihin__bottom__wrapper::before {
    content: "";
    display: block;
    width: 40rem;
    order: 1;
}

.seihin__bottom__wrapper::after {
    content: "";
    display: block;
    width: 40rem;
    order: 1;
}

.seihin__bottom__link:hover .seihin__bottom__img {
    transition: .3s;
    transform: scale(1.2, 1.2);
    filter: opacity(60%);
}

@media screen and (max-width: 991px) {
    .seihin__box {
        width: 55rem;
    }

    .seihin__img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .seihin__box {
        width: 40rem;
    }

    .search_result_block {
        line-height: 1.7;
    }

    .search_result_title {
        line-height: 1.7;
    }
}

@media screen and (max-width: 500px) {
    .seihin__box {
        width: 100%;
    }

    .seihin__img {
        height: 55rem;
    }

    .seihin__box .seihin_imgText {
        margin-top: 4rem;
        margin-bottom: 9rem;
    }

    .seihin__bottom__link {
        width: 48%;
    }

    .seihin__bottom__box {
        width: 100%;
        height: 55rem;
    }

    .tech_block {
        width: 100%;
    }
}


/*********************
* lowerContent
**********************/

.lowerContentAdjust {
    margin-top: 0;
    margin: 0 17rem 23.8rem;
    border-top: 0.1rem solid #DDDDDD;
    margin-top: 16rem;
}

.lowerContentAdjust .management {
   // margin-top: 15rem;
}

.lowerContentAdjust .last_management {
    margin-top: 4rem;
}

.lower_content_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lower_content_wrap::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.lower_content_wrap::after {
    content: "";
    display: block;
    width: 23%;
}

.lower_content_block {
    width: 23%;
    min-height: 35.1rem;
    margin-bottom: 6rem;
}

.lower_content_block:last-child {
    margin-bottom: 0;
}

.lower_content_img {
    width: 38rem;
    height: 22rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.lower_content_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.lower_content_text {
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .lowerContentAdjust {
        /* padding: 0 12rem 23.8rem; */
        margin: 11rem 12rem 23.8rem;
    }

    .lower_content_block {
        width: 33.3333%;
    }

    .lowerContentAdjust .last_management {
        margin-top: 14rem;
    }

    .lower_content_wrap::after {
        width: 33%;
    }

    .lower_content_textBox {
        width: 88%;
    }
}

@media screen and (max-width: 500px) {
    .lower_content_block {
        /* width: 50%; */
        width: 49%;
    }

    .lower_content_img {
        margin: 0 auto 1.5rem;
    }

    .lower_content_textBox {
        width: 100%;
        margin: 0 auto;
    }

    .lower_content_text {
        line-height: 1.3;
        width: 96%;
    }
}


/*********************
* search_results.php
**********************/

.search_result_wrap {
    margin-bottom: 6rem;
}

.Wrap_126r {
    max-width: 100%;
}

.search_result_num_wrap {
    margin-bottom: 6rem;
}

.search_result_num_block {
    color: #595656;
}

.search_result_num {
    font-size: 5rem;
    color: #0086d1;
}

.search_result_wrap {
    margin-bottom: 12rem;
}

.search_result_block {
    border: 0.1rem solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    min-height: 28rem;
    padding: 4rem;
    margin-bottom: 4rem;
}

.search_result_block:last-child {
    margin-bottom: 0;
}

.search_result_img_block {
    width: 30rem;
    /* height: 28rem; */
    overflow: hidden;
}

.search_result_textBox {
    width: 77rem;
    margin-top: 1rem;
}

.search_result_title {
    /*   font-size: 1.8rem; */
    font-size: 18px;
    margin-bottom: 1rem;
}

.search_result_text {
    /*   font-size: 1.4rem; */
    font-size: 14px;
    line-height: 1.7;
}

.search_result_arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.search_result_arrow::before {
    content: '';
    width: 1.6rem;
    height: 1.5rem;
    border: 0px;
    border-top: solid 0.2rem #0086d1;
    border-right: solid 0.2rem #0086d1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.4rem;
    transition: .3s;
}

.search_result_block:hover .search_result_arrow::before {
    left: 1rem;
    transition: .3s;
}

@media screen and (max-width: 991px) {
    .search_result_textBox {
        margin-left: 2rem;
    }

    .search_result_img_block {
        width: 40rem;
    }
}

@media screen and (max-width: 768px) {
    .search_result_block {
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .search_result_block {
        flex-wrap: wrap;
    }

    .search_result_img_block {
        width: 100%;
        margin-bottom: 7rem;
    }

    .search_result_img {
        margin: 0 auto;
    }

    .search_result_textBox {
        margin-left: 0;
        width: 100%;
    }

    .search_result_arrow {
        display: none;
    }
}


/*********************
* technical_information.php
**********************/

.tech_content {
    max-width: 156.4rem;
}

.tech_img_box {
    width: 49rem;
    height: 28rem;
    margin-bottom: 3rem;
}

.tech_title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.tech_text_top {
    margin-bottom: 8rem;
    line-height: 2;
}

.tech_text {
    line-height: 1.7;
    margin-bottom: 3.3rem;
}

.tech_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arrow_box {
    transition: .3s;
}

.tech_block_link:hover .arrow_box {
    margin-left: 1rem;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .tech_wrapper {
        justify-content: space-around;
    }

    .tech_content {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .tech_text_top {
        margin-top: 14rem;
        margin-bottom: 6rem;
    }

    .tech_wrapper {
        justify-content: space-between;
    }

    .tech_img_box {
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
    }
}


/*********************
* technical_information_detail.php
**********************/

.overview_name_h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.overview_blockcp_h3 {
    width: 5rem;
    padding: 2.4rem 0 1.5rem 0;
}

.overview_wrap_h2 {
    margin-bottom: 4.5rem;
}

.Bioplastic_tech_detail {
    width: auto;
    height: auto;
    background-color: inherit;
}

.Bioplastic_tech_detail .Bioplastic_img {
    width: 100%;
    height: 45rem;
    overflow: hidden;
}

.mc_img_tech {
    background-color: inherit;
    overflow: hidden;
}

.insert_tech {
    margin-bottom: 3rem;
}

.setsumei_Top_tech {
    padding-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 5rem 3rem 0;
}

.setsumei_bottom_text_tech {
    margin-top: 6rem;
    line-height: 2;
    margin-bottom: 8rem;
}

.related_Links_img4_adjust {
    margin-bottom: 0;
}

.item_bottom_adjust {
    margin-bottom: 8rem;
}

.item_text_p {
    transition: .3s;
}

.item_text_p:hover {
    color: #0086d1;
    transition: .3s;
}

.item_block_tech .item_text_p:hover .fa-chevron-down:before {
    transition: .3s;
    top: -0.3rem;
}

.item_down {
    position: relative;
}

.item_block_tech .fa-chevron-down:before {
    transition: .3s;
    position: absolute;
    top: -1.2rem;
}

.item_block_tech {
    padding-right: 1rem;
}

.midashi_img_slide {
    background-color: inherit;
    overflow: hidden;
}

.img4_block_4_slide {
    width: 10rem;
    height: 10rem;
    background-color: inherit;
    overflow: hidden;
}

.img4_block_4_slide img {
    width: 10rem;
    height: 10rem;
}

.img4_block_4_slide {
    object-fit: cover;
    height: 10rem;
}

.midashi_img_block_slide {
    display: block;
    width: auto;
    height: auto;
}

.midashi_wrapper_left {}

.midashi_wrapper_tech {
    display: flex;
    justify-content: stretch;
}

.midashi_wrapper_tech>div {
    width: 50%;
}

.img4_block_tech {
    margin-left: 0;
}

.midashi_img4 {
    margin-top: 0;
}

.mc_tech_wrapper .mc01_noSideBar:nth-child(2n) .mc_img_tech {
    order: 1;
}

.mc_tech_wrapper .mc01_noSideBar:nth-child(2n) .text {
    margin-right: 3rem;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .withSidebarContainer .TextWrap_tech {
        width: 100%;
    }

    .withSidebarContainer .midashi_wrapper {
        flex-wrap: nowrap;
    }

    .item_block_tech .fa-chevron-down:before {
        top: -2.2rem;
    }

    .overview_name_h3 {
        font-size: 4.5rem;
    }

    .overview_blockcp_h3 {
        width: 10rem;
    }

    .Bioplastic_tech_detail .Bioplastic_img {
        width: 100%;
    }

    .overview_blockcp2 {
        width: 100%;
    }

    .withSidebarContainer .mc01 {
        width: 100%;
    }

    .mc01_noSideBar .text {
        width: 66%;
    }

    .withSidebarContainer .mc02 {
        margin: 0 0 12rem;
        width: 100%;
    }

    .mc02 .text2 {
        width: 66%;
    }

    .inquiry {
        width: 108rem;
    }

    .inquiry_text {
        width: 55rem;
    }

    .midashi_img4 {
        margin: 0 auto 8rem;
    }
}

@media screen and (max-width: 768px) {
    .midashi_img_block {
        margin-bottom: 2rem;
    }

    .midashi_img4 {
        height: 20rem;
        width: 100%;
    }

    .mc_img_tech {
        width: 100%;
    }

    .mc01_noSideBar .text {
        width: 100%;
    }

    .withSidebarContainer .mc01 {
        /* margin-bottom: 51rem; */
        height: auto;
    }

    .mc_img2 {
        overflow: hidden;
        width: 100%;
    }

    .mc_tech_wrapper .mc01_noSideBar:nth-child(2n) .mc_img_tech {
        order: 0;
    }

    .insert_top::before {
        height: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .overview_blockcp_h3 {
        width: 14rem;
    }

    .withSidebarContainer .mc01 {
        margin-bottom: 51rem;
        min-height: 80rem;
        display: block;
    }

    .insert_top::before {
        top: 6.3rem;
    }

    .inquiry {
        width: 100%;
    }

    .inquiry_text {
        width: 100%;
        padding: 0 11rem;
    }

    .withSidebarContainer .midashi_wrapper {
        flex-wrap: wrap;
        margin-bottom: 30rem;
    }

    .item_noSidebar {
        display: flex;
        margin-bottom: 0.3rem;
    }

    .fa-chevron-down:before {
        top: -4.2rem;
    }

    .commonTitle.lg {
        font-size: 9.5rem;
        line-height: 1.4;
        margin-bottom: 10rem;
    }

    .midashi_wrapper_tech>div {
        width: 100%;
        height: 100%;
    }

    .midashi_img_slide {
        width: 100%;
    }

    .img4_block_4_slide img {
        width: 20rem;
        height: 20rem;
    }

    .midashi_img4 {
        height: 32rem;
        width: 100%;
    }
}


/*********************
* search.php
**********************/

.field_select_btn_wrapper {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.field_select_btn {
    border: 1px solid #0086d1;
    color: #0086d1;
    width: 20rem;
    height: 6rem;
    margin-right: 1rem;
}

.field_select_btn a {
    display: block;
    height: 100%;
    position: relative;
}

.bi_txt_wrapper {
    display: flex;
    justify-content: space-between;
}

.bi_tri_search {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border: 0.2rem solid;
    border-color: #0086d1 #0086d1 transparent transparent;
    transform: rotate(135deg);
    right: 1rem;
    top: 3rem;
    transition: .3s;
}

.bi_field_select_name {
    padding-left: 2rem;
    padding-top: 2rem;
}

.bi_tri {
    font-size: 0.5rem;
    padding-right: 2rem;
    padding-top: 2rem;
}

.field_select_btn_wrapper_search {
    justify-content: space-around;
    max-width: 100%;
    width: 100%;
    margin-bottom: 12rem;
}

.bi_search_wrapper {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.bi_text_search p {
    font-size: 2rem;
    text-align: center;
    color: #595656;
}

.bi_text_search p span {
    font-size: 1.4rem;
    color: #0086d1;
}

.field_select_btn_search {
    width: 30rem;
    height: 8rem;
    margin-right: 0;
}

.bi_link_search:hover .bi_tri_search {
    top: 4rem;
    transition: .3s;
}

.right_search {
    width: 1.8rem;
    height: 1.8rem;
    /* line-height: 1.7; */
    background-color: #ffff;
    border-radius: 50%;
    margin-right: 0.4rem;
    border: 0.23rem solid #0086d1;
    color: #0086d1;
    text-align: center;
}

.seihin__img--search {
    margin-bottom: 0.8rem;
}

.seihin__Wrap--search {
    gap: 6rem 3rem;
    margin-bottom: 11.8rem;
}

.search_title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
}

.search_title h2 {
    font-weight: normal;
}

.search_title span {
    font-size: 1.4rem;
    color: #0086d1;
    margin-bottom: 0.5rem;
    line-height: 3;
}

.keword_block {
    background-color: #F5F5F5;
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8.5rem;
    margin-bottom: 5rem;
}

.keword_title {
    font-size: 1.6rem;
}

.k__box {
    margin-right: 2rem;
    width: 70rem;
    height: 5rem;
    font-size: 1.4rem;
    border-radius: 10rem;
    border: 0.1rem solid #AAAAAA;
    padding-left: 2.5rem;
}

.k__btn {
    background-color: #595656;
    color: #FFFFFF;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    width: 20rem;
    height: 5rem;
    border: 0rem solid transparent;
    cursor: pointer;
    text-align: center;
}

.kotojiku_search {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem 0;
}

.kotojiku_search::before {
    content: "";
    display: block;
    width: 40rem;
    order: 1;
}

.kotojiku_search::after {
    content: "";
    display: block;
    width: 40rem;
    order: 1;
}

.kotojiku_search_box {
    border: 0.1rem solid #DDDDDD;
    width: 40rem;
    height: 6rem;
    transition: .3s;
}

.kotojiku_search_link {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 3rem;
    transition: .3s;
}

.kotojiku_search_link p span {
    color: #0086d1;
}

.kotojiku_search_box:hover {
    border-color: #0086d1;
    transition: .3s;
}

.keword_wrap_search {
    margin-bottom: 12.2rem;
}

@media screen and (max-width: 991px) {
    .right_search {
        width: 2.8rem;
        height: 2.8rem;
    }

    .k__btn {
        width: 16rem;
    }
}

@media screen and (max-width: 768px) {
    .field_select_btn_wrapper_search {
        flex-wrap: wrap;
        gap: 2rem 0.2rem;
    }

    .field_select_btn_search {
        width: 48%;
    }

    .k__btn {
        width: 12rem;
    }

    .right_search {
        width: 3.8rem;
        height: 3.8rem;
    }
}

@media screen and (max-width: 500px) {
    .field_select_btn_wrapper_search {
        margin-top: 8rem;
    }

    .field_select_btn_search {
        height: 16rem;
    }

    .bi_tri_search {
        width: 2rem;
        height: 2rem;
    }

    .keword_block {
        flex-wrap: wrap;
        justify-content: center;
        height: 17rem;
        padding: 0;
    }

    .k__box {
        width: 93rem;
        height: 7rem;
        margin-right: 0;
    }

    .k__btn {
        width: 20rem;
        height: 7rem;
    }

    .kotojiku_search_box {
        width: 49%;
        height: 14rem;
    }

    .right_search {
        width: 5.8rem;
        height: 5.8rem;
    }

    .bi_tri_search {
        top: 6rem;
    }

    .bi_link_search:hover .bi_tri_search {
        top: 8rem;
    }
}


/*********************
* medical.php
**********************/

.medical_h2 {
    font-size: 2rem;
}

.medical_printer {}

.printer_img {
    background-color: inherit;
    overflow: hidden;
}

.printer_img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.medical_imgs {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    gap: 6rem 3rem;
    flex-wrap: wrap;
    margin-bottom: 12rem;
}

.medical_imgs .sample_block {
    margin-right: 0;
}

.medical_imgs .sample_img {
    overflow: hidden;
    height: 15rem;
    width: 22.8rem;
}

.medical_imgs .sample_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.right_img,
.left_img,
.center_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 3rem;
}

.right_img img,
.left_img img,
.center_img img {
    height: 100%;
    object-fit: contain;
}

.single_img {
    width: 100%;
    height: 80rem;
    background-color: #F5F5F5;
    margin-bottom: 12rem;
}

.center_img {
    height: 100%;
}

.medical_mc01 {
    margin-bottom: 10rem;
}

.insert_medical {
    margin-bottom: 0;
}

.medical_insert_suv {
    margin-bottom: 8rem;
}

.menuListText_setsumei_medical {
    margin-bottom: 6rem;
}

.two_img_medical {
    margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
    .medical_imgs .sample_block {
        min-height: 31rem;
    }
}

@media screen and (max-width: 768px) {
    .medical_imgs {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .printer_img {
        width: 100%;
        margin-bottom: 3rem;
        height: 83rem;
    }

    .medical_imgs .sample_img {
        height: 62rem;
        width: 100%;
    }

    .printer_block_noSidebar {
        margin: 0;
        margin-bottom: 9rem;
    }
}


/*********************
* food.php
**********************/

.food_mc_wrapper .mc01_noSideBar:nth-child(2n-1) .mc_img_tech {
    order: 1;
}

.food_mc_wrapper .mc01_noSideBar:nth-child(2n-1) .text {
    margin-left: 0;
    margin-right: 3rem;
}

.food_mc_wrapper {
    margin-bottom: 12rem;
}

.setsumei_food {
    margin-bottom: 12rem;
}

.food_seihin_wrap::after {
    content: "";
    width: 40rem;
}

.margintop12rem {
    margin-top: 12rem;
}

@media screen and (max-width: 768px) {
    .medical_imgs .sample_block {
        min-height: 23rem;
    }

    .medical_imgs .sample_img {
        width: auto;
        height: 27rem;
    }

    .food_mc_wrapper .mc01_noSideBar:nth-child(2n-1) .mc_img_tech {
        order: 0;
    }
}

@media screen and (max-width: 500px) {
    .medical_imgs .sample_img {
        height: 41rem;
    }
}


/*********************
* food.php
**********************/

.pla_img {
    margin-bottom: 4rem;
}

.pla_img .center_img {
    padding: 15rem;
}


/* .pla_img .left_img{
  padding-right: 15rem;
} */

.menuListText_setsumei h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.menuListText_setsumei_pla {
    margin-bottom: 10rem;
}

.biomassPET_img,
.biomassPET2_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.biomassPET_img img,
.biomassPET2_img img {
    object-fit: contain;
}

.biomassPET2_img img {
    width: 40rem;
}

.under_pla_img {
    margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
    .biomassPET_img {
        height: 94rem;
    }

    .biomassPET2_img img {
        width: 57rem;
    }
}

@media screen and (max-width: 500px) {
    .biomassPET2_img img {
        width: 77rem;
    }

    .under_pla_img {
        margin-bottom: 10rem;
    }
}


/* footer */

.right {
    width: auto;
    height: auto;
    border: inherit;
}

@media screen and (max-width: 991px) {
    .right {
        display: none;
    }
}


/* header */

@media screen and (max-width: 500px) {
    .justBlank {
        height: 0rem;
    }

    .lowerMainVisualImage {
        height: 66rem;
    }

    .search_result_num_wrap {
        margin-top: 14rem;
    }

    .contentWrap.lg {
        display: none;
    }

    .tech_block {
        width: 100%;
    }
}


/* adjust_wrapper */

.withSidebarContainer .TextWrap {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .withSidebarContainer .TextWrap {
        max-width: 100%;
        padding-top: 5rem;
    }
}


/*********************
* news.php
**********************/

.withSidebarContainer .TextWrap_news {
    width: 100%;
}

.news_link {
    transition: .3s;
}

.news_link:hover {
    color: #0086d1;
    transition: .3s;
}

.category {
    padding: 0.3rem 2.5rem 0.3rem 2.5rem;
}

.news_Block:last-child {
    margin-bottom: 0;
}

.news_wrap {
    margin-top: 4.3rem;
    margin-bottom: 12rem;
}


/*********************
* news_detail.php
**********************/

.news_detail_wrap {
    margin-top: 8rem;
}

.news_sum_box {
    width: 100%;
    /*height: 60rem;*/
    overflow: hidden;
    margin-bottom: 8rem;
}

.news_sum {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 8rem;
}

.news_detail_text {
    margin-bottom: 10rem;
    line-height: 2;
}

.back_news {
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    gap: 0 0.5rem;
    transition: .3s;
}

.back_news:hover {
    background-color: #e6e6e6;
    transition: .3s;
}

.back_news_text {
    font-weight: bold;
}

.back_news_icon {
    width: 1rem;
    height: 1rem;
}

@media screen and (max-width: 991px) {
    .news_detail_wrap {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .news_detail_wrap {
        margin-bottom: 12rem;
    }

    .back_news {
        height: 10rem;
    }

    .TextWrap_news_detail {
        margin-top: 12rem;
    }
}


/*----company_overview----*/

.biomassPlasticcp {
    width: 100%;
    height: 200px;
    background-color: #F5F5F5;
    margin-bottom: 17.0rem;
    margin-top: 6rem;
    text-align: center;
    vertical-align: middle;
}

.company_profile_pdf {
    width: 24rem;
    height: 5rem;
}

.cp_map_wrapper {
    height: 60rem;
    width: auto;
}

.midashi_img {
    width: 80rem;
    height: 50rem;
}

.midashi_text1 {
    width: 60.5rem;
    height: 45.0rem;
    line-height: 1.7;
    margin-left: 5rem;
    font-size: 1.4rem;
}

.blue_square {
    color: #0086d1;
    padding-right: 0.5rem;
}

.blue_square_text {
    margin-bottom: 3rem;
}

.blue_square_text h3 {
    padding-bottom: 0.7rem;
}

.overview_wrap_co {
    line-height: 1.4;
}

.overviewcp {
    border: none;
    display: flex;
    padding: 0.4rem;
}

.overview_blockcp {
    width: 20%;
    border-bottom: 0.2rem solid #0086d1;
    padding: 2.4rem;
    padding-top: -2.4rem;
}

.overview_blockcp2 {
    width: 80%;
    border-bottom: 0.2rem solid #DDDDDD;
    padding: 2.4rem;
    padding-top: -2.4rem;
}

.midashi_imgco {
    width: 80rem;
    height: 50rem;
}

@media screen and (max-width: 991px) {
    .biomassPlasticcp {
        width: 100%;
        height: 200px;
        background-color: #F5F5F5;
        /* margin-bottom: 17.0rem; */
        /* margin-top: 6rem; */
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .overview_img_block {
        display: flex;
        width: 100%;
        height: 30rem;
        margin-bottom: 15rem;
    }

    /* .overview_googleMap {
      width: 20rem;
      height: 4.5rem;
  } */
    .cp_map_wrapper {
        height: 60rem;
        padding-left: 32rem;
    }

    .blue_square_text {
        margin-bottom: 3rem;
    }

    .oib991 {
        margin-bottom: 25rem;
    }

    .biomassPlasticcp {
        width: 100%;
        height: 100px;
        background-color: #F5F5F5;
        /* margin-bottom: 17.0rem; */
        /* margin-top: 6rem; */
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
}

@media screen and (max-width:768px) {
    .biomassPlasticcp {
        width: 100%;
        height: 50px;
        background-color: #F5F5F5;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .withSidebarContainer .overview_img_block {
        width: 100%;
        justify-content: center;
        margin-bottom: 100rem;
    }

    .overview_topText {
        font-size: 3rem;
        margin-top: 23rem;
    }

    .midashi_img_block {
        width: auto;
        /* margin-bottom: 70rem; */
        flex-wrap: wrap;
    }

    .midashi_imgco {
        width: 80rem;
        height: 50rem;
    }

    .midashi_text1 {
        width: 80rem;
        /* height: 22rem; */
        line-height: 1.7;
        margin-left: 0rem;
        font-size: 14px;
        margin-top: 5rem;
    }

    .cp_map_wrapper {
        height: 145rem;
        padding-left: 30rem;
        margin-bottom: 5rem;
    }

    .blue_square_text {
        margin-bottom: 3rem;
        margin-left: 0rem;
    }

    .overview_googleMap {
        width: 23rem;
        height: 5.5rem;
    }

    .overview_topText {
        font-size: 5rem;
    }

    .oib991 {
        margin-bottom: 45rem;
    }
}

@media screen and (max-width:500px) {
    .midashi_imgco {
        width: 100rem;
        height: 60rem;
    }

    .overview_img {
        height: 60rem;
    }

    .overview_googleMap {
        width: 40rem;
        height: 9.5rem;
    }

    .cp_map_wrapper {
        height: 145rem;
        padding-left: 20rem;
        margin-bottom: 30rem;
    }

    .biomassPlasticcp {
        width: 100%;
        height: 50px;
        background-color: #F5F5F5;
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .withSidebarContainer .overview_img_block {
        width: 100%;
        justify-content: center;
        margin-bottom: 160rem;
    }

    .overview_img {
        height: 60rem;
    }

    .cp_map_wrapper {
        height: 145rem;
        padding-left: 20rem;
        margin-bottom: 65rem;
    }

    .oib500 {
        margin-bottom: 1rem;
    }
}


/*company_history*/

.pdf_button {
    border: 1px solid #0086d1;
    width: 24rem;
    height: 5rem;
    border-radius: 40px;
    text-align: center;
    color: #0086d1;
    padding-top: 1rem;
    margin: 4rem 0 1rem 0;
}

.ch_text_blue1 {
    font-size: 2.412rem;
    color: #0086d1;
}

.ch_text_blue {
    color: #0086d1;
}

.history_btn_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.history_btn {
    height: 12rem;
    text-align: center;
    padding: 2rem 10.3rem;
    line-height: 2rem;
}

.history_btn_select {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.history_btn_noselect {
    background-color: #DDDDDD;
    border-bottom: 1px solid #dddddd;
}

.history_table_title {
    margin-bottom: 5rem;
}

.history_table_title h2 {
    font-size: 2.857rem;
}

.htt1 {
    font-size: 2.142rem;
    margin-bottom: 1.5rem;
}

.htt2 {
    font-size: 1.285rem;
}

.ch_table {
    max-width: 100%;
    margin-bottom: 8rem;
    color: #595656;
}

.ch_table tr {
    height: 7rem;
    border: 1px solid #DDDDDD;
}

.ch_table_ym {
    text-align: left;
    max-width: 20rem;
    width: 20rem;
    background-color: #DDDDDD;
    padding-left: 2rem;
    padding-top: 2.5rem;
}

.ch_table td {
    text-align: left;
    padding-left: 2rem;
    padding-top: 2.5rem;
    width: 106rem;
}

@media screen and (max-width:1240px) {
    .history_btn {
        width: 33%;
        height: 12rem;
        text-align: center;
        padding: 3rem 5rem;
        line-height: 2rem;
    }

    .pdf_button {
        border: 1px solid #0086d1;
        width: 24rem;
        height: 6rem;
        border-radius: 40px;
        text-align: center;
        color: #0086d1;
        padding-top: 1rem;
        margin: 4rem 0 1rem 0;
    }

    .history_table_title h2 {
        font-size: 5.857rem;
    }
}

@media screen and (max-width:991px) {
    .history_btn {
        height: 15rem;
        text-align: center;
        padding: 3rem 5rem;
        line-height: 3rem;
    }

    .ch_table {
        max-width: 180rem;
        margin-bottom: 8rem;
        color: #595656;
    }

    .ch_table td {
        text-align: left;
        /* padding-left: 5rem; */
        /* padding-top: 2.5rem; */
        width: 160rem;
    }

    .seihin_set {
        display: flex;
        width: 100%;
        height: 30.9rem;
        margin-bottom: 7.4rem;
        flex-basis: calc(33.3333% - 3rem);
        padding-left: 9rem;
    }

    .seihinset_img {
        margin-bottom: 2.5rem;
        background-color: #F5F5F5;
        /* -----background-image: url()-----; */
        /* padding-left: 5rem; */
    }

    .pdf_button {
        border: 1px solid #0086d1;
        width: 25rem;
        height: 7rem;
        border-radius: 40px;
        text-align: center;
        color: #0086d1;
        padding-top: 1rem;
        margin: 4rem 0 1rem 0;
    }
}

@media screen and (max-width:768px) {
    .withSidebarContainer .twch {
        width: 100%;
    }

    .history_btn_wrapper {
        display: flex;
        justify-content: space-around;
        margin-bottom: 6rem;
    }

    .history_btn {
        max-width: 45.6rem;
        width: 45.6rem;
        height: 17rem;
        text-align: center;
        padding: 3rem 5rem;
        line-height: 3rem;
    }

    .ch_table td {
        display: block;
        text-align: left;
        padding-left: 5rem;
        padding-top: 2.5rem;
        width: 140rem;
        max-width: 100%;
        padding: 5rem;
    }

    .pdf_button {
        border: 1px solid #0086d1;
        width: 25rem;
        height: 8rem;
        border-radius: 40px;
        text-align: center;
        color: #0086d1;
        padding-top: 1rem;
        margin: 4rem 0 1rem 0;
    }

    .seihin_set {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 30.9rem;
        margin-bottom: 2.4rem;
        flex-basis: calc(33.3333% - 3rem);
        padding-left: 0rem;
    }

    .seihinset_img {
        width: 44rem;
        height: 26.0rem;
        margin-bottom: 2.5rem;
        background-color: #F5F5F5;
    }
}

@media screen and (max-width:500px) {
    .history_btn_wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 6rem;
    }

    .history_btn {
        max-width: 100%;
        width: 132.6rem;
        height: 23rem;
        text-align: center;
        padding: 3rem 5rem;
        line-height: 6rem;
    }

    .ch_table {
        max-width: 100%;
        margin-bottom: 8rem;
        color: #595656;
    }

    .ch_table td {
        display: block;
        text-align: center;
        padding-left: 5rem;
        padding-top: 2.5rem;
        width: 133rem;
        max-width: 100%;
        padding: 5rem;
        height: 16rem;
    }

    .seihin_set {
        display: flex;
        width: 100%;
        height: 30.9rem;
        margin-bottom: 200rem;
        flex-basis: calc(33.3333% - 3rem);
        padding-left: 9rem;
        flex-direction: column;
    }

    .seihinset_img {
        max-width: 100%;
        width: 120rem;
        height: 25rem;
        margin-bottom: 2.5rem;
        background-color: #F5F5F5;
    }

    .pdf_button {
        border: 1px solid #0086d1;
        width: 49rem;
        height: 11rem;
        border-radius: 40px;
        text-align: center;
        color: #0086d1;
        padding-top: 1rem;
        margin: 4rem 0 8rem 0;
    }
}


/*bunya*/

.field_select_btn {
    border: 1px solid #0086d1;
    color: #0086d1;
    width: 20rem;
    height: 6rem;
    margin-right: 1rem;
}

.field_select_btn a {
    display: block;
    height: 100%;
}

.bi_txt_wrapper {
    display: flex;
    justify-content: space-between;
    line-height: initial;
}

.bi_field_select_name {
    padding-left: 2rem;
    padding-top: 1.5rem;
}

.bi_tri {
    font-size: 0.5rem;
    padding-right: 2rem;
    padding-top: 2rem;
}

.bi_intro_txt {
    margin-top: 7rem;
    margin-bottom: 8rem;
    font-size: 14px;
    line-height: 2;
}

.bi_intro_txt p {
    margin-bottom: 5rem;
}

.bi_field_select_name {
    padding-right: 10px;
}

.botoom_Text2 {
    font-size: 14px;
}

@media screen and (max-width :1420px) {
    .field_select_btn_wrapper {
        flex-wrap: wrap;
    }

    .field_select_btn_wrapper>.field_select_btn {
        margin-bottom: 10px
    }

    .field_select_btn {
        width: auto;
    }
}

@media screen and (max-width :991px) {
    .field_select_btn_wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 180rem;
        /* width: 171rem; */
        justify-content: space-around;
        margin: 0 auto;
        padding-bottom: 4rem;
    }

    .field_select_btn_wrapper:before {
        content: "";
        width: 180rem;
    }

    .field_select_btn_wrapper:after {
        content: "";
        width: 180rem;
    }

    .field_select_btn {
        border: 1px solid #0086d1;
        color: #0086d1;
        width: 40rem;
        height: 10rem;
        /* margin-right: 3rem; */
        margin-bottom: 3rem;
    }

    .bi_field_select_name {
        padding-left: 9rem;
        padding-top: 3.5rem;
        font-size: 2rem;
    }

    .bi_tri {
        font-size: 0.5rem;
        padding-right: 3rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width :670px) {
    .field_select_btn_wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 210rem;
        /* width: 171rem; */
        justify-content: center;
        margin: 0 auto;
        padding-bottom: 4rem;
        margin: 10rem auto 0;
    }

    .field_select_btn {
        border: 1px solid #0086d1;
        color: #0086d1;
        width: 60rem;
        height: 10rem;
        /* margin-right: 3rem; */
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:768px) {
    .bi_tri {
        font-size: 0.5rem;
        padding-right: 3rem;
        padding-top: 3.5rem;
    }

    .bi_field_select_name {
        padding-left: 13rem;
        padding-top: 2.5rem;
        font-size: 3rem;
    }
}

@media screen and (max-width:500px) {
    .bi_tri {
        font-size: 0.5rem;
        padding-right: 6rem;
        padding-top: 4.5rem;
    }

    .bi_field_select_name {
        padding-left: 13rem;
        padding-top: 3.5rem;
        font-size: 0.5rem;
    }

    .field_select_btn {
        border: 1px solid #0086d1;
        color: #0086d1;
        width: 130rem;
        height: 15rem;
        /* margin-right: 3rem; */
        margin-bottom: 3rem;
    }

    .field_select_btn_wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 210rem;
        /* width: 171rem; */
        /* justify-content: center; */
        margin: 0 auto;
        padding-bottom: 4rem;
        margin: 10rem auto 0;
    }
}


/* tech_block */

.tech_block {
    width: calc(33.333% - 5rem);
    margin: 0 2.5rem;
    min-height: 45.7rem;
    margin-bottom: 6rem;
}

.tech_img_box {
    width: 100%;
    height: 28rem;
    margin-bottom: 3rem;
}

.tech_title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.tech_text_top {
    margin-bottom: 8rem;
    line-height: 2;
}

.tech_text {
    line-height: 1.7;
    margin-bottom: 3.3rem;
}

.tech_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arrow_box {
    transition: .3s;
}

.tech_block_link:hover .arrow_box {
    margin-left: 1rem;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .tech_wrapper {
        justify-content: space-around;
    }
}

@media screen and (max-width: 500px) {
    .tech_wrapper {
        justify-content: space-between;
    }

    .tech_img_box {
        width: 100%;
        height: auto;
        margin-bottom: 3rem;
    }
}


/*corporate_infomation*/

.setsumei_ci {
    margin-bottom: 7rem;
}

.printer_imgci {
    background-color: #F5F5F5;
    height: 100% !important;
    min-height: 200px;
}

@media screen and (max-width: 768px) {
    .printer_imgci {
        min-height: 300px;
    }
    
}
@media screen and (max-width: 1240px) {
    .printer_noSidebar {
        justify-content: space-around;
    }
}

@media screen and (max-width: 500px) {
    .printer_noSidebar {
        /* padding-left: 30rem; */
    }

    .printer_imgText {
        line-height: 1.7;
        padding-bottom: 5rem;
        text-align: center;
    }

    .printer_imgci {
        width: 100%;
    }

    .printer_imgText {
        width: 100%;
    }
}


/* quality_control_system */

.menulistqcs {
    margin-bottom: 8rem;
}

.overview_text_name {
    margin-top: 2rem;
    text-align: right;
}

.biomassPlasticqcs {
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 3rem;
}

.sponlyqcs {
    display: none;
}

.qcsnumber_text_box_wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 11rem;
}

.qcsnumber_text_box {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}

.qcsnumber_box {
    font-size: 2.142rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    color: #0086d1;
}

.qcstext_box {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    margin-left: 5rem;
}

@media screen and (max-width:991px) {
    .qcsnumber_text_box_wrapper {
        margin: 0 auto;
        margin-bottom: 11rem;
    }
}

@media screen and (max-width:768px) {
    .qcsnumber_text_box_wrapper {
        max-width: 130rem;
        width: 130rem;
        margin: 0 auto;
        margin-bottom: 11rem;
    }
}

@media screen and (max-width:991px) {
    .biomassPlasticqcs {
        height: 50.0rem;
        background-color: #F5F5F5;
        margin-bottom: 3rem;
        margin: 0 auto;
        margin-bottom: 15rem;
    }

    .iso_block_noSidebar {
        justify-content: space-around;
    }

    .iso_block_img {
        margin-bottom: 24.9rem;
        width: 40rem;
    }

    .sponlyqcs {
        display: none;
    }

    /* .biomassPlasticqcs {
      width: 150.9rem;
      height: 50.0rem;
      background-color: #F5F5F5;
      margin-bottom: 3rem;
      margin: 0 auto;
      margin-bottom: 15rem;
  }

  .iso_block_img {
      margin-bottom: 24.9rem;
      width: 40rem;
  }

  .management {
      font-size: 6rem;
      line-height: 1.7;
  } */
}

@media screen and (max-width:768px) {
    .sponlyqcs {
        display: block;
    }

    .biomassPlasticqcs {
        width: 140rem;
        height: 50.0rem;
        background-color: #F5F5F5;
        margin-bottom: 3rem;
        margin: 0 auto;
        margin-bottom: 15rem;
    }
}

@media screen and (max-width: 500px) {
    .biomassPlasticqcs {
        width: 135rem;
        height: 50.0rem;
        background-color: #F5F5F5;
        margin-bottom: 3rem;
        margin: 0 auto;
        margin-bottom: 10rem;
    }

    .iso_block_img {
        margin-bottom: 24.9rem;
        width: 100%;
    }
}


/*management_philosophy*/

.menulistmp {
    margin-bottom: 8rem;
}

.plasticmp {
    width: 90rem;
    height: 45rem;
    margin: 0 auto;
    overflow: hidden;
}

.setsumeimp {
    margin-top: 6rem;
    margin-bottom: 12rem;
}

.setsumeimp p {
    line-height: 2;
}

.setsumeimp h3 {
    margin-top: 13rem;
    margin-bottom: 3rem;
}

.management_philosophy_wrapper {
    margin-bottom: 12rem;
    text-align: center;
    position: relative;
}

.mpimg {
    margin: 0 auto;
}

.mptxt {
    font-size: 2.142rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 2.5;
}

.management_blockmp {
    margin-bottom: 12rem;
}

.management_block_title {
    text-align: center;
    margin-bottom: 5rem;
}

.management_block_title p {
    font-size: 50px;
}

.legal_compliance_text {
    text-align: center;
    margin-bottom: 8rem;
}

.legal_compliance_text p:nth-child(1) {
    margin-bottom: 2rem;
    font-size: 70px;
    letter-spacing: 0.1;
}

@media screen and (max-width: 768px) {
    .legal_compliance_text p:nth-child(1) {
        margin-bottom: 2rem;
        font-size: 10rem;
        letter-spacing: 0.1;
    }
}

@media screen and (max-width: 500px) {
    .management_philosophy_wrapper {
        margin: 25rem 0;
        text-align: center;
        position: relative;
    }

    .legal_compliance_text {
        text-align: center;
        margin-bottom: 25rem;
        margin-top: 10rem;
    }

    .management_blockmp {
        margin-bottom: 25rem;
    }

    .Legal_compliance {
        height: 107rem;
    }

    .management_block_title p {
        font-size: 10rem;
    }
}


/*business_cosmetic*/

@media screen and (max-width:1240px) {
    .menuList {
        font-size: 1.4rem;
        margin-top: 5rem;
        padding: 3rem 20rem 3rem 5rem;
        border: 0.5rem solid #F5F5F5;
    }
}

@media screen and (max-width:500px) {
    .bc500topjb {
        width: 100%;
        height: 10rem;
    }
}


/*fieldcss*/

.menuListlink {
    transition: .3s;
}

.menuListText {
    margin-right: 7rem;
}

.menuListlink:hover {
    color: #0086d1;
    transition: .3s;
}

.fa-chevron-down:before {
    transition: .3s;
    top: 0;
    position: relative;
}

.menuListlink:hover .fa-chevron-down:before {
    top: 0.5rem;
    transition: .3s;
}

@media screen and (max-width:) {}

@media screen and (max-width: 991px) {
    .fa-chevron-down:before {
        top: -0.2rem;
    }
}

@media screen and (max-width: 768px) {
    .menuListText {
        padding: 2rem 0;
    }

    .fileds_link .fa-chevron-down:before {
        top: 1.8rem;
    }

    .fileds_link .menuListlink:hover .fa-chevron-down:before {
        top: 3.5rem;
    }

    .Listmargin {
        margin-left: 5.2rem;
    }
}

.TopBottom_border {
    width: 90%;
    margin: 0 auto;
    height: 7rem;
    background-color: #F5F5F5;
}

.common_p {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 6rem;
}

.commonTitle_suv {
    font-size: 2.5rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.commonTitle_suv::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 2.5rem;
    background-color: #0086d1;
    bottom: 0;
    left: 0.1rem;
}

.commonTitle_suvText {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 10rem;
}

.management_suv {
    font-size: 2.5rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.management_suv::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 2.5rem;
    background-color: #0086d1;
    bottom: 0;
    left: 0.1rem;
}

.management_imgBlock {
    height: 70rem;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 4rem;
}

.Recycling_imgBlock {
    height: 70rem;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 12.0rem;
}

.management_suvText {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 10rem;
}

.management_img {
    width: 95.8rem;
    height: 39.4rem;
    border: 0.1rem solid #F5F5F5;
    margin: 0 auto;
    padding: 15rem 0 0;
}

.Recycling_img {
    width: 86.56rem;
    height: 58.99rem;
    border: 0.1rem solid #F5F5F5;
    margin: 0 auto;
    padding-top: 5.5rem;
}

.management_imgBlock2 {
    height: 70rem;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 0;
}

.imgBlock2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13.9rem;
    gap: 0 4rem;
}

.management_img3 {
    width: 30rem;
    height: 40.2rem;
    margin-right: 0;
    margin-bottom: 2.1rem;
}

.management_system_bottom {
    display: flex;
    width: 100%;
    height: 36.0rem;
    margin-bottom: 16.0rem;
}

.management_system_bottom_img {
    width: 61.5rem;
    height: 36.0rem;
    background-color: #F5F5F5;
}

.management_system_bottom_text {
    margin-left: 3rem;
    margin-top: 3rem;
}

.management_system_bottom_topText {
    margin-bottom: 3.1rem;
}

.right {
    text-align: center;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1;
    background-color: #ffff;
    border-radius: 50%;
    margin-right: 0.5rem;
    border: 0.23rem solid #0086d1;
    color: #0086d1;
}

.Listmargin {
    position: absolute;
    color: #0086d1;
}

.menuListText_setsumei {
    line-height: 1.7;
    width: 100%;
    margin-bottom: 12.0rem;
}

.menuList {
    width: 100%;
    margin-bottom: 8rem;
}

.carrierTape {
    width: 100%;
    display: flex;
    margin-bottom: 6rem;
}

.carrierTape_img {
    width: 61.5rem;
    height: 36.0rem;
    background-color: #F5F5F5;
}

.carrierTape_text {
    width: 61.5rem;
    font-size: 2rem;
    margin-left: 3rem;
    margin-top: 3rem;
    font-weight: normal;
}

.carrierTape_botoom_Text {
    font-size: 1.4rem;
    line-height: 1.7;
}

.carrierTape_span {
    margin-bottom: 2.5rem;
}

.carrierTape_text2 {
    width: 61.5rem;
    font-size: 2rem;
    margin-top: 3rem;
    margin-right: 3rem;
    font-weight: normal;
}

.carrierTape_blk {
    margin-bottom: 12.0rem;
}

.business_Top {
    /* font-size: 3.5rem; */
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.seisankyoukyu_text {
    width: 100%;
    margin-bottom: 6rem;
}

.seisankyoukyuu_blc {
    margin-bottom: 12.0rem;
}

.seisankyoukyu_imgBlock {
    height: 80.0rem;
    width: 100%;
    background-color: #F5F5F5;
}

.seisankyoukyu_img {
    width: 64.7rem;
    height: 53.1rem;
    margin: 0 auto;
    padding-top: 13.5rem;
}

.Strengths_img {
    width: 62.5rem;
    height: 29.5rem;
    margin: 0 auto;
    padding-top: 25.3rem;
}

.seihin_inf {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 20rem;
}

.seihin_img {
    width: 40rem;
    height: 26rem;
    margin-bottom: 2.5rem;
    background-color: #F5F5F5;
    flex-basis: calc(33.333% - 3rem);
    margin-left: 0;
    /* margin-right: 3rem; */
    margin-bottom: 6rem;
}

.seihin_imgText {
    line-height: 1.7;
}

.business_small {
    font-size: 1.4rem;
    font-weight: bold;
}

.Bottomsmall {
    /* width: 13.4rem; */
    max-width: 20rem;
    height: 2rem;
    border: 0.1rem solid #0086d1;
    border-radius: 3rem;
    margin-bottom: 4.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business_Bottomsmall {
    padding-top: 0.3rem;
    text-align: center;
    font-size: 1.1rem;
    color: #0086d1;
    display: inline-block;
}

.update {
    width: 100%;
    margin-bottom: 6rem;
}

.midashi_text {
    width: 60.5rem;
}

.midashi_toptext {
    font-size: 2.5rem;
    font-weight: normal;
}

.item_block {
    width: 36.9rem;
    height: 4.5rem;
    background-color: #F5F5F5;
    border-radius: 4rem;
    margin: 0 auto;
}

.shiyou_imgBlock {
    width: 100%;
    height: 45.0rem;
    background-color: #F5F5F5;
    margin-bottom: 12.0rem;
}

.seizou {
    font-size: 2rem;
    position: relative;
    margin-left: 0;
    padding-top: 2.2rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
}

.seizou::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 2rem;
    margin-top: 0.8rem;
    position: absolute;
    background-color: #0086d1;
    top: 1.5rem;
    left: -0.2rem;
}

.seizouBottom {
    margin-bottom: 6rem;
}

.seizouBottom_text_Top {
    margin-bottom: 3rem;
}

.seizouBottom_text_p {
    margin-bottom: 1.5rem;
}

.seizouBottom_text_span {
    font-size: 1.5rem;
    color: #0086d1;
}

.seizouBottom_text {
    margin-bottom: 6rem;
}

.inquiry {
    margin: 0 auto;
}

.related_Links_img:nth-child(2) {
    margin-right: 0;
}

.related_Links_img4 {
    margin-bottom: 12.0rem;
}


/*------------サイドバーなし---------------*/

.management_border {
    width: 100%;
    margin-bottom: 15.0rem;
    border: 0.1rem solid #DDDDDD;
}

.PickUp_Top {
    margin-bottom: 2.1rem;
}

.Pickup_h2 {
    line-height: 3.7rem;
    font-size: 3rem;
}

.Pickup_p {
    font-size: 1.6rem;
}

.pickup {
    width: 158.0rem;
    height: 35.1rem;
    display: flex;
    margin-bottom: 6.0rem;
    justify-content:
}

.pickup_blk {
    width: 38.0rem;
    height: 35.1rem;
    margin-right: 2rem;
}

.pickup_img4 {
    width: 38.0rem;
    height: 22.0rem;
    background-color: #F5F5F5;
    margin-bottom: 1.6rem;
}

.pickup_text_pTop {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pickup_img4Text {
    text-align: center;
    padding-top: 11.0rem;
}

.pickup_text_pbottom {
    line-height: 1.7;
}

.pickup2 {
    margin-bottom: 10.0rem;
    display: flex;
}

.pickup3 {
    display: flex;
}

.Pickup_h2 {
    margin-bottom: 0.7rem;
}


/*----------福祉への取り組み------------*/

.Top_Text {
    line-height: 1.7;
    margin-bottom: 8rem;
    padding: 0 17rem;
}

.guidance {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}

.guidance2 {
    display: flex;
    margin-bottom: 8rem;
}

.guidance3 {
    margin-bottom: 16.0rem;
    display: flex;
}

.guidance_blk {
    /* margin-right: 5rem; */
    width: 76rem;
    justify-content: center;
}

.guidance_blk:nth-child(2) {
    margin-right: 0;
}

.guidance_img {
    width: 76.5rem;
    height: 35.0rem;
    /* background-color: #F5F5F5; */
    margin-bottom: 3.2rem;
}

.window {
    margin-left: 3rem;
    color: #0086d1;
}

.guidance_Text_p {
    margin-bottom: 2.6rem;
}

.guidance_Text {
    margin-bottom: 6rem;
    line-height: 1.7;
}

.guidance_bottm {
    line-height: 1.7;
}

.guidance_bottm_span {
    font-size: 1rem;
    width: 4rem;
    height: 1.3rem;
    background-color: #595656;
    border-radius: 10%;
    color: #ffff;
    padding: 0 0.4rem;
    margin-right: 1rem;
}


/*-------プライバシーポリシー-----------*/

.privacy_TextBlk {
    margin-bottom: 4.6rem;
    line-height: 1.7;
    /* font-size: 1.2rem; */
    font-size: 14px;
}

.privacy_TextTop {
    margin-bottom: 1rem;
    /* font-size: 1.4rem; */
    font-size: 14px;
}


/*-------------------------------------*/


/*---------お問い合わせ-----------------*/

.maru1_3 {
    width: 61.6rem;
    margin: 0 auto;
    margin-bottom: 8.1rem;
}

.maru1_3_bottomText {
    line-height: 1.7;
    margin-bottom: 6rem;
    font-size: 14px;
}

.bottomText_blue {
    color: #0086d1;
}

.maru1_3_border {
    border: 0.1rem solid #DDDDDD;
    margin-bottom: 6.1rem;
}

.contactTextNeme {
    /* font-size: 2rem; */
    font-size: 14px;
    margin-right: 1rem;
}

.contactName_side {
    width: 4.5rem;
    height: 1.8rem;
    border: 0.1rem solid #0086d1;
    color: #0086d1;
    /* font-size: 1.2rem; */
    font-size: 14px;
}

.contactName_side_p {
    text-align: center;
    padding-top: 0.1rem;
}

.contactText {
    display: flex;
    margin-bottom: 1.6rem;
}

.contactName_Text {
    width: 100%;
    height: 5rem;
    background-color: #EEEEEE;
    border-style: none;
    font-size: 14px;
    padding: 5px 10px;
}

.contactName {
    margin-bottom: 6.1rem;
}

.contactName_blk {
    display: flex;
}

.contactName_1 {
    margin-right: 5rem;
    width: 28rem;
}

.contactName_2 {
    width: 28rem;
}

.postal-codeText {
    line-height: 1.7;
    /* font-size: 1.4rem; */
    font-size: 14px;
    color: #AAAAAA;
    margin-top: -5rem;
    margin-bottom: 6rem;
}


/* 基本のセレクトボックスのカスタマイズ */

.select {
    background: #EEEEEE;
    height: 5rem;
    width: 31.9rem;
    position: relative;
    margin-bottom: 2rem;
}

.select::after {
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: -1;
}

select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    /* font-size: 1.4rem; */
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.maru1_3_border_ {
    border: 0.1rem solid #DDDDDD;
    margin-top: 6.1rem;
    margin-bottom: 6.1rem;
}

.contac_Textbox {
    width: 100%;
    height: 25.0rem;
    background-color: #EEEEEE;
    border-style: none;
    padding: 5px 10px;
}

.postal-codeText_p {
    margin-top: 1.5rem;
    color: #AAAAAA;
    margin-bottom: 10rem;
    font-size: 14px;
}

.privacyProtection {
    width: 100%;
    height: 25.0rem;
    border: 0.1rem solid #DDDDDD;
    margin-bottom: 6rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.privacyProtection_Text {
    /* font-size: 1.2rem; */
    font-size: 14px;
    width: 74.3rem;
    height: 20.8rem;
    line-height: 1.7;
    padding-top: 3rem;
    padding-left: 2rem;
}

.privacyProtection_Top_p {
    margin-bottom: 1.5rem;
}

.privacyProtectionSend {
    width: 43.0rem;
    height: 6.5rem;
    background-color: #0086d1;
    margin: 0 auto;
}

.privacyProtectionSend_p {
    text-align: center;
    padding-top: 2.2rem;
    font-weight: normal;
    color: #fff;
}

.hurigana {
    width: 5rem;
    height: 5rem;
}

.hurigana_p {
    color: #595656;
    text-align: center;
    padding-top: 2rem;
    font-size: 14px;
}


/*---------お問い合わせ完了------------*/

.InquiryCompleted {
    font-size: 3rem;
    margin-top: 25.8rem;
    margin-bottom: 3.2rem;
}

.InquiryCompleted_text {
    line-height: 1.7;
}

.InquiryCompleted_blk {
    margin-bottom: 6rem;
    text-align: center;
}


/*---------環境への取り組み-----------------*/

.Environmental_menu {
    display: flex;
    width: 100;
    height: 6rem;
    margin-bottom: 7rem;
}

.Environmental_blk {
    width: 23rem;
    height: 6rem;
    color: #0086d1;
    border: 0.1rem solid #0086d1;
    margin-right: 1rem;
}

.Environmental_blk_down {
    margin-left: 9.6rem;
}

.Environmental_blk_down1 {
    margin-left: 5.6rem;
}

.Environmental_blk_p {
    font-size: 1.4rem;
}

.Environmental_blk_p {
    text-align: center;
    padding-top: 2.1rem;
}

.Environmental_blk_down2 {
    margin-left: 6.6rem;
}

.Environmental_Text {
    width: 100%;
    height: 21.3rem;
    line-height: 1.7;
    margin-bottom: 8.3rem;
    margin-top: 7rem;
}

.Environmental_Text1 {
    margin-bottom: 2rem;
}

.Environmental_Text2 {
    margin-bottom: 2rem;
}

.Environmental_img3 {
    width: 100%;
    height: 28.0rem;
    margin-bottom: 2.2rem;
}

.Environmental_imgBlk {
    margin-right: 5.5rem;
}

.Environmental_img {
    display: flex;
}


/*-----------企業倫理・行動規範-------------*/

.corporateethics_Top {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 7rem;
}

.corporateethics_Text {
    line-height: 1.7;
    margin-bottom: 4.1rem;
}

.corporateethics {
    margin-bottom: 3rem;
}

.corporateethics_TextBlk_Top {
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
}

.corporateethics_TextBlk_bottom {
    display: flex;
}

.ten {
    font-size: 2rem;
    color: #0086d1;
}

.corporateethics_wrap {
    margin-bottom: 8rem;
}

.codeofconduct {
    margin-bottom: 5.1rem;
}

.codeofconduct_menu {
    display: flex;
}

.codeofconduct_blk {
    width: 40rem;
    height: 6rem;
    border: 0.1rem solid #DDDDDD;
    margin-right: 3rem;
}

.blk_p_right {
    margin-right: 0.5rem;
    color: #0086d1;
}

.blk_p_pdf {
    font-size: 2rem;
    margin-left: 5rem;
    color: #0086d1;
}

.codeofconduct_blk_p {
    text-align: center;
    padding-top: 2rem;
}

.noSideBarWrap___ {
    padding: 0;
}

.noSideBarWrap {
    max-width: 156rem;
}

.environmentalInitiatives {}

.noSideBarWrap_NoTop {
    max-width: 800px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.Top_daimei {
    font-weight: bold;
    text-align: center;
    padding-top: 18.4rem;
    color: #595656;
    margin-bottom: 10.1rem;
}

.Top_daimei_ue {
    font-weight: normal;
    margin-bottom: 1.1rem;
    font-size: 3.5rem;
}

.Top_daimei_shita {
    font-size: 2rem;
    font-weight: bold;
}

.maru_blk_p {
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #0086d1;
    text-align: center;
    padding: 1.2rem;
}

.maru_blk_span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffff;
}

.border_blue_1 {
    border: 0.1rem solid #0086d1;
    width: 25rem;
    margin-left: 43rem;
    margin-top: -5.0rem;
}

.border_blue_2 {
    border: 0.1rem solid #0086d1;
    width: 25rem;
    margin-left: 15rem;
}

.maru1_3_blk {
    display: flex;
}

.maru_blk {
    justify-content: center;
    flex-basis: calc(33.333%);
}

.maru_blk_Text {
    margin-top: 1.6rem;
    text-align: center;
}

.border_shikiri {
    width: 100%;
    border: 0.1rem solid #DDDDDD;
    margin-bottom: 15.0rem;
}

.seihin_banner6__ {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 23.8rem;
}

.seihin_banner__ {
    width: 49.0rem;
    height: 28.0rem;
    margin-right: 3rem;
    margin-bottom: 2.5rem;
    background-color: #F5F5F5;
    flex-basis: calc(33.333% - 3rem);
    margin-left: 0;
    /*-----background-image: url()-----*/
}

.seihin_bannerText__ {
    font-size: 1.4rem;
    /*-----color: #FFFFFF;-----*/
    text-align: center;
    margin: 11.7rem;
    line-height: 1.7;
}

.seihin_bannerText__ span {
    font-size: 1.8rem;
}

.midashi_wrapper_flex {
    display: flex;
}


/*------ポーションカップ---------*/

.midashi_wrapper_flex_left {
    max-width: 60.5rem;
}

.wrapperFlex_Top {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.wrapperFlex_bottom {
    line-height: 1.7;
    margin-bottom: 2rem;
}

.wrappeFlex_bottom_p {
    line-height: 1.7;
}

.wrapperFlex_Text {
    margin-left: 3rem;
}

.ch_text_bottom {
    margin-top: 0.9rem;
}

.field_select_btn {
    width: 200px;
}

.midashi_topText {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.overview_img_block {
    margin-bottom: 10rem;
}

.Environmental_img3 {
    overflow: hidden;
}

.Environmental_imgBlk:hover .Environmental_img3_img {
    transform: scale(1.3, 1.3);
    transition: .3s;
}

.Environmental_img3_img {
    transition: .3s;
}

.Environmental_imgBlk:hover .Environmental_imgText {
    color: #0086d1;
    transition: .3s;
}

.Environmental_imgText {
    transition: .3s;
}


/*----------virtual_slider-------*/

.virtual_slider {
    width: 100%;
    height: 1080px;
    background-color: #100F42;
    position: relative;
}

.virtual_slider_TextWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.virtual_Top {
    margin: 0 auto;
}

.virtual_Top_img {
    width: 51.1rem;
    height: 23rem;
    margin: 0 auto;
    margin-bottom: 2.95rem;
}

.virtual_Top_imgText {
    font-size: 3rem;
    color: #ffff;
    text-align: center;
    margin-bottom: 6.7rem;
}

.start_button {
    width: 13.8rem;
    height: 13.8rem;
    background-color: #CC0033;
    border-radius: 50%;
    margin: 0 auto;
}

.start {
    font-size: 2.3rem;
    color: #ffff;
    text-align: center;
    padding-top: 5.6rem;
}

.virtual_slider_kamera {
    width: 6rem;
    height: 6rem;
    background-color: #CC0033;
}

.virtual_slider_kameraImg {
    margin: 0 5px;
    padding-top: 1.2rem;
}

.virtual_slider_kameraImg2 {
    margin: 0 10px;
}

.virtual_slider_menuText {
    font-size: 20px;
    color: #ffff;
    text-align: center;
    /* padding-top: 1.8rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.virtual_slider_welcome_blck {
    display: flex;
}

.virtual_slider_icon {
    width: 60px;
    height: 60px;
    /*   background-color: #9E0027; */
    background-color: #CC0033;
    /*   padding-top: 1.4rem; */
}

.virtual_slider_icon:hover {
    background-color: #9E0027;
}

.virtual_slider_icon_home {
    width: 60px;
    height: 60px;
    z-index: 0;
}

.virtual_slider_Icon {
    width: 3.6rem;
    height: 3.45rem;
    margin: 0 auto;
}

.virtual_slider_IconText_home {
    position: relative;
    width: 136px;
    background: #9E0027;
    color: #fff;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.virtual_slider_IconText_p_home {
    width: 100px;
}

.virtual_slider_IconText_home {
    z-index: -1;
}

.virtual_slider_IconText_p_home {
    z-index: -1;
}

.virtual_slider_IconText {
    width: 136px;
    height: 60px;
    background-color: #9E0027;
    font-size: 1.8rem;
    color: #ffff;
    left: -210px;
    position: relative;
    z-index: -1;
    /*   font-weight: bold; */
}

.virtual_slider_IconText_selected {
    width: 136px;
    height: 60px;
    background-color: #9E0027;
    font-size: 1.8rem;
    color: #ffff;
    left: -210px;
    position: relative;
    z-index: -1;
    left: 0;
}

.virtual_slider_IconText_p {
    text-align: center;
    /* padding-top: 1.9rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.virtual_slider_blck {
    /*   padding-top: 27rem; */
    /*   margin-bottom: 9rem; */
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: rotate(0) translateY(-50%);
}

.virtual_slider_2 {
    width: 120rem;
    height: 34.3rem;
    font-size: 3rem;
    line-height: 1.7;
    color: #ffff;
}

.virtual_slider_2_logo {
    margin-left: 95rem;
}

.virtual_slider_2_buttonLeft {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 0.2rem solid #ffff;
    margin-right: 2rem;
}

.virtual_slider_2_buttonBack {
    font-size: 1.4rem;
    color: #ffff;
    text-align: center;
    padding-top: 3rem;
}

.virtual_slider_2_buttonRight {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 0.2rem solid #ffff;
}

.virtual_slider_2_buttonRight_img {
    margin: 0 auto;
    padding-top: 3rem;
}

.virtual_slider_2_buttonBlock {
    display: flex;
    margin-left: 24rem;
}

.virtual_slider_Home {
    position: fixed;
    top: 50%;
    transform: rotate(0) translateY(-50%);
    right: 0px;
    width: 60px;
    height: 60px;
    background-color: #595656;
    z-index: 100;
}

.virtual_slider_Home:hover {
    background-color: #9E0027;
}

.virtual_slider_HomeImg {
    margin: 0 auto;
    padding-top: 1.6rem;
    z-index: 0;
}

.virtual_slider_Home {
    margin: 0 0 0 auto;
}

.virtual_slider_3Top {
    font-size: 3.5rem;
    color: #ffff;
    margin-bottom: 0.9rem;
}

.virtual_slider_3P {
    color: #ffff;
}

.virtual_slider_Text {
    text-align: center;
    margin-bottom: 7.6rem;
}

.virtual_slider_3Block {
    width: 15rem;
    height: 15rem;
    background-color: #ffff;
    border-radius: 50%;
    margin: 0 40px;
    margin-bottom: 1rem;
}

.virtual_slider_3Block_bottomBlock {
    text-align: center;
}

.virtual_slider_3Block_p {
    text-align: center;
    padding-top: 5rem;
    line-height: 1.4;
}

.virtual_slider_3Block_bottomP {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffff;
    margin-bottom: 1rem;
}

.virtual_slider_3Block_bottomP_info {
    width: 13.0rem;
    height: 2.6rem;
    border: 0.1rem solid #ffff;
    margin: 0 auto;
}

.virtual_slider_3Block_bottomP_infoP {
    font-size: 1.4rem;
    color: #ffff;
    text-align: center;
    padding-top: 0.4rem;
}

.infoP {
    margin-left: 0.5rem;
}

.virtual_slider_3ImgBlock6 {
    display: flex;
}

.virtual_slider_3Block1 {
    /* margin-right: 4rem; */
}

.virtual_slider_3Block1:nth-child(6) {
    margin-right: 0;
}

.virtual_slider_3ImgBlock {
    margin-bottom: 30.8rem;
}

.virtual_slider_GlobalText {
    margin-top: 200px;
    text-align: center;
}

.virtual_slider_GlobalLeft {
    font-style: normal;
    font-size: 8.7rem;
    font-weight: normal;
    color: #ffff;
    margin-bottom: 2rem;
}

.virtual_slider_GlobalLeft_suv {
    font-size: 1.8rem;
    color: #ffff;
    margin-bottom: 3rem;
}

.virtual_slider_GlobalLeft_suv_info {
    width: 14.4rem;
    height: 2.6rem;
    border: 0.1rem solid #ffff;
    margin: 0 auto;
}

.virtual_slider_GlobalLeft_suv_infoP {
    color: #ffff;
    padding-top: 0.3rem;
}

.suv_info {
    margin-left: 0.5rem;
}

.virtual_slider_GlobalRight_Text {
    width: 40rem;
    height: 17.1rem;
    margin-bottom: 4rem;
    margin: 0 auto;
}

.virtual_slider_GlobalRight_TextP {
    font-size: 2.5rem;
    line-height: 1.7;
    color: #ffff;
}

.virtual_slider_GlobalRight_Img_class {
    margin: 0 auto;
}

.virtual_slider_GlobalRight_Img {
    margin-top: 4rem;
}

.virtual_slider_GlobalBlock {
    width: 974px;
    display: flex;
    justify-content: space-between;
}

.virtual_slider_GlobalLeft2 {
    margin-bottom: 1rem;
    font-size: 23px;
    color: #ffff;
}

.virtual_slider_GlobalText2_Annotation {
    line-height: 1.7;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.virtual_slider_GlobalText2 {
    margin-top: 143px;
    margin-right: 4.2rem;
}

.virtual_slider_supportText {
    font-size: 3rem;
    color: #ffff;
    text-align: center;
    margin-top: 12.2rem;
    margin-bottom: 4rem;
}

.virtual_slider_GlobalLeft_suv2 {
    font-style: italic;
    font-size: 6rem;
    color: #ffff;
    margin-bottom: 2rem;
}

.virtual_slider_GlobalLeft_suv2Span {
    margin-left: 1rem;
    font-size: 25px;
}

.virtual_slider_Global_02 {
    margin-bottom: 200px;
    width: 1282px;
}

.virtual_slider_GlobalBlock_02 {
    justify-content: center;
    display: flex;
}

.vr_right_modal {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    padding-top: 50px;
}

.seihin_imgText {
    text-align: left;
}

.vr_modal_Btn {
    background-color: var(--color-main);
    padding: 5px;
    border-radius: 5px;
    color: #ffff;
    margin-bottom: 2rem;
}

.top_m_ma {
    margin-bottom: 10px;
}

.vr_modal_Btn {
    font-size: 13px;
}

.top_m_ma h2 {
    font-size: 30px;
}

.Btn1 {
    margin-left: 33px;
}


/*----------virtual_slider_tsuruta-------*/

.virtual_floor_parent {
    display: flex;
    color: #FFFFFF;
}

.virtual_floor_wrap {
    width: 50%;
}

.virtual_floor_wrap_r {
    padding: 120px 240px 120px 120px;
}

.virtual_floor_wrap_l {
    padding: 120px 120px 120px 240px;
    position: relative;
}

.virtual_floor_wrap .virtual_floor {
    font-size: 100px;
    font-family: 'Noto Sans JP', sans-serif;
}

.virtual_floor_wrap .virtual_sector {
    padding-top: 30px;
    font-size: 35px;
}

.virtual_floor_wrap .virtual_sector_detail {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 96px;
    padding-top: 36px;
}

.virtual_floor_wrap .virtual_more_wrap {
    position: absolute;
    bottom: 85px;
}

.virtual_floor_wrap .virtual_box {
    max-width: 600px;
    height: 200px;
    border: solid 2px #FFFFFF;
}

.virtual_floor_wrap .virtual_sector_more {
    text-align: center;
    padding-top: 38px;
}

.virtual_sector_more p {
    display: inline-block;
    border: solid 2px#FFFFFF;
    padding: 5px 25px;
}

.virtual_sector_more a {
    display: inline-block;
    border: solid 2px#FFFFFF;
    padding: 5px 25px;
}

.virtual_item p {
    display: inline-block;
    font-size: 20px;
    background-color: #0086d1;
    padding: 10px 20px;
}

.virtual_floor_wrap .virtual_item_detail {
    padding-top: 21px;
    padding-bottom: 41px;
    font-size: 14px;
    line-height: 24px;
}

.virtual_floor_wrap .virtual_item_slider {
    max-width: 600px;
}

.virtual_floor_wrap .virtual_item_img {
    width: 100%;
    height: 430px;
    border: solid 2px #FFFFFF;
    overflow: visible;
}

.virtual_floor_wrap .slick-dots li {
    width: 10px !important;
}

.virtual_floor_wrap .slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.virtual_floor_wrap .slick-dots li.slick-active button:before {
    color: #CC0033;
}


/* 7,14,15,16,17 */

.virtual_slider .center_box_parent {
    text-align: center;
    position: relative;
    color: #FFFFFF;
}

.virtual_slider_2_logo {
    position: absolute;
    bottom: 290px;
    right: 19%;
}

.virtual_slider .center_box_parent .center_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 35px;
    line-height: 75px;
}

.center_box_parent .center_box .sub_text {
    font-size: 16px;
    line-height: 32px;
    padding-top: 40px;
    text-align: left;
}

.center_box_parent .center_box .sub_catch {
    font-size: 30px;
    line-height: 32px;
    padding-top: 120px;
    font-style: italic;
}

.virtual_slider .center_box_parent .virtual_photo {
    height: 610px;
}

.virtual_photo p {
    font-style: italic;
    margin-bottom: 20px;
}

.photo_frame {
    width: 600px;
    height: 430px;
    margin: auto;
    border: solid 1px #FFFFFF;
}

.photo_frame p {
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
}

.fix_box {
    max-width: 1160px;
    margin: auto;
}

.fix_img_box {
    height: 300px;
    display: flex;
    margin-top: 40px;
}

.fix_box .fix_img {
    border: solid 1px #FFFFFF;
    height: 100%;
    width: 100%;
}

.fix_box .recruit {
    display: inline-block;
    border: solid 2px#FFFFFF;
    padding: 5px 25px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 45px;
}

.fix_box .btp {
    padding-top: 120px;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}

.fix_box .btp .line {
    height: 120px;
    position: absolute;
    border: solid 1px#FFFFFF;
    left: 50%;
    top: 160px;
}

.total_surpport {
    max-width: 1225px;
    margin: auto;
}

.center_box.total_surpport .sub_text {
    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
}

.flow_box_parent {
    width: 100%;
    margin: auto;
}

.fix_img_box .flow_box {
    margin-right: 75px;
    height: 100%;
    width: 100%;
    position: relative;
}

.fix_img_box .flow_box:last-child {
    margin-right: 0;
}

.flow_box .circle {
    width: 100%;
    height: 85%;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
}

.flow_box:not(:last-child):after {
    position: absolute;
    bottom: 50%;
    right: -50px;
    width: 0;
    height: 0;
    border: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #FFFFFF;
    content: '';
}

.flow_box p {
    font-size: 22px;
    line-height: normal;
    padding-top: 12px;
}

.flow_box .satellite {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #0086d1;
    position: absolute;
    top: 8px;
    left: 10px;
}

.satellite p {
    font-style: italic;
    font-size: 30px;
    padding-top: 3px;
}


/* 7,14,15,16,17 */


/*----------virtual_slider_tsuruta-------*/


/*----------virtual_slider-------*/

@media screen and (max-width: 1240px) {
    .contactName_side {
        width: 6rem;
        height: 3rem;
    }

    .Bottomsmall {
        /* width: 20rem; */
        max-width: 30rem;
        height: 4rem;
        padding-top: 0.5rem;
    }

    .update {
        height: 40rem;
    }

    .fa-chevron-down:before {
        top: none;
    }

    .item_block {
        width: 45rem;
    }

    .center_box_parent {
        /* max-width: 800px; */
        margin: auto;
    }

    .center_box_parent .center_box .sub_catch {
        padding-top: 0;
    }

    /* .total_surpport {
    max-width: 800px;
  } */
    .total_surpport .flow_box {
        margin: 30px;
    }

    .total_surpport .flow_box:last-child {
        margin: 30px;
    }

    .fix_img_box.six {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fix_img_box .flow_box {
        width: 32%;
    }

    .flow_box:nth-last-child(3):after {
        /* content: none; */
    }

    .flow_box:not(:last-child):after {
        right: -40px;
    }

    .virtual_slider .center_box_parent .center_box {
        top: 30%;
    }

    .flow_box .circle {
        width: 67%;
        margin: auto;
    }

    .flow_box .satellite {
        top: 11px;
        left: 58px;
    }
}

@media screen and (max-width: 1125px) {
    .flow_box .circle {
        width: 80%;
    }

    .vr_right_modal {
        padding-top: 17px;
        padding-bottom: 50px;
    }

    .seihin_img_wrapper img {
        height: 285px;
    }
}

@media screen and (max-width: 991px) {
    .withSidebarContainer .sidebar {
        /* width: 100%;
			margin-right: 5rem;
			max-width: none; */
    }

    .Recycling_imgBlock {
        width: 100%;
    }

    .management_system_bottom {
        width: 100%;
        margin-bottom: 30rem;
    }

    .management_system_bottom_img {
        width: 50%;
    }

    .noSideBarWrap {
        padding: 0 20px;
    }

    .Environmental_blk {
        width: 27rem;
    }

    .noSideBarWrap___ {
        padding: 0 17rem;
    }

    .corporateethics_wrap {
        line-height: 1.9;
    }

    .codeofconduct_blk {
        width: 60rem;
    }

    .contactName_side {
        width: 6rem;
        height: 3rem;
    }

    .privacyProtection_Text {
        width: 100%;
    }

    .flow_box .circle {
        height: 245px;
    }

    .seihin_img_wrapper img {
        height: 285px;
    }
}

@media screen and (max-width: 768px) {

    /* html {
		font-size: calc( 100vw / 150);
	} */
    .Environmental_blk {
        width: 30rem;
    }

    .Environmental_imgText {
        margin-bottom: 5rem;
    }

    .Environmental_img {
        margin-left: 30rem;
        display: block;
    }

    .Environmental_img3 {
        width: 80%;
        height: 55rem;
    }

    .guidance {
        display: block;
    }

    .guidance_img {
        width: 100%;
        /* margin-bottom: 20rem; */
    }

    .guidance_blk {
        margin-bottom: 5rem;
    }

    .codeofconduct_menu {
        display: block;
    }

    .codeofconduct_blk_p {
        text-align: left;
        margin-left: 5rem;
    }

    .codeofconduct_blk {
        margin-bottom: 2rem;
    }

    .item_block {
        width: 65rem;
    }

    .carrierTape {
        justify-content: center;
    }

    .total_surpport {
        max-width: 500px;
    }

    .total_surpport .flow_box {
        margin: auto;
    }

    .total_surpport .flow_box:last-child {
        margin: auto;
    }

    .flow_box .circle {
        height: 75%;
    }

    .fix_img_box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fix_img_box .flow_box {
        width: 45%;
    }

    .flow_box:after {
        content: none !important;
    }

    .virtual_slider .center_box_parent .center_box {
        top: 35%;
    }

    .flow_box p {
        font-size: 16px;
        line-height: 43px;
    }

    .center_box.total_surpport .sub_text {
        line-height: 32px;
    }

    .res_par {
        width: 70%;
    }

    .vr_right_modal {
        padding-top: 17px;
        padding-bottom: 104px;
    }

    .vr_right_modal {
        display: block;
    }

    .Btn1 {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {

    /* html {
		font-size: calc( 100vw / 150);
	} */
    .guidance2 {
        flex-wrap: wrap;
    }

    .guidance3 {
        flex-wrap: wrap;
    }

    .guidance_img {
        width: 100%;
        height: 125px;
    }

    .management_imgBlock2 {
        display: block;
        background-color: #ffff;
        margin-bottom: 220rem;
    }

    .imgBlock2 {
        display: block;
        margin-left: 35rem;
    }

    .management_img3Txte {
        margin-bottom: 10rem;
    }

    .management_img3 {
        border: 0.1rem solid #DFDFDF;
        width: 60%;
        height: 60%;
    }

    .management_system_bottom {
        display: block;
        margin-bottom: 60rem;
    }

    .management_system_bottom_img {
        width: 100%;
        margin-bottom: 45rem;
    }

    .Top_Text {
        margin-top: 5rem;
    }

    .guidance_img {
        margin-bottom: 5rem;
    }

    .corporateethics_Top {
        padding-top: 5rem;
    }

    .noSideBarWrap___ {
        /* padding: 0 40rem; */
    }

    .codeofconduct_blk {
        width: 60%;
        height: 9rem;
    }

    .Environmental_menu {
        padding-top: 5rem;
        margin-bottom: 10rem;
    }

    .Environmental_blk {
        margin: 0 auto;
        width: 45rem;
        height: 8rem;
    }

    .Environmental_blk_down {
        margin-left: 2rem;
    }

    .Environmental_blk_down1 {
        margin-left: 2rem;
    }

    .Environmental_blk_down2 {
        margin-left: 2rem;
    }

    .Environmental_Text {
        margin-bottom: 40rem;
    }

    .Environmental_img3 {
        height: 48rem;
    }

    .contactName_side {
        width: 8rem;
        height: 4rem;
    }

    .privacyProtectionSend {
        width: 60rem;
        height: 7rem;
    }

    .hurigana {
        width: 7rem;
        margin-right: 2rem;
    }

    .Bottomsmall {
        /* width: 40rem; */
        /* height: 6rem; */
        max-width: 50%;
        height: 8rem;
    }

    .commonTitle.lg {
        margin-bottom: 0;
    }

    .mb10 {
        margin-top: 3rem;
    }

    .midashi_wrapper_flex {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 8rem;
    }

    .item_block {
        height: 8rem;
        width: 82rem;
    }

    .carrierTape {
        flex-wrap: wrap;
    }

    .carrierTape_img {
        width: 100%;
    }

    .carrierTape_text {
        width: 100%;
    }

    .carrierTape_text2 {
        order: 1;
        width: 100%;
    }

    .seizouBottom {
        line-height: 1.7;
    }

    .inquiry_text_p {
        padding-top: 6rem;
    }

    .related_Links_img2 {
        flex-wrap: wrap;
    }

    .related_Links_img {
        margin-right: 0;
    }

    .total_surpport {
        max-width: 400px;
    }

    .total_surpport .flow_box {
        margin-bottom: 30px;
    }

    .virtual_slider .center_box_parent .center_box {
        font-size: 23px;
        line-height: 40px;
    }

    .fix_img_box {
        height: 220px;
    }

    .fix_img_box .flow_box {
        width: 45%;
    }

    .flow_box .circle {
        height: 82%;
    }

    .flow_box:after {
        content: none !important;
    }

    .virtual_slider .center_box_parent .center_box {
        top: 35%;
    }

    .flow_box p {
        font-size: 14px;
        line-height: 43px;
    }

    .center_box_parent .center_box .sub_catch {
        font-size: 20px;
    }

    .center_box.total_surpport .sub_text {
        line-height: 26px;
        font-size: 13px;
        padding-bottom: 14px;
        width: 80%;
        margin: auto;
    }

    .res_par {
        width: 70%;
    }

    .flow_box .satellite {
        top: -2px
    }

    .vr_right_modal {
        display: block;
    }

    .Btn1 {
        /* margin-left: */
    }
}

@media screen and (max-width: 320px) {
    .total_surpport {
        max-width: 300px;
    }

    .virtual_slider .center_box_parent .center_box {
        font-size: 20px !important;
        line-height: 28px;
    }

    .virtual_slider .center_box_parent .center_box .sub_text {
        font-size: 16px !important;
        line-height: 28px;
        padding-top: 20px;
    }

    .virtual_slider .center_box_parent .center_box .sub_catch {
        font-size: 20px;
    }

    .virtual_slider .center_box_parent .center_box {
        top: 35px;
    }

    .total_surpport .flow_box {
        margin-bottom: 30px;
    }

    .total_surpport .flow_box:last-child {
        margin-bottom: 30px;
    }

    .virtual_slider .center_box_parent .center_box {
        font-size: 30px;
    }

    .flow_box .satellite {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #0086d1;
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .fix_img_box {
        height: 220px;
    }

    .fix_img_box .flow_box {
        width: 45%;
    }

    .flow_box .circle {
        height: 62%;
    }

    .flow_box:after {
        content: none !important;
    }

    .virtual_slider .center_box_parent .center_box {
        top: 35%;
    }

    .flow_box p {
        font-size: 14px;
        line-height: 27px;
    }

    .center_box.total_surpport .sub_text {
        line-height: 32px;
    }
}

.related_Links_img {
    transition: .3s;
}

.related_Links_img:hover {
    border-color: #0086d1;
    transition: .3s;
}

.related_Linksimg_text_p {
    transition: .3s;
}

.related_Links_img:hover .related_Linksimg_text_p {
    color: #0086d1;
    transition: .3s;
}

.inquiry_buttom {
    margin-top: 0;
}

.inquiry_buttom_text {
    padding-top: 0;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 3.5;
    cursor: pointer;
    transition: .3s;
}

.inquiry_buttom_text:hover {
    background-color: #100f42;
    transition: .3s;
}

.inquiry_noSidebar .inquiry_block {
    height: 100%;
}

.inquiry_noSidebar .inquiry_block .inquiry_text {
    height: auto;
}

@media screen and (max-width: 991px) {
    .inquiry_buttom_text {
        line-height: 2.5;
    }
}

@media screen and (max-width: 768px) {
    .justBlank {
        display: none;
    }

    .contentWrap.lg {
        position: absolute;
        bottom: -20px;
    }

    .setsumei_Text {
        line-height: 1.4;
    }
}

@media screen and (max-width: 500px) {
    .inquiry_text {
        margin-bottom: 5rem;
    }
}

.field_select_btn_link {
    transition: .3s;
}

.field_select_btn_link:hover {
    background-color: #0086d1;
    transition: .3s;
}

.field_select_btn_link:hover .bi_field_select_name {
    color: #fff;
    transition: .3s;
}

.field_select_btn_link:hover .bi_tri {
    color: #fff;
    transition: .3s;
}

.overview_blockcp {
    width: 5%;
    border-bottom: 0.3rem solid #0086d1;
    padding: 1.5rem;
}

.titleBorder_bottom {
    border-bottom: 0.3rem solid #ddd;
    position: relative;
    margin: 10rem 0 4.5rem 0;
}

.titleBorder_bottom::after {
    position: absolute;
    bottom: -0.3rem;
}

.titleBorder_bottom h2 {
    padding-bottom: 2rem;
}

.seihin::before {
    top: auto;
}

.seihin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.seihin_ad_link {
    width: 100%;
}

.two_img_last {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .withSidebarContainer .mc02_ad {
        margin-bottom: 49rem;
    }

    .two_img_last {
        margin-bottom: 22.3rem;
    }

    .Legal_compliance {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 500px) {
    .mc_img {
        width: 100%;
    }

    .withSidebarContainer .mc01_ad {
        margin-bottom: 49rem;
        min-height: 101rem;
    }

    .withSidebarContainer .mc02_ad {
        min-height: 71rem;
    }
}

.overview_blockcp_adjust {
    width: 15%;
}

.insert_adjust {
    margin-bottom: 0;
}

.cp_map_wrapper {
    height: auto;
    margin-bottom: 10rem;
}

.midashi_img_block {
    height: 100%;
    margin-bottom: 2rem;
}

.oib991_last {
    margin-bottom: 0;
}

.midashi_text1_ad .overview_img {
    background-color: inherit;
    width: auto;
}

@media screen and (max-width: 991px) {
    .midashi_text1_ad .overview_googleMap {
        width: 20rem;
        height: 5.5rem;
    }

    .googleMap_text {
        line-height: 5.5rem;
    }
}


}

@media screen and (max-width: 768px) {
    .midashi_text1 {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .midashi_text1_ad .overview_googleMap {
        width: 38rem;
        height: 8.5rem;
    }

    .midashi_text1_ad .overview_img {
        margin-bottom: 0;
    }

    .cp_map_wrapper {
        margin-bottom: 0;
    }

    .midashi_text1_ad .overview_text {
        margin-bottom: 0;
        height: auto;
    }

    .overview_img_block_adjust .overview_img {
        margin-bottom: 0;
    }
}

.adjust_iso_block {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-bottom: 12rem;
}

.ad_iso_text {
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    .adjust_iso_block {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width: 500px) {
    .adjust_iso_block {
        margin-bottom: 10rem;
        flex-direction: column;
    }

    .adjust_iso_box {
        margin-bottom: 10rem;
    }

    .adjust_iso_box:last-child {
        margin-bottom: 0;
    }

    .titleTextWrap_ad {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .commonTitle_suvText {
        width: 100%;
    }

    .management_imgBlock_ad {
        width: 100%;
    }

    .management_imgBlock2_ad {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width: 500px) {
    .management_imgBlock2_ad {
        height: 100%;
    }
}

.management_system_bottom_ad {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .management_system_bottom_ad {
        height: 68rem;
    }
}

@media screen and (max-width: 768px) {
    .management_system_bottom_ad {
        height: 100%;
    }
}

@media screen and (max-width: 500px) {
    .management_system_bottom_ad {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width: 991px) {
    .Top_Text {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .guidance_blk {
        width: 100%;
    }

    .Top_Text {
        margin-top: 10rem;
    }
}

.Wrap_126r {
    max-width: 126rem;
    /* padding: 0 33rem; */
}

.field_select_btn_search {
    width: 30rem;
    height: 8rem;
    margin-right: 0;
}

.bi_search_wrapper {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .field_select_btn_wrapper_search {
        flex-wrap: wrap;
        gap: 2rem 0.2rem;
        justify-content: space-between;
        /* width: 37rem; */
    }
}

@media screen and (max-width: 500px) {
    .field_select_btn_wrapper_search {
        width: 100%;
    }

    .field_select_btn_search {
        height: 17rem;
        width: 100%;
    }

    .form5 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem 0;
    }

    .keword_block {
        height: 26rem;
    }
}

@media screen and (max-width: 991px) {
    .contactName_side {
        width: 9rem;
    }
}

@media screen and (max-width: 768px) {
    .contactName_side {
        width: 10rem;
    }

    .contactName_side_p {
        padding-top: 0;
    }

    .hurigana {
        width: 9rem;
    }

    .privacyProtectionSend {
        width: 60rem;
        height: 7.5rem;
    }
}

@media screen and (max-width: 500px) {
    .contactName_side {
        width: 17rem;
        height: 7rem;
    }

    .hurigana {
        width: 12rem;
    }

    .privacyProtectionSend {
        width: 100%;
        height: 11rem;
    }
}

@media screen and (max-width: 1240px) {
    .codeofconduct_blk {
        width: 48rem;
    }
}

@media screen and (max-width: 991px) {
    .codeofconduct_menu {
        flex-wrap: wrap;
        gap: 3rem 0;
    }

    .codeofconduct_blk {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .codeofconduct {
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px) {
    .Environmental_Text {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .Environmental_Text {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width: 991px) {
    .carrierTape {
        justify-content: center;
        gap: 4rem;
    }
}

.midashi_img_block_slide {
    display: block;
    width: auto;
    height: auto;
}

.contentWrap {
    padding-top: 5rem;
}

/*------2021_10_22 tuiki------*/
.right_ad {
    border: none;
    color: inherit;
    width: auto;
}

.pickup_ad {
    height: auto;
    width: auto;
}

/*business_introduction*/
@media screen and (max-width:991px) {
    .business_introduction_fix1 {
        padding-left: 5rem;
    }
}

/*business_cosmetic*/
.business_cosmetic_fix_1 {
    margin-bottom: 12rem;
}

/* #bc_link1{
  margin-top:-100px;
  padding-top:120px;
}  */

/*corprate_infomation*/
@media screen and (max-width:1240px) {
    .corporate_infomation_fix_1 {
        object-fit: cover;
        width: 100%;
        /* height: 100%; */
        margin-bottom: 1rem;
        height: auto;
    }

    .corporate_infomation_fix2 {
        gap: 30px !important;
    }
}

@media screen and (max-width:768px) {
    .corporate_infomation_fix_1 {
        object-fit: cover;
        width: 100%;
        /* height: 100%; */
        margin-bottom: 1rem;
        height: auto;
    }
}

@media screen and (max-width:500px) {
    .corporate_infomation_fix_1 {
        object-fit: cover;
        width: 100%;
        /* height: 100%; */
        height: auto;
    }
}

/*company_overview*/
.company_overview_fix7 {
    display: flex;
    height: 20rem;
}

.company_overview_fix1 {
    margin: 0 auto;
    align-items: center;
}

.company_overview_fix2 {
    margin-bottom: 1rem;
    padding-top: 2rem;
}

.company_overview_fix4 {
    margin-bottom: 1rem;
}

@media screen and (max-width:1240px) {
    .company_overview_fix3 {
        height: auto;
    }

    .company_overview_fix5 {
        width: 15rem;
    }

    .company_overview_fix6 {
        display: flex;
        width: 100%;
        height: 38rem;
        margin-bottom: 6rem;
    }
}

@media screen and (max-width:991px) {
    .company_overview_fix5 {
        width: 20rem;
        height: 4.5rem;
    }

    .company_overview_fix6 {
        display: flex;
        width: 100%;
        height: 40rem;
        margin-bottom: 12rem;
    }
}

@media screen and (max-width:768px) {
    .company_overview_fix5 {
        width: 25rem;
        height: 5.5rem;
    }
}

@media screen and (max-width:500px) {
    .company_overview_fix5 {
        width: 35rem;
        height: 9.5rem;
    }

    .company_overview_fix7 {
        display: flex;
        height: 30rem;
    }

    .company_overview_fix1 {
        width: auto;
        height: 5rem;
    }

    .company_overview_fix2 {
        border: 1px solid #0086d1;
        width: 100%;
        height: 11rem;
        border-radius: 40px;
        text-align: center;
        color: #0086d1;
        padding-top: 2rem;
    }
}

.TextWrap_search_result {
    /* padding: 0 32rem; */
}

@media screen and (max-width: 1240px) {
    .TextWrap_search_result {
        padding: 0;
    }
}

@media screen and (max-width: 1240px) {
    .imgBlock2 {
        flex-wrap: nowrap;
    }

    .management_img {
        width: 100%;
    }
}

.seihin_banner__:last-child {
    margin-right: 0;
}

.seihin_banner6__ {
    margin: 0;
}

@media screen and (max-width: 1240px) {
    .menuListText {
        width: auto;
    }

    .menuList {
        padding: 3rem 5rem 3rem 5rem;
    }
}

.lower_content_img {
    width: auto;
}

.medical_printer {
    width: 100%;
}

.printer_block_noSidebar {
    margin: 0;
    width: 100%;
}

.printer_imgci {
    background-color: inherit;
}

.seihin__Wrap--search,
.field_select_btn_wrapper {
    padding-top: 0 17rem;
}

@media screen and (max-width: 768px) {
    .withSidebarContainer .mc02_ad {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .mc_img2 {
        height: 100%;
    }
}

@media screen and (max-width: 500px) {
    .mc_img {
        height: 100%;
    }
}

.contact__fontsize14 {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .contactTextNeme {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1240px) {
    .contactText {
        align-items: center;
    }

    .contactName_side {
        width: auto;
        height: auto;
        padding: 1rem;
    }

    .contactName_side_p {
        padding: 0;
    }

    .privacyProtectionSend_p {
        font-size: 14px;
    }
}

.main--contact {
    max-width: 100%;
    width: 100%;
    height: 10rem;
    background-color: #ddd;
}

@media screen and (max-width: 1229px) {
    .main--contact {
        background-color: transparent;
    }
}

@media screen and (max-width: 768px) {
    .Wrap_126r {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .lower_content_wrap {
        gap: 0 0.1rem;
    }
}

.tech_wrapper--businness_intro {
    justify-content: flex-start;
    margin: 0 -2.5rem
}

@media screen and (max-width: 500px) {
    .tech_wrapper--businness_intro {
        gap: 0 0.1rem;
    }

    .tech_block {
        width: 100%;
    }
}

.menuList--noTopMargin {
    margin-top: 0;
}

.management__anker {
    margin-top: -10rem;
    padding-top: 10rem;
}

.img--sosikizu {
    height: auto;
}

.environmentalInitiatives {
    max-width: calc(100% - 34rem);
}

.max__adjust {
    max-width: calc(100% - 66rem);
}

@media screen and (max-width: 768px) {
    .environmentalInitiatives {
        max-width: 100%;
    }

    .max__adjust {
        max-width: 100%;
    }
}

.Environmental_img3 {
    height: auto;
}

@media screen and (max-width: 1380px) {
    .field_select_btn--adjust .field_select_btn {
        width: 35rem;
    }
}

@media screen and (max-width: 768px) {
    .field_select_btn--adjust .field_select_btn {
        width: 100%;
    }
}

.withSidebarContainer {
    max-width: 158rem;
}

.management_imgBlock {
    height: auto;
}

.management_img {
    width: 100%;
    height: 100%;
    padding: 0;
}

.guidance_img {
    width: 100%;
    height: 125px;
}

.guidance2,
.guidance3 {
    gap: 0 5rem;
}

.tech_content--ad {
    max-width: calc(100% - 35.6rem);
}

.Environmental_img {
    gap: 0 5.5rem;
}

.Environmental_imgBlk {
    margin-right: 0;
}

body {
    font-size: 14px;
}

@media screen and (max-width: 1240px) {
    .menuList {
        font-size: 14px;
    }

    .printer_img {
        width: 100%;
    }
}

/* @media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }
}  */
.blue_square_text {
    line-height: 1.7;
}

.sidebar .menu .list__active {
    background-color: #F5F5F5;
    pointer-events: none;
}

ul.menu .list a {
    border-bottom-color: #ddd;
}

.news__active {
    pointer-events: none;
}

.overview_img {
    background-color: inherit;
}

/* .contentWrap {
  max-width: calc(100% - 340px);
  padding: 0;
} */
.lowerContentAdjust {
    max-width: calc(100% - 34rem);
}

.contentWrap__ad {
    max-width: calc(100% - 34rem);
    width: 100%;
    padding: 0;
}

.contentWrap__ad .banner {
    justify-content: center;
}

.Top_Text {
    padding: 0;
}

.seihin_banner6__ {
    justify-content: space-between;
}

.seihin_banner__ {
    background-color: inherit;
}

footer {
    max-width: calc(100% - 34rem);
    margin: 0 auto;
}

.botoom_Text {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .insert {
        margin-right: 0;
    }

    .medical_imgs {
        justify-content: space-between;
    }
}

@media screen and (max-width: 500px) {
    .setsumei_Text {
        font-size: 14px;
    }
}

.setsumei_Top_tech {
    font-size: 14px;
}

.insert {
    font-size: 20px;
}

.setsumei_bottom_text_tech {
    font-size: 14px;
}

.lower_content_title {
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .management {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .lowerContentAdjust {
        max-width: 100%;
        margin: 0;
        margin-bottom: 20rem;
        padding: 0 20px;
    }

    .contentWrap__footer__ad {
        padding: 0;
        padding-top: 5rem;
    }

    .contentWrap__ad {
        padding-top: 0 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .midashi_Text {
        font-size: 14px;
    }

    .midashi_toptext {
        font-size: 20px;
    }

    .Philosophy {
        font-size: 16px;
    }

    .banner {
        margin: 0;
    }
}

.related_Linksimg_text_p {
    font-size: 14px;
    margin-top: 3rem;
}

@media screen and (max-width: 991px) {
    .inquiry_buttom_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .inquiry_text_p {
        font-size: 14px;
    }

    .inquiry {
        height: 72rem;
    }
}

.Recycling_imgBlock {
    width: auto;
    height: auto;
    background-color: inherit;
}

.Recycling_img {
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 0;
}

@media screen and (max-width: 1110px) {
    .scroll_box {
        overflow-x: scroll;
    }

    .scroll_img {
        min-width: 750px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 768px) {
    .contentWrap.lg {
        bottom: -3px;
    }
}

.management_imgBlock {
    background-color: inherit;
}

.management_img3 {
    margin: 0 auto 2.1rem;
}

@media screen and (max-width: 500px) {
    .management_img3 {
        margin: 0 0 2.1rem;
    }
}

.imgBlock2 {
    justify-content: start;
    padding-top: 0;
}

.management_imgBlock2 {
    background-color: inherit;
    height: auto;
}

.common_p {
    font-size: 35px;
}

.commonTitle_suv {
    font-size: 25px;
}

@media screen and (max-width: 500px) {
    .commonTitle_suv {
        margin-bottom: 7.5rem;
    }
}

.tab_none {
    display: none;
}

.tab_show {
    display: block;
}

.contactFlowWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 500px;
    margin: auto;
    margin-bottom: 6rem;
}

.contactFlowWrap:before {
    content: "";
    display: block;
    width: 73%;
    height: 1px;
    background-color: #0086d1;
    position: absolute;
    top: -23px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.contactFlowCol {
    flex: 1;
    position: relative;
}

.contactFlowRound {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #0086d1;
    border-radius: 50%;
}

.contactFlowRoundTxt {
    text-align: center;
    margin-top: 10px;
    ;
}

.active .contactFlowRound {
    background-color: #0086d1;
    color: #FFF;
}

.wigiWrap {}

.wigiWrap h3 {
    font-size: 2.5rem;
    padding: 0 5rem 3rem 0;
    font-weight: normal;
}

.wigiWrap ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wigiWrap ul li::marker {
    color: #0086d1;
}

.wigiWrap ul li {
    color: #595656;
    padding-bottom: 2rem;
}

.wigiWrap ul .menu {
    color: #595656;
    padding-bottom: 0;
}

.wigiWrap p {
    line-height: 2.5;
}

.wigiWrap h3.liner {
    font-size: 2.5rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.wigiWrap h3.liner::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 2.5rem;
    background-color: #0086d1;
    bottom: 0;
    left: 0.1rem;
}

.seihin__bottom__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -10px;
}

.seihin_banner {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
}

.seihin_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
    transform: scale(1);
}

.seihin_banner:hover img {
    transition: .2s;
    transform: scale(1.2);
}

.seihin_bannerText {
    position: absolute;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    color: #FFF;
    ;
}

.seihin_bannerText span {
    font-weight: 600;
}

.management_img,
.Recycling_img {
    border-color: transparent;
}

.privacyProtectionSend {
    cursor: pointer;
    border-color: transparent;
}

.privacy_TextTop {
    font-weight: bold;
}

.privacy_TextBlk {
    margin-bottom: 2rem;
}

.noSideBarWrap_NoTop {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .noSideBarWrap_NoTop {
        padding: 0 20px;
    }
}

.privacy_TextBottom {
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .privacy_TextBottom {
        font-size: 14px;
    }
}

.corporateethics_bottom {
    margin-bottom: 1rem;
}

.Environmental_Text {
    font-size: 16px;
    height: auto;
    line-height: 2;
}

@media screen and (max-width: 500px) {
    .Environmental_Text {
        line-height: 1.7;
        font-size: 14px;
    }
}

.Environmental_Text1,
.Environmental_Text2 {
    margin-bottom: 4rem;
}

.management_suv {
    font-size: 25px;
}

.management_suv_ad {
    height: auto;
}

.management_system_bottom_img {
    background-color: inherit;
}

.commonTitle_suvText_ad {
    line-height: 2;
}

@media screen and (max-width: 500px) {

    .select,
    .contactName_Text {
        height: 10rem;
    }

    .select {
        width: 93.9rem;
    }

    .hurigana {
        width: 17rem;
    }

    .contactTextNeme {
        font-size: 14px;
    }

    .contactFlowWrap {
        margin-bottom: 18rem;
    }

    .privacyProtection {
        height: 42rem;
        margin-bottom: 19rem;
    }

    .privacyProtectionSend {
        height: 21rem;
        display: flex;
	    align-items: center;
	    justify-content: center;
    }
}

.corporateethics_TextBlk_Top {
    font-size: 16px;
}

.guidance_link {
    transition: .3s;
}

.guidance_img {
    overflow: hidden;
}

.guidance_link:hover .guidance_img_in {
    transition: .3s;
    transform: scale(1.1, 1.1);
}

.guidance_img_in {
    transition: .3s;
}

.guidance_link:hover .guidance_Text_p {
    color: #0086d1;
}

/* .guidance_img_blue {
  border: 0.1px solid #26BAD7;
} */
.seihin_banner__ {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.seihin_banner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.seihin_banner__ja {
    font-size: 18px;
}

.seihin_banner__en {
    font-size: 14px;
    margin-bottom: 5px;
}

.seihin_banner__link {
    transition: .3s;
}

.seihin_banner__link:hover .seihin_banner__img {
    transition: .3s;
    transform: scale(1.1, 1.1);
    filter: brightness(1.2);
}

.seihin_banner__img {
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .seihin_banner__ {
        flex-basis: unset;
        width: auto;
        margin-right: 0;
    }

    .seihin_banner6__ {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .seihin_banner__ja {
        font-size: 14px;
    }

    .seihin_banner__en {
        font-size: 10px;
    }
}

.seihin_img_wrapper {
    width: 100%;
    height: 100%;
}
.seihin_img_wrapper img{
    height: 100%;
}
.seihin_img {
    margin-right: 0;
    background-color: inherit;
}

.seihin__Wrap {
    gap: 60px 30px;
}

.seihin_imgText {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .seihin__Wrap {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .seihin_imgText {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .seihin__Wrap {
        gap: 0;
    }

    .seihin_imgText {
        margin-top: 0;
    }
}

.col2Wrap.banner #contact .jap {
    font-weight: bold;
}

.wigiWrap ul {
    /* padding-left: 0; */
}

.menuList {
    padding: 3rem 5rem 3rem 4rem;
}

.Listmargin {
    margin-left: 1rem;
    font-size: 10px;
    line-height: 1.7;
}

.contentWrap__ad {
    padding: 0;
}

.contentWrap__top__ad {
    max-width: calc(100% - 34rem);
}

@media screen and (max-width: 768px) {

    .col2Wrap .col,
    .col3Wrap .col,
    .col4Wrap .col,
    .col5Wrap .col,
    .colFreeWrap .col {
        margin: 0 auto;
    }

    .contentWrap__ad {
        padding: 0 20px;
    }
}

.justBlank {
    max-width: calc(100% - 120px);
}

@media screen and (max-width: 991px) {
    .justBlank {
        height: 14%;
    }
}

.clean_img {
    background-color: inherit;
    display: flex;
    justify-content: center;
}

.commonSelect {
    border: 1px solid #aaa;
}

.proItem .card .image {
    height: 23.5rem;
}

.productCardsWrap .image img {
    border-radius: 0;
}

.proItem .card .image:before {
    border-radius: 0;
}

.productCardsWrap .card {
    position: relative;
}

.cateWrap {
    position: absolute;
    margin-top: -30px;
}

.productCardsWrap .title {
    margin-bottom: 30px;
}

.productCardsWrap .card .commonText,
.card .desc {
    margin: 0;
    height: 0;
}

.fwLight {
    margin: 0;
}

.gap_medical {
    gap: 0 30px;
    margin-bottom: 0;
}

.dev_text {
    font-size: 16px;
    margin-bottom: 12rem;
}

.dev_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
    margin-bottom: 135px;
}

.dev_box {
    width: 32%;
}

.dev_box--wide {
    width: 66%;
}

.wide_flex {
    display: flex;
    gap: 0 30px;
}

.dev_img_box {
    margin-bottom: 25px;
}

.seihin_img_wrapper img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.seihin_img {
    margin-right: 0;
}

.indexTitleWrap_dev {
    align-items: inherit;
    flex-direction: column;
}

.dec_card_desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.dev_card_block {
    display: flex;
    justify-content: space-between;
    gap: 60px 0;
    flex-wrap: wrap;
}

.productCardsWrap .dev_card {
    margin-left: 0;
    margin-right: 0;
    width: 32%;
    max-width: inherit;
}

.dev_block_last {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .dev_block_last {
        margin-bottom: 32px;
    }

    .gap_dev {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .mc_dev_img {
        width: 100%;
    }

    .gap_dev {
        flex-wrap: nowrap;
    }

    .TextWrap .dev_mc01 {
        margin-bottom: 10px;
    }

    .dev_mc01 .text {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .productCardsWrap .dev_card {
        width: 47%;
    }
}

.osagasi_sidebar_dev {
    margin-top: 7rem;
}

.food_imgs {
    justify-content: space-between;
    gap: 0;
}

.empty_block {
    width: 22.8rem;
}

@media screen and (max-width: 500px) {
    .text {
        height: 100%;
    }

    .seihin__bottom__wrapper {
        margin: 0;
    }

    .seihin_banner {
        margin: 0 0 7rem;
        flex-basis: inherit;
        width: 100%;
    }
}

.medical_insert_suv_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.medical_insert_suv_box {
    width: 49%;
    margin-bottom: 60px;
}

.gif_insert {
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .medical_insert_suv_box {
        width: 100%;
    }

    .Environmental_img {
        margin-left: 0;
    }

    .Environmental_img3 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .cp_map_wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .midashi_text1 {
        width: 100%;
        height: auto;
    }

    .midashi_imgco {
        width: 100%;
    }

    .withSidebarContainer .overview_img_block {
        height: auto;
        margin-bottom: 0;
    }

    .overview_text {
        height: auto;
        margin-bottom: 13rem;
    }

    .overview_topText {
        margin-top: 0;
    }

    .midashi_text1_ad .overview_img {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .overview_img_block_adjust .overview_img {
        height: auto;
    }

    .withSidebarContainer .overview_img_block {
        margin-bottom: 32px;
    }

    .cp_map_wrapper {
        margin-bottom: 32px;
    }
}

.overview_Text {
    font-size: 14px;
}

.col2Wrap.business .desc {
    line-height: 1.7;
}

.Philosophy {
    margin-bottom: 20px;
}

.bi_field_select_name {
    padding-right: 0;
}

@media screen and (max-width: 500px) {
    .withSidebarContainer .mc01 {
        min-height: inherit;
        margin-bottom: 35rem;
    }

    .seihin_img {
        width: 100%;
        height: 100%;
    }

    .seihin_imgText {
        margin-top: 8px;
    }
}

.wigi_ul {
    margin-bottom: 120px;
    padding-left: 2rem;
}

@media screen and (max-width: 991px) {
    .wigi_ul {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .wigi_ul {
        padding-left: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .wigi_ul {
        padding-left: 7rem;
    }
}

.wigi_ul li:last-child {
    padding-bottom: 0;
}

.wigi_text {
    margin-bottom: 120px;
}

@media screen and (max-width: 500px) {
    .management_text_number {
        margin-right: 5rem;
    }

    .management_text {
        height: 12rem;
        padding-top: 4.4rem;
        font-size: 10px;
    }
}

.insert_top p {
    border-left: 3px solid #0086d1;
    padding-left: 10px;
    line-height: 1;
}

.insert_top {
    margin-left: 1rem;
}

.insert_top::before {
    display: none;
}

.printer_title_noSidebar {
    margin-left: 2rem;
}

.printer_TopText {
    margin-left: -7px;
}

@media screen and (max-width: 768px) {
    .printer_title_noSidebar {
        margin-left: 4rem;
    }

    .insert_suvText {
        margin-left: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .printer_title_noSidebar {
        margin-left: 9rem;
    }

    .insert_suvText {
        margin-left: 9rem;
    }
}

@media screen and (max-width: 500px) {
    .wigiWrap h3 {
        padding-bottom: 0;
    }

    .wigiWrap h3.liner {
        font-size: 25px;
        height: auto;
        border-bottom: 0.9rem solid #F5F5F5;
    }

    .wigiWrap h3.liner::after {
        width: 60px;
        height: 1rem;
    }

    .management_suv {
        height: auto;
    }

    .management_suv_ad {
        border-bottom: 0.9rem solid #F5F5F5;
    }

    .management_suv::after {
        width: 60px;
        height: 1rem;
    }

    .medical_h2 {
        font-size: 20px;
    }

    .text {
        margin-left: 0;
    }

    .insert_top p {
        line-height: 1.7;
        font-size: 14px;
    }

    .wigiWrap ul li {
        font-size: 16px;
    }

    .insert_suv {
        height: 100%;
    }

    .printer_title span {
        font-size: 16px;
    }

    .printer_imgText {
        text-align: inherit;
    }

    .wigiWrap p {
        line-height: 1.7;
        font-size: 14px;
    }

    .botoom_Text {
        line-height: 1.7;
    }

    .setsumei {
        margin-bottom: 35rem;
    }

    .insert_medical {
        margin-bottom: 35rem;
    }

    .insert_top {
        margin-bottom: 13rem;
    }

    .printer_noSidebar {
        gap: 7rem;
    }

    .sample_block {
        margin-bottom: 7rem;
    }

    .sample_imgText {
        height: 100%;
    }

    .printer {
        margin-bottom: 35rem;
    }

    .medical_imgs {
        margin-bottom: 35rem;
    }

    .management_suv p {
        font-size: 25px;
    }

    .seihin_img {
        flex-basis: 48%;
        height: 100px;
    }

    .seihin__Wrap {
        justify-content: space-between;
    }

    .two_img_medical .right_img {
        order: 0;
        padding: 0;
        margin-bottom: 3rem;
    }

    .two_img_medical .left_img {
        padding: 0;
        margin-left: 0;
    }

    .single_img .center_img {
        padding: 0;
    }

    .menuListText_setsumei {
        margin-bottom: 35rem;
    }

    .menuListText_setsumei h2 {
        font-size: 20px;
    }

    .pla_img {
        margin-bottom: 35rem;
    }

    .biomassPET_img {
        height: auto;
    }

    .biomassPET_topText,
    .biomassPET2_topText {
        font-size: 16px;
    }

    .biomassPET_text {
        height: auto;
    }

    .biomassPET_Text,
    .biomassPET2_Text {
        font-size: 14px;
    }

    .biomassPET2 {
        height: auto;
    }

    .bi_field_select_name {
        font-size: 12px;
    }

    .tech_block {
        margin-bottom: 11rem;
    }

    .tech_title {
        font-size: 18px;
        margin-bottom: 6rem;
    }

    .tech_text {
        margin-bottom: 7.3rem;
    }

    .bi_intro_txt {
        margin-bottom: 35rem;
    }
}

.col2Wrap.business .col {
    position: relative;
    min-height: 592px;
}

.col2Wrap.business .col .arrow {
    position: absolute;
    bottom: 0;
}

.col2Wrap.business .desc {
    margin-bottom: 0;
}

.col2Wrap.business .eng {
    margin-bottom: 5px;
}

@media screen and (max-width:1240px) {
    .col2Wrap.business .col {
        min-height: 420px;
    }

    .virtual_slider_2_logo {
        bottom: 460px;
    }
}

@media screen and (max-width:991px) {
    .col2Wrap.business .col {
        min-height: 380px;
    }

    .virtual_slider_2_logo {
        bottom: 400px;
    }
}

@media screen and (max-width: 768px) {
    .col2Wrap.business .col {
        min-height: 400px;
    }

    .virtual_slider_2_logo {
        bottom: 35%;
        right: 0%;
        width: 30%;
    }

    .slider_about p {
        font-size: 23px !important;
        line-height: 50px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .col2Wrap.business .col {
        min-height: 350px;
    }

    .slider_about p {
        font-size: 20px !important;
        line-height: 42px !important;
        width: 100% !important;
    }

    .virtual_slider_2_logo {
        bottom: 33%;
        right: 0%;
        width: 30%;
    }
}

.wigi_ul_nobottom {
    padding-left: 2rem;
}

@media screen and (max-width: 991px) {
    .wigi_ul_nobottom {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .wigi_ul_nobottom {
        padding-left: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .wigi_ul_nobottom {
        padding-left: 7rem;
    }

    .wigiWrap h3.liner {
        line-height: 1.4;
        margin-bottom: 8.5rem;
    }
}

.Listmargin {
    font-size: 14px;
    margin-left: 3rem;
}

.col2Wrap.business .image {
    max-height: 430px;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .col2Wrap.business .col {
        min-height: 500px;
    }
}

@media screen and (max-width: 1240px) {
    .col2Wrap.business .col {
        min-height: 460px;
    }
}

@media screen and (max-width: 991px) {
    .col2Wrap.business .col {
        min-height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .col2Wrap.business .col {
        min-height: 480px;
    }
}

@media screen and (max-width: 768px) {
    .col2Wrap.business .col {
        min-height: 393px;
    }
}

.seihin__Wrap {
    gap: 60px 0;
}

.setsumei ul li {
    margin-left: 20px;
}

.setsumei_last {
    margin-bottom: 12rem;
}

.mc01 {
    margin-bottom: 6rem;
}

.mc02 {
    margin-bottom: 6rem;
}

@media screen and (max-width: 500px) {
    .wigiWrap h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
        padding: 0;
    }

    .setsumei ul li {
        line-height: 1.4;
    }

    .setsumei_ad {
        margin-bottom: 50px;
    }

    .setsumei_last {
        margin-bottom: 35rem;
    }

    .Listmargin {
        margin-left: 25px;
    }

    .seihinIchiran {
        margin-bottom: 35rem;
    }

    .topText h2 {
        font-size: 16px;
    }

    .topText2 h2 {
        font-size: 16px;
    }

    .text2 {
        height: auto;
    }

    .withSidebarContainer .mc02_ad {
        margin-bottom: 35rem;
    }

    .two_img .right_img,
    .two_img .left_img,
    .two_img .center_img {
        padding: 0;
    }

    .text_deco ul li {
        font-size: 14px;
    }

    .mgb_19 {
        margin-bottom: 19rem;
    }

    .inquiry {
        height: auto;
        padding-bottom: 7rem;
    }

    .inquiry_buttom {
        height: auto;
    }

    .inquiry_buttom_text {
        padding: 0;
    }

    .Links_text {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .Bioplastic_tech_detail {
        margin-bottom: 35rem;
    }

    .item_noSidebar {
        margin-bottom: 15.3rem;
    }

    .lowerContentAdjust {
        border-top-color: transparent;
    }

    .suuji_noSidebar {
        align-items: center;
    }

    .suuji {
        gap: 0 10px;
    }

    .buttan {
        width: 13rem;
        height: 13rem;
    }

    .search_result_num {
        font-size: 20px;
    }
}

.width_adjust {
    max-width: calc(100% - 660px);
}

.search_result_block {
    gap: 0 30px;
}

.search_result_title {
    line-height: 1.7;
}

@media screen and (max-width: 1540px) {
    .width_adjust {
        max-width: calc(100% - 430px);
    }
}

@media screen and (max-width: 1240px) {
    .width_adjust {
        max-width: 125rem;
    }
}

@media screen and (max-width: 991px) {
    .search_result_block {
        flex-wrap: wrap;
    }

    .search_result_img_block {
        width: 100%;
    }

    .search_result_textBox {
        margin-left: 0;
        width: 100%;
    }

    .search_result_arrow {
        display: none;
    }

    .search_result_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .search_result_block {
        width: 48%;
    }

    .noSideBarWrap {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .search_result_wrap {
        display: block;
    }

    .search_result_block {
        width: 100%;
    }

    .tech_text_top {
        margin-bottom: 35rem;
    }

    .tech_block {
        margin: 0 0 50px;
    }

    .tech_img_box {
        margin-bottom: 20px;
    }

    .tech_content--ad {
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
    }

    .privacy_TextBottom {
        margin-bottom: 26px;
    }
}

.Top_daimei {
    margin-bottom: 101px;
}

.Top_daimei_ue {
    font-size: 30px;
    margin-bottom: 10px;
}

.Top_daimei_shita {
    font-size: 20px;
}

.productCardsWrap .card {
    margin-left: 25px;
    margin-right: 25px;
    height: 400px;
}

.productCardsWrap .card {
    position: relative;
}

.productCardsWrap .card .btnViewmore {
    position: absolute;
    bottom: 27px;
}

@media screen and (max-width: 768px) {
    .productCardsWrap .card {
        height: 290px;
    }

    .proItem .card .image {
        height: 28.5rem;
    }
}

@media screen and (max-width: 500px) {
    .productCardsWrap .card {
        height: 290px;
    }

    .proItem .card .image {
        height: 52.5rem;
    }
}

footer .contentWrap {
    max-width: 100%;
}


@media screen and (max-width: 768px) {
    footer {
        max-width: 100%;
    }

    footer .contentWrap {
        padding: 0 20px;
    }
}

.tech_block {
    width: calc(33.333% - 6rem);
    margin: 0 2.75rem;
}

.tech_img_box {
    height: auto;
}

.tech_title {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .tech_wrapper--businness_intro {
        justify-content: space-between;
        margin: 0 3px;
    }

    .tech_block {
        width: 48%;
        margin: 0 0 6rem;
    }
}

.tech_wrapper--business {
    gap: 70px 0;
}

/* ホバーアニメーション */
.hover_link_ani:hover img {
    transform: scale(1.3, 1.3);
    transition: .3s;
}

.hover_link_ani img {
    transition: .3s;
}

.hover_link_ani:hover h2,
.hover_link_ani:hover p {
    color: #0086d1;
    transition: .3s;
}

.Environmental_imgText {
    transition: .3s;
}

.modal_block,
.modal_block2,
.modal_block3,
.modal_block4 {
    padding: 73px 80px 87px;
    max-width: 1220px;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
}

.modal_top {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin-bottom: 70px;
}

.left_modal {
    width: 279px;
}

.left_modal h2 {
    font-size: 30px;
    margin-bottom: 5px;
}

.right_modal {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 60px;
}

.modal_block .seihin_img,
.modal_block2 .seihin_img,
.modal_block3 .seihin_img,
.modal_block4 .seihin_img {
    height: auto;
    margin-bottom: 0;
}

.modal_block .seihin_imgText,
.modal_block2 .seihin_imgText,
.modal_block3 .seihin_imgText,
.modal_block4 .seihin_imgText {
    color: #595656;
}

.modal_block .seihin_img_wrapper,
.modal_block2 .seihin_img_wrapper,
.modal_block3 .seihin_img_wrapper,
.modal_block4 .seihin_img_wrapper {
    max-width: 250px;
    width: 100%;

}

.modal_bottom .osagasi {
    width: 390px;
    margin: 0 auto;
}

.modal_btn {
    display: block;
    width: 100%;
    padding: 11px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
}

#modal1,
#modal2,
#modal3,
#modal4 {
    display: none;
}

.modal_overlay,
.modal_overlay2,
.modal_overlay3,
.modal_overlay4 {
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.3;
    cursor: pointer;
}

#modal1:checked~.modal_block,
#modal1:checked~.modal_overlay {
    display: block;
}

.c_black {
    color: #595656;
}

#modal2:checked~.modal_block2,
#modal2:checked~.modal_overlay2 {
    display: block;
}

#modal3:checked~.modal_block3,
#modal3:checked~.modal_overlay3 {
    display: block;
}

#modal4:checked~.modal_block4,
#modal4:checked~.modal_overlay4 {
    display: block;
}

.modal_block2 {
    height: 480px;
}

.single_modal_top {
    justify-content: space-between;
}

.single_modal {
    display: block;
    width: 100%;
}

.single_modal_top .seihin_img_wrapper {
    width: 100%;
    height: auto;
}

.mainVisual {
    position: relative;
}

.bgVirtual_box_right {
    width: 800px;
    height: 100%;
}

.bgVirtual_box_right img {
    width: 100%;
}

.bgVirtual_box_left {
    width: 1120px;
    height: 100%;
}

.bgVirtual_box_left img {
    width: 100%;
}

.bgVirtual {
    height: auto;
    min-height: auto;
}

@media screen and (max-width: 991px) {
    .bgVirtual_box_right {
        width: 100%;
        height: 100%;
    }

    .bgVirtual_box_left {
        width: 100%;
        height: 100%;
    }

    .bgVirtual_flex {
        flex-direction: column;
    }

    .top_just {
        height: 60px;
    }
}

/* vsl_1111 */
.virtual_floor_wrap .virtual_box {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.virtual_slider .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
}

.virtual_slider .slick-next:before {
    background: url(../img/virtual_slider/virtual_arrow.png) !important;
    background-size: contain !important;
    transform: scale(-1, 1);
}

.virtual_slider .slick-prev:before {
    background: url(../img/virtual_slider/virtual_arrow.png) !important;
    background-size: contain !important;
}

.virtual_slider .slick-next {
    top: 490px;
    right: 0;
}

.virtual_slider .slick-prev {
    top: 490px;
    left: 460px;
}

@media screen and (max-width: 768px) {

    .virtual_slider .slick-next,
    .virtual_slider .slick-prev {
        display: none !important;
    }
}

.virtual_sector_more span {
    content: url(../img/virtual_slider/virtual_try.png);
    vertical-align: middle;
}

.virtual_floor_wrap_l {
    background: url(../img/virtual_slider/virtual_img.png);
}

.virtual_slider_blck_abso,
.virtual_slider_Home_ad {
    position: absolute;
    z-index: 10;
}

.virtual_slider_blck_abso {
    bottom: 50%;
    top: 50%;
    transform: translateY(-220%) translateX(0%);
    -webkit- transform: translateY(-220%) translateX(0%);
}

.virtual_slider_Home_ad {
    right: 0;
    bottom: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.virtual_floor_wrap_r {
    padding: 0 0 0 120px;
}

.virtual_floor_block_r {
    max-width: 600px;
    width: 100%;
    padding-top: 176px;
}

.virtual_floor_block_l {
    max-width: 600px;
    width: 100%;
}

.virtual_floor_parent {
    height: 100%;
}

.virtual_floor_wrap .virtual_more_wrap {
    position: inherit;
}

.virtual_floor_wrap .virtual_box {
    width: 100%;
}

.virtual_floor_wrap_l {
    padding-top: 193px;
}

.virtual_floor_wrap .virtual_sector_detail {
    padding-bottom: 61px;
}

.virtual_floor_wrap .virtual_sector_more {
    margin-bottom: 80px;
}

.virtual_slider_2_buttonBlock_ad {
    margin-left: 0;
}

.robot_thin {
    font-weight: 100;
}

.virtual_slider_2_buttonBlock_ad .virtual_slider_2_buttonLeft {
    background-color: #100F42;
    border-width: 2px;
}

.virtual_slider_2_buttonBlock_ad .virtual_slider_2_buttonRight {
    background-color: #100F42;
    border-width: 2px;
}

@media screen and (max-width: 1418px) {
    .virtual_floor_wrap_r {
        padding-left: 50px;
    }

    .virtual_floor_wrap_l {
        padding-left: 180px;
    }
}

@media screen and (max-width: 1318px) {
    .virtual_floor_wrap_r {
        margin-right: 50px;
    }

    .virtual_floor_wrap_l {
        padding-bottom: 40px;
    }

    /* .virtual_floor_block_r {
    max-width: 450px;
  } */

    .virtual_floor_wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .virtual_floor_wrap_r {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1228px) {
    .virtual_floor_wrap_l {
        background-size: cover;
        padding-top: 43px;
        padding-left: 120px;
    }

    .virtual_floor_wrap_r {
        margin-right: 50px;
        padding-bottom: 100px;
        padding-right: 50px;
    }

    .virtual_floor_parent {
        flex-direction: column;
    }

    .virtual_slider_position {
        height: auto;
    }

    .virtual_slider_ad {
        height: auto;
    }

    .virtual_floor_block_r {
        width: 100%;
        max-width: 100%;
        padding-top: 56px;
    }

    .virtual_floor_wrap .virtual_item_slider {
        margin: 0 auto 30px;
    }

    .virtual_floor_block_l {
        width: 100%;
        max-width: 100%;
        padding-top: 73px;
    }

    .virtual_floor_wrap .virtual_box {
        max-width: 100%;
    }

    .virtual_slider_blck_abso {
        top: 0;
        bottom: 0;
        transform: inherit;
    }

    .virtual_slider_Home_ad {
        bottom: 71%;
        top: 0;
        transform: inherit;
    }
}

@media screen and (max-width: 768px) {

    .virtual_slider_2_buttonRight,
    .virtual_slider_2_buttonLeft {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .virtual_floor_wrap_l {
        padding-left: 20px;
        padding-right: 20px;
    }

    .virtual_floor_wrap_r {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.virtual_slider_ad {
    height: auto;
}

.virtual_floor_wrap_l {
    background-size: cover;
}

@media screen and (max-width: 1340px) {
    .virtual_slider_GlobalBlock_02 {
        align-items: center;
        /* flex-direction: column; */
    }

    .virtual_slider_GlobalText_ad {
        margin-top: 0;
    }

    .virtual_slider_Global_02 {
        width: auto;
    }

    .virtual_slider_Global_img {
        width: 490px;
    }

    .virtual_slider_GlobalLeft_suv_info {
        width: 180px;
    }

    .virtual_slider_3Img {
        width: 80%;
        margin: 0 auto;
    }

    .virtual_slider_3Block1 {
        width: 180px;
    }

    .virtual_slider_3Block {
        margin: 0 auto;
    }

    .virtual_slider_3Block_bottomP {
        font-size: 18px;
    }

    .virtual_slider_3Block_bottomP_infoP {
        font-size: 14px;
    }
}

@media screen and (max-width: 1094px) {
    .virtual_slider_3Block_bottomP {
        font-size: 16px;
    }

    .virtual_slider_3Block_bottomP_info {
        width: 130px;
        height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .virtual_slider_3ImgBlock6 {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .virtual_slider_3Block1 {
        width: 33%;
    }

    .virtual_slider_3Block {
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .virtual_slider_3Img {
        width: 100%;
    }

    .virtual_slider_3Block1 {
        width: 50%;
    }

    .virtual_slider_3Block {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1063px) {
    .virtual_slider_GlobalLeft_suv {
        font-size: 16px;
    }

    .virtual_slider_GlobalBlock_02 {
        flex-wrap: wrap;
    }

    .virtual_slider_GlobalText_top {
        width: 50%;
    }

    .virtual_slider_GlobalText_bottom {
        width: 50%;
    }

    .virtual_slider_Global_img {
        width: 50%;
    }

    .virtual_slider_3P {
        line-height: 1.7;
    }

    .virtual_slider_GlobalLeft_suv_info {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }

    .virtual_slider_TextWrap {
        max-width: calc(100% - 20px);
        width: 100%;
    }

    .virtual_slider_GlobalRight_TextP {
        font-size: 14px;
    }

    .virtual_slider_GlobalRight_Text {
        height: auto;
        width: 100%;
    }

    .virtual_slider_3Top {
        font-size: 35px;
    }

    .virtual_slider_GlobalBlock {
        max-width: calc(100% - 20px);
        width: 100%;
        justify-content: center;
        margin: 0 auto;
        flex-direction: row;
    }

    .virtual_slider_GlobalRight {
        margin-left: 4.2rem;
    }

    .virtual_slider_GlobalText2 {
        order: 1;
    }

    .virtual_slider_GlobalRight {
        order: 3;
    }

    .virtual_slider_GlobalText_img {
        margin-right: 20px;
        width: 320px;
    }
}

@media screen and (max-width: 643px) {
    .virtual_slider_GlobalText_img {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .virtual_slider_GlobalBlock {
        flex-wrap: wrap;
    }

    .virtual_slider_GlobalText2 {
        margin-top: 50px;
        margin-right: 0;
    }

    .virtual_slider_GlobalLeft2 {
        font-size: 33px;
    }

    .virtual_slider_GlobalLeft_suv2 {
        font-size: 60px;
    }

    .virtual_slider_GlobalBlock {
        justify-content: space-around;
    }

    .virtual_slider_GlobalText_img {
        margin-right: 0;
    }
}

.slide_anime_nav {
    background: #CC0033;
}

.slide_anime_nav {
    position: fixed;
    z-index: 1010;
    top: 50%;
    transform: rotate(0) translateY(-50%);
}

.slide_anime_nav>div {
    background: #CC0033;
    transition: transform 0.3s ease 0s;
    transform: translateX(0px);
}

.slide_anime_nav>div:not(:last-of-type) {
    margin-bottom: 1px;
}

.slide_anime_nav>div:hover {
    background: #CC0033;
}

.slide_anime_nav a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: calc(45px - 100px);
    min-height: 45px;
    white-space: nowrap;
    text-decoration: none;
}

.slide_anime_nav a:hover {
    text-decoration: none;
}

.slide_anime_nav .fas {
    width: 60px;
    text-align: center;
}

.fixed_left {
    right: calc(100% - 60px);
}

.fixed_left>div:hover {
    transform: translateX(100px);
}

.fixed_left a::before {
    display: block;
    content: attr(data-text);
    padding-left: 1rem;
    margin-right: 0.25rem;
}

.virtual_slider_2_button {
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 999;
}

@media screen and (max-width: 1229px) {
    .virtual_slider_icon_home {
        /* display: none; */
    }

    .virtual_slider_IconText_p_home {
        /* display: none; */
    }

    .virtual_slider_Home {
        /* display: none; */
    }
}

.virtual_slider_blck {
    /* display: none; */
}

}

.center_box_parent_ad {
    height: auto;
}

@media screen and (max-width: 1240px) {
    .fix_img_box {
        flex-wrap: nowrap;
    }

    .fix_box .fix_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .virtual_slider .center_box_parent .center_box {
        max-width: calc(100% - 20px);
        width: 100%;
        margin: 40px auto 0;
    }

    /* .fix_box .btp .line {
    height: 120px;
    top: 400px;
  }
  .fix_box .btp {
    padding-top: 350px;
  } */
}

@media screen and (max-width: 991px) {
    .fix_img_box {
        flex-wrap: wrap;
        height: auto;
    }

    .fix_box .fix_img {
        height: 300px;
        width: 300px;
    }
}

@media screen and (max-width: 619px) {
    .fix_box .btp {
        padding-bottom: 420px;
    }

    .modal_bottom .osagasi {
        max-width: calc(100% - 20px);
    }

    .photo_frame {
        /* margin-bottom: 380px; */
    }

    .virtual_slider .center_box_parent .virtual_photo {
        height: 1000px;
    }

    .photo_frame {
        width: 400px;
        height: 300px;
    }
}

@media screen and (max-width: 619px) {
    .photo_frame {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .virtual_Top_img {
        width: 90%;
        height: auto;
    }

    .start_button {
        width: 100px;
        height: 100px;
    }

    .start {
        font-size: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding-top: 0;
    }
}

.fix_box .fix_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fix_box .fix_img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.photo_frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

.virtual_slider .center_box_parent .center_box {
    top: 110px;
    transform: translate(-50%);
}

@media screen and (max-width: 919px) {
    .virtual_slider .center_box_parent .center_box {
        /* top: -34px; */

        top: -224px;
    }

    .virtual_slider .center_box_parent .total_surpport {
        top: -20px;
    }
}

@media screen and (max-width: 768px) {
    .res_par {
        width: 100%;
    }

    .virtual_slider .center_box_parent .fix_box_ad {
        top: -225px;
    }
}

@media screen and (max-width: 619px) {
    .virtual_slider .center_box_parent .fix_box_ad {
        top: -565px;
    }
}

@media screen and (max-width: 500px) {
    .virtual_slider .center_box_parent .fix_box_ad {
        top: -505px;
    }
}

@media screen and (max-width: 398px) {
    .virtual_slider .center_box_parent .fix_box_ad {
        top: -535px;
    }
}

@media screen and (max-width: 991px) {
    .flow_box .circle {
        width: 250px;
        height: 250px;
    }

    .flow_box:not(:last-child):after {
        right: -48px;
    }

    .fix_img_box .flow_box {
        width: 250px;
    }

    .fix_img_box_cy {
        gap: 0 21px;
    }
}

@media screen and (max-width: 540px) {
    .virtual_slider .center_box_parent .center_box_seven {
        top: 27px;
    }

    .flow_box .circle {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .center_box_parent_six {
        height: 1460px;
    }

    .total_surpport .flow_box {
        margin-bottom: 30px;
    }

    .total_surpport .flow_box:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .search_title h2 {
        font-size: 20px;
    }

    .search_title span {
        font-size: 14px;
    }

    .search_title {
        margin-bottom: 50px;
    }

    .TextWrap_search_ad .field_select_btn_search {
        height: auto;
    }

    .bi_text_search p {
        font-size: 18px;
    }

    .bi_text_search p span {
        font-size: 14px;
    }

    .TextWrap_search_ad .bi_tri_search {
        right: 10px;
        width: 10px;
        height: 10px;
    }
}

.contactName_side {
    width: 45px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactName_side_p {
    padding-top: 0;
    font-size: 12px;
}

.contactTextNeme {
    font-size: 20px;
}

@media screen and (max-width: 1240px) {
    .contactName_side {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .contactTextNeme {
        font-size: 16px;
    }

    .lower_content_img {
        width: 100%;
        height: auto;
    }

    .news_Top {
        font-size: 16px;
    }

    .category {
        font-size: 11px;
    }

    .news_Tsxt {
        font-size: 16px;
    }

    .back_news {
        height: 40px;
    }

    .back_news_icon {
        width: 10px;
        height: 10px;
    }

    .bi_tri {
        font-size: 10px;
    }

    .bi_txt_wrapper {
        height: 100%;
    }

    .field_select_btn_wrapper_adjust .bi_txt_wrapper {
        height: 100%;
    }

    .field_select_btn_wrapper_adjust .bi_tri {
        padding-top: 0;
    }

    .field_select_btn_wrapper_adjust .bi_field_select_name {
        padding-top: 0;
    }

    .field_select_btn_wrapper_adjust .bi_txt_wrapper {
        align-items: center;
    }
}

.anker_ad {
    margin-top: -120px;
    padding-top: 120px;
}

.bgw {
    width: 40%;
    /* margin: 0 auto 40px; */
    height: auto;
}

.pla_img .center_img {
    padding: 0;
}

.single_img {
    height: auto;
    background-color: inherit;
}

.bgw_615 {
    width: 615px;
}

@media screen and (max-width: 500px) {
    .biomassPET2 {
        height: auto;
        margin-bottom: 35rem;
    }

    .biomassPET2_text {
        height: auto;
    }
}

.tech_wrapper--business .tech_block {
    height: 447px;
    min-height: 0;
    position: relative;
}

.tech_wrapper--business .arrow_box {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1620px) {
    .tech_wrapper--business .tech_block {
        height: 387px;
    }
}

@media screen and (max-width: 1420px) {
    .tech_wrapper--business .tech_block {
        height: 357px;
    }

    .tech_wrapper--business .tech_title {
        line-height: 1.7;
    }
}

.lower_content_block {
    width: 24.3%
}

.lower_content_wrap {
    gap: 60px 0;
}

.lower_content_wrap::before,
.lower_content_wrap::after {
    width: 24.3%
}

.lower_content_block {
    height: auto;
    margin-bottom: 0;
    min-height: auto;
}

.last_management {
    margin-top: 123px;
}

@media screen and (max-width: 991px) {
    .lower_content_img {
        /* height: auto; */
        height: 20rem;
    }
}

@media screen and (max-width: 768px) {
    .lower_content_block {
        width: 31.3333%;
    }

    .lower_content_wrap::before,
    .lower_content_wrap::after {
        width: 31.33%;
    }
}

@media screen and (max-width: 500px) {
    .lower_content_block {
        width: 48%;
    }

    .lower_content_wrap {
        gap: 20px 10px;
    }

    .lower_content_wrap::before,
    .lower_content_wrap::after {
        width: 48%;
    }
}

.top .lowerContentAdjust {
    border-top: inherit;
    // margin-top: 150px;
    margin-bottom: 150px;
}

.col2Wrap.business .col:nth-child(5) {
    margin-bottom: 0;
}

.col2Wrap.business .col:last-child {
    margin-bottom: 0;
}

.midashi_text1_ad .overview_img {
    width: 450px;
    height: 250px;
    overflow: hidden;
}

.midashi_text1_ad .overview_img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.overview_img {
    width: 410px;
    height: 250px;
    overflow: hidden;
}

.midashi_text1_ad .overview_img {
    width: 410px;
}

@media screen and (max-width: 991px) {
    .midashi_text1_ad .overview_img {
        max-width: 460px;
        width: 100%;
        height: 230px;
    }
}
@media screen and (max-width: 500px) {
    .midashi_text1_ad .overview_img {
        max-width: 460px;
        height: 230px;
        width: 100%;
    }

    .overview_topText {
        font-size: 17px;
    }
    .midashi_text1 {
    	font-size:14px;
    }
}

.bgw_com {
    margin-top: 0;
    background-color: inherit;
    justify-content: end;
}

.sosiki_margin {
    margin-top: -150px;
}

.sosiki_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 120px;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .sosiki_flex {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .sosiki_margin {
        margin-top: 20px;
    }
}

.disp_none {
    display: none;
}

.seihinIchiran .seihin {
    padding: 0;
}

.seihinIchiran .seihin_ad_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 15px;
}

.Listmargin {
    padding-left: 10px;
    margin-left: 0;
}

@media screen and (max-width: 1240px) {

    .Listmargin,
    .seihinIchiran .seihin_ad_link {
        font-size: 14px;
    }
}

.contentWrap__top__ad {
    padding: 0;
}

.contentWrap__top__ad .col2Wrap {
    justify-content: space-between;
}

.contentWrap__top__ad .col {
    margin-left: 0;
    margin-right: 0;
    flex-basis: inherit;
    width: 76.5rem;
}

@media screen and (max-width: 1420px) {
    .contentWrap__top__ad .col {
        width: 48.6%;
    }

    .col2Wrap.business .col {
        min-height: 512px;
    }
}

@media screen and (max-width: 1228px) {
    .virtual_floor_wrap_l {
        padding: 0;
    }

    .virtual_floor_wrap .virtual_sector_more_r {
        padding-top: 68px;
    }

    .virtual_item {
        text-align: center;
    }

    .virtual_floor_parent_1 .virtual_floor_wrap_l {
        padding-left: 2rem;
    }

    .virtual_floor_wrap .virtual_sector,
    .virtual_floor_wrap .virtual_sector_detail,
    .virtual_floor_wrap .virtual_more_wrap,
    .virtual_floor h1 {
        padding-left: 0;
    }
}

@media screen and (max-width: 1015px) {
    .col2Wrap.business .col {
        min-height: 442px;
    }
}

@media screen and (max-width: 1015px) {
    .col2Wrap.business .col {
        min-height: 382px;
    }
}

@media screen and (max-width: 500px) {
    .contentWrap__top__ad .col2Wrap.business .col {
        width: 100%;
        min-height: 382px;
        margin-bottom: 70px;
        position: inherit;
    }

    .col2Wrap.business .col .arrow {
        position: inherit;
    }

    .col2Wrap.business .desc {
        margin-bottom: 45px;
    }

    .two_img_adjust .bgw {
        flex-basis: inherit;
    }

    .two_img_adjust .bgw {
        flex-basis: inherit;
        width: 100%;
    }

    .seihin__Wrap .seihin_img {
        height: 100%;
    }

    .virtual_slider_TextWrap_adjust {
        padding-top: 50px;
    }

    .virtual_slider_3Block {
        width: 80px;
        height: 80px;
    }

    .virtual_slider_3Block_bottomP {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .virtual_slider_GlobalText_top {
        width: 100%;
    }

    .virtual_slider_Global_img {
        width: 100%;
    }

    .virtual_slider_GlobalText_bottom {
        width: 100%;
    }

    .virtual_slider_3Top {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .virtual_slider_GlobalLeft {
        font-size: 23px;
    }

    .virtual_slider_3P {
        text-align: left;
    }

    .virtual_floor_wrap .virtual_sector {
        line-height: 1.4;
    }

    .br_sp {
        display: none;
    }

    .virtual_slider .center_box_parent .fix_box_ad {
        top: 0;
    }

    .fix_img_box {
        margin-bottom: 20px;
    }

    .modal_bottom {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 398px) {
    .virtual_slider .center_box_parent .fix_box_ad {
        top: 0;
    }
}

.virtual_slider_TextWrap_adjust {
    height: 100%;
}

.virtual_slider_TextWrap_adjust .virtual_slider_3Img img {
    width: 100%;
}

.virtual_slider_TextWrap_adjust {
    padding-top: 60px;
}

@media screen and (max-width: 1240px) {
    .flow_box .circle {
        width: 180px;
        height: 180px;
    }

    .flow_box .satellite {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .flow_box:nth-last-child(3):after {
        content: none;
    }

    .flow_box .satellite {
        left: 58px;
    }

    .fix_img_box {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .fix_img_box .flow_box {
        width: 360px;
    }

    .flow_box .circle {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 880px) {
    .flow_box:not(:last-child):after {
        content: none;
    }
}

@media screen and (max-width: 768px) {
    .total_surpport .flow_box {
        margin: 30px;
    }
}

@media screen and (max-width: 500px) {
    .total_surpport .flow_box {
        margin: 30px 0;
    }
}

.midashi_img4 {
    width: auto;
}

.virtual_slider_GlobalText {
    margin-top: 0;
}

.virtual_slider_GlobalBlock_02 {
    align-items: center;
}

.virtual_slider_Global_02 {
    margin-left: 140px;
}

@media screen and (max-width: 1420px) {
    .virtual_slider_Global_02 {
        margin-left: 0;
    }
}

@media screen and (max-width: 1063px) {
    .virtual_slider_GlobalBlock_02 {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .virtual_slider_GlobalBlock_02 {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    .virtual_slider_GlobalRight_Img {
        width: 50%;
        margin: 40px auto 0;
    }

    .virtual_slider_Global_img {
        width: 80%;
    }

    .virtual_slider_3ImgBlock6 {
        gap: 10px 0;
    }
}

@media screen and (max-width: 412px) {
    .virtual_slider_GlobalText_img {
        width: 70%;
    }
}

.virtual_slider_GlobalLeft {
    font-weight: lighter;
}

.virtual_slider_3Top {
    font-size: 35px;
}

.virtual_slider_3Top,
.virtual_slider_3P,
.virtual_slider_GlobalLeft_suv,
.virtual_slider_GlobalLeft_suv_infoP,
.virtual_slider_GlobalRight_TextP {
    font-weight: bold;
}

.virtual_slider_GlobalLeft_suv2,
.virtual_slider_GlobalLeft2 {
    font-weight: bold;
}

.total_surpport p,
.satellite {
    font-weight: bold;
}

.center_box {
    font-weight: bold;
}

.virtual_sector,
.virtual_sector_detail,
.virtual_box,
.virtual_sector_more {
    font-weight: bold;
}

.virtual_item p,
.virtual_item_detail {
    font-weight: bold;
}

.insert_medical {
    margin-right: 0;
}

.printer_block_noSidebar {
    width: 605px;
}

.printer_block_noSidebar .printer_img {
    width: 100%;
    height: 402px;
    margin-bottom: 10px;
}

/* .withSidebarContainer {
  max-width: calc(100% - 340px);
  width: 100%;
  padding: 0;
} */
.medical_imgs .sample_imgText {
    height: auto;
}

.food_imgs {
    gap: 60px 0;
}

.printer_imgText p {
    line-height: inherit;
}

@media screen and (max-width: 768px) {
    .printer_noSidebar {
        justify-content: space-between;
    }

    .printer_block {
        flex-basis: inherit;
    }

    .printer_block_noSidebar {
        height: 100%;
    }

    .printer_block_noSidebar .printer_img {
        width: 100%;
        height: 160px;
    }

    .printer {
        flex-wrap: nowrap;
    }

    .medical_imgs .sample_block {
        margin-bottom: 0;
    }

    .food_imgs {
        gap: 20px 0;
    }
}

@media screen and (max-width: 946px) {
    .seihin__bottom__wrapper {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .two_img_medical .left_img {
        margin-left: auto;
    }

    .seihin_img_wrapper {
        height: 110px;
    }
}

.seihin__Wrap:after {
    display: block;
    content: "";
    flex-basis: calc(33.333% - 3rem);
}

.center_img_iso {
    height: 649px;
}

@media screen and (max-width: 500px) {
    .center_img_iso {
        height: 100%;
    }
}

/* header修正 */
.header__nav__list__item.radiusBtn {
    margin-right: 0;
}

header .headerLeft .header__logo {
    margin-left: 0;
}

header .headerRight {
    margin-right: 0;
}

.header__wrap {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.setsumeimp .greeting_h3 {
    font-size: 20px;
    margin-top: 60px;
    line-height: 1.4;
}

.greeting_h2 {
    font-size: 30px;
    line-height: 1.4;
}

.greeting_h2 span {
    font-size: 26px;
    line-height: 1.4;
}

.greeting_h3 {
    font-size: 26px;
    line-height: 1.4;
}

.greeting_h4 {
    font-size: 22px;
    line-height: 1.4;
}

.Legal_compliance_bottom_right {
    margin-top: 40px;
    margin-right: 0;
    font-size: 14px;
}

.gre_br {
    display: none;
}

@media screen and (max-width: 548px) {
    .gre_br {
        display: block;
    }
}

.virtual_floor_parent {
    height: 100vh;
}

.virtual_floor_wrap_l {
    padding: 12rem 12rem 11rem 24rem;
}

.virtual_floor_wrap .virtual_sector_detail {
    padding-top: 3.6rem;
    padding-bottom: 6.1rem;
}

.virtual_floor_wrap .virtual_sector_more {
    padding-top: 3.8rem;
}

/* .virtual_floor_block_r {
  padding-left: 12rem;
} */
@media screen and (max-width: 1446px) {
    .virtual_floor_wrap_r {
        padding-left: 70px;
    }

    .virtual_floor_wrap_l {
        padding-left: 26rem;
    }
}

@media screen and (max-width: 1420px) {
    .virtual_floor_wrap_l {
        padding: 8rem 2rem 11rem 4rem;
    }

    .virtual_floor_block_r {
        padding-top: 125px;
    }

    .virtual_slider_Home {
        display: none;
    }

    /* .virtual_slider_blck {
        display: none;
    } */
    .virtual_slider_menuText {
        font-size: 14px;
    }

    .virtual_slider_icon {
        width: 50px;
    }

    .virtual_slider_IconText_stop {
        width: auto;
        padding: 5px;
    }

    .virtual_slider_kameraImg {
        margin: 0 auto;
        width: 60%;
    }

    .virtual_floor_block_l {
        margin-left: auto;
    }

    .virtual_floor_block_l {
        max-width: inherit;
    }

    .virtual_floor_wrap_l {
        padding: 10rem 2rem 11rem 5rem;
    }

    .virtual_floor_wrap .virtual_sector,
    .virtual_floor_wrap .virtual_sector_detail,
    .virtual_floor_wrap .virtual_more_wrap,
    .virtual_floor h1 {
        padding-left: 133px;
    }
}

@media screen and (max-width: 1229px) {
    .slide_main {
        margin-top: 0;
    }
}

.slide_logo_box {
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 100;
}

.virtual_slider_3Block_bottomP_info {
    width: 130px;
}

.virtual_slider_2_logo {
    position: absolute;
    bottom: -700px;
    right: 19%;
}

@media screen and (max-width: 500px) {
    .slide_logo_box {
        top: 20px;
        left: 20px;
    }

    .virtual_sector_more_noslide {
        position: absolute;
        bottom: -700px;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }

    .virtual_floor_wrap .virtual_sector_more_noslide {
        text-align: center;
        padding-top: 38px;
    }

    .virtual_sector_more_noslide p {
        display: inline-block;
        border: solid 2px#FFFFFF;
        padding: 5px 25px;
    }

    .virtual_sector_more_noslide a {
        display: inline-block;
        border: solid 2px#FFFFFF;
        padding: 5px 25px;
    }

    .virtual_slider_2_logo {
        bottom: -610px;
        right: 15%;
    }

    .virtual_slider_3ImgBlock6 .virtual_sector_more_noslide {
        bottom: -200px;
        color: #fff;
        left: 50%;
        text-align: center;
    }

    .virtual_sector_more_noslide a {
        margin: 20px 0;
    }

    .virtual_slider_TextWrap_slide {
        top: 70%;
    }

    .virtual_slider_TextWrap_slide .virtual_sector_more_noslide {
        left: 50%;
        bottom: -70px;
        color: #fff;
        text-align: center;
    }

    .virtual_slider_noslide .virtual_sector_more_noslide {
        left: 50%;
        bottom: -550px;
        color: #fff;
        text-align: center;
    }

    .main_noslide {
        margin-top: 0;
    }

    .virtual_floor_wrap_r {
        padding-left: 20px;
    }

    .virtual_slider_TextWrap .virtual_sector_more_noslide3 {
        bottom: -330px;
    }
}

.related_Links_img_text {
    overflow: hidden;
    width: 12rem;
    height: 12rem;
}

.related_Links_img_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 500px) {
    .related_Linksimg_text {
        display: flex;
        align-items: center;
    }

    .related_Linksimg_text_p {
        margin-top: 0;
    }
}

@media screen and (max-width: 1150px) {
    .related_Links_img {
        height: auto;
    }
}

.medical_insert_suv_text {
    padding: 0 50px;
}

.medical_insert_suv_block_ad .medical_insert_suv_text {
    font-size: 14px;
    margin-left: 0;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    .medical_insert_suv_text {
        padding: 0;
    }

    .medical_insert_suv_block_ad .medical_insert_suv_text {
        padding: 0;
    }
}

.plastic_img {
    object-position: center center;
    height: 100%;
}

.history_main_photo {
    object-position: center center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* scroll_animation */
.scroll-fade {
    opacity: 0;
    transition: all 2s
        /*処理にかかる時間*/
    ;
}

.scroll-up {
    opacity: 0;
    transform: translateY(20px)
        /*スクロールアップする距離*/
    ;
    transition: all 1s
        /*処理にかかる時間*/
    ;
}

.scroll-up_auto {
    opacity: 0;
    transform: translateY(20px)
        /*スクロールアップする距離*/
    ;
    transition: all 1s
        /*処理にかかる時間*/
    ;
}

@media screen and (max-width:500px) {
	.scroll-up_auto {
	    opacity: 1;
	}
}
.scroll-up.done,
.scroll-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.scroll-up_auto.done {
    opacity: 1;
    transform: translate(0, 0);
}

.load-fade {
    opacity: 0;
    transition: all 2s
        /*処理にかかる時間*/
    ;
}

.load-up {
    opacity: 0;
    transform: translateY(100px)
        /*スクロールアップする距離*/
    ;
    transition: all 2s
        /*処理にかかる時間*/
    ;
}

.load-up.done,
.load-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

/* virtual_slideアニメーション修正 */
.md_transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .8s cubic-bezier(.39, .575, .565, 1) 0.1s;
    /* ここの最後の0.8sを増減するとアニメーションの開始タイミングを変更できます */
    z-index: 300;
}

/* 1223tsuiki */
.flow_box .satellite {
    top: -22px;
    left: -27px;
}

@media screen and (max-width: 991px) {
    .fix_img_box .flow_box {
        width: 250px;
    }
}

.slide_re_page {
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.slide_re_text {
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
}

/* 0111tsiki */
.virtual_slider_icon_now {
    background-color: #9E0027;
}

/* 0117tsiki */
.bgVirtual_box_right {
    background: url(../img/top/vir_mid.png) no-repeat center;
    background: cover;
    transition: .3s;
}

.bgVirtual_box_right:hover {
    background: url(../img/top/vir_mid2.png) no-repeat center;
    background: cover;
    transition: .3s;
}

@media screen and (max-width: 1403px) {
    .modal_btn {
        padding: 0;
    }
}

.mainVisual .text {
    width: 100%;
    top: 55%;
    left: 3%;
}

.mainVisual {
    overflow: hidden;
}

@media screen and (max-width: 1420px) {
    .mainVisualTextWrap .mainTitle {
        font-size: 8rem;
    }

    .mainVisual .text {
        top: 45%;
    }
}

@media screen and (max-width: 929px) {
    .mainVisual .text {
        top: 33%;
    }
}

.legal_compliance_text p:nth-child(1) {
    font-size: 60px;
}

.legal_compliance_text {
    line-height: 1.4;
}

@media screen and (max-width: 1260px) {
    .legal_compliance_text p:nth-child(1) {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px) {
    .legal_compliance_text p:nth-child(1) {
        font-size: 29px;
    }
}

.gala_slide {
    padding: 0;
    width: 100%;
}

.gala_slide .virtual_floor_block_r {
    max-width: 100%;
}

.gala_slide_wrap .virtual_floor_wrap .virtual_item_slider {
    margin: 0 auto;
}

.vir_14h2 {
    font-style: italic;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.gala_slide .virtual_item_img {
    overflow: hidden;
}

.gala_slide .virtual_item_img img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .gala_slide .virtual_item_slider {
        max-width: 80%;
    }
}

.virtual_floor_parent_1 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/1f_back.png) no-repeat center;
    background-size: cover;
}

.virtual_floor_parent_3 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/3f_back.png) no-repeat center;
    background-size: cover;
}

.virtual_floor_parent_4 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/4f_back.png) no-repeat center;
    background-size: cover;
}

.virtual_floor_parent_5 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/5F_back.png) no-repeat center;
    background-size: cover;
}

.virtual_floor_parent_7 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/7F_back.png) no-repeat center;
    background-size: cover;
}

.virtual_floor_parent_8 .virtual_floor_wrap_l {
    background: url(../img/virtual_slider/8f_back.png) no-repeat center;
    background-size: cover;
}

/* 0127tsuiki */
.insert_top {
    font-size: 20px;
}

.insert {
    font-size: 14px;
}

.insert p {
    margin-left: 0;
}

/* 0201tsuiki */
.next_arrow_box {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #fff;
    font-size: 60px;
    z-index: 100;
    /* animation: 3s fuwafuwa infinite; */
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .3s all;
}

.next_arrow_box:hover {
    opacity: .8;
}

.anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
}

@keyframes fuwafuwa {

    0%,
    100% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-10px);
    }
}

.cos {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .cos {
        /* display: none; */
    }
}

@media screen and (max-width: 500px) {

    .next_arrow_box {
        top: 0%;
    }
}

/* TODO 2022.02.09 nanjo start */
.flex_electro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
}

.ele_imgBox {
    width: 53%;
    overflow: hidden;
}

.ele_imgBox img {
    object-fit: cover;
    object-position: center center;
}

.textBox {
    width: 50%;
    font-size: 18px;
    line-height: 1.7;
    color: #595656;
}

.textBox p {
    line-height: 1.7;
}

.stage_block .stage_h3 {
    padding: 0;
    padding-left: 30px;
}

.stage_h3 {
    display: flex;
    background-color: #0086d1;
    color: #fff;
    border-radius: 5px 5px 0 0;
    width: 250px;
    height: 50px;
    align-items: center;
}

.stage_h3 h3 {
    padding: 0;
    padding-left: 30px;
    font-size: 20px;
}

.stage_h3 span {
    font-style: italic;
    font-size: 35px;
    padding-right: 15px;
}

.flex_stage {
    border: 2px solid #0086d1;
}

.flex_stage .ele_imgBox {
    border-right: 1px solid #0086d1;
}

.flex_stage .ele_imgBox img {
    width: 100%;
}

.stage_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage_text p {
    width: 70%;
}

.mgb122 {
    margin-bottom: 122px;
}

.ele_arrow {
    display: flex;
    justify-content: center;
}

.stage_block {
    margin-bottom: 50px;
}

/* .stage_wrap .stage_block:nth-child(2n) .stage_h3_box {
    display: flex;
    justify-content: end;
} */
.end_flex {
    display: flex;
    justify-content: end;
}

.stage_wrap {
    margin-bottom: 122px;
}

.seisan_img_box {
    margin-bottom: 100px;
}

.seisankyoukyu_text {
    line-height: 1.4;
}

.stage_text p {
    line-height: 1.7;
}

@media screen and (max-width: 1374px) {
    .stage_text p {
        width: 100%;
    }

    .textBox {
        font-size: 16px;
    }
}

@media screen and (max-width: 1162px) {
    .flex_electro {
        flex-direction: column;
    }

    .ele_imgBox {
        width: 100%;
    }

    .flex_stage .ele_imgBox {
        border-right: transparent;
        border-bottom: 2px solid #0086d1;
    }

    .textBox {
        width: 70%;
        padding: 30px;
    }
}

@media screen and (max-width: 500px) {
    .textBox {
        width: 100%;
    }

    .stage_h3_box h3 {
        margin-bottom: 0;
    }

    .ele_arrow {
        margin-bottom: 40px;
    }
}

/* TODO 2022.02.09 nanjo end */

/* TODO 2022.02.24 nanjo start */
.virtual_item_slider .virtual_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* TODO 2022.02.24 nanjo end */

/* TODO 2022.02.28 nanjo start */
.seihinIchiran .seihin_ad_link {
    pointer-events: none;
}

/* TODO 2022.02.28 nanjo end */
.printer_imgci {
    overflow: hidden;
}

.printer_imgci img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.history_btn {
    height: auto;
}

.seihin_set_block_2col {
    flex-basis: calc(50% - 3rem);
}

.seihin_set_2col {
    margin-bottom: 150px;
}

@media screen and (max-width: 500px) {
    .seihin_set_2col {
        height: auto;
        margin-bottom: 30px;
    }
}

.Legal_compliance_bottom_right {
    padding-right: 30px;
}

.indexTitleWrap .eng {
    /* color: gray; */
    font-size: 24px;
}

.seihinset_img {
    background-color: inherit;
}

.seihinset_img img {
    margin: 0 auto;
}

.modal_btn {
    cursor: pointer;
}

.scrolled .header__nav__list__item .modal_btn:hover {
    color: var(--color-main);
}

.header__nav__list__item .modal_btn:hover {
    color: var(--color-gray1);
    transition: 0.2s;
}

@media screen and (max-width: 1228px) {
    .virtual_floor_wrap_l {
        padding: 0;
    }

    .virtual_floor_wrap .virtual_sector_more_r {
        padding-top: 68px;
    }

    .virtual_item {
        text-align: center;
    }

    .virtual_floor_parent_1 .virtual_floor_wrap_l {
        padding-left: 0;
    }

    .virtual_floor_wrap .virtual_sector,
    .virtual_floor_wrap .virtual_sector_detail,
    .virtual_floor_wrap .virtual_more_wrap,
    .virtual_floor h1 {
        padding-left: 0;
    }

    .virtual_floor_block_l {
        padding-right: 170px;
        padding-left: 170px;
    }
}

@media screen and (max-width: 500px) {
    .virtual_floor_block_l {
        padding-right: 0;
        padding-left: 0;
    }

    .virtual_floor_parent_1 .virtual_floor_wrap_l {
        padding-right: 0;
    }

    .virtual_slider_IconText_stop {
        display: none;
    }

    .virtual_slider_icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .virtual_slider_blck {
        display: flex;
        flex-wrap: wrap;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
        justify-content: center;
    }

    .virtual_slider_welcome {
        width: 40px;
    }

    .virtual_slider_IconText {
        display: none;
    }

    .virtual_slider_welcome {
        width: calc(100vw / 4);
    }

    .virtual_slider_icon {
        width: calc(100vw / 4);
        height: 40px;
    }

    .virtual_slider_kameraImg {
        width: 30%;
    }

    .virtual_floor_block_l {
        max-width: 300px;
        margin: 0 auto;
    }
}

.bgVirtual_flex {
    height: 800px;
}

.vir_img_block {
    width: 100%;
}

.vir_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bgVirtual_box_right {
    background: inherit;
    width: 100%;
    height: 100%;
}

.bgVirtual_box_left {
    width: 100%;
    height: 100%;
}

.bgVirtual_box_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 991px) {
    .bgVirtual_flex {
        height: auto;
    }
}

.engttl {
    font-size: 18px;
    color: gray;
}

.japttl {
    font-size: 20px;
}

.seihin_img_auto {
    height: auto;
}

.vr_right_modal_fix {
    padding: 0;
    align-items: center;
}

/* 0322 tsuiki */
.virtual_setubi_list {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 250px;
    gap: 10px 13px;
    text-decoration: none;
    list-style-type: none;
}

.virtual_floor_wrap .virtual_box {
    border: 0px solid transparent;
    height: auto;
}

.virtual_floor_wrap .virtual_sector_detail {
    padding-bottom: 2.1rem;
}

.virtual_floor_wrap .virtual_box {
    justify-content: flex-start;
}

@media screen and (max-width: 1420px) {
    .virtual_setubi_list li {
        width: 160px;
    }
}

@media screen and (max-width: 500px) {
    .virtual_setubi_list {
        height: auto;
        margin-top: 30px;
    }

    .virtual_setubi_list li {
        width: auto;
    }

    .virtual_floor_wrap .virtual_sector_more {
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .business_Bottomsmall {
        font-size: 12px;
        padding-top: 0;
    }
}

.midashi_img4 {
    background-color: inherit
}

@media screen and (max-width: 1240px) {
    .Bottomsmall {
        padding-top: 0;
    }

    .business_Bottomsmall {
        font-size: 14px;
        padding-top: 0;
    }
}

.lower_content_text {
    display: none;
}

.right_ad_flex {
    display: flex;
    gap: 0 20px;
}

.flex_site {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

@media screen and (max-width: 1229px) {
    .right_ad_flex {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 500px) {
    .right_ad_flex {
        flex-direction: column;
        gap: 20px 0;
    }
}

.center_img_iso_2col {
    height: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.right_img img,
.left_img img,
.center_img_iso_2col .center_img_iso_image {
    height: 694px;
}

@media screen and (max-width: 500px) {

    .right_img img,
    .left_img img,
    .center_img_iso_2col .center_img_iso_image {
        height: auto;
    }
}


.home_welcome {
    background-color: #595656;
    transition: .3s all;
}

.home_welcome:hover {
    background-color: #9E0027;
}

.next_arrow_box {
    right: 70px;
}

.prev_arrow_box {
    right: 170px;
}

.prev_arrow {
    transform: rotate(180deg);
}

.virtual_slider_kameraImg {
    margin: 0 auto;
}

.cateWrap {
    margin-top: -10px;
}

#sectionProducts .title p {
    padding-top: 20px;
}

.virtual_sector_more a {
    border: 0px solid transparent !important;
}



.lower_content_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.seihin__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .lower_content_img {
        height: 38rem;
    }

    .next_arrow_box {
        display: block;
    }

    .virtual_slider_welcome {
        width: calc(100vw / 3);
    }

    .virtual_slider_icon {
        width: calc(100vw / 3);
    }

    .virtual_slider_kameraImg {
        width: 20%;
    }

    .virtual_slider_menuText {
        font-size: 20px;
    }

    .virtual_slider_icon {
        height: 30px;
    }

    .sp_none {
        display: none;
    }

    .next_arrow_box {
        right: 40px;
    }

    .prev_arrow_box {
        right: 110px;
        text-align: center;
    }

    .next_arrow_box .fas {
        font-size: 46px;
    }

    .next_arrow_box {
        top: -11px;
    }

    .virtual_slider_3Block1:last-child {
        padding-bottom: 140px;
    }

    .virtual_slider_3Top {
        font-size: 25px;
    }
}

.svg_img {
    height: 200px;
}

.guidance_img {
    width: 100%;
    height: 250px;
}

@media screen and (max-width:1250px) {
    .guidance_img {
        height: 200px;
    }
}

@media screen and (max-width:991px) {
    .svg_img {
        height: 125px;
    }

    .guidance_img {
        height: 125px;
    }
}

.printer_block  .printer_img_med {
	padding: 80px;
}
.printer_img_med img {
	object-fit: contain;
}
.management h2, .management  p {
	display: none;
}

@media screen and (max-width:991px) {
    .printer_block  .printer_img_med {
		padding: 0;
	}
}
@media screen and (max-width:1229px) {
	.mbm50 {
		margin-bottom:50px;
	}
}

@media screen and (max-width: 768px) {
    .japttl {
        font-size: 16px;
    }
}