@charset "UTF-8";
.message {
    position: relative;
    z-index: 3;
}
.message_inner {}
.message_mainTitle {}
.message_title {
    font-size: 60px;
    text-align: center;
    line-height: 1;
    margin-bottom: 86px;
    color: #000033;
}
.message_cols {}
.message_cols::after {
    content: "";
    display: block;
    clear: both;
}
.message_col {}
.message_col-no1 {
    float: left;
    width: 35%;
}
.message_image {}
.message_image > img {}
.message_col-no2 {
    width: 59%;
    float: right;
    padding-top: 20px;
}
.message_headline {
    line-height: 1.6;
    color: #003366;
    font-size: 30px;
    margin-bottom: 53px;
    letter-spacing: -1px;
}
.message_text {
    font-size: 16px;
}
.message_name {
    text-align: right;
    margin-top: 42px;
}
.message_name > small {
    font-size: 16px;
}
.message_name > b {
    font-size: 25px;
    font-weight: normal;
    margin-left: 5px;
}
.idea {
    background: url(/about/img/bg-idea.jpg) center bottom no-repeat;
    min-height: 1111px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    padding-top: 310px;
}
.idea_inner {}
.idea_title {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 128px;
    text-align: center;
}
.idea_title > b {
    display: none;
}
.idea_title > img {}
.idea_text {
    font-size: 19px;
    color: #CC9933;
    font-family: serif;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 200px;
}
.idea_box {
    width: 730px;
    height: 374px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    align-items: center;
    box-shadow: 0 30px 27px rgba(103, 192, 236, 0.41);
}
.idea_list {
    list-style: none;
}
.idea_list::after {
    content: "";
    display: block;
    clear: both;
}
.idea_list > li {
    font-size: 18px;
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 26px;
}
.idea_list > li:first-child {
    margin-top: 0;
}
.idea_list > li:nth-child(2n+1) {}
.idea_list > li:nth-child(n+3) {}
.gFooter {
    margin-top: 0;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:1199px) {
    .message {}
    .message_inner {}
    .message_mainTitle {}
    .message_title {}
    .message_cols {}
    .message_cols::after {}
    .message_col {}
    .message_col-no1 {}
    .message_image {}
    .message_image > img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .message_col-no2 {}
    .message_headline {
        font-size: 23px;
    }
    .message_text {}
    .message_name {}
    .message_name > small {}
    .message_name > b {}
    .idea {}
    .idea_inner {}
    .idea_title {
        top: -100px;
    }
    .idea_title > b {}
    .idea_title > img {}
    .idea_text {
        top: -99px;
    }
    .idea_box {}
    .idea_list {}
    .idea_list::after {}
    .idea_list > li {}
    .idea_list > li:first-child {}
    .idea_list > li:nth-child(2n+1) {}
    .idea_list > li:nth-child(n+3) {}
    .gFooter {}
}
@media screen and (max-width:999px) {
    .message {}
    .message_inner {}
    .message_mainTitle {}
    .message_title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .message_cols {}
    .message_cols::after {}
    .message_col {
        width: auto;
        float: none;
    }
    .message_col-no1 {}
    .message_image {
        max-width: 300px;
        margin: 0 auto 25px;
    }
    .message_image > img {}
    .message_col-no2 {}
    .message_headline {}
    .message_text {
        font-size: inherit;
    }
    .message_name {}
    .message_name > small {
        font-size: 14px;
    }
    .message_name > b {
        font-size: 20px;
    }
    .idea {
        min-height: 0;
        padding: 170px 0;
    }
    .idea_inner {}
    .idea_title {
        position: static;
    }
    .idea_title > b {
        display: block;
        text-align: center;
        font-size: 24px;
    }
    .idea_title > b > img {
        width: 30px;
        vertical-align: middle;
        margin-left: 8px;
    }
    .idea_title > img {
        display: none;
    }
    .idea_text {
        position: static;
        text-align: center;
        font-size: 16px;
        margin: 10px 0 20px;
    }
    .idea_box {
        position: static;
        width: auto;
        height: auto;
        padding: 30px;
        display: block;
    }
    .idea_list {}
    .idea_list::after {}
    .idea_list > li {
        font-size: 16px;
        margin-top: 15px;
    }
    .idea_list > li:first-child {}
    .idea_list > li:nth-child(2n+1) {}
    .idea_list > li:nth-child(n+3) {}
    .gFooter {}
}
@media screen and (max-width:699px) {
    .message {}
    .message_inner {}
    .message_mainTitle {}
    .message_title {
        font-size: 20px;
    }
    .message_cols {}
    .message_cols::after {}
    .message_col {}
    .message_col-no1 {}
    .message_image {
        max-width: 200px;
    }
    .message_image > img {}
    .message_col-no2 {}
    .message_headline {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .message_text {}
    .message_name {
        margin-top: 2em;
    }
    .message_name > small {
        font-size: 12px;
    }
    .message_name > b {
        font-size: 18px;
    }
    .idea {
        padding: 100px 0;
        margin-top: -40px;
    }
    .idea_inner {}
    .idea_title {}
    .idea_title > b {}
    .idea_title > img {}
    .idea_text {}
    .idea_box {}
    .idea_list {}
    .idea_list::after {}
    .idea_list > li {
        font-size: 14px;
        margin-top: 10px;
    }
    .idea_list > li > br {
        display: none;
    }
    .idea_list > li:first-child {}
    .idea_list > li:nth-child(2n+1) {}
    .idea_list > li:nth-child(n+3) {}
    .gFooter {}
}
