@charset "utf-8";

/** ▼▼▼ main ▼▼▼ **/
.main {
    width: 100%;
    position: relative;
    top: -95px;
    padding: 570px 0 100px 0;
    background: url(../images/img_main.png) no-repeat center center / cover;
    text-shadow: 0 0 4px #EEEEEE;
}

h2.vision {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #333333;
}

h2.vision span {
    font-size: 1.87em;
    font-family: serif;
    font-weight: 100;
    line-height: 150%;
    letter-spacing: 0.05em;
}
/** ▲▲▲ main ▲▲▲ **/

/** ▼▼▼ about ▼▼▼ **/
.about {
    margin: 5px auto 0 auto;
}

.about p {
    width: 660px;
    margin: 50px auto 0 auto;
}

.about img {
    width: 100%;
    height: auto;
}

.about ul {
    width: 1000px;
    margin: 50px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.about ul li {
    width: 300px;
}

.about ul li h4 {
    margin: 30px 0 0 0;
    font-size: 1.56em;
    font-family: serif;
    text-align: center;
}
.about ul li p {
    width: 300px;
    margin: 20px 0 0 0;
}
/** ▲▲▲ about ▲▲▲ **/

/** ▼▼▼ works ▼▼▼ **/
.works {
    position: relative;
    z-index: -1;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 50px 0;
    background: rgba(66,151,226,0.20);
}

.works p {
    width: 810px;
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
}

.content {
    position: relative;
    margin: 50px 0 0 0;
}

.bg_reverse .content_inner {
    flex-direction: row-reverse;
}

.content_inner {
    display: flex;
    align-items: center;
    max-width: 2000px;
    padding: 50px 0;
}

.bg_reverse .content_bg {
    transform: none;
}

.content_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_works.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45% 100%;
    transform: rotate(180deg);
}

.content .text {
    width: 256px;
    margin: 0 50px;
}

.content h3 {
    font-size: 1em;
    font-family: serif;
    text-align: left;
}

.content h3 span {
    display: block;
    margin: 15px 0 0 0;
    font-size: 1.56em;
}

.content p {
    width: 256px;
    margin: 25px 0 0 0;
    line-height: 180%;
}

.works img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/** ▲▲▲ works ▲▲▲ **/

/** ▼▼▼ company ▼▼▼ **/
.company {
    margin: 100px 0 0 0;
}

