@charset "utf-8";
/* CSS Document */

/*ブラウザクリア*/
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    display: block;
    font-size: 0em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

body {
    display: block;
    margin: 0px;
}

/*ブラウザクリア*/

#sustainability {
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #525252;
}

#sustainability a:hover {
    opacity: 0.4;
    transition: 1s;
}

#sustainability .inner_ {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

#sustainability .logo {
    height: 70px;
    width: auto;
}

#sustainability .logo_bottom {
    font-size: 1.5rem;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
}

#sustainability .read_ti {
    font-size: 3.5rem;
    margin: 3rem auto;
}

#sustainability .read {
    font-size: 1.1rem;
    margin: 3rem auto;
    line-height: 1.8;
}

/***TOP***/
#TOP .contain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}

#TOP .contain .box {
    width: 48%;
    background: #efefef;
    position: relative;
    margin: 4% 0 0 0;
}

#TOP .contain .box a {
    display: block;
    text-decoration: none;
    opacity: 1;
    color: #525252;
}

#TOP .contain .box a:hover .view {
    margin-left: 30px;
    transition: 0.6s;
}

#TOP .contain .box .image {
    position: relative;
    width: 100%;
}

#TOP .contain .box .image img {
    width: 100%;
}

#TOP .contain .box .ol {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

#TOP .contain .box a:hover .ol {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.6s;
}

#TOP .contain .box .ol p.cs {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    height: 100%;
    width: 100%;
    margin: 0;
}

#TOP .contain .box p:nth-of-type(1) {
    font-size: 1.7rem;
    margin: 1.5rem 0;
}

#TOP .contain .box p:nth-of-type(2) {
    font-size: 0.9rem;
    margin: 0;
}

#TOP .contain .box .view {
    height: 8px;
    margin: 2.5rem 0;
    transition: 0.6s;
    width: auto;
}

#TOP .contain .box .view:hover {
    margin-left: 20px;
    transition: 0.6s;
}

#TOP .contain .box .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 60px;
    width: auto;
}

#TOP .contain .box .icon2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: auto;
}

/***TOP***/

/***FACTORY***/
#FACTORY .main {
    width: 100%;
}

#FACTORY .inner_ {
    padding-top: 60px;
    padding-bottom: 60px;
}

#FACTORY .icon {
    height: 60px;
    width: auto;
}

#FACTORY .container {
    margin: 80px 0;
    background: #f7f8f8;
}

#FACTORY .container .box {
    width: 100%;
    display: block;
    justify-content: space-between;
    padding: 0% 0;
}

#FACTORY .container .box .image {
    width: 90%;
}

#FACTORY .container .box .text {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}

#FACTORY .container .box .text .in {
    width: 100%;
    /*position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);*/
    text-align: justify;
}

#FACTORY .container .box .text .in p.ti {
    font-size: 2rem;
    color: #036add;
    margin-bottom: 1.5rem;
}

#FACTORY .container .box .text .in p.h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #000;
    margin-bottom: 1rem;
    padding-top: 2em;
}

#FACTORY .container .box .text .in p.p_text {
    font-size: 1.1rem;
}

/***FACTORY***/

/***CORE***/
#CORE .main {
    width: 100%;
}

#CORE .icon {
    height: 60px;
    width: auto;
}

#CORE .read_h2 {
    font-size: 3rem;
    margin: 3rem auto;
}

#CORE .container {
    margin: 80px 0;
    background: #f7f8f8;
}

#CORE .inner_ {
    padding-top: 60px;
    padding-bottom: 60px;
}

#CORE .container .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 1.5rem;
}

#CORE .container .box:nth-of-type(6) {
    margin: 0 auto 0rem;
}

#CORE .container .box .image {
    height: 1.1rem;
    width: auto;
}

#CORE .container .box .text {
    width: 80%;
    font-size: 0.95rem;
    text-align: justify;
}

#CORE .video_area {
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

#CORE .vimeo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 0px;
}

#CORE .vimeo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#CORE .img {
    width: 100%;
    padding: 2rem 0;
}

#CORE .read_bot {
    font-size: 1rem;
    margin: 3rem auto;
    line-height: 2.2;
}

#CORE .photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1.5rem auto;
}

