@charset "utf-8"; section.o_sec0 {
    background-image: url(/images/other/other_head.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}

.o_sec0:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/images/other/shadow.png);
    z-index: -1;
}

.other_head h1 {
    font-size: 70px;
    color: #fff;
    /* margin-top: 50px; */
    padding: 100px 0px;
    letter-spacing: 0.25em;
    line-height: 1.5em;
}

.other_headline h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.other_sec1 {
    margin: 100px 0 50px;
    position: relative;
}

.other_headline p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.identity_cont1 .other_headline p {
    margin-bottom: 0px;
}

.bk_text {
    margin-bottom: 70px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 85px 40%;
}

.other_sec1 {
    position: relative;
    overflow: hidden;
}

.bk_text_style {
    max-width: none;
    position: absolute;
}

.bk_profile_text {
    position: absolute;
    top: -4px;
}

.bk_profile_text img {
    max-width: none;
}

.profile_cont .other_headline {
    margin-top: 50px;
    position: relative;
}

@media screen and (min-width: 1080px) {
    .bk_profile_text {
        left: calc((100vw - 1080px)/2 - -60px);
    }
}

@media screen and (min-width: 1080px) {
    .bk_text_style {
        left: calc((100vw - 1080px) /2 - -70px);
    }
}

@media screen and (max-width: 1080px) {
    .bk_text_style {
        left: 70px;
    }
}

.bk_text_style {
    top: 60px;
}

.bk_text_style img {
    max-width: none;
}

.bk_text.bk_profile {
    background-image: url(/images/other/identity/profile.png);
    padding: 50px 0px;
}

.bk_contact {
    background-image: url(/images/other/contact/bk_contact.png);
    background-repeat: no-repeat;
    background-position: 0px 22px;
}

.form_table {
    margin-top: 55px;
}

.form_discription {
    margin-top: 25px;
}

.o_service_item h3 {
    font-size: 25px;
    margin: 35px 0px;
    letter-spacing: 0.1em;
    font-family: 'Heebo', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.o_service_item {
    text-align: center;
}

.o_service_area {
    display: flex;
    flex-wrap: wrap;
}

.o_service_item {
    width: calc(100%/3 - 30px);
    margin: 0 15px;
    margin-bottom: 50px;
}

.service_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.o_service_discription {
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
    letter-spacing: 0.1em;
}

.img_rerative {
    position: relative;
}

.poster_parts {
    position: absolute;
    top: 42px;
    left: 142px;
}

.flyer_parts {
    position: absolute;
    top: 47px;
    left: 161px;
}

.pamphlet_parts {
    position: absolute;
    top: 51px;
    left: 144px;
}

.identity_mv {
    background-image: url(/images/other/identity/identity.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}

.identity_mv::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/images/other/identity/white_shadow.png);
    z-index: -1;
}

.for_human p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2em;
}

.for_human p:last-child {
    margin-bottom: 0px;
}

.futoshi_area {
    display: flex;
    margin-bottom: 50px;
}

.futoshi_history {
    margin-bottom: 80px;
}

.futoshi_history p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 40px;
}

.futoshi_area p {
    font-size: 14px;
    line-height: 2em;
}

.futoshi_image {
    margin-right: 50px;
}

.identity_cont {
    margin-top: 45px;
    position: relative;
}

.identity_cont1 {
    margin-top: 100px;
}

.identity_cont1 .content {
    padding-bottom: 0px;
}

.profile_cont {
    margin-top: 0px;
    overflow: hidden;
}

.f_design h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    margin-bottom: 20px;
    letter-spacing: 0.25em;
}

.f_design_wrap {
    background-color: #0068b7;
    padding: 70px 0 70px;
    border: 1px solid #458ec5;
    /* width: 75%; */
    margin: 0 auto;
}

.f_design_text {
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin: 0px 90px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.1em;
}

.port_wrap a {
    text-decoration: none;
}

.to_port span {
    display: inline-block;
    color: #0068b7;
    z-index: 9999;
}

.port_wrap {
    background-color: #fff;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    margin-top: 48px;
    padding: 15px 25px;
    border: 1px solid #fff;
}

.port_btn_wrap {
    text-align: center;
}

.to_port {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.table_left th {
    font-size: 14px;
    color: red;
}

.form_table th {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    /* padding-right: 34px; */
    width: 31%;
}

.form_table span {
    margin-left: 8px;
    color: red;
    display: inline-block;
}

.form_table {
    width: 100%;
    /*     max-width: 730px; */
    /*     margin: 0 auto; */
}

.table_right input {
    width: 100%;
    height: 40px;
    vertical-align: top;
}

.form_table input,.form_table textarea {
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.table_right textarea {
    width: 100%;
    height: 20em;
}

.table_left {
    padding: 20px 30px;
}

.table_right {
    padding: 20px 30px;
    /* padding-left: 0px; */
}

#submit input {
    width: 200px;
    height: 50px;
    color: #fff;
    background-color: #0068b7;
    border: none;
    transition: opacity 0.8s;
}

#submit input:hover {
    cursor: pointer;
    opacity: 0.8;
}

