@charset "UTF-8";
/* CSS Information
============================================
File: index.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: pages
Output: /pages/index.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: SPM CLOUD SOLUTION PRODUCT
SCSS: foundation
Output: app.css
============================================= */
/* ヘッドコンテンツ管理
========================================== */
.p-front-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 2rem 1.5rem 0;
    margin: 0 auto;
}
.p-front-head__sign {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.p-front-head__sign-img {
    max-width: 48rem;
}
@media (min-width: 37.5em) {
    .p-front-head {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 162rem;
        padding: 3rem 1rem 0;
    }
    .p-front-head__sign {
        width: 37.5%;
        padding: 0 1.5rem 0 0.5rem;
        margin-bottom: 0;
    }
    .p-front-head__sign-img {
        max-width: 53rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-head__sign {
        padding: 0 3.5rem;
    }
}

/* メインビジュアルカルーセル
========================================== */
.p-front-carousel-main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
}
.p-front-carousel-main__inner {
    display: none;
}
.p-front-carousel-main__inner.initialized {
    display: block;
}
.p-front-carousel-main__cont {
    width: 100%;
    height: 100%;
}
.p-front-carousel-main__unit {
    position: relative;
    width: 100%;
    height: 100%;
}
.p-front-carousel-main__unit-link {
    display: block;
    width: 100%;
    height: 100%;
}
.p-front-carousel-main__unit-figure {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.p-front-carousel-main__unit-figure:before {
    display: block;
    content: "";
    padding-top: 48%;
}
.p-front-carousel-main__unit-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    /*IE*/
    border-radius: 1rem;
}
.p-front-carousel-main__unit-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.p-front-carousel-main__unit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
.p-front-carousel-main__unit-lead {
    width: 57%;
}
.p-front-carousel-main .slick-prev {
    display: none;
    left: 1.5rem;
}
.p-front-carousel-main .slick-prev:before {
    content: "\f0d9";
    margin-left: -2px;
}
.p-front-carousel-main .slick-next {
    display: none;
    right: 1.5rem;
}
.p-front-carousel-main .slick-next:before {
    content: "\f0da";
    margin-right: -2px;
}
.p-front-carousel-main .slick-prev, .p-front-carousel-main .slick-next {
    width: 1.8rem;
    height: 1.8rem;
    z-index: 3;
    border-radius: 50%;
}
.p-front-carousel-main .slick-prev:before, .p-front-carousel-main .slick-next:before {
    font-family: "FontAwesome";
    font-size: 1.4rem;
    color: #fff;
    opacity: 1 !important;
}
.p-front-carousel-main .slick-dots {
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.5rem;
    width: auto;
}
.p-front-carousel-main .slick-dots li button:before {
    color: #fff;
    font-size: 1rem;
}
.p-front-carousel-main .slick-dotted.slick-slider {
    margin-bottom: 0;
}
@media (min-width: 25.875em) {
    .p-front-carousel-main .slick-prev, .p-front-carousel-main .slick-next {
        width: 2.2rem;
        height: 2.2rem;
    }
    .p-front-carousel-main .slick-prev:before, .p-front-carousel-main .slick-next:before {
        font-size: 1.6rem;
    }
}
@media (min-width: 37.5em) {
    .p-front-carousel-main {
        width: 62.5%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .p-front-carousel-main .slick-prev, .p-front-carousel-main .slick-next {
        width: 2.6rem;
        height: 2.6rem;
    }
    .p-front-carousel-main .slick-prev:before, .p-front-carousel-main .slick-next:before {
        font-size: 1.8rem;
    }
    .p-front-carousel-main__unit-figure:before {
        padding-top: 50%;
    }
    .p-front-carousel-main__unit-img {
        border-radius: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-carousel-main .slick-dots li button:before {
        font-size: 1.5rem;
    }
    .p-front-carousel-main .slick-prev, .p-front-carousel-main .slick-next {
        width: 3rem;
        height: 3rem;
    }
    .p-front-carousel-main .slick-prev:before, .p-front-carousel-main .slick-next:before {
        font-size: 2.2rem;
    }
}

/* リリースノート
========================================== */
.p-front-release-note {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border: solid 0.1rem #ddd;
    border-radius: 1rem;
}
.p-front-release-note__title {
    width: 100%;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.p-front-release-note__title > * {
    display: inline-block;
}
.p-front-release-note__title-main {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00a99d;
    margin-right: 1rem;
}
.p-front-release-note__title-sub {
    font-size: 1.2rem;
    font-weight: 500;
}
.p-front-release-note__list {
    width: 100%;
}
.p-front-release-note__list-unit:nth-last-child(n+2) {
    padding-bottom: 1rem;
    border-bottom: dashed 0.1rem #ddd;
    margin-bottom: 1rem;
}
.p-front-release-note__list-time {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.p-front-release-note__list-title {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
}
.p-front-release-note__list-link {
    color: #000 !important;
}
.p-front-release-note__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 1.5rem;
}
.p-front-release-note__more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000 !important;
}
.p-front-release-note__more-link:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    color: #fff !important;
    background: #ff602f;
    font-family: "FontAwesome";
    content: "\f178";
    line-height: 1;
}
@media (min-width: 37.5em) {
    .p-front-release-note {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 2rem;
        margin-bottom: 0;
        border-radius: 2rem;
    }
}
@media (min-width: 48em) {
    .p-front-release-note {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 4rem;
        padding: 3rem;
    }
    .p-front-release-note__title {
        width: 20rem;
        margin-bottom: 0;
    }
    .p-front-release-note__title > * {
        display: block;
    }
    .p-front-release-note__title-main {
        font-size: 2.4rem;
    }
    .p-front-release-note__title-sub {
        font-size: 1.4rem;
    }
    .p-front-release-note__list {
        width: calc(100% - 23rem);
    }
    .p-front-release-note__list-unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .p-front-release-note__list-unit:nth-last-child(n+2) {
        padding-bottom: 0;
        border-bottom: none;
    }
    .p-front-release-note__list-time {
        width: 12rem;
    }
    .p-front-release-note__list-title {
        width: calc(100% - 12rem);
    }
    .p-front-release-note__more {
        width: 12rem;
        margin-top: 0;
    }
    .p-front-release-note__more-link:before {
        width: 3rem;
        height: 3rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-release-note__list-title {
        font-size: 1.6rem;
    }
    .p-front-release-note__list-link:hover {
        color: #00a99d !important;
    }
    .p-front-release-note__more-link:hover {
        color: #00a99d !important;
    }
}

/* 施設運営での活用
========================================== */
.p-front-practical__unit {
    border-style: solid;
    border-width: 0.1rem;
    border-radius: 1rem;
    padding: 1.5rem;
}
.p-front-practical__unit:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-front-practical__unit--border-blue {
    border-color: #29abe2;
}
.p-front-practical__unit--border-red {
    border-color: #ed1c24;
}
.p-front-practical__unit-img {
    display: block;
    max-width: 28rem;
    margin: 0 auto 1rem;
}
.p-front-practical__unit-box {
    width: 100%;
    text-align: center;
}
.p-front-practical__unit-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.p-front-practical__unit-title--color-blue {
    color: #29abe2;
    padding: 0 0.5rem;
    text-decoration: underline;
}
.p-front-practical__unit-title--color-red {
    color: #ed1c24;
    padding: 0 0.5rem;
    text-decoration: underline;
}
.p-front-practical__unit-title > br {
    display: block;
}
.p-front-practical__unit-note > br {
    display: block;
}
@media (min-width: 37.5em) {
    .p-front-practical__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .p-front-practical__unit-img {
        width: 16rem;
        max-width: 100%;
        margin-bottom: 0;
    }
    .p-front-practical__unit-box {
        width: calc(100% - 16rem);
        text-align: left;
    }
    .p-front-practical__unit-title > br {
        display: none;
    }
    .p-front-practical__unit-note > br {
        display: none;
    }
}
@media (min-width: 51.75em) {
    .p-front-practical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-front-practical__unit {
        display: block;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        width: calc(33.3333333% - 0.5rem);
        border-radius: 2rem;
    }
    .p-front-practical__unit:nth-last-child(n+2) {
        margin-bottom: 0;
    }
    .p-front-practical__unit-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .p-front-practical__unit-box {
        width: 100%;
        text-align: center;
    }
    .p-front-practical__unit-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .p-front-practical__unit-title > br {
        display: block;
    }
    .p-front-practical__unit-note > br {
        display: block;
    }
}
@media (min-width: 64.0625em) {
    .p-front-practical__unit {
        width: calc(33.3333333% - 2.5rem);
        padding: 3rem;
    }
    .p-front-practical__unit-title {
        font-size: 2.4rem;
        margin-bottom: 2.5rem;
    }
}

/* 本システムの特徴
========================================== */
.p-front-feature {
    width: 100%;
}
.p-front-feature__figure {
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto 2rem;
}
.p-front-feature__inner {
    width: 100%;
}
.p-front-feature__note {
    margin-bottom: 2rem;
}
.p-front-feature__box {
    border: solid 0.1rem #ccc;
    border-radius: 1rem;
    padding: 2rem 1.5rem 1rem;
}
.p-front-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-front-feature__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
}
.p-front-feature__list-unit:before {
    position: relative;
    top: 0.2rem;
    font-family: "FontAwesome";
    content: "\f111";
    color: #00a99d;
    margin-right: 0.8rem;
}
.p-front-feature__list-item {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.p-front-feature__list-small-text {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #444;
    margin-top: 0.3rem;
}
@media (min-width: 25.875em) {
    .p-front-feature__list-unit {
        width: calc(50% - 1rem);
    }
}
@media (min-width: 48em) {
    .p-front-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .p-front-feature__figure {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        width: 31.25%;
        max-width: 100%;
        margin: 0;
    }
    .p-front-feature__inner {
        width: 68.75%;
        padding-left: 2rem;
    }
    .p-front-feature__box {
        border-radius: 2rem;
        padding: 2.5rem 2rem 1.5rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-feature__figure {
        width: 44.53125%;
    }
    .p-front-feature__inner {
        width: 55.46875%;
        padding-left: 6rem;
    }
    .p-front-feature__note {
        margin-bottom: 3rem;
    }
    .p-front-feature__list-item {
        font-size: 1.8rem;
    }
    .p-front-feature__list-small-text {
        font-size: 1.4rem;
    }
}

/* 利用対象となる施設
========================================== */
.p-front-subject {
    margin-bottom: 2rem;
}
.p-front-subject__balloon {
    position: relative;
    width: 100%;
    background: #d5ebf8;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 6rem;
}
.p-front-subject__balloon:after {
    position: absolute;
    bottom: -4.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    background: url("/res/image/top/icon_subject_triangle.svg") no-repeat 0 0;
    background-size: contain;
    width: 7.5rem;
    height: 4.5rem;
    display: block;
}
.p-front-subject__balloon--after-off {
    margin-bottom: 0;
}
.p-front-subject__balloon--after-off:after {
    display: none;
}
.p-front-subject__balloon--box-off {
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
}
.p-front-subject__balloon-unit--set1 {
    margin-bottom: 2rem;
}
.p-front-subject__balloon-unit--set2:first-child {
    margin-bottom: 1rem;
}
.p-front-subject__balloon-title {
    font-size: 1.4rem;
    color: #fff;
    background: #29abe2;
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.p-front-subject__balloon-img {
    display: block;
    border-radius: 1rem;
}
.p-front-subject__balloon-item {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-top: 1rem;
}
.p-front-subject__balloon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-front-subject__balloon-inner-unit--set2 {
    width: calc(50% - 0.5rem);
}
.p-front-subject__balloon-inner-unit--set3 {
    width: calc(50% - 0.5rem);
}
.p-front-subject__balloon-inner-unit--set3:first-child {
    width: 100%;
    margin-bottom: 1rem;
}
.p-front-subject__comment {
    width: 100%;
}
.p-front-subject__comment-unit {
    text-align: center;
}
.p-front-subject__comment-img {
    max-width: 18rem;
}
.p-front-subject__story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem auto 0;
    border: solid 1px #ccc;
    border-radius: 2rem;
    padding: 2rem;
}
.p-front-subject__story-wrap {
    margin-bottom: 2rem;
}
.p-front-subject__story-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #004e9e;
    text-decoration: underline;
    margin-bottom: 2rem;
}
@media (min-width: 37.5em) {
    .p-front-subject__balloon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-radius: 2rem;
    }
    .p-front-subject__balloon-unit--set1 {
        width: 23.72881355%;
        margin-bottom: 0;
    }
    .p-front-subject__balloon-unit--set2 {
        width: 49%;
        margin-bottom: 0 !important;
    }
    .p-front-subject__balloon-unit--set3 {
        width: 74.57627118%;
    }
    .p-front-subject__balloon-item {
        margin-top: 1.5rem;
    }
    .p-front-subject__balloon-inner-unit--set2 {
        width: 48.5%;
    }
    .p-front-subject__balloon-inner-unit--set3 {
        width: 31.81818181%;
    }
    .p-front-subject__balloon-inner-unit--set3:first-child {
        width: 31.81818181%;
        margin-bottom: 0;
    }
}
@media (min-width: 48em) {
    .p-front-subject {
        margin-bottom: 3rem;
    }
    .p-front-subject__comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
    .p-front-subject__comment-unit:first-child {
        max-width: 44rem;
    }
    .p-front-subject__comment-img {
        max-width: 25rem;
    }
    .p-front-subject__balloon-item {
        font-size: 1.4rem;
    }
    .p-front-subject__story {
        padding: 3rem;
    }
    .p-front-subject__story-title {
        font-size: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-subject {
        margin-bottom: 4rem;
    }
    .p-front-subject__balloon {
        padding: 4rem 3rem;
    }
    .p-front-subject__balloon-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .p-front-subject__balloon-item {
        font-size: 1.6rem;
    }
}

/* 導入施設の声
========================================== */
.p-front-voice__unit {
    width: 100%;
}
.p-front-voice__unit:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
}
.p-front-voice__unit-wrap {
    width: 100%;
}
.p-front-voice__unit-face {
    width: 5rem;
    padding: 0.5rem;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0.2rem 0.4rem 0.6rem rgba(0, 0, 0, 0.08);
            box-shadow: 0.2rem 0.4rem 0.6rem rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}
.p-front-voice__unit-box {
    position: relative;
    width: 100%;
    padding-top: 2rem;
}
.p-front-voice__unit-box:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: 0;
    z-index: auto;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-right: 2rem solid #fff;
    border-left: 0;
}
.p-front-voice__unit-box-inner {
    width: 100%;
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0.2rem 0.4rem 0.6rem rgba(0, 0, 0, 0.08);
            box-shadow: 0.2rem 0.4rem 0.6rem rgba(0, 0, 0, 0.08);
}
.p-front-voice__unit-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #00a99d;
    text-decoration: underline;
    margin-bottom: 1rem;
}
.p-front-voice__unit-help {
    font-size: 1.2rem;
    color: #ed1c24;
    margin-top: 1rem;
}
@media (min-width: 37.5em) {
    .p-front-voice__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .p-front-voice__unit--row-reverse {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .p-front-voice__unit-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100rem;
    }
    .p-front-voice__unit--row-reverse .p-front-voice__unit-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .p-front-voice__unit-face {
        -ms-flex-item-align: start;
            align-self: flex-start;
        width: 7rem;
        margin: 0;
    }
    .p-front-voice__unit-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 7rem);
        padding-top: 0;
        padding-left: 1rem;
    }
    .p-front-voice__unit-box:before {
        position: static;
        left: auto;
        -webkit-transform: none;
                transform: none;
        margin-top: 2.2rem;
    }
    .p-front-voice__unit--row-reverse .p-front-voice__unit-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding-left: 0;
        padding-right: 1rem;
    }
    .p-front-voice__unit--row-reverse .p-front-voice__unit-box:before {
        right: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 48em) {
    .p-front-voice__unit:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-voice__unit-box-inner {
        padding: 3rem;
    }
    .p-front-voice__unit-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .p-front-voice__unit-help {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
}

/* 予約管理システム導入の効果
========================================== */
.p-front-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 102.4rem;
    margin: 0 auto 2rem;
}
.p-front-benefits__list-unit {
    width: 50%;
    padding: 1rem;
    text-align: center;
}
.p-front-benefits__list-title {
    font-size: 1.4rem;
    font-weight: 500;
}
.p-front-benefits__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
}
.p-front-benefits__list-item-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 0.5rem;
}
.p-front-benefits__list-item-unit:before {
    content: "■";
    margin-right: 0.3rem;
}
.p-front-benefits__list-item-unit--color-gray:before {
    color: #c9caca;
}
.p-front-benefits__list-item-unit--color-blue {
    color: #004e9e;
}
.p-front-benefits__list-item-unit--color-red {
    color: #ed1c24;
}
.p-front-benefits__figure {
    display: block;
    width: 100%;
    max-width: 12rem;
    margin: 1rem auto 0;
}
@media (min-width: 37.5em) {
    .p-front-benefits__list-unit {
        width: 33.333333%;
    }
    .p-front-benefits__list-title {
        font-size: 1.6rem;
    }
    .p-front-benefits__list-item-unit {
        font-size: 1.4rem;
    }
    .p-front-benefits__figure {
        max-width: 15rem;
    }
}
@media (min-width: 64.0625em) {
    .p-front-benefits__list-title {
        font-size: 2rem;
    }
    .p-front-benefits__figure {
        max-width: 20rem;
    }
}

/* 動画
========================================== */
.p-front-video {
    width: 100%;
}
.p-front-video__figure {
    position: relative;
    display: block;
    width: 100%;
    max-width: 76.8rem;
    margin: 0 auto 5%;
}
.p-front-video__figure:before {
    display: block;
    content: "";
    padding-top: 56.28%;
}
.p-front-video__figure-object {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
/*# sourceMappingURL=index.css.map */
.youtube{margin: 5rem auto 0;width: 90%;}
.youtube ul{display:block;margin:0;}
.youtube ul li{margin-bottom: 3rem;}
.youtube ul li {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube ul li iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* youtube
========================================== */
@media (min-width: 37.5em) {
.youtube{max-width: 1280px;}
.youtube ul{display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;}

}