#CORE .photo img {
    width: 30%;
}

#CORE .bnr_area {
    width: 100%;
    background: #006788;
    margin-top: -80px;
    padding: 2% 0;
}

#CORE .bnr_area a:hover {
    opacity: 1;
}

#CORE .bnr_area a img {
    width: 1000px;
    background: rgba(255, 255, 255, 1);
    transition: 1s;
    margin: 0 auto;
}

#CORE .bnr_area a img:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: 1s;
}

/***CORE***/

/***CoC***/
#CoC .icon {
    height: 60px;
    width: auto;
}

#CoC .read_h2 {
    font-size: 1.5rem;
    margin: 3rem auto;
}

#CoC p.border {
    border-bottom: solid 1px #000;
    margin-bottom: 3rem;
}

#CoC .box {
    width: 100%;
    text-align: justify;
    margin-bottom: 3rem;
}

#CoC .box p:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#CoC .box p:nth-of-type(2) {
    font-size: 1rem;
}

#CoC .container {
    margin: 80px 0;
    background: #f7f8f8;
}

#CoC .inner_ {
    padding-top: 60px;
    padding-bottom: 60px;
}

#CoC .text {
    text-align: justify;
    margin: 5rem 0;
}

#CoC img.image {
    width: 500px;
}

#CoC .mini {
    font-weight: bold;
}

/***CoC***/

/***MORE***/
#MORE .read_ti {
    font-size: 3rem;
    margin: 0rem auto 3rem;
}

#MORE .contain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}

#MORE .contain .box {
    width: 30%;
    background: #efefef;
    position: relative;
}

#MORE .contain .box a {
    display: block;
    text-decoration: none;
    opacity: 1;
    color: #525252;
}

#MORE .contain .box a:hover .view {
    margin-left: 30px;
    transition: 0.6s;
}

#MORE .contain .box .image {
    position: relative;
    width: 100%;
}

#MORE .contain .box .image img {
    width: 100%;
}

#MORE .contain .box .ol {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

#MORE .contain .box a:hover .ol {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.6s;
}

#MORE .contain .box .ol p.cs {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    height: 100%;
    width: 100%;
    margin: 0;
}

#MORE .contain .box p:nth-of-type(1) {
    font-size: 1.5rem;
    margin: 1rem 0;
}

#MORE .contain .box p:nth-of-type(2) {
    font-size: 0.9rem;
    margin: 0;
}

#MORE .contain .box .view {
    height: 6px;
    margin: 1.5rem 0;
    transition: 0.6s;
    width: auto;
}

#MORE .contain .box .view:hover {
    margin-left: 20px;
    transition: 0.6s;
}

/***MORE***/

/********オーダー**********/
.orderA {
    order: 1;
}

.orderB {
    order: 2;
}

/********オーダー**********/

