@charset "UTF-8";
@media screen and (max-width: 767px) {
    .l_features_index {
        padding-top: 40px;
    }
}
.l_features_index .l_headline {
    margin-bottom: var(--size-45);
}
.l_funBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .l_funBox {
        display: block;
    }
}
.l_funBox .c_item {
    border-radius: var(--size-20);
    background: #FFF;
    text-align: center;
    box-shadow: 0 3px 10px rgba(57, 57, 57, 0.2);
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .l_funBox .c_item + .c_item {
        margin-top: var(--size-30);
    }
}
.l_funBox .c_item .icon_pickup {
    position: absolute;
    top: var(--size-25);
    left: var(--size-40);
}
@media screen and (max-width: 767px) {
    .l_funBox .c_item .icon_pickup {
        top: 6.038647343vw;
        left: 4.347826087vw;
    }
}
.l_funBox .c_item .c_text {
    flex: 1;
    padding: var(--size-45) var(--size-20) 0;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l_funBox .c_item .c_text {
        font-size: 4.8309178744vw;
    }
}
.l_funBox .c_item .c_text + .c_text {
    min-height: 58px;
    padding: var(--size-10) var(--size-20) 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .l_funBox .c_item .c_text + .c_text {
        min-height: auto;
    }
}
.l_funBox .c_item .c_text + .c_image {
    margin: var(--size-20) 0 0;
}
.l_funBox .c_item_inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 0 var(--size-80);
    background-color: #fff;
    transition: 0.5s;
}
.l_funBox a.c_item_inner:hover {
    background-color: #eafffe;
}
.l_funBox .c_contents {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.l_funBox .c_link {
    position: absolute;
    display: none;
    bottom: var(--size-35);
    left: 0;
    right: 0;
    color: #007270;
}
.l_funBox a.c_item_inner .c_link {
    display: block;
}
.c_link span {
    position: relative;
    padding-right: 30px;
}
.c_link span::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid currentColor;
    transition: 0.5s;
}
.c_link span::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    transition: 0.5s;
}
.l_funBox a.c_item_inner:hover .c_link span::before {
    background-color: #007270;
}
.l_funBox a.c_item_inner:hover .c_link span::after {
    color: #fff;
}
.c_lead ._em {
    font-size: 1.875em;
}
.l_box_shadow .l_case_wrap {
    display: flex;
    justify-content: center;
    margin-top: var(--size-40);
    gap: 24px;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .l_case_wrap {
        margin-top: var(--size-20);
        display: block;
        height: auto;
    }
}
.l_box_shadow .c_case_box {
    /*width: 33.33%;*/
    max-width: 50%;
    padding: var(--size-20) 0 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .c_case_box {
        width: 100%;
        max-width: 100%;
    }
}
.l_box_shadow .c_case_box .c_headline {
    margin-top: 26px;
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .c_case_box .c_headline {
        margin-top: 6.2801932367vw;
        margin-bottom: 5.5555555556vw;
    }
}
.l_box_shadow .c_case_box .c_headline._sm {
    font-size: 20px;
    font-size: 2rem;
}
.l_box_shadow .c_case_box .c_image {
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}
.l_box_shadow .c_case_box .c_image._bdr {
    border: solid 1px #cecfcf;
}
.l_box_shadow .c_case_box .c_image._vertical {
    width: 400px;
    max-width: 100%;
}
.l_box_shadow .c_case_box .c_case_list {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .c_case_box .c_case_list {
        margin-left: 4.347826087vw;
    }
}
.l_box_shadow .c_case_box .c_case_list li + li {
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .c_case_box .c_case_list li + li {
        margin-top: 1.4492753623vw;
    }
}
.l_box_shadow .c_case_box .c_case_list li {
    line-height: 1.875;
    text-indent: -1.2em;
    margin-left: 1.2em;
}
@media screen and (max-width: 767px) {
    .l_box_shadow .c_case_box .c_case_list li {
        font-size: 3.8647342995vw;
    }
}
.l_box_shadow .c_case_txt {
    margin-top: var(--size-20);
    text-align: center;
    line-height: 1.6;
}
.l_box_shadow .c_headline + .c_case_txt {
    margin-top: 0;
}
.l_int_wrap {
    display: flex;
}
@media screen and (max-width: 767px) {
    .l_int_wrap {
        flex-direction: column;
    }
}
.c_int_item {
    display: flex;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .c_int_item {
        width: 100%;
    }
}
.c_int_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-width: 20%;
}
@media screen and (max-width: 767px) {
    .c_int_icon {
        width: 50%;
    }
}
.c_int_img {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.c_int_img img {
    width: 100%;
}
.c_int_neme {
    margin-top: 1em;
}
.c_int_item:nth-child(odd) .c_int_txt {
    width: 100%;
    padding: 40px 20px 40px 40px;
}
.c_int_item:nth-child(even) .c_int_txt {
    padding: 40px 40px 40px 20px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .c_int_item:nth-child(odd) .c_int_txt {
        padding-right: 0;
        padding: 20px 0 20px 20px;
    }
    .c_int_item:nth-child(even) .c_int_txt {
        padding: 20px 20px 20px 0;
    }
}
.c_int_txt_inner {
    position: relative;
    padding: var(--size-25);
    background-color: #e0fdfc;
    border-radius: 20px;
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .c_int_txt_inner {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.c_int_txt_inner::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: 15px solid transparent;
}
.c_int_item:nth-child(odd) .c_int_txt_inner::before {
    left: -30px;
    border-right: 15px solid #e0fdfc;
}
.c_int_item:nth-child(even) .c_int_txt_inner::before {
    right: -30px;
    border-left: 15px solid #e0fdfc;
}
.c_int_txt_inner ul {
    padding-left: 1.5em;
}
.c_int_txt_inner li {
    list-style-type: disc;
}
.c_int_txt_inner li + li {
    margin-top: 0.75em;
}
.c_int_txt_inner li:marker {
    color: #ccc;
}
.c_part_arrow_down {
    position: relative;
    display: block;
    height: 60px;
    margin: var(--size-60) 0 var(--size-30);
}
.c_part_arrow_down::before, .c_part_arrow_down::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 60px 90px 0 90px;
    border-style: solid;
}
.c_part_arrow_down::before {
    border-color: #dedede transparent transparent transparent;
}
.c_part_arrow_down::after {
    top: -30px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .c_part_arrow_down {
        margin: var(--size-40) 0 var(--size-30);
    }
}
.c_case_img {
    width: 640px;
    max-width: 100%;
    margin: var(--size-60) auto 0;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}