
/*-----------------------------------

	key-visual

-----------------------------------*/
#container .key-visual {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1460px;
    margin: auto;
}

#container .key-visual .img-container {
    width: 100%;
}

#container .key-visual .img-container img {
    width: 100%;
    height: auto;
}

#container .key-visual .tri {
    position: absolute;
    opacity: .4;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: #f08300 transparent transparent;
    border-style: solid;
    border-width: 15vw 20vw 0 0;
}

#container .key-visual .gradient {
    position: absolute;
    background: linear-gradient(-90deg, #fafafa, hsla(0, 0%, 100%, 0));
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

#container .key-visual .headline {
    position: absolute;
    font-size: 1.666rem;
    line-height: 40px;
    letter-spacing: normal;
    color: #595757;
    right: 100px;
    font-weight: 700;
    top: 56px;
}

#container .key-visual .sub-text {
    position: absolute;
    bottom: 2em;
    right: 0;
}

#container .key-visual .sub-text .yellow {
    background: rgba(245, 162, 0, .41);
    width: 525px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#container .key-visual .sub-text .yellow>div {
    margin-right: 10em;
}

#container .key-visual .sub-text .yellow>div p {
    color: #fff;
    margin-bottom: 14px;
}

#container .key-visual .sub-text .yellow>div p:nth-child(odd) {
    font-size: .9375rem;
    letter-spacing: .4px;
    line-height: 29px;
}

#container .key-visual .sub-text .yellow>div p:nth-child(2) {
    font-size: 1.875rem;
    letter-spacing: 6px;
    line-height: 27px;
}

#container .key-visual .org {
    width: 300px;
    height: 42px;
    background: rgba(233, 71, 9, .5);
    position: absolute;
    top: -25px;
    left: 3em;
}

#container .key-visual .org .text {
    width: 300px;
    height: 42px;
    color: #fff;
    font-size: 1.5625rem;
    padding: 3px 48px;
    letter-spacing: 5px;
}

@media screen and (max-width:1240px) {
    #container .key-visual .sub-text .yellow {
    width: 475px;
    height: 150px;
    }

    #container .key-visual .sub-text .yellow>div {
    margin-top: 2em;
    }

    #container .key-visual .headline {
    top: 35px;
    }
}

@media screen and (max-width:1080px) {
    #container .key-visual .headline {
    font-size: 1.2rem;
    line-height: normal;
    top: 5%;
    right: 10%;
    }

    #container .key-visual .gradient {
    width: 80%;
    }

    #container .key-visual .sub-text {
    bottom: 5%;
    width: 40%;
    }

    #container .key-visual .sub-text .org {
    width: auto;
    height: auto;
    left: 1em;
    top: -1.1em;
    }

    #container .key-visual .sub-text .org .text {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding: 5px 15px;
    }

    #container .key-visual .sub-text .yellow {
    width: 100%;
    height: auto;
    }

    #container .key-visual .sub-text .yellow>div {
    width: 100%;
    margin-right: 0;
    padding-left: 2em;
    margin-top: 1em;
    }

    #container .key-visual .sub-text .yellow>div p {
    font-feature-settings: "palt";
    margin-bottom: .2em;
    }

    #container .key-visual .sub-text .yellow>div p:first-child {
    font-size: .7rem;
    line-height: normal;
    }

    #container .key-visual .sub-text .yellow>div p:nth-child(2) {
    font-size: 1.5rem;
    line-height: normal;
    }

    #container .key-visual .sub-text .yellow>div p:nth-child(3) {
    font-size: .7rem;
    line-height: normal;
    }
}

@media screen and (max-width:550px) {
    #container .key-visual .sub-text {
    width: 50%;
    }

    #container .key-visual .sub-text .org {
    top: -1.5em;
    }
}

