@charset "UTF-8";

.title-lead {
    padding-top:50px;
    font-size: 18px;
    text-align:right;
    line-height:38px;
}

.title-description {
    padding-top: 20px;
}

.service-menu {
    margin-bottom: 200px;
}

.contents {
    margin: 0 auto 100px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contents:nth-child(3) {
    margin-bottom: 60px;
}

.number {
    position: absolute;
    top: 0%;
    left: -14%;
    font-size: 32px;
    font-variation-settings: 'wght' 350;
    color:#007394;
}

.contents-img {
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
    border: 1px #007394 solid;
    border-radius: 200px;
    width: 200px;
    height: 200px;
}

.contents-img img {
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents:nth-of-type(2) .contents-img img {
    width: 150px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents-description {
    max-width: 450px;
}

.description-title {
    margin: 20px 0;
    font-size: 16px;
    font-variation-settings: 'wght' 400;
    text-align: center;
    color: #007394;
}

.description-text {
    font-size: 12px;
    line-height: 1.6em;
}

.description-example {
    margin-top: 20px;
    padding: 20px;
    background-color: #FFF;
    border: 1px #007394 solid;
    border-radius: 5px;
    font-size: 10px;
}
.example-title{
    font-size:12px;
    font-variation-settings: 'wght' 400;
    display:inline-block;
    margin-bottom:5px;
}

.example-title img{
    width:15px;
    margin-bottom:3px;
}

.service-menu .btn {
    margin: 0 auto;
}

.flow {
    margin-bottom: 200px;
}

.flow-title {
    position: relative;
    max-width:500px;
    color: #007394;
    font-size: 20px;
    font-weight: 350;
    margin:0 auto 100px;
}

.flow-title:after {
    position: absolute;
    top: 50%;
    right: 0%;
    content: "";
    background-color: #007394;
    height: 1px;
    width: 55%;
    max-width:400px;
}

.flow-item {
    position: relative;
    margin: 0 auto 110px;
}

.flow-item::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    width: 1.7px;
    height: 30px;
    background: #3a8ba5;
    transform: translateX(-50%);
}

.flow-item:last-child::before {
    display: none;
}

.flow-item h5 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #3a8ba5;
    text-align: center;
}

.flow-item p {
    font-size: 12px;
    font-weight:350;
}

.flow-number {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px #3a8ba5 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a8ba5;
    font-size: 30px;
    margin: 0 auto;
    font-variation-settings: 'wght' 300;
}

.flow-number::after {
    position: absolute;
    content: "";
    top: 10%;
    left: 10%;
    background-color: #Cee2e8;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    z-index: -1;
}
.flow-content{
    margin:0 auto;
    padding:0 50px;
    max-width:400px;
}

.information {
    margin-bottom: 200px;
}

.information-title {
    margin-bottom: 10px;
    color: #007394;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.information-contents {
    margin: 0 auto;
    padding: 30px;
    max-width: 500px;
    background-color: #FFF;
    border: 1px #007394 solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.information-headline {
    color: #3a8ba5;
    font-size: 14px;
    font-weight: 400;
}
.information-headline img{
    width:15px;
    margin-bottom:3px;
}

.information-text {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.2rem;
}


@media(min-width:1024px) {
    .title-lead {
        padding-left: 70px;
        font-size: 32px;
        text-align:left;
    }

    .title-space{
        padding-bottom:210px;
    }

    .title-description {
        padding-top: 30px;
        font-size: 16px;
    }

    .service-menu {
        margin: 0 0 300px;
    }

    .contents {
        margin: 0 0 150px;
        flex-direction: row;
    }

    .contents:nth-child(3) {
        margin-bottom: 80px;
    }

    .number {
        font-size: 50px;
        top: -10%;
        left: -18%;
    }

    .contents-img {
        margin: 0;
        border-radius: 250px;
        min-width: 250px;
        height: 250px;
    }

    .contents-img img {
        width: 160px;
    }

    .contents:nth-of-type(2) .contents-img img {
        width: 180px;
    }

    .contents-description {
        max-width: 590px;
        padding-left: 80px;
    }

    .description-title {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 400;
        text-align: left;
    }

    .description-text {
        font-size: 16px;
        line-height: 1.6em;
    }

    .description-example {
        margin-top: 30px;
        padding: 20px;
        border-radius: 5px;
        font-size: 12px;
    }

    .example-title img{
    width:15px;
    margin-bottom:2px;
}


    .flow {
        margin-bottom: 300px;
        position: relative;
    }

    .flow-title {
        margin-bottom: 150px;
        max-width:100%;
        position: relative;
        font-size: 32px;
    }

    .flow-title:after {
        width:65%;
        max-width: 800px;
    }

    .flow-item {
        display: grid;
        grid-template-columns: 1fr 120px 1fr;
        align-items: center;
        margin-bottom: 140px;
    }

    .flow-item::before {
        top: 130%;
        left: 50%;
        height: 60px;
        transform: translateX(-50%);
    }

    .flow-item:last-child::before {
        display: none;
    }

    .flow-item h5 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 400;
        text-align: left;
    }

    .flow-item:nth-of-type(odd) .flow-content h5 {
        text-align: right;
    }

    .flow-item p {
        font-size: 16px;
    }

    .flow-number {
        width: 120px;
        height: 120px;
        border-radius: 120px;
        border: 2px #3a8ba5 solid;
        font-size: 50px;
        margin: 0 auto;
        grid-column: 2;
    }

    .flow-number::after {
        background-color: #Cee2e8;
        width: 120px;
        height: 120px;
        border-radius: 120px;
        z-index: -1;
    }

    .flow-item:nth-of-type(odd) {
        grid-template-areas: "content number .";
    }

    .flow-item:nth-of-type(even) {
        grid-template-areas: ". number content";
    }

    .flow-number {
        grid-area: number;
    }

    .flow-content {
        grid-area: content;
        padding: 0 50px;
    }

    .information {
        margin-bottom: 300px;
    }

    .information-title {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .information-contents {
        padding:80px;
        width:100%;
        max-width: 900px;
        line-height: 1.6rem;
    }

    .information-headline {
        font-size: 16px;
        margin-bottom:5px;
    }

    .information-headline img{
    width:18px;
    margin-bottom:5px;
}

    .information-text {
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.4rem;
    }
}