@charset "UTF-8";
/* CSS Document */
.main {
    background-color: #fbfbfb;
}
main .h_third {
    padding-bottom: 24px;
}
.business-introduction_wrapper p, .why_wrapper p, .new-varieties_wrapper p, .leader_wrapper p {
    text-align: left;
}
section img {
    width: 100%;
}
.concept {
    position: relative;
}
.concept h1 {
    position: absolute;
    width: 46%;
    z-index: -1;
    top: -80%;
    left: 17%;
}
.concept p {
    font-weight: 500;
    text-align: center;
    margin: 145px 0 200px;
}
.business-introduction_wrapper {
    display: grid;
    max-width: 81vw;
    grid-template-columns: 55% 40%;
    column-gap: 30px;
    margin: 0 auto 80px;
    padding-right: 10%;
}
.why_wrapper {
    display: grid;
    max-width: 72.7vw;
    grid-template-columns: 47.7% 52.3%;
    column-gap: 30px;
    margin: 0 auto 90px;
}
.why_description {
    padding-top: 5vw;
}
.new-varieties_wrapper {
    display: grid;
    max-width: 83.6vw;
    grid-template-columns: 56% 41.5%;
    column-gap: 60px;
    margin-bottom: 200px;
}
.new-varieties_description {
    padding-top: 5vw;
}
.leader_wrapper {
    padding-left: 30vw;
    max-width: 32vw;
    margin: 0 auto;
}
.leader_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    transform: translate(-130%, -7%);
    margin-top: -280px;
}
.leader_inner_visual {
    width: 23vw;
    min-width: 300px;
    max-width: 500px;
}
.leader_inner h4 {
    text-align: left;
    padding-top:  17px;
}
.leader_wrapper .border {
    padding: 100px 0 0;
}
.leader_description {
    padding-top: 85px;
    width: 33vw;
    margin-bottom: 200px;
}
.leader_description h5 {
    padding-bottom: 10px;
    font-weight: 400;
}
.leader_description .heart_title {
    padding-top: 30px
}
.leader_description .carrer {
    position: relative;
    padding-bottom: 40px;
    border-bottom: solid 1px #231815;
}
.leader_description .carrer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 400px;
    border-left: solid #231815 1px;
    transform-origin: center bottom;
    transform: rotate(-63deg);
    z-index: -1;
}

@media(max-width: 900px){
    .h_third {
        font-size: 2.4rem;
        line-height: 1.8em;
    }
    main {
        font-size: 1.5rem;
        line-height: 1.8em;
    }
    .concept p {
        font-weight: 400;
        text-align: center;
        margin: 145px 0 200px;
        padding: 0 20px;
    }
}
@media(max-width: 834px){
    .concept p {
        margin: 100px 0 100px;
    }
    .concept h1 {
        position: absolute;
        width: 70%;
        z-index: -1;
        top: -48%;
        left: 5%;
    }
    main .h_third {
        padding-bottom: 10px;
    }
    .business-introduction_wrapper {
        display: block;
        padding-left: 0%;
        max-width: 100%;
        margin: 0 0 0 0;
        padding-right: 20px;
    }
    .business-introduction_description {
        padding: 0 20px;
        margin: -20px 0 100px;
    }
    .why_wrapper {
        display: block;
        position: relative;
        padding-left: 0%;
        max-width: 100%;
        margin: 0 0 0 0;
        padding-right: 20px;
    }
    .why_visual {
        width: 80%;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
    }
    .why_description {
        padding: 0 20px;
        margin-bottom: 145px;
    }
    .why .h_third {
        padding-top: 29.3vw;
        padding-bottom: 42.7vw;
    }
    .new-varieties_wrapper {
        display: block;
        max-width: 100%;
        margin: 0 0 0 0;
    }
    .new-varieties_visual {
        width: 88vw;
        margin-left: auto;
    }
    .new-varieties_description {
        padding: 0 20px;
        margin-bottom: 100px;
    }
    .new-varieties_description h3 {
        padding-top: 30px;
    }
    .leader_wrapper {
        padding-left: 0;
        max-width: 100%;
        margin: 0 auto;
    }
    .leader_description .carrer {
        border-bottom: none;
        display: flex;
        flex-direction: column;
    }
    .leader_description .carrer:after {
        display: none;
    }
    .leader_description .leader_inner {
        position: static;
        margin: 0;
        order: 1;
        transform: translate(0%);
    }
    .leader_description h5 {
        order: 2;
    }
    .leader_description .carrer p {
        order: 3;
    }
    .leader_inner_visual {
        width: 80vw;
        margin: 0 auto;
    }
    .leader_description {
        padding: 0 20px;
        margin-bottom: 200px;
        width: auto;
    }
    .leader_description h5 {
        padding-top: 20px;
        font-size: 2.0rem;
        line-height: 1.0em;
    }
    .leader_description .carrer {
        padding-bottom: 0px;
    }
    .leader_description .career:after {
        display: none;
    }
    .leader_wrapper h3 {
        margin-right: auto;
        padding-left: 20px;
    }
}