@media screen and (max-width:500px) {
    #container .key-visual .headline {
    font-size: .8rem;
    top: 10%;
    right: 5%;
    }

    #container .key-visual .sub-text {
    width: 50%;
    bottom: -3%;
    }

    #container .key-visual .sub-text .org {
    left: 5em;
    top: -.6em;
    }

    #container .key-visual .sub-text .org .text {
    font-size: .8rem;
    letter-spacing: 0;
    padding: 0 10px;
    }

    #container .key-visual .sub-text .yellow {
    transform: scale(.8);
    transform-origin: right;
    }

    #container .key-visual .sub-text .yellow>div {
    padding-left: 1em;
    margin-top: 0;
    padding-top: .5em;
    }

    #container .key-visual .sub-text .yellow>div p {
    margin-top: -.3em;
    margin-bottom: 0;
    }

    #container .key-visual .sub-text .yellow>div p:first-child {
    font-size: .7rem;
    transform: scale(.8);
    transform-origin: left;
    line-height: normal;
    white-space: nowrap;
    }

    #container .key-visual .sub-text .yellow>div p:nth-child(2) {
    font-size: 1.3rem;
    line-height: normal;
    white-space: nowrap;
    }

    #container .key-visual .sub-text .yellow>div p:nth-child(3) {
    font-size: .7rem;
    transform: scale(.8);
    transform-origin: left;
    line-height: normal;
    white-space: nowrap;
    }
}

/*-----------------------------------

	main-container

-----------------------------------*/
#container .main-container,
#container .menu {
    width: 82%;
    margin: 0 auto;
}

#container .main-container .orange {
    color: #e94709;
    font-size: .875rem;
    margin-bottom: 27px;
}

#container .main-container .main-text,
#container .main-container .title {
    font-size: 1.5625rem;
    font-weight: 500;
}

#container .main-container .vision {
    margin-top: 100px;
    text-align: left;
}

#container .main-container .vision .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#container .main-container .vision .head .icon {
    width: 110px;
    height: 22px;
    background-color: #f5a200;
    text-align: center;
}

#container .main-container .vision .head .icon .icon-text {
    width: 80%;
    height: 22px;
    background-color: #e94709;
    color: #fff;
    font-size: .75rem;
    padding-top: 2px;
    float: right;
}

#container .main-container .vision .head .caption {
    width: 75%;
    margin-left: 15px;
    color: #e94709;
    font-weight: 500;
    font-size: 1rem;
}

#container .main-container .vision .subtext {
    margin-top: 26px;
    line-height: 30px;
}

#container .main-container .top-container {
    width: 100%;
    max-width: 1460px;
    margin: auto;
}

#container .main-container .top {
    display: flex;
}

#container .main-container .top .social-role {
    width: 60%;
    margin-right: 60px;
}

#container .main-container .top-container .img-size {
    width: 40%;
}

#container .main-container .top-container .img-size img {
    width: 100%;
}

#container .main-container .question2-container,
#container .main-container .question3-container,
#container .main-container .question4-container,
#container .main-container .question5-container {
    width: 100%;
    max-width: 1460px;
    margin: auto;
}

#container .main-container .question2-container {
    margin: 30px auto 0;
}

#container .main-container .likeness .img-area {
    width: 75%;
    margin-right: 5em;
}

#container .main-container .likeness .img-area img {
    width: 100%;
    margin-bottom: 20px;
}

#container .main-container .question3-container .ques3-sub {
    margin-top: 26px;
    margin-bottom: 22px;
    line-height: 30px;
}

#container .main-container .question3-container .ques4-sub {
    margin-top: 20px;
    line-height: 30px;
}

#container .main-container .question4-container {
    margin-top: 70px;
    margin-bottom: 100px;
}

#container .main-container .likeness {
    display: flex;
    margin-top: 60px;
}