#submit {
    text-align: center;
    margin-top: 50px;
}

.contact_cont {
    margin: 80px 0px;
}

.form_area {
    border: 1px solid gray;
}

.form_area {
    background-image: url(/images/other/contact/bk_contact.png);
    background-repeat: no-repeat;
    background-position: 188px 25px;
}

.form_cont {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 0px;
}

.port_cont {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 31%, rgba(0, 104, 183, 1) 31%, rgba(0, 104, 183, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 31%, rgba(0, 104, 183, 1) 31%, rgba(0, 104, 183, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(0, 104, 183, 1) 30%, rgba(0, 104, 183, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0068b7', GradientType=0);
}

.port_cont {
    padding: 100px 0px;
}

.port_cont {
    border-bottom: 1px solid #458ec5;
}

.border_head {
    display: inline-block;
    width: calc((100vw - 1080px) / 2 - 60px);
    height: 1px;
    background-color: #2c3a44;
    position: absolute;
    top: 40px;
    left: 0;
}

.profile_cont .border_head {
    top: 90px;
}

@media screen and (max-width: 1080px) {
    .border_head {
        display: none;
    }
}

.other_sec1 .content {
    position: relative;
}

.sec5 .border_head {
    background-color: #fff;
    top: 151px;
}

.is_none_part .sec5 .border_head {
    display: none;
}

.is_none_part .sec5 .sec_num {
    display: none;
}

.form_discription {
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 30px;
}

.o_sec0 .header_wrapper {
    padding: 20px 0px 0px 0px;
}

.for_human {
    padding: 80px 2em;
}

.identity_cont .other_headline {
    margin-bottom: 0px;
}

.footer_logo, .footer_catch {
    opacity: 0.3;
    font-size: 19px;
    letter-spacing: 0.25em;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
}

/* ===================================================================================
 for SP max-width: 768px
 =================================================================================== */
@media screen and (max-width: 768px) {
    section.o_sec0 {
        margin-top: 44px;
    }

    .o_service_item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .o_service_area {
        display: block;
    }

    .other_headline h2 {
        o; text-align: center;
        line-height: 1.8em;
        font-size: 23px;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .bk_profile_text {
        display: none;
    }

    .profile_cont .other_headline {
        margin-top: 0px;
    }

    .profile_cont h2 {
        margin: 25px 0px 25px;
    }

    .sp_bk_text .other_headline h2 {
        margin-top: 5px;
    }

    .other_headline p {
        /* display: none; */
    }

    .other_sec1 {
        margin: 50px 0px 0px;
    }

    .o_subhead {
        display: none;
    }

    .o_discription {
        margin-top: 15px;
    }

    .other_head h1 {
        font-size: 35px;
        text-align: center;
        padding: 40px 0;
    }

    .o_service_item h3 {
        margin: 20px 0px 30px;
    }

    .for_human {
        padding: 20px 0px;
    }

    .for_human p:last-child {
        margin-bottom: 0;
    }

    .bk_text.bk_profile {
        background-image: none;
        padding: 0 0 20px;
    }

    .bk_contact {
        background-image: none;
    }

    .identity_cont {
        margin-top: 5px;
    }

    .futoshi_history {
        margin-bottom: 0px;
    }

    .identity_cont1 .content {
        padding-bottom: 20px;
    }

    .futoshi_area {
        display: block;
        margin-bottom: 36px;
    }

    .futoshi_image {
        text-align: center;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .f_design_wrap {
        padding: 25px 30px 50px;
    }

    p.f_design_text {
        margin: 0;
    }

    .f_design h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .port_wrap {
        width: 100%;
        box-sizing: border-box;
        height: 60px;
        max-width: 230px;
    }

    .form_table td, .form_table th {
        display: block;
    }

    .form_table td {
        padding: 0;
    }

    .form_table .table_left {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
    }

    .form_cont {
        padding: 50px 20px;
        box-sizing: border-box;
    }

    .form_area {
        background-image: none;
    }

    .form_discription {
        padding: 0;
    }

    .form_table {
        margin-top: 0px;
    }

    .form_discription {
        margin-top: 0px;
    }

    .table_right input, .table_right textarea {
        box-sizing: border-box;
    }

    .form_table tr {
        display: block;
        margin-bottom: 20px;
    }

    .sp_bk_text {
        background-repeat: no-repeat;
        background-position: 40px 0%;
        background-size: auto 100px;
    }

    .sp_bk_design {
        background-image: url(/images/other/web_design/bk_web_design.png);
    }

    .sp_bk_graphic {
        background-image: url(/images/other/graphic/bk_graphic.png);
    }

    .sp_bk_solution {
        background-image: url(/images/other/solution/bk_solution.png);
    }

    .sp_bk_contact {
        background-image: url(/images/other/contact/sp_bk_contact.png);
        background-repeat: no-repeat;
        background-position: 64px 0px;
        padding-top: 60px;
    }

    .sp_bk_text .bk_text {
        background-image: none;
    }

    .bk_blanding_text {
        display: none;
    }

    .bk_design_text {
        display: none;
    }

    .bk_solution_text {
        display: none;
    }
}

/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {
}
