@charset "utf-8";

#business .sec1 .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
#business .sec1 .box:last-of-type{
    margin-bottom: 0;
}
#business .sec1 .box .txt_area{
    width: 57%;
}
#business .sec1 .box .ttl_area{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#business .sec1 .box .ttl_area .ttl{
    font-family: oswald, sans-serif;
    text-align: center;
    border: 3px solid #1e2188;
    color: #1e2188;
    margin-right: 20px;
    width: 140px;
    line-height: 1;
    padding: 10px 0;
}
#business .sec1 .box .ttl_area .ttl h3{
    font-size: 1.8rem;
}
#business .sec1 .box .ttl_area .ttl hr{
    border-bottom: 1px solid #1e2188;
    margin: 8px 40px;
}
#business .sec1 .box .ttl_area .ttl p{
    font-size: 3rem;
    font-weight: 500;
}
#business .sec1 .box .ttl_area h2{
    font-family: ten-mincho-text, serif;
    font-size: 3rem;
    line-height: 1.2;
}
#business .sec1 .box .txt_area p.txt{
    line-height: 1.6;
    margin: 0 15px;
}
#business .sec1 .box img{
    width: 40%;
    border-radius: 40px 0;
}
@media screen and (max-width: 1024px) {
    #business .sec1 .box{
        display: block;
        margin-bottom: 12%;
    }
    #business .sec1 .box .txt_area{
        width: auto;
        margin: 0 2%;
    }
    #business .sec1 .box .ttl_area{
        display: flex;
        align-items: center;
        margin-bottom: 6%;
    }
    #business .sec1 .box .ttl_area .ttl{
        margin-right: 4%;
        padding: 2% 0;
        width: 25%;
    }
    #business .sec1 .box .ttl_area .ttl h3{
        font-size: 1.4rem;
    }
    #business .sec1 .box .ttl_area .ttl hr{
        margin: 2% 10%;
    }
    #business .sec1 .box .ttl_area .ttl p{
        font-size: 2rem;
    }
    #business .sec1 .box .ttl_area h2{
        font-size: 2rem;    }
    #business .sec1 .box .txt_area p.txt{
        margin: 0 2%;
    }
    #business .sec1 .box img{
        width: 80%;
        display: block;
        margin: 6% auto 0;
    }
}

#business .sec2 .box2{
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}
#business .sec2 .box2:after{
    content: "";
    background: #0160b7 url(../img/business/sec2_bg2.png) no-repeat;
    background-position: right bottom;
    background-size: auto;
    width: 100%;
    height: 630px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#business .sec2 .box2 .inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#business .sec2 .box2 .inner:last-of-type{
    flex-direction: row-reverse;
}
#business .sec2 .box2 .inner h2{
    font-family: ten-mincho-text, serif;
    margin: 100px 0 0 30px;
    color: #fff;
    font-size: 3.5rem;
    border-left: 3px solid #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
}
#business .sec2 .box2 .inner:last-of-type h2{
    margin: 100px 30px 0 0;
    text-align: right;
    padding-right: 10px;
    border-right: 3px solid #fff;
    border-left:0;
}
#business .sec2 .box2 .inner h2 span{
    font-family: oswald, sans-serif;
    display: block;
    font-size: 2rem;
    margin: 5px 0 0 5px;
}
#business .sec2 .box2 .inner img{
    width: 500px;
    margin: 0 20px 0px auto;
    display: block;
}
#business .sec2 .box2 .inner:last-of-type img{
    margin: 0 auto 0 20px;
}
#business .sec2 .box{
    position: relative;
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
#business .sec2 .box:last-of-type{
    flex-direction: row-reverse;
    margin-bottom: 0;
}
#business .sec2 .box:after{
    content: "";
    background: #0160b7 url(../img/business/sec2_bg1.png) no-repeat;
    background-size: auto;
    background-position: left bottom;
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#business .sec2 .box:last-of-type:after{
    background: #0160b7 url(../img/business/sec2_bg2.png) no-repeat;
    background-position: right bottom;
}
#business .sec2 .box h2{
    font-family: ten-mincho-text, serif;
    margin: 100px 0 0 30px;
    color: #fff;
    font-size: 3.5rem;
    border-left: 3px solid #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
}
#business .sec2 .box:last-of-type h2{
    margin: 100px 30px 0 0;
    text-align: right;
    padding-right: 10px;
    border-right: 3px solid #fff;
    border-left:0;
}
#business .sec2 .box h2 span{
    font-family: oswald, sans-serif;
    display: block;
    font-size: 2rem;
    margin: 5px 0 0 5px;
}
#business .sec2 .box img{
    width: 500px;
    margin: 0 20px 0px auto;
    display: block;
}
#business .sec2 .box:last-of-type img{
    margin: 0 auto 0 20px;
}
@media screen and (max-width:1024px) {
    #business .sec2 .box2{
        position: relative;
        padding: 0;
        margin-bottom: 8%;
    }
    #business .sec2 .box2:after{
        content: "";
        background: #0160b7 url(../img/business/sec2_bg2.png) no-repeat;
        background-position: right bottom;
        background-size: 40%;
        width: 100%;
        height: calc(100% - 10%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #business .sec2 .box2 .inner{
        display: block;
        position: relative;
    }
    #business .sec2 .box2 .inner h2{
        margin: 0;
        font-size: 2rem;
        position: absolute;
        bottom: 5%;
        left: 5%;
        padding-left: 2%;
    }
    #business .sec2 .box2 .inner:last-of-type h2{
        margin: 0;
        text-align: left;
        padding-right: 10px;
        border-right: 0;
        border-left: 3px solid #fff;
    }
    #business .sec2 .box2 .inner h2 span{
        font-size: 1.4rem;
    }
    #business .sec2 .box2 .inner img{
        width: 80%;
        margin: 0px auto;
        display: block;
        padding-bottom: 22%;
    }
    #business .sec2 .box2 .inner:last-of-type img{
        margin: 0px auto;
    }
    #business .sec2 .box{
        padding: 0;
        display: block;
        margin-bottom: 8%;
    }
    #business .sec2 .box:nth-of-type(even){
        flex-direction: row-reverse;
    }
    #business .sec2 .box:last-of-type{
        margin-bottom: 0;
    }
    #business .sec2 .box:after{
        content: "";
        background: #0160b7 url(../img/business/sec2_bg2.png) no-repeat;
        background-size: 40%;
        background-position: right bottom;
        width: 100%;
        height: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #business .sec2 .box:last-of-type:after{
        background: #0160b7 url(../img/business/sec2_bg2.png) no-repeat;
        background-position: right bottom;
        background-size: 40%;
    }
    #business .sec2 .box h2{
        margin: 0;
        font-size: 2rem;
        position: absolute;
        bottom: 5%;
        left: 5%;
        padding-left: 2%;
    }
    #business .sec2 .box:last-of-type h2{
        margin: 0;
        text-align: left;
        padding-right: 10px;
        border-right: 0;
        border-left: 3px solid #fff;
    }
    #business .sec2 .box h2 span{
        font-size: 1.4rem;
    }
    #business .sec2 .box img{
        width: 80%;
        margin: 0px auto;
        display: block;
        padding-bottom: 22%;
    }
    #business .sec2 .box:last-of-type img{
        margin: 0px auto;
    }
}