@media screen and (max-width:1080px) {
    #container .main-container {
    margin-top: 60px;
    }

    #container .main-container .top .social-role {
        width: 100%;
        margin-right: 0;
    }

    #container .main-container .vision {
    margin-top: 0;
    }

    #container .main-container .vision .top-container .top {
        flex-direction: column;
        align-items: center;
    }

    #container .main-container .vision .top-container .top .img-size {
        width: 90%;
        margin-top: 2em;
    }

    #container .main-container .vision .question2-container {
    margin-top: 60px;
    }

    #container .main-container .vision .question2-container .left {
    width: 100%;
    }

    #container .main-container .vision .question3-container .likeness {
    display: block;
    }

    #container .main-container .vision .question3-container .likeness .right {
    width: 100%;
    margin: 80px 0 0;
    }

    #container .main-container .question4-container {
        margin-top: 95px;
        margin-bottom: 60px;
    }

    #container .main-container .likeness .img-area {
        width: 90%;   
        margin: 0 auto;
    }

    #container .main-container .likeness .img-area img {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    #container .main-container .vision .truck {
    margin-top: 60px;
    }
}

@media screen and (max-width:600px) {
    #container .main-container {
    margin-top: 30px;
    }

    #container .main-container .vision .top-container .top .subtext {
    margin-top: 10px;
    line-height: 2;
    }

    #container .main-container .vision .question2-container {
    margin-top: 30px;
    }

    #container .main-container .vision .question2-container .left {
    width: 100%;
    }

    #container .main-container .vision .question2-container .left .head {
    margin-bottom: 0;
    }

    #container .main-container .vision .question2-container .left .subtext {
    margin-top: 10px;
    line-height: 2;
    }

    #container .main-container .vision .question3-container {
    margin-top: 30px;
    }

    #container .main-container .vision .question3-container .likeness {
    margin-top: 0;
    }

    #container .main-container .vision .question3-container .likeness img {
    width: 100%;
    }

    #container .main-container .vision .question3-container .likeness .right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    }

    #container .main-container .vision .question3-container .likeness .right .head {
    margin-top: 30px;
    }

    #container .main-container .vision .question3-container .likeness .right .main-text {
        font-size: 1.45rem;
    }

    #container .main-container .vision .question3-container .likeness .right .ques3-sub {
        margin-top: 10px;
        line-height: 2;
    }

    #container .main-container .vision .question3-container .likeness .right .ques4-sub {
        margin-top: 10px;
        line-height: 2;
    }

    #container .main-container .vision .truck {
    margin-top: 30px;
    margin-bottom: 0;
    }

    #container .main-container .vision .question4-container {
    margin-top: 30px;
    margin-bottom: 30px;
    }

    #container .main-container .vision .question4-container .subtext {
    margin-top: 10px;
    line-height: 2;
    }

    #container .main-container .likeness {
        margin: 0;
    }
    #container .main-container .vision .subtext {
        margin-top: 10px;
        line-height: 2;
    }
}

/*-----------------------------------

	other-container

-----------------------------------*/
#container .other-container {
    margin-top: 170px;
    padding-top: 100px;
    text-align: center;
    background-color: #ebeced;
}

#container .other-container .headline-org {
    font-size: .888rem;
    line-height: 27px;
    letter-spacing: .35px;
    color: #e94709;
}

#container .other-container h3 {
    font-size: 1.56rem;
    line-height: 29px;
    letter-spacing: .6px;
    margin-top: 17px;
    margin-bottom: 26px;
    font-weight: 500;
}

#container .other-container .senior-staff {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: .4px;
}

@media screen and (max-width:1080px) {
    #container .other-container {
    width: 100%;
    margin: 120px auto 0;
    }
}

@media screen and (max-width:600px) {
    #container .other-container {
    width: 100%;
    margin: 30px auto 0;
    padding-top: 60px;
    }

    #container .other-container h3 {
    margin-top: 0;
    margin-bottom: 10px;
    }

    #container .other-container .senior-staff {
    width: 82%;
    margin: 0 auto;
    line-height: 2;
    }
}

