@charset "UTF-8";

@font-face {
    font-style: italic;
    font-weight: bold;
    font-family: "Roboto";

    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-style: normal;
    font-weight: bold;
    font-family: "Roboto";

    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-style: italic;
    font-weight: normal;
    font-family: "Roboto";

    src: url("../fonts/Roboto-MediumItali.ttf") format("truetype");
}

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: "Roboto";

    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

html {
    color: var(--color-black1);
    font-size: calc(100vw / 192);
}

.notosans {
    font-family: "Noto Sans JP";
}

.roboto {
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.sp-show {
    display: none;
}

.osagasi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 2;
    width: 340px;
    height: 75px;
    border-radius: 100px;
    background: var(--color-main);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.osagasi img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 20px;
}

.header__nav_sp {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
}

#header.scrolled {
    background-color: #ffffff;
    color: var(--color-black1);
}

.onTop {
    display: block;
}

.scrolled .onTop {
    display: none;
}

.onScroll {
    display: none;
}

.scrolled .onScroll {
    display: block;
}

.afterScrollHeader {
    background-color: #ffffff;
}

.header__wrap {
    width: 100%;
    max-width: 1840px;
    height: 90px;
    margin: 0 auto;
}

.header__logo {
            flex-basis: 405px;
    min-width: 120px;
    max-width: 223px;
    margin-right: 35px;

    -webkit-flex-basis: 405px;
}

.headerLeft .header__logo {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header__nav.header__nav_pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__wrap.afterScrollHeader {
    transform: translateY(-100%);
    transition: ease-out .3s;
}

.scrolled .header__wrap.afterScrollHeader {
    transform: translateY(0);
    transition: ease-in .2s;
}

.header__wrap.beforeScrollHeader {
    margin-top: -90px;
}

.scrolled .header__wrap.beforeScrollHeader {
    display: none;
}

.headerLeft {
    display: flex;
    width: 20%;
    height: 100%;
}

.headerRight {
    display: flex;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-right: 30px;
    margin-left: auto;
}

.header__nav.header__nav_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__nav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: min(1.2vw, 20px);
    row-gap: 20px;
    list-style: none;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
}
label.modal_btn {
    padding: 0;
    font-size: 13px;
}

.header__nav__list__item {
    position: relative;
}

.scrolled .header__nav__list__item.radiusBtn a:hover {
    color: var(--color-main);
    color: #ffffff;
}

.header__nav__list__item.radiusBtn {
    padding: 10px 15px;
    border-radius: 14px;
    background-color: #0086d1;
}
.header__nav__list__item.radiusBtn a {
    color: #ffffff;
}
.scrolled .header__nav__list__item.radiusBtn a {
    color: #ffffff;
}

.langLinkWrap {
    display: flex;
    align-items: center;
}

.langLinkTitle {
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
}

.header__nav__list.langLink .header__nav__list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.header__nav__list.langLink .header__nav__list__item.active {
    border-color: var(--color-main);
    background-color: var(--color-main);
}

.footer .header__nav__list.langLink .header__nav__list__item {
    border: 1px solid var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item a {
    color: var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item.active, .footer .header__nav__list.langLink .header__nav__list__item:hover {
    background-color: var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item.active a, .footer .header__nav__list.langLink .header__nav__list__item:hover a {
    color: #ffffff;
}

.header__nav__list.langLink .header__nav__list__item:not(:last-child) {
    border-right: 0;
}

.header__nav__list.border {
    margin-left: 30px;
}

.header__nav__list.border .header__nav__list__item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
}

.header__nav__list__item a:hover {
    color: var(--color-gray1);
    transition: .2s;
}

.scrolled .header__nav__list__item a {
    color: var(--color-black1);
}

.scrolled .header__nav__list__item a:hover {
    color: var(--color-main);
}

.header__nav__list__item a {
    color: #333333;
    transition: .2s;
}

.header_world {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.headerUnderline {
    position: relative;
    padding-top: 2px;
    padding-bottom: 22px;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.headerUnderline:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: .5s ease-in-out;
}

.headerUnderline:before {
    right: -50px;
    z-index: -1;
    transform: translateX(-100%);
    /* border-right: 50px solid transparent; */
    border-bottom: 3px solid var(--color-main);
}

.headerUnderline:hover:before {
    transform: translateX(0%);
    transition: .3s ease-in-out;
}

.commonTitle.lg {
    font-size: 35px;
    line-height: 1.4;
}

.hoverColorGreen:hover {
    color: var(--color-main);
    transition: .3s ease-in-out;
}

.mainVisual .slideImg {
    position: relative;
    width: 100%;
    height: 100vh;

    object-fit: cover;
}

.virtualFactoryBtnWrap {
    padding: 36px 30px 30px 30px;
}

.virtualFactoryBtnWrap.noButton .hiddenText {
    opacity: 0;
    margin-top: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    transition: ease-out .3s;
}

.virtualFactoryBtnWrap.noButton:hover .hiddenText {
    opacity: 1;
    margin-top: 30px;
    font-size: 16px;
    transition: ease-in .2s;
}

.mainVisual .virtualFactoryBtnWrap .logo {
    width: 90px;
    height: 24px;
    margin-bottom: 15px;
}

.mainVisual .virtualFactoryBtnWrap .virtualLogo {
    width: 160px;
    height: 72px;
    margin-bottom: 8px;
}

.mainVisual .virtualFactoryBtnWrap .eng {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 13px;
}

.mainVisual .virtualFactoryBtnWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    /* left: 60px; */
    right: 166px;
    bottom: 100px;
    z-index: 1;
    z-index: 3;
    width: 260px;
    height: 255px;
    background: #ffffff;
}

.noButton.virtualFactoryBtnWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
            transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
}

.noButton.virtualFactoryBtnWrap .logo {
    margin-bottom: 18px;
}

.noButton.virtualFactoryBtnWrap .virtualLogo {
    margin-bottom: 20px;
}

.noButton.virtualFactoryBtnWrap .eng {
    padding: 3px 15px;
    border-radius: 3px;
    background-color: var(--color-red1);
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
}

.mainVisual .text {
    position: absolute;
    top: 55%;
    left: 21%;
    width: 443px;
    color: #ffffff;
}

.mainVisualTextWrap {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.mainVisualTextWrap .mainTitle {
    font-weight: 300;
    font-size: 8.5rem;
    line-height: calc(70 / 55);
}

.mainVisualTextWrap .desc {
    font-weight: 600;
    font-size: 16px;
    line-height: calc(27.2 / 16);
}

.mainVisualTextWrap .eng {
    margin-bottom: 30px;
    font-style: italic;
    font-size: 30px;
}

.main {
    margin-top: 0;
}

.mainVisualNewsWrap {
    opacity: .6;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: var(--color-black3);
    color: #ffffff;
}

.mainVisualNewsWrap .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-right: 60px;
    padding-left: 60px;
}

.mainVisualNewsWrap .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainVisualNewsWrap .title {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
}

.mainVisualNewsWrap .date {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.mainVisualNewsWrap .cate {
    margin-right: 10px;
    padding: 3px 13px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #595656;
    font-size: 11px;
    line-height: 1.4;
}

.mainVisualNewsWrap .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.mainVisualNewsWrap .toList {
    display: flex;
    align-items: center;
}

.mainVisualNewsWrap .toList i {
    margin-left: 10px;
}

.italic {
    font-style: italic;
}

.commonBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15.7px;
}

.commonBtn1.radius5 {
    border-radius: 5px;
}

.justBlank {
    position: absolute;
    bottom: calc(0% - 30px);
    left: 50%;
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1800px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    background-color: #ffffff;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
}

.indexTitleWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.indexTitleWrap.borderBottom {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-gray1);
}

.indexTitleWrap .eng {
    font-size: 30px;
    line-height: 1.4;
}

.jap {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

.indexTitleWrap .link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexTitleWrap .link img {
    margin-right: 10px;
}

#sectionBusiness {
    padding-top: 30px;
    padding-bottom: 120px;
}

#sectionPickup {
    padding-top: 150px;
}

#sectionProducts {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: var(--color-gray2);
}

#sectionCompany {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    /* background: url(../img/top/bg_company.png); */
    background: url(../img/top/sakai_bg.png);
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

#sectionGreen {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/top/bg_green.png);
    color: #ffffff;
}

.bannerSection .catch {
    font-size: 35px;
    line-height: 1.7;
}

.bannerSection .desc {
    font-size: 16px;
    line-height: 1.7;
}

.bannerLinksWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.bannerLinksWrap .col {
    margin-right: 30px;
}

.bannerLinksWrap a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    height: 35px;
    border-bottom: 1px solid #ffffff;
}

.bannerLinksWrap a img {
    transition: ease-out .3s;
}

.bannerLinksWrap a:hover img {
    transform: translateX(10px);
    transition: ease-in .2s;
}