.company ul {
    width: 800px;
    margin: 50px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.company ul li {
    padding: 27px 0 27px 40px;
    font-family: serif;
    color: #222222;
}

.company ul li:nth-child(1) {
    width: 140px;
    font-weight: 600;
    background: #EEEEEE;
}

.company ul li:nth-child(2) {
    width: 580px;
    background: #EEEEEE;
}

.company ul li:nth-child(3) {
    width: 140px;
    font-weight: 600;
}

.company ul li:nth-child(4) {
    width: 580px;
}

.company ul li:nth-child(5) {
    width: 140px;
    font-weight: 600;
    background: #EEEEEE;
}

.company ul li:nth-child(6) {
    width: 580px;
    background: #EEEEEE;
}

.company ul li:nth-child(7) {
    width: 140px;
    font-weight: 600;
}

.company ul li:nth-child(8) {
    width: 580px;
}

.company ul li:nth-child(9) {
    width: 140px;
    font-weight: 600;
    background: #EEEEEE;
}

.company ul li:nth-child(10) {
    width: 580px;
    background: #EEEEEE;
}

.company ul li:nth-child(11) {
    width: 140px;
    font-weight: 600;
}

.company ul li:nth-child(12) {
    width: 580px;
}

.company ul li:nth-child(13) {
    width: 140px;
    font-weight: 600;
    background: #EEEEEE;
}

.company ul li:nth-child(14) {
    width: 580px;
    background: #EEEEEE;
}

.company ul li:nth-child(15) {
    width: 140px;
    font-weight: 600;
}

.company ul li:nth-child(16) {
    width: 580px;
}

.company ul li:nth-child(17) {
    width: 140px;
    font-weight: 600;
    background: #EEEEEE;
}

.company ul li:nth-child(18) {
    width: 580px;
    background: #EEEEEE;
}

.company div {
    width: 800px;
    height: 500px;
    margin: 50px auto 0 auto;
}
/** ▲▲▲ company ▲▲▲ **/

/** ▼▼▼ contact ▼▼▼ **/
.contact {
    margin: 100px 0 0 0;
    padding: 50px 0;
    background: rgba(66,151,226,0.2);
}

.contact p {
    width: 740px;
    margin: 50px auto 0 auto;
}

.contact ul {
    width: 800px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-family: serif;
    color: #222222;
}

.contact .item {
    width: 200px;
    padding: 17px 0 0 0;
}

.contact .item::after {
    content: "[必須]";
    margin: 0 0 0 10px;
    color: #4297E2;
}

.contact .input {
    width: 600px;
}

.contact .input input {
    width: 600px;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #999999;
    background: rgba(255,255,255,0);
    font-size: 1.2em;
    font-family: serif;
}

.contact .input textarea {
    width: 550px;
    height: 150px;
    padding: 25px;
    resize: none;
    border: 1px solid #999999;
    background: rgba(255,255,255,0);
    font-size: 1.2em;
    font-family: serif;
}

.send {
    margin: 50px 0 0 0;
    text-align: center;
}

.button {
    width: 250px;
    height: 50px;
    border: 0;
    background: #4297E2;
    font-size: 0.93em;
    font-weight: 600;
    color: #FFFFFF;
}

.contact .error {
    font-weight: 700;
    color: #FF0000;
}

/** 確認 **/
.confirm {
    width: 800px;
    margin: 100px auto;
    padding: 0;
}

.confirm p {
    width: 560px;
    margin: 50px auto 0 auto;
}

.confirm ul {
    width: 800px;
    margin: 50px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-family: serif;
}

.confirm .item {
    width: 200px;
}

.confirm .input {
    width: 600px;
    border-bottom: 1px solid #999999;
    font-size: 1.2em;
}

.confirm .submit {
    width: 550px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.button_02 {
    width: 250px;
    height: 50px;
    border: 0;
    border: 1px solid #4297E2;
    background: #FFFFFF;
    font-size: 0.93em;
    font-weight: 600;
    color: #4297E2;
}
/** //確認 **/
/** ▲▲▲ contact ▲▲▲ **/

@media (max-width: 640px) {
    /** ▼▼▼ main ▼▼▼ **/
    .main {
        top: -25px;
        padding: 440px 0 50px 0;
        /**width: 100%;
    position: relative;
    top: -95px;
    padding: 570px 0 100px 0;
    background: url(../images/img_main.png) no-repeat center center / cover;
    text-shadow: 0 0 4px #EEEEEE;**/
    }

    h2.vision {
        width: 90%;
    }

    h2.vision span {
        display: inline;
        background: rgba(255,255,255,0.5);
        font-size: 1.25em;
        line-height: 130%;
        letter-spacing: 0;
    }
    /** ▲▲▲ main ▲▲▲ **/

    /** ▼▼▼ about ▼▼▼ **/
    .about p {
        width: 90%;
    }

    .about ul {
        width: 90%;
        flex-wrap: wrap;
    }

    .about ul li {
        width: 100%;
    }

    .about ul li p {
        width: 100%;
        margin: 20px 0 50px 0;
    }
    /** ▲▲▲ about ▲▲▲ **/

    /** ▼▼▼ works ▼▼▼ **/
    .works p {
        width: 90%;
    }

    .content_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0 0 0;
    }

    .content_bg {
        background-size: 85% 100%;
    }

    .content .text {
        width: 90%;
        margin: 0;
    }

    .content h3 {
        margin: 50px 0 0 0;
    }

    .content p {
        width: 100%;
    }
    /** ▲▲▲ works ▲▲▲ **/

    /** ▼▼▼ company ▼▼▼ **/
    .company ul {
        width: 90%;
    }

    .company ul li {
        padding: 20px 0 20px 10px;
        font-family: serif;
    }

    .company ul li:nth-child(1) {
        width: 34.3%;
    }

    .company ul li:nth-child(2) {
        width: 60%;
    }

    .company ul li:nth-child(3) {
        width: 34.3%;
    }

    .company ul li:nth-child(4) {
        width: 60%;
    }

    .company ul li:nth-child(5) {
        width: 34.3%;
    }

    .company ul li:nth-child(6) {
        width: 60%;
    }

    .company ul li:nth-child(7) {
        width: 34.3%;
    }

    .company ul li:nth-child(8) {
        width: 60%;
    }

    .company ul li:nth-child(9) {
        width: 34.3%;
    }

    .company ul li:nth-child(10) {
        width: 60%;
    }

    .company ul li:nth-child(11) {
        width: 34.3%;
    }

    .company ul li:nth-child(12) {
        width: 60%;
    }

    .company ul li:nth-child(13) {
        width: 34.3%;
    }

    .company ul li:nth-child(14) {
        width: 60%;
    }

    .company ul li:nth-child(15) {
        width: 34.3%;
    }

    .company ul li:nth-child(16) {
        width: 60%;
    }

    .company ul li:nth-child(17) {
        width: 34.3%;
    }

    .company ul li:nth-child(18) {
        width: 60%;
    }

    .company div {
        width:90%;
    }
    /** ▲▲▲ company ▲▲▲ **/

    /** ▼▼▼ contact ▼▼▼ **/
    .contact p {
        width: 90%;
    }

    .contact ul {
        width: 90%;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .contact .item {
        width: 100%;
    }

    .contact .input {
        width: 100%;
    }

    .contact .input input {
        width: 95%;
        border-radius: 0;
        font-size: 1em;
    }

    .contact .input textarea {
        width: 94%;
        padding: 10px;
        border-radius: 0;
        font-size: 1em;
    }

    .button {
        width: 140px;
    }

    /** 確認 **/
    .confirm {
        width: 90%;
        margin: 100px auto;
    }

    .confirm p {
        width: 100%;
    }

    .confirm ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .confirm .item {
        width: 100%;
    }

    .confirm .input {
        width: 100%;
        margin: 15px 0 0 0;
        font-size: 1.2em;
    }

    .confirm .submit {
        width: 100%;
    }

    .button_02 {
        width: 140px;
    }
    /** //確認 **/
    /** ▲▲▲ contact ▲▲▲ **/
}