@charset "UTF-8";
/*--------------------------introduction----------------------------*/
.introduction {
    margin-bottom: 80px;
    text-align: center;
}
.introduction p {
    line-height: 1.8;
    margin-bottom: 20px;
}

/*--------------------------service----------------------------*/
#service-list {
    margin-bottom: 50px;
}
#service-list .title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #2E466C;
    margin-bottom: 30px;
}
#service-list #service-1,
#service-list #service-2,
#service-list #service-3 {
    padding: 30px 0;
    scroll-margin-top: 80px;
}
#service-list .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#service-list .inner .text {
    width: 60%;
}
#service-list .inner .text p {
    line-height: 1.8;
    margin-bottom: 30px;
}
#service-list .inner .text p:last-of-type {
    margin-bottom: 0;
}
#service-list #service-1 .img,
#service-list #service-3 .img {
    width: 40%;
    margin-left: 5%;
}
#service-list #service-2 {
    background-color: #f5f5f5;
}
#service-list #service-2 .img {
    width: 40%;
    margin-right: 5%;
}

/*------------------------------------------strong--------------------------------------*/
#strong p {
    margin-bottom: 30px;
}
#strong .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#strong .card {
    max-width: 335px;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 30px 10px;
    border: solid 1px #bababa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#strong .card .title {
    color: #2E466C;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
#strong .card .detail {
    line-height: 1.8;
    text-align: justify;
}
/*------------------------------------------case--------------------------------------*/
.case {
    margin-bottom: 80px;
    text-align: center;
}
.case .title {
    margin-bottom: 30px;
}
.case .detail {
    margin-bottom: 50px;
}
.case .detail .circle {
    color: #2E466C;
}
.case .detail .bold {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 3px;
}
/*---------------------------------------------flow-------------------------------------------*/
#flow {
    margin-bottom: 80px;
}
#flow .text {
    margin-bottom: 40px;
}
#flow .title {
    color: #2E466C;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
#flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
}
#flow .flow-list dt {
    width: 25%;
    margin-bottom: 10px;
}
#flow .flow-list dt .no {
    display: inline-block;
    color: #fff;
    background-color: #2E466C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10%;
}
#flow .flow-list dd {
    width: 75%;
    margin-bottom: 10px;
}
#flow .flow-list .arrow {
    margin-left: 25%;
    padding-left: 10%;
    margin-bottom: 10px;
    color: #2E466C;
    font-weight: bold;
    font-size: 2.5rem;
}
#flow .flow-list.wrapper {
    padding: 0;
}


/*---------------------------------------スマートフォン-----------------------------
----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*--------------------------introduction----------------------------*/
.introduction {
    margin-bottom: 50px;
}
.introduction p {
    margin-bottom: 10px;
}
/*--------------------------service----------------------------*/
#service-list {
    margin-bottom: 30px;
}
#service-list .title {
    margin-bottom: 20px;
}
#service-list #service-1,
#service-list #service-2,
#service-list #service-3 {
    padding: 20px 0;
}
#service-list .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#service-list .inner .img {
    order: 2;
}
#service-list .inner .text {
    order: 1;
}
#service-list .inner .text {
    width: 100%;
    margin-bottom: 20px;
}
#service-list .inner .text p {
    margin-bottom: 15px;
}
#service-list #service-1 .img,
#service-list #service-3 .img {
    width: 100%;
    margin-left: 0;
}
#service-list #service-1 .img img,
#service-list #service-3 .img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
#service-list #service-2 .img {
    width: 100%;
    margin-right: 0;
}
#service-list #service-2 .img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/*------------------------------------------strong--------------------------------------*/
#strong p {
    margin-bottom: 20px;
}
#strong .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
#strong .card {
    max-width: none;
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
}
#strong .card .title {
    font-size: 1.125rem;
    margin-bottom: 15px;
}
/*------------------------------------------case--------------------------------------*/
.case {
    margin-bottom: 50px;
}
.case .title {
    margin-bottom: 20px;
}
.case .detail {
    margin-bottom: 30px;
}
/*---------------------------------------------flow-------------------------------------------*/
#flow {
    margin-bottom: 50px;
}
#flow .text {
    margin-bottom: 30px;
}
#flow .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}
#flow .flow-list dt {
    width: 30%;
    margin-bottom: 10px;
}
#flow .flow-list dt .no {
    width: 25px;
    height: 25px;
    margin-right: 5%;
}
#flow .flow-list dd {
    width: 70%;
    margin-bottom: 10px;
    padding-left: 3%;
}
#flow .flow-list dd {
        margin-left: 0;
    }
#flow .flow-list .arrow {
    margin-left: 30%;
    padding-left: 10%;
    margin-bottom: 10px;
    font-size: 2rem;
}



}
