@charset "utf-8";
/* ===================================================================
CSS
 file name  :  service.css
=================================================================== */
/* =====================================
サービス
======================================== */
@media print, screen and (min-width: 769px) {
    ul.service_list{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    ul.service_list li{
        width: 30%;
    }
}
ul.service_list li{
    border: 1px solid #606060;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
ul.service_list li .service_icon{
    width: 100%;
    text-align: center;
}
ul.service_list li .service_icon img{
    width: 60px;
    height: 60px;
}
ul.service_list li h3{
    margin-top: 1em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
}
ul.service_list li h3::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #606060;
    width: 40px;
    height: 2px;
    bottom: 0;
}
ul.service_list li p{
    margin-top: 1em;
    font-size: 1.4rem;
}
@media print, screen and (max-width: 1180px) and (min-width: 769px) {
    ul.service_list li p .service_break{
        display: none;
    }
}
.service_img{
    margin: 60px auto auto;
    max-width: 580px;
}
@media screen and (max-width: 768px) {
    ul.service_list li{
        margin: 30px auto auto;
        max-width: 300px;
        padding: 20px;
    }
    ul.service_list li .service_icon img{
        width: 50px;
        height: 50px;
    }
    ul.service_list li h3{
        font-size: 1.4rem;
    }
    ul.service_list li p{
        font-size: 1.2rem;
    }
    .service_img{
        margin: 30px auto auto;
        max-width: 480px;
    }
}
/* =====================================
強み
======================================== */
.lead_strengths{
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #004793;
}
.lead_strengths .attention{
    font-weight: 300;
    font-size: 1.6rem;
}
.img_support{
    margin: 50px auto auto;
    max-width: 1018px;
}
@media print, screen and (min-width: 769px) {
    .graph_wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
}
.graph_wrap > div{
    width: 48%;
    border: 1px solid #CCCCCC;
}
.graph_comment{
    margin-top: 30px;
}
.graph_comment strong{
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .lead_strengths{
        margin-top: 30px;
        font-size: 1.4rem;
    }
    .lead_strengths .attention{
        font-size: 1.2rem;
    }
    .img_support{
        margin: 25px auto auto;
        max-width: 360px;
    }
    .graph_wrap > div{
        margin: 20px auto auto;
        width: 100%;
        max-width: 360px;
        border: 1px solid #CCCCCC;
    }
}

/* =====================================
サービスの流れ
======================================== */
.bg_flow{
    background: #EAEAEA url("../images/service/bg_flow.jpg") no-repeat top center;
    background-size: contain;
}
/*PCタブ*/
@media print, screen and (min-width: 769px) {
    dl.flow_nav_sp {
        display: none;
    }
    ul.flow_nav{
        display: flex;
        margin-top: 70px;
    }
    ul.flow_nav li{
        display: inline-block;
    }
    ul.flow_nav li:not(:first-child){
        margin-left: 50px;
    }
    ul.flow_nav li a{
        background: #FFFFFF;
        text-decoration: none;
        padding: 0.8em 2em;
        color: #646262;
    }
    ul.flow_nav li a.current{
        background: #7D899A;
        color: #FFFFFF;
    }
    ul.flow_list{
        display: flex;
        margin-top: 70px;
    }
}
ul.flow_list li{
    padding: 30px 0;
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    text-align: center;
    transition: 0.3s ease;
}
ul.flow_list li:not(:first-child){
    margin-left: 5px;
}
ul.flow_list.type2 li:nth-of-type(4) ~ li{
    background: #9F9F9F;
}
ul.flow_list.type3 li:nth-of-type(4),
ul.flow_list.type3 li:nth-of-type(3) {
    background: #9F9F9F;
}
ul.flow_list li .number{
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    color: #455974;
    line-height: 1;
}
@media print, screen and (min-width: 769px) {
    ul.flow_list li .number{
        padding-bottom: 10px;
        border-bottom: 2px dotted #455974;
    }
    ul.flow_list.type2 li:nth-of-type(4) ~ li .number,
    ul.flow_list.type3 li:nth-of-type(4) .number,
    ul.flow_list.type3 li:nth-of-type(3) .number{
        color: #777777;
        border-bottom: 2px dotted #777777;
    }
}
ul.flow_list li .text {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.12em;
}
ul.flow_list.type2 li:nth-of-type(4) ~ li .text,
ul.flow_list.type3 li:nth-of-type(4) .text,
ul.flow_list.type3 li:nth-of-type(3) .text{
    color: #777777;
}
@media print, screen and (min-width: 769px) {
    ul.flow_list li .text span {
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    }
}
@media screen and (max-width: 768px) {
/*スマホタブ*/
    ul.flow_nav{
        display: none;
    }
    .flow_nav_sp_wrap{
        position: relative;
        margin-top: 30px;
        height: 46px;
        z-index: 10;
    }
    dl.flow_nav_sp{
        position: absolute;
        width: 100%;
        display: block;
    }
    dl.flow_nav_sp.opened {
        background-color: rgba(126, 128, 132, 0.94);
    }
    dl.flow_nav_sp > dt a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 46px;
        background: #7D899A;
        color: #FFF;
        text-decoration: none;
    }
    dl.flow_nav_sp > dt a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        margin-top: -5px;
        width: 20px;
        height: 10px;
        background: url("../images/service/icn_arrow_down.png")no-repeat;
        background-size: 20px 10px;
    }
    dl.flow_nav_sp.opened > dt a::after {
        background: url("../images/service/icn_arrow_up.png")no-repeat;
        background-size: 20px 10px;
    }
    dl.flow_nav_sp > dd {
        display: none;
    }
    dl.flow_nav_sp > dd ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-top: 1px solid #AEBBCC;
        height: 46px;
        background: #94A2B5;
        color: #FFF;
        text-decoration: none;
    }
    dl.flow_nav_sp > dd ul li a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        display: block;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background: url("../images/top/icn_check_off.png") no-repeat;
        background-size: 16px 16px;
    }
    dl.flow_nav_sp > dd ul li a.current::before {
        background: url("../images/top/icn_check_on.png") no-repeat;
        background-size: 16px 16px;
    }
    ul.flow_list {
        margin-top: 20px;
    }
    ul.flow_list li {
        display: flex;
        align-items: center;
        padding: 20px;
        height: 60px;
        background: #FFFFFF;
    }
    ul.flow_list li:not(:first-child) {
        margin: 1px 0 0 0;
    }
    ul.flow_list li .number {
        font-size: 1.4rem;
        text-align: center;
        border-right: 2px dotted #455974;
        padding-right: 10px;
        margin-right: 25px;
    }
    ul.flow_list li .text {
        margin-top: 0;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    ul.flow_list.type2 li:nth-of-type(4) ~ li .number,
    ul.flow_list.type3 li:nth-of-type(4) .number,
    ul.flow_list.type3 li:nth-of-type(3) .number{
        color: #777777;
        border-right: 2px dotted #777777;
    }
}



@media print, screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}