/********フェード**********/
.sa {
    opacity: 0;
    transition: all 1s ease;
    width: 100%;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(0.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

/********フェード**********/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    #sustainability {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        margin-bottom: 0px;
        padding-top: 0px;
        background: #fff;
    }

    #sustainability .inner_ {
        width: 90%;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        padding-top: 60px;
        padding-bottom: 80px;
        overflow: hidden;
    }

    #sustainability .logo {
        height: 50px;
    }

    #sustainability .logo_bottom {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    #sustainability .read_ti {
        font-size: 7vw;
        margin: 3rem auto;
        font-weight: 500;
    }

    #sustainnability .read {
        font-size: 1rem;
        margin: 3rem auto;
        text-align: justify;
    }

    /***TOP***/
    #TOP .contain {
        display: block;
    }

    #TOP .contain .box {
        width: 100%;
        margin: 5% 0 0 0;
    }

    #TOP .contain .box p:nth-of-type(1) {
        font-size: 1.5rem;
    }

    #TOP .contain .box .icon {
        height: 40px;
    }

    #TOP .contain .box .icon2 {
        height: 20px;
    }

    /***TOP***/

    /***FACTORY***/
    #FACTORY .main {
        width: 100%;
    }

    #FACTORY .icon {
        height: 50px;
    }

    #FACTORY .container {
        margin: 0px 0 30px;
        background: #f7f8f8;
    }

    #FACTORY .container .box {
        width: 100%;
        display: block;
        padding: 4% 0;
        margin-bottom: 60px;
    }

    #FACTORY .container .box:nth-of-type(4) {
        margin-bottom: 0px;
    }

    #FACTORY .container .box .image {
        width: 90%;
    }

    #FACTORY .container .box .text {
        width: 90%;
        position: relative;
        margin: 0 auto;
        padding: 30px 0 0 0;
    }

    #FACTORY .container .box .text .in {
        width: 100%;
        position: static;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        -webkit-transform: translate(-0%, -0%);
        -ms-transform: translate(-0%, -0%);
        text-align: justify;
    }

    #FACTORY .container .box p.ti {
        font-size: 7vw;
        color: #036add;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    #FACTORY .container .box .text .in p.h3 {
        font-size: 1.1rem;
        font-weight: bold;
        color: #000;
        border-bottom: solid 1px #000;
        margin-bottom: 1rem;
        padding-top: 2em;
    }

    #FACTORY .container .box .text .in p.p_text {
        font-size: 1rem;
    }

    /***FACTORY***/

    /***CORE***/
    #CORE .icon {
        height: 50px;
    }

    #CORE .read_h2 {
        font-size: 1.7rem;
        margin: 3rem auto;
    }

    #CORE .container {
        margin: 0px 0 0;
        background: #f7f8f8;
    }

    #CORE .inner_ {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #CORE .container .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto 1.5rem;
    }

    #CORE .container .box:nth-of-type(6) {
        margin: 0 auto 0rem;
    }

    #CORE .container .box .image {
        height: 1rem;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }

    #CORE .container .box .text {
        width: 100%;
        font-size: 0.95rem;
        text-align: justify;
    }

    #CORE .video_area {
        width: 90%;
        margin: 0 auto;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    #CORE .vimeo {
        margin-bottom: 0px;
    }

    #CORE .img {
        width: 100%;
        padding: 1rem 0;
    }

    #CORE .read_bot {
        font-size: 0.95rem;
        margin: 2rem auto;
        line-height: 2.2;
        text-align: justify;
    }

    #CORE .photo {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 1rem auto 0;
    }

    #CORE .photo img {
        width: 90%;
        height: auto;
        margin: 1rem auto 0;
    }

    #CORE .bnr_area {
        width: 100%;
        background: #006788;
        padding: 5% 0;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    #CORE .bnr_area a img {
        width: 90%;
        background: rgba(255, 255, 255, 1);
        transition: 1s;
        margin: 0 auto;
    }

    #CORE .bnr_area a img:hover {
        background: rgba(255, 255, 255, 0.7);
        transition: 1s;
    }

    /***CORE***/

    /***CoC***/
    #CoC .icon {
        height: auto;
        width: 100%;
    }

    #CoC .read_h2 {
        width: 100%;
        font-size: 1.2rem;
        margin: 3rem auto;
        font-weight: bold;
    }

    #CoC p.border {
        border-bottom: solid 1px #000;
        margin-bottom: 3rem;
    }

    #CoC .box {
        width: 100%;
        text-align: justify;
        margin-bottom: 3rem;
    }

    #CoC .box p:nth-of-type(1) {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    #CoC .box p:nth-of-type(2) {
        font-size: 0.95rem;
    }

    #CoC .container {
        margin: 30px 0;
        background: #f7f8f8;
    }

    #CoC .inner_ {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #CoC .text {
        text-align: justify;
        margin: 5rem 0;
    }

    #CoC img.image {
        width: 100%;
    }

    #CoC .mini {
        font-weight: bold;
    }

    /***CoC***/

    /***MORE***/
    #MORE .read_ti {
        font-size: 8vw;
        margin: 1rem auto 3rem;
    }

    #MORE .inner_ {
        padding-top: 0px;
    }

    #MORE .contain {
        display: block;
    }

    #MORE .contain .box {
        width: 100%;
        margin: 5% 0 0 0;
    }

    #MOREP .contain .box p:nth-of-type(1) {
        font-size: 1.4rem;
    }

    /***MORE***/

    /********オーダー**********/
    .orderA {
        order: 2;
    }

    .orderB {
        order: 1;
    }

    /********オーダー**********/
}