@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
/*==================================================================================================
    main
==================================================================================================*/
.main {
    margin: 3.8571428571em auto 0;
    max-width: 1280px;
}

/*==================================================================================================
    link-cont
==================================================================================================*/
.link-cont {
    text-align: center;
    margin: 0 auto;
    padding: 1em 20px;
    max-width: 1280px;
}
.link-cont__read {
    margin-bottom: 0.25em;
}
.link-cont__btn {
    display: block;
    color: #FFF;
    font-size: 1.5714285714em;
    line-height: 1.8181818182em;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    background: #E8374A;
    cursor: pointer;
    transition: 0.3s;
}
.link-cont__btn:after {
    content: "";
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100% 100%;
    width: 0.4090909091em;
    height: 0.8181818182em;
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translate(0, -50%);
}
.link-cont__btn:hover {
    opacity: 0.8;
}
.link-cont__btn img {
    width: 10em;
    vertical-align: text-bottom;
}
.link-cont__btn span {
    font-size: 70%;
}
.link-cont__btn.blue {
    background: #4DB5C5;
}
.link-cont__btn.pink {
    background: #DC6674;
}
.link-cont.ten {
    background: url(../img/top/ten_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (min-width: 768px) {
    .link-cont.ten {
        background-image: url(../img/top/ten_bg_pc.jpg);
    }
}
.link-cont.ten .link-cont__btn:after {
    transform: rotate(90deg) translate(-50%, 0%);
    transform-origin: right center;
    right: 1em;
}

.ten-cont {
    display: none;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
}
.ten-cont .ten-list {
    /* @include min-screen($screen-md) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        li {
            width: percentage(480/1000);
        }
    } */
}
.ten-cont .ten-list > li {
    padding-top: 1.0714285714em;
    padding-bottom: 1.0714285714em;
}
.ten-cont .ten-list > li:nth-of-type(1) .ten-head:before {
    background-image: url(../img/top/ten01.svg);
}
.ten-cont .ten-list > li:nth-of-type(1) .ten-head.active:before {
    background-image: url(../img/top/ten01_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(2) .ten-head:before {
    background-image: url(../img/top/ten02.svg);
}
.ten-cont .ten-list > li:nth-of-type(2) .ten-head.active:before {
    background-image: url(../img/top/ten02_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(3) .ten-head:before {
    background-image: url(../img/top/ten03.svg);
}
.ten-cont .ten-list > li:nth-of-type(3) .ten-head.active:before {
    background-image: url(../img/top/ten03_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(4) .ten-head:before {
    background-image: url(../img/top/ten04.svg);
}
.ten-cont .ten-list > li:nth-of-type(4) .ten-head.active:before {
    background-image: url(../img/top/ten04_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(5) .ten-head:before {
    background-image: url(../img/top/ten05.svg);
}
.ten-cont .ten-list > li:nth-of-type(5) .ten-head.active:before {
    background-image: url(../img/top/ten05_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(6) .ten-head:before {
    background-image: url(../img/top/ten06.svg);
}
.ten-cont .ten-list > li:nth-of-type(6) .ten-head.active:before {
    background-image: url(../img/top/ten06_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(7) .ten-head:before {
    background-image: url(../img/top/ten07.svg);
}
.ten-cont .ten-list > li:nth-of-type(7) .ten-head.active:before {
    background-image: url(../img/top/ten07_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(8) .ten-head:before {
    background-image: url(../img/top/ten08.svg);
}
.ten-cont .ten-list > li:nth-of-type(8) .ten-head.active:before {
    background-image: url(../img/top/ten08_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(9) .ten-head:before {
    background-image: url(../img/top/ten09.svg);
}
.ten-cont .ten-list > li:nth-of-type(9) .ten-head.active:before {
    background-image: url(../img/top/ten09_mo.svg);
}
.ten-cont .ten-list > li:nth-of-type(10) .ten-head:before {
    background-image: url(../img/top/ten10.svg);
}
.ten-cont .ten-list > li:nth-of-type(10) .ten-head.active:before {
    background-image: url(../img/top/ten10_mo.svg);
}
.ten-cont .ten-list > li .ten-head {
    font-size: 1.1428571429em;
    font-weight: 700;
    padding: 0 0 0 2.5em;
    position: relative;
    cursor: pointer;
}
.ten-cont .ten-list > li .ten-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto;
    width: 1.875em;
    height: 1.875em;
}
.ten-cont .ten-list > li .ten-head:after {
    content: "";
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.625em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #E8374A url(../img/top/arrow_ten.svg) no-repeat;
    background-size: 0.6875em auto;
    background-position: center;
    transition: 0.3s;
}
.ten-cont .ten-list > li .ten-head .txt_l {
    font-size: 1.375em;
    color: #E8374A;
    position: relative;
}
.ten-cont .ten-list > li .ten-head .txt_l[data-ruby]:before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.3181818182em;
    text-align: center;
    letter-spacing: 0em;
}
.ten-cont .ten-list > li .ten-head .txt_m {
    color: #E8374A;
}
.ten-cont .ten-list > li .ten-head.active:after, .ten-cont .ten-list > li .ten-head:hover:after {
    background-color: #F8C3C9;
}
.ten-cont .ten-list > li .ten-body {
    display: none;
    padding: 0 0 0 2.8571428571em;
    margin-top: 0.5em;
}
.ten-cont .ten-list > li .ten-body .read {
    margin-bottom: 1em;
    line-height: 1.4;
    font-weight: 700;
}
.ten-cont .ten-list > li .ten-body .read span {
    color: #E8374A;
}
.ten-cont .ten-list > li .ten-body .read .txt_l {
    font-size: 1.7142857143em;
}
.ten-cont .ten-list > li .ten-body .read .txt_wavy {
    background: url(../img/top/wavy.svg) no-repeat;
    background-position: bottom center;
    background-size: auto 0.4285714286em;
    padding-bottom: 0.5em;
}
.ten-cont .ten-list > li .ten-body .text {
    font-size: 0.8571428571em;
}
.ten-cont .ten-list > li .ten-body .text span {
    color: #E8374A;
}
.ten-cont .ten-list > li .ten-body figure {
    margin-top: 0.5em;
}
.ten-cont .ten-list > li .ten-body h3 {
    color: #BD8C66;
    background: #F2E8E0;
    text-align: center;
    padding: 0.25em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.ten-cont .ten-list > li .ten-body h4 {
    color: #E8374A;
    text-align: center;
    margin-bottom: 0.5em;
}
.ten-cont .ten-list > li .ten-body .ten-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ten-cont .ten-list > li .ten-body .ten-grid + .ten-grid {
    border-top: 2px dotted #D8BAA3;
    margin-top: 1em;
    padding-top: 1em;
}
.ten-cont .ten-list > li .ten-body .ten-grid figure {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid .ten-text {
        flex: 1;
    }
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid figure {
        margin-left: 20px;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--2 .ten-text {
    width: 62.7118644068%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--2 figure {
    width: 30.5084745763%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--2 figure {
        width: 150px;
        margin-left: 20px;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--3 .ten-text {
    width: 50.8474576271%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--3 figure {
    width: 45.7627118644%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--3 figure {
        width: 240px;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--4 .ten-text {
    width: 79.6610169492%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--4 figure {
    width: 11.8644067797%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--4 figure {
        width: 70px;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--5 .ten-text {
    width: 71.186440678%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--5 figure {
    width: 25.4237288136%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--5 figure {
        width: 120px;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--7 .ten-text {
    width: 66.1016949153%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--7 figure {
    width: 29.8305084746%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--7 figure {
        width: 150px;
        margin: 0 20px 0 0;
    }
}
.ten-cont .ten-list > li .ten-body .ten-grid--8 {
    align-items: center;
}
.ten-cont .ten-list > li .ten-body .ten-grid--8 .ten-text {
    width: 64.406779661%;
}
.ten-cont .ten-list > li .ten-body .ten-grid--8 figure {
    width: 21.6949152542%;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body .ten-grid--8 figure {
        width: 80px;
        margin: 0 20px 0 0;
    }
}
.ten-cont .ten-list > li .ten-body table {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.ten-cont .ten-list > li .ten-body table th, .ten-cont .ten-list > li .ten-body table td {
    padding: 1em 0;
    white-space: nowrap;
}
.ten-cont .ten-list > li .ten-body table tr + tr {
    border-top: 1px solid #BD8C66;
}
.ten-cont .ten-list > li .ten-body table th {
    background: #EBDCD1;
    color: #E8374A;
    line-height: 1.2857142857;
    font-weight: 400;
    width: 33.3333333333%;
}
.ten-cont .ten-list > li .ten-body table th + th {
    border-left: 1px solid #BD8C66;
}
.ten-cont .ten-list > li .ten-body table th span {
    position: relative;
}
.ten-cont .ten-list > li .ten-body table th span[data-ruby]:before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: -0.15em;
}
.ten-cont .ten-list > li .ten-body table th ruby {
    display: block;
}
.ten-cont .ten-list > li .ten-body table th ruby rt {
    line-height: 1;
}
.ten-cont .ten-list > li .ten-body table td {
    font-size: 0.8571428571em;
}
.ten-cont .ten-list > li .ten-body table td span {
    color: #E8374A;
}
.ten-cont .ten-list > li .ten-body table td sup {
    font-size: 0.5833333333em;
}
.ten-cont .ten-list > li .ten-body table td + td {
    border-left: 1px solid #BD8C66;
}
.ten-cont .ten-list > li .ten-body table td figure {
    margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
    .ten-cont .ten-list > li .ten-body table td figure img {
        width: auto;
    }
}
.ten-cont .ten-list > li .ten-body .ten-link {
    text-align: right;
    margin-top: 0.75em;
}
.ten-cont .ten-list > li .ten-body .ten-link a {
    font-size: 0.8571428571em;
    display: inline-block;
    background: #E8374A;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    padding: 0.25em 1.5em 0.25em 0.5em;
    position: relative;
    letter-spacing: -0.05em;
}
.ten-cont .ten-list > li .ten-body .ten-link a:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 0.25em;
    background: #F39BA4;
    width: 0.4166666667em;
    height: 100%;
}
.ten-cont .ten-list > li .ten-body .ten-link a:after {
    content: "";
    background: url(../img/top/arrow_link.svg) no-repeat;
    width: 0.5em;
    height: 0.9166666667em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translate(0, -50%);
}
.ten-cont .ten-list > li .ten-body .ten-link a:hover {
    opacity: 0.8;
}

/*==================================================================================================
    voice-cont
==================================================================================================*/
.voice-cont {
    margin: 3.5714285714em auto 0;
    max-width: 1280px;
}
.voice-cont__ttl {
    text-align: center;
    margin-bottom: 0.5em;
}
.voice-cont__ttl img {
    width: 15.4285714286em;
}

.voice-btn {
    display: block;
    font-size: 1.1428571429em;
    line-height: 2.8125;
    color: #FFF;
    background: #E8374A;
    border-radius: 50px;
    text-decoration: none;
    margin: 1em auto 0;
    max-width: 240px;
    position: relative;
}
.voice-btn:after {
    content: "";
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100% 100%;
    width: 0.4090909091em;
    height: 0.8181818182em;
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translate(0, -50%);
}
.voice-btn:hover {
    opacity: 0.8;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
}
.swiper-slide figure img {
    width: 7.1428571429em;
}
.swiper-slide figure figcaption {
    line-height: 1.4;
    margin-top: 0.25em;
}
.swiper-slide figure figcaption span {
    font-size: 70%;
}
.swiper-slide p {
    font-size: 1.2857142857em;
    margin-top: 0.8333333333em;
    line-height: 1.8888888889em;
    background: url(../img/top/voice_bg.png);
    background-size: auto 1.8888888889em;
    background-position: top left;
}

.swiper-button-next,
.swiper-button-prev {
    width: 1.1428571429em;
    height: 2.0714285714em;
    background-size: 100% auto;
}

.swiper-button-next {
    background-image: url(../js/plugin/swiper/swiper_next.svg);
}

.swiper-button-prev {
    background-image: url(../js/plugin/swiper/swiper_prev.svg);
}

.swiper-pagination {
    position: relative;
    margin-top: 1.4285714286em;
}

.swiper-pagination-bullet {
    font-size: 0.8571428571em;
    width: 2.3333333333em;
    height: 2.3333333333em;
    text-align: center;
    line-height: 2.3333333333em;
    color: #333;
    opacity: 1;
    background: #FDEBED;
    margin: 0 0.25em;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #F18792;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}