.commonBtn1.bgBlack1 {
    background-color: var(--color-black1);
    color: #ffffff;
}

.commonBtn1.bgBlack2 {
    background-color: var(--color-black2);
    color: #ffffff;
}

.commonBtn1.bgMain {
    background-color: var(--color-main);
    color: #ffffff;
}

.fullWidth {
    width: 100%;
}

.w200 {
    width: 200px;
}

.w260 {
    width: 260px;
}

.w700 {
    width: 700px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.marginAlign {
    margin-right: auto;
    margin-left: auto;
}

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

.searchFormContainer .titleWrap {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #ffffff;
    text-align: center;
}

.searchFormContainer .titleWrap .eng {
    color: var(--color-main);
    font-size: 14px;
}

.searchFormContainer .titleWrap .jap {
    color: var(--color-main);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.searchForm {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.searchForm .col {
    text-align: left;
}

.commonSelect {
    height: 50px;
    padding: 15px;
    border-color: #dddddd;
    border-radius: 5px;
    font-family: "Noto Sans JP";
}

.searchForm .label {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.4;
}

.searchFormBtnWrap {
    display: flex;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.bgVirtual {
    /* background: url(../img/top/bg_virtual.png); */
    /* height: 800px;
    min-height: 700px; */
}

.bgVirtual_flex {
    display: flex;
}

.posrel {
    position: relative;
}

.col4Wrap.business .col {
    margin-bottom: 60px;
}

.col4Wrap.business .image {
    margin-bottom: 20px;
}

.col4Wrap.business .image img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.col4Wrap.business .eng {
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.4;
}

.jap {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.desc {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.4;
}

.productCardsWrap .content {
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
}

.productCardsWrap .card {
    width: 100%;
    max-width: 430px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.proItem .card .image {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.proItem .card .image:before {
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    content: "";
    transition: ease-out .3s;
}

.proItem .card:hover .image:before {
    opacity: 1;
    transition: ease-in .2s;
}

.productCardsWrap .card .image img, .sliderCase .card .image img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.productCardsWrap .card .image .btnViewmore {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.cateWrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.productCardsWrap .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.productCardsWrap .image img {
    border-radius: 10px;
}

.productCardsWrap .card .commonText, .card .desc {
    height: 70px;
    margin-bottom: 20px;
}

.sliderProducts .desc {
    font-size: 14px;
    line-height: 1.4;
}

.productCardsWrap .commonText {
    font-size: 1.5rem;
}

.cateWrap span, .cateWrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-left: 7px;
    background-color: var(--color-black1);
    color: #ffffff;
    font-weight: lighter;
    font-size: 10px;
}

.fwBold {
    font-weight: bold;
}

.fwMedium {
    font-weight: 500;
}

.fwLight {
    margin-top: 20px;
    font-weight: lighter;
}

.productCardsWrap .card .btnViewmore {
    display: flex;
    width: auto;
    margin-left: auto;
}

.col4Wrap.pickup .col {
    margin-bottom: 60px;
}

.col4Wrap.pickup .image {
    margin-bottom: 15px;
}

.col4Wrap.pickup .image img {
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.col4Wrap.pickup .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
}

.col4Wrap.pickup .desc {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.categoryImgContainer .row {
    display: flex;
    flex-wrap: wrap;
}

.categoryImgContainer .col.fb33 {
    flex-basis: 33.33%;
    width: 33.33%;
}

.categoryImgContainer .col {
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.categoryImgContainer .col::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(1, 1, 1, .5);
    content: " ";
}

.categoryImgContainer.topSmall .col a.lg {
    height: 650px;
}

.categoryImgContainer .col a {
    display: block;
    width: 100%;
}

.categoryImgContainer .textWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 100px 105px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
}

.categoryImgContainer .textWrap .eng {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
}

.categoryImgContainer .textWrap .jap {
    font-size: 16px;
    line-height: 1.4;
}

.categoryImgContainer .col::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(1, 1, 1, .15);
    content: "";
    transition: .3s ease-out;
}

.categoryImgContainer .col:hover::before {
    background-color: rgba(1, 1, 1, .1);
    transition: .2s ease-in;
}

.categoryImgContainer .col img {
    transform: scale(1.05, 1.05);
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    transition: .3s ease-out;

    object-fit: cover;
}

.categoryImgContainer .col:hover img {
    transform: scale(1, 1);
    transition: .2s ease-in;
}

.newsListWrap .row {
    margin-bottom: 30px;
}

.newsListWrap .row .up {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.newsListWrap .row time {
    margin-right: 10px;
    font-size: 16px;
}

.newsListWrap .row .cate {
    padding: 3px 13px;
    border-radius: 10px;
    background-color: var(--color-gray3);
}

.newsListWrap .row .desc {
    font-size: 14px;
    line-height: 1.4;
}

.onHoverBlue:hover {
    color: var(--color-main);
}

.col4Wrap.banner .col a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.col4Wrap.banner #virtual {
    background-color: var(--color-black2);
    transition: .2s;
}

.col4Wrap.banner #virtual:hover {
    background-color: var(--color-main);
    transition: .2s;
}

.col4Wrap.banner #virtual img {
    width: 400px;
    padding: 20px;
}

.col4Wrap.banner #contact {
    background-color: var(--color-main);
    color: #ffffff;
    transition: .2s;
}

.col4Wrap.banner #contact:hover {
    background-color: var(--color-black2);
    transition: .2s;
}

.col4Wrap.banner #contact a {
    display: flex;
    flex-direction: column;
}

.col4Wrap.banner #contact .eng {
    margin-bottom: 5px;
    font-size: 28px;
}

.col4Wrap.banner #contact .jap {
    font-size: 16px;
}

footer {
    margin-top: 100px;
}

footer a:hover {
    color: var(--color-main);
}

.footerLinkArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 80px;
    /* border-bottom: 1px solid var(--color-gray1); */
}

.footerLinkArea .left {
    display: flex;
}

.footerLinkArea .footerLinkAreaBox:not(:last-child) {
    margin-right: 100px;
}

.footerLinkAreaLg {
    margin-bottom: 15px;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4;
}

.footerLinkAreaLg.fwMedium {
    font-weight: 500;
    font-size: 16px;
}

.footerLinkAreaLg > a, .footerLinkAreaSm > a {
    margin-bottom: 15px;
    color: #404040;
}

.homeLink {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeLink img {
    margin-right: 7px;
}
@media screen and (max-width: 768px) {
    .homeLink img {
        width: 20px;
        height: auto;

        object-fit: contain;
    }
    .homeLink span {
        font-size: 16px;
    }

    #sectionGreen {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        background: url(../img/top/bg_green_sp.png);
        color: #ffffff;
    }
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray1);
}

.to-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.to-top img {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .to-top img {
        width: 20px;
        height: auto;

        object-fit: contain;
    }
    .to-top span {
        font-size: 16px;
    }
}
.copyRightWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
    .copyRightWrap {
        margin-bottom: 60px;
    }
}

.copyRightWrap .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyRightWrap .left .image {
    margin-right: 30px;
}

.copyRightWrap .left .copyRight {
    font-weight: 200;
    font-size: 12px;
}

.privacyLink {
    color: var(--color-black1);
    font-size: 12px;
}

.privacyLink:hover {
    color: #595656;
}

.lowerMainVisualImage {
    position: relative;
}

.lowerMainVisual .titleTextWrap {
    position: absolute;
    top: 50%;
    left: 50%;
            transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
}

.lowerMainVisual .titleTextWrap .eng {
    font-size: 35px;
    line-height: 1.4;
}