/*-----------------------------------

	staff-interview

-----------------------------------*/
#container .staff-interview {
    width: 100%;
    height: 265px;
    background: #ebeced;
    display: flex;
    justify-content: center;
    text-align: center;
}

#container .staff-interview .area {
    position: relative;
    margin-top: 65.5px;
    width: 300px;
    height: 134px;
}

#container .staff-interview .area .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .3;
    height: 100%;
}

#container .staff-interview .area .cover.yellow {
    background: #988a4f;
}

#container .staff-interview .area .cover.gray {
    background: #707070;
}

#container .staff-interview .area .cover.brown {
    background: #817369;
}

#container .staff-interview .area .cover.blue {
    background: #5c90d0;
}

#container .staff-interview .area .cover.green {
    background: #71b49e;
}

#container .staff-interview .area img {
    width: 100%;
    height: auto;
}

#container .staff-interview .area .left {
    position: absolute;
    left: 1em;
    top: 0;
    text-align: left;
}

#container .staff-interview .area .left>p {
    color: #fff;
}

#container .staff-interview .area .left>p:first-child {
    font-size: .625rem;
    margin-top: 4em;
}

#container .staff-interview .area .left>p:nth-child(2) {
    font-size: .9375rem;
    margin-top: .8em;
}

#container .staff-interview .area .left>p:nth-child(3) {
    font-size: .75rem;
    margin-top: .5em;
}

#container .staff-interview .area .right {
    position: absolute;
    right: 0;
    top: 0;
}

#container .staff-interview .area .right>p {
    color: #fff;
    margin-top: 1em;
    text-align: left;
    font-size: .75rem;
    padding: 4px 10px;
    letter-spacing: 2.4px;
    width: 15em;
    position: static;
}

#container .staff-interview .area .right>p.yellow {
    background: rgba(242, 160, 129, .26);
}

#container .staff-interview .area .right>p.gray {
    background: rgba(46, 56, 77, .26);
}

#container .staff-interview .area .right>p.brown {
    background: rgba(137, 81, 82, .26);
}

#container .staff-interview .area .right>p.blue {
    background: rgba(9, 36, 95, .26);
}

#container .staff-interview .area .right>p.green {
    background: rgba(107, 155, 146, .26);
}

#container .staff-interview .area .right>.interview {
    border-bottom: 1px solid #fff;
    display: flex;
    margin-top: 4em;
    justify-content: space-around;
    margin-right: 1em;
}

#container .staff-interview .area .right>.interview p {
    color: #fff;
    font-size: .4375rem;
}

#container .staff-interview .area .right>.interview img {
    padding-bottom: 5px;
}

@media screen and (max-width:1240px) {
    #container .staff-interview {
    width: 100%;
    height: auto;
    padding: 0 25px 25px;
    flex-wrap: wrap;
    }

    #container .staff-interview .area {
    width: 25%;
    height: 100%;
    }
}

@media screen and (max-width:1080px) {
    #container .staff-interview {
    flex-direction: column;
    align-items: center;
    }

    #container .staff-interview .area {
    width: auto;
    height: auto;
    max-width: 400px;
    }

    #container .staff-interview .area .left p:first-child {
    font-size: 1rem;
    margin-top: 3em;
    }

    #container .staff-interview .area .left p:nth-child(2) {
    font-size: 1.56rem;
    margin-top: .2em;
    }

    #container .staff-interview .area .left p:nth-child(3) {
    font-size: 1rem;
    margin-top: .2em;
    }

    #container .staff-interview .area .right>p {
    font-size: 1rem;
    width: 11em;
    }

    #container .staff-interview .area .right .interview {
    width: 11em;
    position: absolute;
    bottom: -9em;
    }

    #container .staff-interview .area .right .interview p {
    font-size: 1rem;
    }

    #container .staff-interview .area .right .interview img {
    padding-bottom: 0;
    }
}