#business .sec3 .contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#business .sec3 .box{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 360px;
    margin-bottom: 40px;
}
#business .sec3 .box:nth-of-type(5),
#business .sec3 .box:nth-of-type(6){
    margin-bottom: 0;
}
#business .sec3 .box .ttl_area{
    position: relative;
    width: 10%;
    height: 100%;
    border: 1px solid #1e2288;
}
#business .sec3 .box .ttl_area p{
    font-family: oswald, sans-serif;
    background: #1e2188;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 0px;
    font-size: 2.5rem;
}
#business .sec3 .box .ttl_area h2{
    font-family: ten-mincho-text, serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    padding: 0 10px;
    line-height: 1;
}
/* #business .sec3 .box h2{
    font-family: ten-mincho-text, serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    width: 10%;
    border: 1px solid #1e2288;
} */
/* #business .sec3 .box h2 span{
    font-family: oswald, sans-serif;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: tb;
    writing-mode: horizontal-tb;
    background: #1e2188;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 0px;
} */
#business .sec3 .box figure{
    width: 87%;
}
#business .sec3 .box figure img{
    border-radius: 40px 0;
}
#business .sec3 .box figcaption{
    margin: 10px;
    line-height: 1.6;
    min-height: 70px;
}
@media screen and (max-width: 1024px) {
    #business .sec3 .box{
        width: 49%;
        display: block;
        margin-bottom: 6%;
        max-height: 100%;
    }
    #business .sec3 .box .ttl_area{
        width: auto;
        margin-bottom: 6%;
        display: flex;
        align-items: center;
        height: auto;
    }
    #business .sec3 .box .ttl_area p{
        width: 20%;
        margin-bottom: 0;
        padding: 2% 0px;
        font-size: 2rem;
    }
    #business .sec3 .box .ttl_area h2{
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        font-size: 1.8rem;
        padding:0 0 0 10px;
    }

    /* #business .sec3 .box h2{
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        font-size: 1.8rem;
        width: auto;
        display: flex;
        align-items: center;
        margin-bottom: 6%;
    }
    #business .sec3 .box h2 span{
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        width: 20%;
        margin: 0 3% 0 0;
    } */
    #business .sec3 .box figure{
        width:auto;
    }
    #business .sec3 .box figcaption{
        margin: 4% 0 0;
        line-height: 1.6;
        min-height: 100%;
    }
}

