.service {
    padding-bottom: 60px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
    .service {
        padding-bottom: 75px;
    }
}
.service_heading {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .service_heading {
        margin-bottom: 71px;
    }
}
.service_lists {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .service_lists {
        gap: 70px 55px;
        gap: 70px clamp(20px, (100vw - 1023px) * 1000, 55px);
        flex-wrap: wrap;
        flex-direction: row;
    }
}
.service_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .service_item {
        width: calc(33.33% - 36.6666666667px);
        width: clamp(
            33.33% - 36.6666666667px,
            (1024px - 100vw) * 1000,
            50% - 10px
        );
    }
}
.service_title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
    .service_title {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.service_content {
    flex-grow: 1;
    padding: 9px 20px 25px;
    border: 1px solid #999;
}
@media only screen and (min-width: 768px) {
    .service_content {
        padding: 9px 30px 24px;
    }
}
.service_img {
    margin-bottom: -4px;
    height: 130px;
}
.service_img img {
    height: 100%;
    object-fit: contain;
}

.howto {
    padding: 60px 0;
    background: #f0f0f0;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 768px) {
    .howto {
        padding: 35px 0 110px;
    }
}
.howto a:not([href^="tel"]) {
    color: #0066ff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
@media screen and (hover: hover) {
    .howto a:not([href^="tel"]):hover {
        text-decoration: none;
    }
}
.howto_heading_wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: 30px;
}
@media only screen and (min-width: 768px) {
    .howto_heading_wrap {
        margin-bottom: 65px;
    }
}
.howto_heading_sub {
    padding-bottom: 0.2em;
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .howto_heading_sub {
        font-size: 18px;
    }
}
.howto_flow {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.howto_item {
    position: relative;
}
.howto_item:not(:last-child)::after {
    position: absolute;
    content: "";
    left: calc(50% - 14px);
    bottom: -20px;
    transform: translateY(100%);
    border-top: solid 24px #009944;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
@media only screen and (min-width: 768px) {
    .howto_item:not(:last-child)::after {
        bottom: -2px;
        left: 53px;
    }
}
.howto_title {
    position: relative;
    margin-bottom: 18px;
    padding-left: 6px;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
    .howto_title {
        font-size: 18px;
    }
}
.howto_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(90%, 954px);
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(0, 153, 68) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.howto_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .howto_content {
        flex-direction: row;
        align-items: flex-start;
        gap: min(9.45vw, 104px);
    }
}
.howto_img {
    flex-shrink: 0;
    margin-bottom: 10px;
    width: 128px;
}
@media only screen and (min-width: 768px) {
    .howto_img {
        margin-bottom: 59px;
        padding-top: 8px;
    }
}
.howto_desc {
    letter-spacing: 0.1em;
}

.fee {
    padding: 60px 0;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 768px) {
    .fee {
        padding: 47px 0 90px;
    }
}
.fee p {
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
    .fee p {
        padding: 0 10px;
    }
}
.fee_heading {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .fee_heading {
        margin-bottom: 38px;
    }
}

.area {
    padding: 60px 0;
    background: #f0f0f0;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0.005em;
}
@media only screen and (min-width: 768px) {
    .area {
        padding: 51px 0 105px;
    }
}
.area a {
    color: #0066ff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
@media only screen and (min-width: 768px) {
    .area a {
        text-underline-offset: 9px;
    }
}
@media screen and (hover: hover) {
    .area a:hover {
        text-decoration: none;
    }
}
.area p {
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
    .area p {
        padding: 0 10px;
    }
}
.area p:not(:last-child) {
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .area p:not(:last-child) {
        margin-bottom: 48px;
    }
}
@media only screen and (min-width: 768px) {
    .area .txt_center {
        text-align: center;
    }
}
.area_heading {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .area_heading {
        margin-bottom: 51px;
    }
}