.lowerMainVisual .titleTextWrap .jap {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.lowerMainVisualImage img {
    height: 650px;
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.pankuzuWrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
            transform: translate(-50%, -50%);
    margin-bottom: 20px;
    color: #ffffff;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
}

.pankuzuWrap div {
    margin-right: 10px;
}

.pankuzuWrap .homeIcon {
    margin-right: 7px;
}

.withSideBarContainer {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1006px;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.mainContent {
    width: 700px;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    background-color: #ffffff;
}

.sideBar {
    width: 250px;
    margin-top: 23px;
}

.sideBar div {
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    background-color: #ffffff;
}

.lowerContent {
    margin-top: 160px;
}

.withSidebarContainer {
    display: flex;
}

.withSidebarContainer .TextWrap {
    width: calc(100% - 320px);
    max-width: 1040px;
    margin-right: 50px;
}

.withSidebarContainer .sidebar {
    width: 100%;
    max-width: 270px;
}

ul.menu {
    list-style: none;
    position: sticky;
    top: 120px;
    width: 270px;
    margin-top: 0;
    margin-bottom: 30px;
}

ul.menu .list {
    /* color: #FFF; */
    position: relative;
    position: relative;
    /* background: var(--color-blue2); */
    clear: both;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    line-height: 1.6;
    vertical-align: sub;
}

ul.menu .list.dark a {
    background-color: var(--color-black1);
    color: #ffffff;
}

ul.menu .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid var(--color-grey2);
    border-bottom: 1px solid #090000;
    box-sizing: border-box;
    background-color: #ffffff;
    text-decoration: none;
}

/*---------------ここから-----------------------*/

.menuList {
    margin-top: 5rem;
    padding: 3rem 5rem 3rem 5rem;
    border: .5rem solid #f5f5f5;
    font-size: 1.4rem;
}

.menuListTop {
    display: flex;
    list-style-type: none;
}

.menuListText {
    margin-right: 4rem;
}

.Listmargin {
    margin-left: 1.2rem;
}

.setsumei {
    margin-bottom: 6rem;
    /* line-height: 2; */
}

.setsumei_last {
    line-height: 2;
}

.setsumei_Top {
    padding: 0 5rem 3rem 0;
    font-weight: normal;
    font-size: 2.5rem;
}

.setsumei_Text {
    padding-bottom: 2rem;
    color: #0086d1;
}

.setsumei_span {
    color: #595656;
}

.titleBorder_bottom {
    margin: 10rem 10rem 10rem 0;
    font-size: 2.5rem;
}

.titleBorder_bottom::after {
    display: block;
    bottom: 0;
    left: .1rem;
    width: 5.5rem;
    height: .3rem;
    margin-top: 1.5rem;
    background-color: #0086d1;
    content: "";
}

/*-------------製品一覧--------------*/

.seihinIchiran {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 11.8rem;
    font-size: 1.5rem;
}

.seihin {
    /* width: 40rem; */
    flex-basis: calc(33.333% - 3rem);
    position: relative;
    height: 6rem;
    margin: 0 1.5rem 1rem 1.5rem;
    margin-top: -4.5rem;
    margin-right: 3rem;
    margin-left: 0;
    padding: 1em;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.seihin::before {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    left: -.2rem;
    width: .4rem;
    height: 2rem;
    background-color: #0086d1;
    content: "";
}

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

.mc01 {
    display: flex;
    width: 100%rem;
    height: 36rem;
    margin-bottom: 6.2rem;
    margin-left: -15rem;
    /*-----background-image: url()-----*/
}

.mc_img {
    width: 61.5rem;
    height: 36rem;
    /* background-color: #F5F5F5; */
}

.mc_img02 {
    width: 41.5rem;
}

.mc_img p {
    margin: 17rem;
    font-size: 1.4rem;
}

.text {
    display: block;
    width: 61.5rem;
    height: 15.6rem;
    margin-left: 3rem;
}

.topText {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    font-weight: lighter;
    font-size: 2rem;
}

.topText_number {
    margin-right: .5rem;
    color: #0086d1;
    font-style: italic;
    font-weight: normal;
    font-size: 1.4rem;
}

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

.mc02 {
    display: flex;
    width: 100%;
    height: 36rem;
    margin-right: 10rem;
    margin-bottom: 12rem;
    /*-----background-image: url()-----*/
}

.mc_img2 {
    width: 61.5rem;
    height: 36rem;
    /* background-color: #F5F5F5; */
}

.mc_img2 p {
    margin: 17rem;
    font-size: 1.4rem;
}

.text2 {
    display: block;
    /* width: 61.5rem; */
    width: 50%;
    height: 7.25rem;
    margin-right: 3rem;
}

.topText2 {
    width: 61.5rem;
    height: 7.2rem;
    font-weight: normal;
    font-size: 2rem;
}

.topText span {
    font-family: "Roboto";
}

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

.two_img {
    display: flex;
    margin-bottom: 22.3rem;
}

.left_img {
    width: 60.5rem;
    height: 80rem;
    background-color: #f5f5f5;
    /* margin-left: 2.5rem; */
    /*-----background-image: url()-----*/
}

.right_img {
    width: 60.5rem;
    height: 80rem;
    margin-right: 2.5rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

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

.seihin_imgText {
    margin-top: 10px;
}

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

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

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

.seihin_banner {
    flex-basis: calc(33.333% - 3rem);
    width: 40rem;
    height: 20rem;
    margin-right: 3rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

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

.seihin_bannerText span {
    font-size: 20px;
}

.clean_room {
    display: flex;
    width: 100%;
    height: 36rem;
    margin-bottom: 10.2rem;
}

.clean_img {
    width: 61.5rem;
    height: 36rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.clean_text {
    width: 61.5rem;
    height: 21.2rem;
    margin-top: 3rem;
    margin-left: 3rem;
    line-height: 1.7;
}

.clean_topText {
    margin-bottom: 2.6rem;
    font-weight: normal;
    font-size: 2rem;
}

.clean_img p {
    margin: 17.2rem;
    font-size: 1.4rem;
}

.insert {
    position: relative;
    margin-right: 3rem;
    margin-bottom: 18.6rem;
    margin-left: 0;
    padding: 1em;
    font-size: 2rem;
}

.insert_top {
    margin-bottom: 4rem;
}

.insert p {
    margin-left: -1rem;
}

.insert::before {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    left: -.2rem;
    width: .4rem;
    height: 2rem;
    margin-top: .8rem;
    background-color: #0086d1;
    content: "";
}

.insert_suv {
    /* width: 126.4rem; */
    width: 100%;
    height: 4rem;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
    border-radius: 10rem;
    background-color: #f5f5f5;
    color: #0086d1;
    font-size: 2rem;
}

.insert_suvText {
    padding-top: .9rem;
    padding-left: 2.7rem;
}

.insert_suv span {
    margin-left: -1.2rem;
    color: #595656;
    font-size: 1.6rem;
}

.insert_animation {
    width: 100%rem;
    height: 40.2rem;
    border: .1rem solid #dddddd;
}

.insert_animation p {
    margin: 19.2rem;
    font-size: 1.4rem;
}

.printer_title {
    margin-bottom: 1rem;
    margin-left: 4rem;
}

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

.printer_TopText {
    margin-left: -1.3rem;
    color: #595656;
    font-size: 1.6rem;
}

.printer {
    display: flex;
    margin-bottom: 8.1rem;
}

.printer_img {
    width: 60.5rem;
    height: 40.2rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.printer_img p {
    margin: 23rem;
}

.printer_imgText {
    display: block;
    line-height: 1.7;
}

.printer_block {
    flex-basis: calc(55.555% -1rem);
    flex-wrap: wrap;
    margin: 0 auto;
    margin: 0 auto;
}

.sample_imgs {
    display: flex;
    flex-basis: calc(33.333% - 3rem);
    width: 100%rem;
    height: 20.4rem;
    margin: 0 auto;
    margin-bottom: 20.1rem;
}

.sample_block {
    display: block;
    margin-right: 3rem;
}

.sample_img {
    width: 22.8rem;
    height: 15rem;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.sample_img p {
    margin: 7rem;
}

.sample_imgText {
    width: 22.8rem;
    height: 4.3rem;
    line-height: 1.7;
}

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

.seihinset_img {
    /* width: 40.0rem; */
    /* height: 26.0rem; */
    margin-bottom: 2.5rem;
    background-color: #f5f5f5;
}

.seihin_set_block {
    display: block;
    flex-basis: calc(33.333% - 3rem);
    height: 6rem;
    margin: 0 1.5rem 1rem 1.5re;
    margin-right: 3rem;
}

.maruright {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .5rem;
    border: .23rem solid #0086d1;
    border-radius: 50%;
    background-color: #ffff;
    color: #0086d1;
    line-height: 1.7;
    text-align: center;
}

.seihin_set_bottomText {
    width: 100%rem;
    height: 5.5rem;
    margin-bottom: 24.6rem;
    margin-left: 1.5rem;
}

.seihin_set_bottomText li {
    color: #0086d1;
    line-height: 1.7;
}

.seihin_set_bottomText span {
    margin-left: -1rem;
    color: #595656;
}

.plastic {
    width: 100%rem;
    height: 70rem;
    margin-bottom: 3rem;
    background-color: #f5f5f5;
}

.plastic_text {
    width: 100%rem;
    height: 13rem;
    margin-bottom: 10rem;
    font-size: 1.4rem;
    line-height: 1.7;
}

.plastic_topText {
    margin-bottom: 2.6rem;
    font-size: 2rem;
}

.Bioplastic {
    width: 100%rem;
    height: 50rem;
    margin-bottom: 3rem;
    background-color: #f5f5f5;
}

.Bioplastic_text {
    width: 100%rem;
    height: 13rem;
    margin-bottom: 10rem;
    font-size: 1.4rem;
    line-height: 1.7;
}

.Bioplastic_topText {
    margin-bottom: 2.6rem;
    font-size: 2rem;
}

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

.biomassPET_img {
    width: 61.5rem;
    height: 70rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.biomassPET_text {
    width: 61.5rem;
    height: 10.2rem;
    margin-top: 3rem;
    margin-left: 3rem;
    line-height: 1.7;
}

.biomassPET_topText {
    margin-bottom: 2.6rem;
    font-weight: normal;
    font-size: 2rem;
}

.biomassPET_img {
    font-size: 1.4rem;
}

.biomassPET2 {
    display: flex;
    width: 100%rem;
    height: 36rem;
    margin-bottom: 21.8rem;
}

.biomassPET2_img {
    width: 61.5rem;
    height: 36rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.biomassPET2_text {
    width: 61.5rem;
    height: 21.2rem;
    margin-top: 3rem;
    margin-right: 3rem;
    line-height: 1.7;
}

.biomassPET2_topText {
    margin-bottom: 2.6rem;
    font-weight: normal;
    font-size: 2rem;
}

.biomassPET2_img {
    font-size: 1.4rem;
}

.biomassPlastic {
    width: 100%rem;
    height: 70rem;
    margin-bottom: 17rem;
    background-color: #f5f5f5;
}

.news {
    display: inline-block;
    width: 54.7rem;
    height: 15rem;
    margin-bottom: 17.8rem;
}

.news_Block {
    margin-bottom: 4rem;
}

.news_Top {
    margin-right: 1.4rem;
    margin-bottom: 1.6rem;
}

.news_Tsxt {
    line-height: 1.7;
}

.news_Top time {
    margin-right: 1.4rem;
}

.category {
    display: inline-block;
    margin: 0 auto;
    padding: .2rem 2.5rem .3rem 1.3rem;
    border-radius: 10rem;
    background-color: #eeeeee;
    font-size: 1.1rem;
}

.suuji {
    display: flex;
    margin-bottom: 8.6rem;
    margin-left: 7.5rem;
}

.buttanIcon {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    padding: 2rem;
    text-align: center;
}

.buttan {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    padding: 2rem;
    border: .1rem solid #dddddd;
    text-align: center;
}

.management {
    font-size: 3rem;
    line-height: 1.7;
}

.Philosophy {
    margin-bottom: 8.5rem;
    font-size: 1.6rem;
}

.management_block {
    margin-bottom: .6rem;
}

.management_text {
    width: 100%rem;
    height: 8rem;
    margin-bottom: 2rem;
    padding-top: 2.4rem;
    border-radius: .8rem;
    background-color: #f5f5f5;
    font-size: 2.2rem;
}

.management_text_number {
    margin-right: 20rem;
    margin-left: 3rem;
    color: #0086d1;
    font-style: italic;
    font-weight: bold;
    font-size: 3rem;
}

.Legal_compliance {
    width: 100%rem;
    height: 40rem;
    /* margin-bottom: 8.5rem; */
    margin-bottom: 0;
    border: .1rem solid #dddddd;
}

.Legal_compliance_border {
    width: 10rem;
    height: .3rem;
    margin: 0 auto;
    background-color: #0086d1;
}

.Legal_compliance_top {
    margin-top: 4.2rem;
    margin-bottom: 2.2rem;
    color: #0086d1;
    font-size: 2.2rem;
    text-align: center;
}

.Legal_compliance_suv {
    font-size: 1.6rem;
}

.Legal_compliance_bottom {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
}

.compliance_text_number {
    margin-right: 2rem;
    color: #0086d1;
    font-style: italic;
    font-weight: bold;
    font-size: 3rem;
}

.Legal_compliance_bottom_text {
    margin-bottom: 2rem;
}

.Legal_compliance_text {
    margin-left: 5rem;
}

.Legal_compliance_bottom_right {
    margin-right: 5rem;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: right;
}

.overview {
    display: flex;
    padding: 2.4rem;
    border-bottom: .2rem solid #dddddd;
}

.overview_block {
    width: 20%;
}

.overview_block2 {
    width: 80%;
}

.overview_wrap {
    margin-bottom: 13rem;
}

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

.overview_name_right {
    margin-left: 17.2rem;
}

.overview_NIPPO_COright {
    margin-left: 14.4rem;
}

.overview_img {
    width: 41rem;
    height: 25rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.overview_text {
    width: 80rem;
    height: 19.7rem;
    margin-top: .5rem;
    margin-left: 3rem;
    line-height: 1.7;
}

.overview_topText {
    margin-bottom: 1.1rem;
    font-weight: normal;
    font-weight: bold;
    font-size: 1.6rem;
}

.overview_img {
    font-size: 1.4rem;
}

.overview_googleMap {
    width: 11rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color: #0086d1;
}

.googleMap_text {
    color: #ffff;
    font-size: 1.3rem;
    text-align: center;
}

.overview_Text_p {
    margin-bottom: 2rem;
}

.overview_bottom_text {
    margin-bottom: 1rem;
}

.browser {
    margin-left: .4rem;
}

.overview_bottom {
    margin-bottom: 11.2rem;
}

.overview_numberText {
    width: 100%rem;
    height: 5.3rem;
    border-bottom: .1rem solid #dddddd;
}

.overview_Text {
    display: flex;
    padding-top: 1.2rem;
}

.management_text_overview_bottom_number {
    margin-right: 5.36rem;
    margin-left: 2rem;
    color: #0086d1;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
}

.iso {
    width: 103.6rem;
    height: 43.1rem;
}

.iso_block_img {
    width: 28.5rem;
    height: 40.1rem;
    /* background-color: #F5F5F5; */
    margin-bottom: 1.1rem;
}

.iso_block {
    display: flex;
    margin-left: 5rem;
}

.iso_block_img {
    margin-right: 5rem;
}

.iso_block_img {
    margin-bottom: 24.9rem;
}

.update {
    width: 100%33rem;
    height: 30rem;
    margin-bottom: 3.4rem;
    background-color: #f5f5f5;
}

.update_imgText_block {
    width: 40rem;
    height: 7.3rem;
    margin-left: 45.3rem;
    padding-top: 8.8rem;
}

.update_imgText {
    margin-left: 3.5rem;
}

.warning {
    margin-right: 1.2rem;
    color: #fff57e;
    font-size: 4.5rem;
}

.iconText {
    margin-bottom: 1.1rem;
    font-size: 2.2rem;
}

.iconText_bottom {
    font-size: 1.4rem;
}

.midashi_text {
    padding-top: 2.4rem;
    font-size: 1.4rem;
}

.midashi_img_block {
    display: flex;
    width: 100%rem;
    height: 25rem;
    margin-bottom: 2rem;
}

.midashi_img {
    width: 60.5rem;
    height: 45rem;
    background-color: #f5f5f5;
    /*-----background-image: url()-----*/
}

.midashi_text {
    width: 60.5rem;
    height: 45rem;
    margin-left: 5rem;
    line-height: 1.7;
}

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

.midashi_Text_p {
    margin-top: 3rem;
}

.midashi_img4 {
    width: 60.5rem;
    height: 14rem;
    margin-top: 22rem;
    margin-bottom: 8rem;
    background-color: #f5f5f5;
}

.img4_block {
    display: flex;
    margin-left: 5.8rem;
    padding-top: 2rem;
}

.img4_block_4 {
    width: 10rem;
    height: 10rem;
    margin-left: 2rem;
    background-color: #ffffff;
}

.item {
    margin-bottom: 17.3rem;
}

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

.item_text {
    display: inline-block;
    margin-right: 2rem;
    padding-top: 1.3rem;
    font-size: 1.4rem;
}

.item_down {
    margin-left: 1rem;
    color: #0086d1;
}

.item_text_p {
    margin-left: 2.3rem;
}

.item_bottom_img {
    width: 100%rem;
    height: 45rem;
    margin-bottom: 10rem;
    background-color: #f5f5f5;
}

.inquiry {
    width: 85rem;
    height: 18rem;
    background-color: #f5f5f5;
}

.inquiry_block {
    display: flex;
}

.inquiry_text {
    width: 37rem;
    height: 6.5rem;
    margin: 0 auto;
    margin-left: 5rem;
    padding-top: 5rem;
    line-height: 1.7;
}

.inquiry_buttom {
    width: 35rem;
    height: 6rem;
    margin-top: 6rem;
    margin-right: 5rem;
    background-color: #0086d1;
}

.inquiry_buttom_text {
    padding-top: 1.9rem;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
}

.related_Links {
    width: 100%rem;
    height: 5rem;
    margin-top: 15.6rem;
    margin-bottom: 4rem;
    background-color: #0086d1;
}

.Links_text {
    margin-left: 2.5rem;
    color: #ffffff;
    font-weight: normal;
    font-size: 2rem;
    /* padding-top: 1.1rem; */
}

.related_Links_img {
    width: 61.5rem;
    height: 15rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
    border: .1rem solid #dddddd;
}

.related_Links_img_text {
    width: 12rem;
    height: 12rem;
    background-color: #f5f5f5;
}

.relatedLinks_imgblock {
    display: flex;
}

.related_Linksimg_text_p {
    margin-top: 5rem;
    margin-left: 3.1rem;
    font-size: 1.4rem;
}

.Linksimg_textIcom {
    margin-right: .5rem;
    color: #0086d1;
}

.relatedLinks_imgblock {
    padding: 1.5rem;
}

.related_Links_img2 {
    display: flex;
}

.related_Links_img4 {
    margin-bottom: 130.1rem;
}

/*---------------ここから-----------------------*/

.TopBottom_border {
    width: 180rem;
    height: 7rem;
    background-color: #f5f5f5;
}

.common_h2 {
    margin-bottom: 6rem;
    font-weight: bold;
    font-size: 2rem;
    font-size: 5.1rem;
}

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

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

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

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

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

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

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

.management_img {
    width: 95.8rem;
    height: 39.4rem;
    padding: 19rem;
    border: .1rem solid #f5f5f5;
}

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

.imgBlock2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13rem;
}

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

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

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

.management_border {
    max-width: none;
    margin-bottom: 23.8rem;
    border: .1rem solid #dddddd;
}

/* .pickup {
	width: 158.0rem;
	height: 35.1rem;
	display: flex;
} */

.pickup_blk {
    width: 38rem;
    width: calc(25% – 15px);
    height: 35.1rem;
    margin-right: 2rem;
}

.pickup_img4 {
    width: 38rem;
    height: 22rem;
    margin-bottom: 1.6rem;
    background-color: #f5f5f5;
}

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

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

.videoWrap.over {
    position: relative;
}

.videoWrap {
    height: 100vh;
}

.objImage {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.videoWrap.over:before {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000000;
    content: "";
}

@media screen and (max-width: 1530px) {
    .headerRight {
        flex-wrap: wrap;
        justify-content: end;
    }

    .header__nav__list .header__nav__list__item:last-child {
        margin-right: 0;
    }

    .header__nav__list.border {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1420px) {
    html {
        font-size: calc(100vw / 142);
    }
}

/* @media screen and (max-width: 991px) { */

@media screen and (max-width: 1229px) {
    .sp-hide {
        display: none;
    }

    .sp-show {
        display: block;
    }

    .header__nav_sp {
        display: block;
    }

    .header__nav.header__nav_pc {
        display: none;
    }

    .header__wrap {
        display: flex;
        align-items: center;
        height: 60px;
    }
    .header__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__logo {
        max-width: 200px;
    }

    .main {
        margin-top: 60px;
    }

    .mainVisual .slideImg {
        height: 100vh;
    }

    .mainVisual .text {
        left: 0;
        padding-left: 0;
    }

    .mainVisualTextWrap .mainTitle {
        font-size: 27px;
    }

    .mainVisualTextWrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .osagasi {
        right: 20px;
        bottom: 5%;
        width: 300px;
        height: 60px;
    }

    .mainVisualTextWrap .mainTitle {
        font-size: 60px;
    }

    .mainVisual .text {
        top: 45%;
        width: 50%;
    }

    .mainVisual .virtualFactoryBtnWrap {
        bottom: 160px;
        /* left: calc(50% - 127px); */
    }

    .mainVisualNewsWrap .row {
        flex-basis: 100%;
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mainVisualNewsWrap .title {
        margin-right: 10px;
        padding-right: 10px;
    }

    .mainVisualNewsWrap .col {
        flex-wrap: wrap;
    }

    .mainVisualNewsWrap .col .desc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .virtualFactoryBtnWrap {
        padding: 36px 0 30px 0;
        text-align: center;
    }

    #sectionBusiness {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .headerBottomMenuArea {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .headerBottomMenuAreaLink {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border-bottom: 2px solid #eeeeee;
        font-size: 14px;
        text-align: left;
    }

    .spLinkAlc {
        position: relative;
    }

    .spLinkAlc:before {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .spLinkAlc:before, .spLinkAlc:after {
        position: absolute;
        right: 15px;
        width: 17px;
        height: 2px;
        background-color: var(--color-main);
        content: "";
        transition: .2s;
    }

    .scopen .spLinkAlc:before {
        transform: rotate(-180deg);
        transition: .2s;
    }

    .scopen .spLinkAlc:after {
        top: 49%;
        transform: rotate(-180deg);
        margin: auto;
        transition: .2s;
    }

    .spLinkAlc:after {
        top: 49%;
        transform: rotate(-90deg);
    }

    .spLinkAlc:before, .spLinkAlc:after {
        position: absolute;
        right: 15px;
        width: 17px;
        height: 2px;
        background-color: var(--color-main);
        content: "";
        transition: .2s;
    }

    .headerBottomMenuAreaLinkSp {
        display: block;
        margin-bottom: 20px;
        color: #707070;
        font-size: 14px;
        text-decoration: none;
        white-space: pre;
    }

    .headerBottomMenuAreaLinkSp > i {
        color: var(--color-main);
    }

    .headerBottomMenuAreaLinkSpWrap {
        padding: 35px 25px 15px 25px;
    }

    .copyRightWrap {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .copyRightWrap .left {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
    }

    .categoryImgContainer .col.fb33 {
        flex-basis: 100%;
        width: 100%;
    }

    .categoryImgContainer.topSmall .col a.lg {
        height: 280px;
    }

    #sectionCompany {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #sectionGreen {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .categoryImgContainer .textWrap {
        justify-content: center;
        padding: 100px 30px;
    }

    #sectionPickup {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #sectionProducts {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .col4Wrap.business .image {
        height: auto;
    }

    .noButton.virtualFactoryBtnWrap {
        position: absolute;
        top: 38%;
    }

    .indexTitleWrap {
        margin-bottom: 30px;
    }

    .bannerLinksWrap {
        margin-bottom: 0;
    }

    .bannerLinksWrap .col {
        flex-basis: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: calc(100vw / 150);
    }

    .contentWrap {
        width: 100%;
        max-width: none;
    }

    .sidebar {
        width: 100%;
        max-width: none;
    }

    .searchForm {
        flex-wrap: wrap;
    }

    .searchForm .col {
        flex-basis: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .searchFormContainer {
        padding: unset;
    }

    .searchFormContainer .titleWrap {
        padding: 30px 10px;
    }

    .w260 {
        width: 100%;
    }

    .w200 {
        width: 100%;
    }

    .searchForm .commonBtn1.bgBlack2 {
        margin-top: 10px;
    }

    .osagasi {
        right: 20px;
        bottom: 2%;
        width: 220px;
        height: 40px;
        font-size: 12px;
    }

    .osagasi img {
        width: 25px;
        height: 25px;
    }

    .withSidebarContainer {
        flex-wrap: wrap;
        width: 100%;
        max-width: none;
    }

    .sidebar {
        flex-basis: 100%;
        order: 2;
    }

    .TextWrap {
        flex-basis: 100%;
        order: 1;
    }

    .menuListTop {
        display: block;
    }

    .menuList {
        border-style: none;
        font-size: 4.2rem;
        line-height: 1.7;
    }

    .setsumei_Top {
        margin-bottom: 4.5rem;
        font-size: 3rem;
    }

    .setsumei {
        font-size: 3rem;
    }

    .titleBorder_bottom {
        font-size: 4rem;
    }

    .titleBorder_bottom::after {
        border: .5rem;
    }

    .seihinIchiran {
        flex-wrap: wrap;
    }

    .seihin::before {
        margin: 2rem 0;
        padding-top: 4rem;
    }

    .seihin {
        flex-basis: 100%;
        height: 10rem;
        padding-top: 4rem;
        font-size: 2em;
    }

    .mc01 {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 50rem;
        margin-left: 0;
    }

    .mc_img {
        flex-basis: 100%;
        /* height: 45rem; */
        height: auto;
        text-align: center;
    }

    .mc_img p {
        padding: 4rem;
        font-size: 3rem;
    }

    .text {
        width: 100%;
        font-size: 3rem;
        line-height: 1.7;
    }

    .topText_number {
        font-size: 3.5rem;
    }

    .topText {
        font-size: 3rem;
    }

    .botoom_Text {
        font-size: 3rem;
    }

    .mc02 {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 35rem;
    }

    .mc_img2 {
        flex-basis: 100%;
        height: 45rem;
        margin-bottom: 3rem;
        text-align: center;
    }

    .mc_img2 p {
        padding: 4rem;
        font-size: 3rem;
    }

    .topText2 {
        font-size: 3rem;
    }

    .botoom_Text2 {
        font-size: 2.5rem;
    }

    .text2 {
        flex-basis: 100%;
        order: 2;
        margin-left: 4rem;
    }

    .botoom_Text {
        line-height: 1.7;
    }

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

    .right_img {
        flex-basis: 70%;
        order: 2;
        margin-right: 0;
    }

    .left_img {
        flex-basis: 70%;
        margin-bottom: 10rem;
    }

    .seihin_img_6 {
        flex-wrap: wrap;
    }

    .right {
        width: 3rem;
        height: 3rem;
        margin-right: 2rem;
        font-size: 3.5rem;
        line-height: .8;
    }

    .seihin_img {
        flex-basis: calc(50% - 3rem);
        height: 40rem;
        margin-bottom: 10rem;
    }

    .seihin_imgText {
        margin-top: 42rem;
        font-size: 3rem;
    }

    .seihin_banner6 {
        flex-wrap: wrap;
    }

    .seihin_banner {
        flex-basis: calc(50% - 3rem);
        height: 40rem;
    }

    .seihin_bannerText {
        padding: 10rem;
        font-size: 3rem;
        line-height: 1.5;
    }

    .clean_room {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 55rem;
    }

    .clean_img {
        flex-basis: 100%;
        height: 50rem;
        text-align: center;
    }

    .clean_topText {
        font-size: 3rem;
    }

    .clean_text {
        flex-basis: 100%;
        font-size: 3rem;
        line-height: 1.7;
    }

    .insert::before {
        width: .7rem;
        height: 4rem;
    }

    .insert_suv {
        height: 6.5rem;
        font-size: 3.5rem;
    }

    .insert_animation p {
        font-size: 3rem;
    }

    .insert_suvText span {
        font-size: 3rem;
    }

    .printer {
        flex-wrap: wrap;
    }

    .printer_block {
        flex-basis: 50%;
    }

    .printer_img {
        width: 95%;
        margin-bottom: 3rem;
    }

    .printer_imgText {
        width: 90%;
        font-size: 3rem;
    }

    .printer_img_p {
        padding: 1rem;
        font-size: 3rem;
    }

    .printer_point {
        margin-bottom: 3rem;
    }

    .printer_imgText {
        line-height: 1.7;
    }

    .sample_imgs {
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        margin-bottom: 80rem;
    }

    .sample_block {
        flex-basis: calc(33.333% - 3rem);
        margin-bottom: 10rem;
    }

    .sample_img {
        width: 98%;
        height: 30rem;
        margin-bottom: 3rem;
    }

    .sample_imgText {
        font-size: 3rem;
        line-height: 1.7;
    }

    .sample_img_p {
        padding: 8rem;
        font-size: 3rem;
    }

    .insert_top {
        font-size: 3.5rem;
    }

    .insert_suv {
        width: 100%;
    }

    .insert_animation {
        width: 100%;
        text-align: center;
    }

    .printer_title li {
        font-size: 3rem;
    }

    .printer_title span {
        font-size: 3rem;
    }

    .sample_imgText {
        width: auto;
        line-height: 1.7;
    }

    .seihin_set {
        width: 100%;
        margin-bottom: 12rem;
    }

    .seihinset_imgText {
        font-size: 2.5rem;
    }

    .maruright {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 2rem;
        font-size: 3.5rem;
        line-height: .9;
    }

    .seihinset_img {
        width: 100%;
        height: 30rem;
    }

    .seihin_set_bottomText {
        margin-bottom: 10rem;
        font-size: 3rem;
    }

    .plastic_topText {
        font-size: 3rem;
    }

    .plastic {
        width: 100%;
    }

    .plastic_text {
        width: 100%;
        margin-bottom: 25rem;
        font-size: 3rem;
        line-height: 1.7;
    }

    .Bioplastic {
        width: 100%;
    }

    .Bioplastic_text {
        width: 100%;
        margin-bottom: 35rem;
        font-size: 3rem;
        line-height: 1.7;
    }

    .Bioplastic_topText {
        font-size: 3rem;
    }

    .biomassPET {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15rem;
    }

    .biomassPET_text {
        flex-basis: 100%;
        font-size: 3rem;
        line-height: 1.7;
    }

    .biomassPET_topText {
        font-size: 3rem;
    }

    .biomassPET_img {
        width: 100%;
    }

    .biomassPET2 {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: auto;
        margin-bottom: 55rem;
    }

    .biomassPET2_text {
        flex-basis: 100%;
        order: 2;
        font-size: 3rem;
        line-height: 1.7;
    }

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

    .biomassPET2_topText {
        font-size: 3rem;
    }

    .biomassPlastic {
        width: 100%;
        margin-bottom: 10rem;
    }

    .news_Block {
        font-size: 3rem;
        line-height: 1.7;
    }

    .news {
        margin-bottom: 30rem;
    }

    .news_Tsxt {
        line-height: 1.7;
    }

    .suuji {
        justify-content: center;
    }

    .buttanIcon {
        width: 7rem;
        height: 7rem;
        padding: 2rem;
    }

    .buttan {
        width: 7rem;
        height: 7rem;
        padding: 2rem;
    }

    .management_text {
        width: 100%;
        padding-left: 5rem;
        font-size: 3rem;
    }

    .management {
        font-size: 4rem;
        line-height: 1.3;
    }

    .management_text_number {
        margin-right: 20rem;
        font-size: 4rem;
    }

    .management_block {
        margin-bottom: 7rem;
    }

    .Philosophy {
        font-size: 2.8rem;
    }

    .Legal_compliance {
        width: 100%;
        height: 50rem;
    }

    .Legal_compliance_top {
        margin-bottom: 3rem;
        font-size: 3rem;
    }

    .Legal_compliance_suv {
        margin-bottom: 2rem;
        font-size: 3rem;
    }

    .Legal_compliance_bottom {
        margin-bottom: 5rem;
        font-size: 2.5rem;
    }

    .Legal_compliance_bottom_right {
        font-size: 2.5rem;
    }

    .overview_block {
        font-size: 3rem;
    }

    .overview_block2 {
        font-size: 3rem;
        line-height: 1.7;
    }

    .overview_img_block {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 75rem;
    }

    .overview_topText {
        font-size: 3rem;
    }

    .overview_text {
        flex-basis: 100%;
        margin-bottom: 50rem;
        font-size: 2.8rem;
        line-height: 1.7;
    }

    .overview_img {
        width: 100%;
        height: 50rem;
        margin-bottom: 5rem;
    }

    .overview_googleMap {
        width: 21.5rem;
        height: 4.1rem;
    }

    .overview_bottom {
        width: 100%;
    }

    .overview_numberText {
        width: 100%;
        margin-bottom: 3rem;
        font-size: 2.6rem;
    }

    .iso_block {
        justify-content: center;
        height: 100rem;
    }

    .iso_block_img {
        flex-basis: calc(33.333% - 3rem);
    }

    .iso_block_img {
        height: 80rem;
    }

    .iso_text {
        margin-top: 40rem;
        font-size: 3rem;
    }

    .update {
        height: 40rem;
        margin-bottom: 10rem;
    }

    .update_imgText_block {
        width: 100%;
        margin: 0 auto;
        padding-top: 13rem;
        line-height: 1.7;
        text-align: center;
    }

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

    .midashi_img {
        flex-basis: 100%;
        width: 100%;
        height: 50rem;
        margin-bottom: 5rem;
    }

    .midashi_text {
        flex-basis: 100%;
        font-size: 3rem;
        line-height: 1.7;
    }

    .midashi_toptext {
        font-size: 3rem;
    }

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

    .img4_block {
        margin: 0 auto;
        padding: 5rem;
    }

    .img4_block_4 {
        flex-basis: 40%;
        height: 20rem;
    }

    .item_block {
        width: 40%;
        height: 6rem;
    }

    .item_text {
        padding-left: 2.3rem;
        font-size: 3rem;
    }

    .item_bottom_img {
        width: 100%;
        height: 60rem;
    }

    .inquiry {
        width: 100%;
        height: 28rem;
    }

    .inquiry_text {
        width: 46%;
        font-size: 2.8rem;
        line-height: 1.7;
    }

    .inquiry_buttom {
        align-items: center;
        width: 43%;
        height: 10rem;
    }

    .inquiry_buttom_text {
        padding: 3rem;
        font-size: 3rem;
    }

    .related_Links {
        width: 100%;
        height: 9.5rem;
    }

    .Links_text {
        font-size: 3.5rem;
    }

    .related_Links_img4 {
        flex-wrap: wrap;
    }

    .related_Links_img {
        flex-basis: 100%;
    }

    .related_Linksimg_text_p {
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: calc(100vw / 150);
    }

    .mainVisualTextWrap .mainTitle {
        font-size: 35px;
    }

    .titleBorder_bottom::after {
        width: 9rem;
    }

    .titleBorder_bottom {
        font-size: 7rem;
    }

    .mc01 {
        margin-bottom: 100rem;
    }

    .mc_img {
        height: 55rem;
        margin-bottom: 5rem;
    }

    .botoom_Text {
        line-height: 1.7;
    }

    .mc02 {
        margin-bottom: 50rem;
    }

    .mc_img2 {
        height: 55rem;
    }

    .right {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 2rem;
        font-size: 12px;
        line-height: .9;
    }

    .seihin_banner6 {
        display: block;
    }

    .seihin_banner {
        width: 100%;
        height: 50rem;
    }

    .seihin_bannerText {
        padding: 9rem;
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .clean_room {
        margin-bottom: 120rem;
    }

    .clean_img {
        height: 60rem;
    }

    .clean_text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .insert_animation {
        height: 60rem;
    }

    .printer_title {
        margin-bottom: 3rem;
    }

    .printer_imgText {
        line-height: 1.7;
    }

    .sample_imgText {
        line-height: 1.7;
    }

    .sample_block {
        margin-bottom: 13rem;
    }

    .seihin_set {
        display: block;
        margin-bottom: 190rem;
    }

    .seihin_set_block {
        margin-bottom: 67rem;
    }

    .seihinset_img {
        height: 60rem;
    }

    .maruright {
        width: 4.2rem;
        height: 4.2rem;
        margin-right: 2rem;
        font-size: 4.5rem;
        line-height: .8;
    }

    .seihin_set_bottomTex {
        width: 100%;
    }

    .plastic_text {
        margin-bottom: 95rem;
    }

    .plastic_topText {
        margin-bottom: 8rem;
        font-size: 5rem;
    }

    .plastic_suvText {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .Bioplastic_topText {
        margin-bottom: 8rem;
        font-size: 5rem;
    }

    .Bioplastic_text {
        margin-bottom: 95rem;
    }

    .qcs {
        margin-bottom: 35rem;
    }

    .Bioplastic_suvText {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .biomassPET {
        margin-bottom: 40rem;
    }

    .biomassPET_topText {
        width: 100%;
        margin-bottom: 6rem;
        font-size: 5rem;
    }

    .biomassPET_Text {
        font-size: 4.8rem;
    }

    .biomassPET2_topText {
        margin-bottom: 6rem;
        font-size: 5rem;
    }

    .biomassPET2 {
        width: 100%;
        margin-bottom: 150rem;
    }

    .biomassPET_Text {
        line-height: 1.7;
    }

    .biomassPET2_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .biomassPET_img {
        width: 100%;
        height: 100rem;
        margin-bottom: 4rem;
    }

    .biomassPET2_img {
        width: 100%;
        height: 70rem;
        margin-bottom: 4rem;
    }

    .biomassPlastic {
        width: 100%;
        height: 80rem;
    }

    .news {
        width: 100%;
    }

    .news_Tsxt {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .news_Block {
        margin-bottom: 8rem;
    }

    .news_Top {
        font-size: 4.8rem;
    }

    .suuji {
        margin-top: 8rem;
    }

    .buttanIcon {
        width: 8rem;
        height: 8rem;
        padding: 1.7rem;
        font-size: 2rem;
    }

    .buttan {
        width: 8rem;
        height: 8rem;
        padding: 1.7rem;
    }

    .management {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .management_block {
        margin-bottom: 6rem;
    }

    .management_text {
        height: 8rem;
        margin-bottom: 4.8rem;
        font-size: 3.8rem;
    }

    .management_text_number {
        margin-right: 5rem;
    }

    .Legal_compliance {
        height: 95rem;
    }

    .Legal_compliance_suv {
        margin-bottom: 4rem;
    }

    .Legal_compliance_top {
        margin-bottom: 9rem;
        font-size: 4.8rem;
    }

    .compliance_text_number {
        font-size: 4rem;
    }

    .Legal_compliance_bottom_text {
        font-size: 4rem;
        line-height: 1.6;
    }

    .Legal_compliance_suv {
        font-size: 4rem;
    }

    .Legal_compliance_bottom_right {
        font-size: 3.5rem;
        line-height: 1.7;
    }

    .Legal_compliance_bottom {
        width: 95%;
    }

    .overview_block {
        width: 30%;
        font-size: 4.8rem;
    }

    .overview_block2 {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .overview_img_block {
        margin-bottom: 130rem;
    }

    .overview_topText {
        font-size: 4.8rem;
    }

    .overview_img {
        height: 60rem;
    }

    .overview_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .overview_googleMap {
        width: 33rem;
        height: 8rem;
    }

    .googleMap_text {
        font-size: 4rem;
    }

    .overview_bottom {
        margin-bottom: 20rem;
    }

    .overview_numberText {
        height: 80rem;
    }

    .overview_numberText {
        width: 100%;
        height: 25rem;
        margin-bottom: 15rem;
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .iso_block {
        display: block;
        margin-bottom: 350rem;
    }

    .iso_block_img {
        width: 100%;
        height: 120rem;
    }

    .iso_Textbox {
        margin-top: 80rem;
        font-size: 4.8rem;
    }

    .management_text_overview_bottom_number {
        font-size: 4.8rem;
    }

    .midashi_img {
        height: 65rem;
    }

    .midashi_img_block {
        margin-bottom: 130rem;
    }

    .midashi_toptext {
        font-size: 5rem;
    }

    .midashi_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .item_block {
        width: 55%;
    }

    .item_down {
        margin-left: 2.5rem;
    }

    .item_text_p {
        font-size: 4rem;
        text-align: center;
    }

    .inquiry_block {
        display: block;
    }

    .inquiry_text {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 25rem;
        font-size: 4rem;
    }

    .inquiry_buttom_text {
        font-size: 4rem;
    }

    .inquiry {
        height: 50rem;
    }

    .inquiry_buttom {
        width: 70%;
        margin: 0 auto;
    }

    .related_Links {
        height: 12.5rem;
    }

    .Links_text {
        font-size: 5rem;
    }

    .update_imgText_block {
        width: auto;
        padding: 13rem;
        line-height: 1;
    }

    .iconText {
        margin-bottom: 6rem;
    }

    .seihin::before {
        padding-top: 1.5rem;
    }

    .seihin {
        padding-top: 2.5rem;
    }

    .menuListText {
        font-size: 6rem;
    }

    .setsumei_Top {
        margin-bottom: 3rem;
        font-size: 6rem;
        line-height: 1.7;
    }

    .setsumei_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .topText2 {
        width: 100%;
        margin-bottom: 3rem;
        font-size: 4.8rem;
    }

    .botoom_Text2 {
        font-size: 4.8rem;
    }

    .seihinIchiran {
        display: block;
        width: 100%;
    }

    .seihin {
        height: 15rem;
        padding-top: 3.5rem;
        font-size: 5rem;
    }

    .seihin::before {
        width: 1rem;
        height: 5.5rem;
    }

    .topText_number {
        font-size: 6rem;
    }

    .topText {
        margin-bottom: 6rem;
        font-size: 5rem;
    }

    .botoom_Text {
        font-size: 4.8rem;
        line-height: 1.4;
    }

    .seihin_img_6 {
        display: block;
    }

    .seihin_imgText {
        margin-top: 62rem;
        font-size: 4.8rem;
    }

    .seihin_img {
        width: 100%;
        height: 60rem;
        margin-bottom: 15rem;
    }

    .clean_topText {
        margin-bottom: 3rem;
        font-size: 5.5rem;
    }

    .clean_botoom_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }

    .insert_top {
        margin-left: 3rem;
        font-size: 5rem;
        line-height: 1.5;
    }

    .insert_suv {
        font-size: 5rem;
    }

    .insert::before {
        width: 1rem;
        height: 5rem;
    }

    .insert_suv {
        height: 8rem;
        margin-bottom: 5rem;
    }

    .insert_suv span {
        font-size: 4rem;
    }

    .printer {
        margin-bottom: 20rem;
    }

    .printer_point {
        font-size: 6rem;
    }

    .printer_TopText {
        font-size: 6rem;
    }

    .printer_img_p {
        font-size: 16px;
        text-align: center;
    }

    .printer_imgText {
        font-size: 16px;
    }

    .printer_block {
        flex-basis: 100%;
        margin-bottom: 5rem;
    }

    .printer_title li {
        font-size: 6rem;
    }

    .printer_title span {
        font-size: 5rem;
    }

    .seihinset_imgText {
        font-size: 4.8rem;
    }

    .seihin_set_bottomText {
        width: 100%;
        margin-bottom: 30rem;
        font-size: 4.8rem;
    }

    .set_bottomText {
        margin-bottom: 3rem;
    }

    .sample_imgs {
        display: block;
        width: 100%;
        margin-bottom: 350rem;
    }

    .sample_block {
        margin-bottom: 10rem;
    }

    .sample_img {
        height: 55rem;
    }

    .sample_img_p {
        padding: 17rem;
        font-size: 4.8rem;
        text-align: center;
    }

    .sample_imgText {
        font-size: 4.8rem;
    }

    .inquiry_buttom {
        flex-basis: 100%;
    }
}

/*******************
* 追加部分
****************/

/***************************
*   template_noSidebar_parts
****************************/

.noSideBarWrap {
    /* max-width: 100%; */
    padding: 0;
}

.mc01_noSideBar {
    margin-left: 0;
}

.seihin_img_6_noSidebar {
    justify-content: space-between;
    margin: 0 0 20rem 0;
}

.seihin_img_noSidebar {
    margin-right: 0;
}

.insert_noSidebar {
    padding: 0;
}

.insert::before {
    position: inherit;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    background-color: inherit;
}

.insert_top::before {
    display: inline-block;
    position: absolute;
    top: 1.3rem;
    left: 0;
    width: .4rem;
    height: 2rem;
    margin-top: .8rem;
    background-color: #0086d1;
    content: "";
}

.insert_top {
    margin-left: 2rem;
}

.printer_title_noSidebar {
    margin-left: 0;
}

.printer_noSidebar {
    justify-content: space-between;

    gap: 2rem;
}

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

.seihin_set_bottomText_noSidebar {
    margin-left: 0;
}

.suuji_noSidebar {
    justify-content: center;
    list-style-type: none;
    margin-left: 0;
}

.buttan {
    display: inline-block;
    position: relative;
    padding: 0;
    transition: .3s;
}

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

.buttan:hover .buttanIcon_text {
    color: #ffffff;
    transition: .3s;
}

.buttan_link {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.buttanIcon_text {
    display: table-cell;
    vertical-align: middle;
    transition: .3s;
}

.buttan_active {
    background-color: #0086d1;
}

.buttan_active .buttanIcon_text {
    color: #ffffff;
}

.iso_block_noSidebar {
    justify-content: center;
}

.iso_noSidebar {
    width: 100%;
}

.inquiry_noSidebar {
    margin: 0 auto;
}

.inquiry_noSidebar .inquiry_block {
    align-items: center;
}

.inquiry_noSidebar .inquiry_block .inquiry_text {
    padding-top: 0;
}

.item_noSidebar {
    display: flex;
}

.item_noSidebar .item_block {
    width: auto;
}

@media screen and (max-width: 1341px) {
    .overview_googleMap {
        width: 13rem;
        height: 3.5rem;
    }

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

@media screen and (max-width: 1240px) {
    .overview_googleMap {
        width: 13rem;
        height: 3.5rem;
    }

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

/* サイドバーあり */

.withSidebarContainer {
    max-width: 1580px;
}

.withSidebarContainer .sidebar {
    margin-right: 5rem;
}

ul.menu .list a {
    width: 100%;
}

.withSidebarContainer .TextWrap {
    max-width: 100%;
    margin-right: 0;
    /* width: auto; */
}

.osagasi_sidebar {
    position: inherit;
    width: 100%;
    margin-top: 3rem;
}

@media screen and (max-width: 991px) {
    .withSidebarContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .withSidebarContainer .sidebar {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
    }

    .withSidebarContainer ul.menu {
        width: 100%;
    }

    .withSidebarContainer .TextWrap {
        flex-basis: 100%;
        order: 1;
        max-width: inherit;
    }

    .withSidebarContainer .sidebar {
        flex-basis: 100%;
        order: 2;
    }

    .withSidebarContainer .mc01 {
        margin: 0 auto 6.2rem;
    }

    .withSidebarContainer .mc02 {
        margin: 0 auto 12rem;
    }

    .withSidebarContainer .two_img {
        justify-content: center;
    }

    .withSidebarContainer .clean_room {
        justify-content: center;
    }

    .withSidebarContainer .insert_suv {
        width: 100%;
    }

    .withSidebarContainer .insert_animation {
        width: 100%;
    }

    .withSidebarContainer .seihin_set {
        /* width: 100%; */
    }

    .withSidebarContainer .plastic {
        width: 100%;
    }

    .withSidebarContainer .plastic_text {
        width: 100%;
    }

    .withSidebarContainer .Bioplastic {
        width: 100%;
    }

    .withSidebarContainer .Bioplastic_text {
        width: 100%;
    }

    .withSidebarContainer .biomassPET {
        justify-content: center;
    }

    .withSidebarContainer .biomassPET2 {
        justify-content: center;
        width: 100%;
    }

    .withSidebarContainer .biomassPlastic {
        width: 100%;
    }

    .withSidebarContainer .news {
        width: 100%;
    }

    .withSidebarContainer .management_text {
        width: 100%;
    }

    .withSidebarContainer .Legal_compliance {
        width: 100%;
    }

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

    .withSidebarContainer .overview_numberText {
        width: 100%;
    }

    .withSidebarContainer .update {
        width: 100%;
    }

    .withSidebarContainer .midashi_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .withSidebarContainer .item_bottom_img {
        width: 100%;
    }

    .withSidebarContainer .related_Links {
        width: 100%;
    }

    .withSidebarContainer .related_Links_img {
        width: 100%;
    }
}

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

    .withSidebarContainer .mc02 {
        margin-bottom: 35rem;
    }
}

@media screen and (max-width: 500px) {
    .withSidebarContainer .mc01 {
        margin-bottom: 50rem;
    }

    .withSidebarContainer .mc02 {
        margin-bottom: 50rem;
    }
}

/* 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: 6rem;
    }

    .lowerMainVisualImage {
        height: 66rem;
    }

    .search_result_num_wrap {
        margin-top: 14rem;
    }

    .contentWrap.lg {
        display: none;
    }
}

.mv-show {
    display: none;
}

.mv-hide {
    display: block;
}

@media screen and (max-width: 414px) {
    .mv-show {
        display: block;
    }

    .mv-hide {
        display: none;
    }
}



/* 1210tsuiki */

@media screen and (max-width: 631px) {
    .mainVisual .virtualFactoryBtnWrap {
        right: inherit;
        left: calc(50% - 127px);
    }
}

/* 0111tsuiki */

.virtual_slider_IconText_stop {
    position: relative;
    z-index: -1;
    /* width: 136px; */
    width: 121px;
    height: 60px;
    background-color: #9e0027;
    color: #ffff;
    font-size: 1.8rem;
}

/* 0322tsuiki */
.Bioplastic_text {
    height: auto;
    font-size: 14px;
}

.mainVisualTextWrap .mainTitle {
    font-size: 8.5rem;
}

.mainVisual .virtualFactoryBtnWrap {
    right: 86px;
    bottom: 75px;
    width: 230px;
    height: 235px;
}

.virtualFactoryBtnWrap {
    padding: 26px 30px 30px 30px;
}

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

    .mainVisual .virtualFactoryBtnWrap {
        display: none;
        height: 206px;
    }

    .virtualFactoryBtnWrap {
        padding: 13px 0 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .seihin_bannerText span {
        font-size: 18px;
    }
}
/* ===============================================
# 追加
=============================================== */
.banner-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding-bottom: 100px;
}
.banner-wrapper img {
   /* height: 280px;*/
    object-fit: cover;
}
.banner-item__right-text--en {
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
    font-family: "Roboto";
}

.banner-item__right-text--ja {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
}

.banner-item__right-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.slideImg {
    width: 100%;
}
.swiper {
    width: 100%;
}
.swiper-wrapper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
}

.top-news {
    padding-top: 100px;
    padding-bottom: 50px;
}
.sns-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.copyRightWrap {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--color-gray1);
}
.footer-banner {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
    .banner-wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .footer-banner {
        flex-direction: column;
        row-gap: 20px;
    }
    .banner-wrapper img {
        height: auto;
    }
}
/* ===============================================

=============================================== */
@media screen and (max-width: 1229px) {
    .copyRightWrap .left .image {
        width: 100%;
        max-width: 300px;
        margin-right: 0;
    }
    .copyRightWrap .left .image a {
        width: 100%;
    }
    .copyRightWrap .left .image a img {
        width: 100%;
    }
    .copyRightWrap .right {
        margin-right: auto;
        margin-left: auto;
    }
}
/* ===============================================
# フォーム下の余白
=============================================== */
#submit_form {
    margin-bottom: 150px;
}


@media screen and (max-width: 991px) {
    .management_text_number {
        margin-right: 40rem;
    }
    .banner-wrapper img {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .col4Wrap.business .col {
        margin-bottom: 10px;
    }
    .bannerSection .catch {
        font-size: 18px;
    }
    .bannerLinksWrap a {
        width: 80%;
        font-size: 14px;
    }
    .banner-wrapper>div {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
        text-align: center;
    }
    .headerBottomMenuAreaLinkSp {
        font-size: 14px;
    }
}
footer .left .image img{
    max-width: 250px;
}
