@charset "UTF-8";

/* =============================================
common
============================================= */
a {
    color: inherit;
}

.section-ttl {
    font-family: "montserrat", sans-serif;
    text-align: center;
    color: #3fb1ca;
    font-size: 1.9em;
    text-shadow: 2px 2px 0 #d0d0d0;
    margin-bottom: 30px;
}

.section-ttl span {
    display: block;
    font-size: 12px;
}

a.top-btn {
    display: block;
    color: inherit;
    text-align: center;
    border: 1px solid #141417;
    border-radius: 30px;
    padding: .7em 0;
    width: 80%;
    margin: 0 auto;
    max-width: 255px;
    font-size: 14px;
    transition: .2s ease;
    background: #fff;
}

a.top-btn:hover {
    color: #fff;
    background: #141417;
}

.section-content {
    position: relative;
}

section {
    padding: 50px 0;
}

@media screen and (min-width: 767px) {
    .section-ttl {
        font-size: 2em;
        margin-bottom: 50px;
    }

    .section-ttl span {
        font-size: 14px;
    }

    a.top-btn {
        padding: 1em 0;
    }
}

@media screen and (min-width: 1028px) {
    .section-ttl {
        font-size: 40px;
    }

    .section-ttl span {
        font-size: 16px;
    }

    section {
        padding: 70px 0;
    }
}
/* コンテンツfadein */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 50px);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
/* モーダル */
#member .modal{
    display: none;
}
.modal-bg{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  z-index: 15;
  cursor: pointer;
}
.modal-content{
    width: 80%;
    max-width: 1000px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f1f9fc;
    border-radius: 10px;
    z-index: 16;
    padding: 1.5em 1em 0.5em;
}
.modal-ttl{
    color: #3eadc9;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: "montserrat", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
.modal-ttl::before, .modal-ttl::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #3eadc9;
    position: absolute;
    top: 0;
}
.modal-ttl::before{
    left: -20px;
    transform: rotate(-30deg);
}
.modal-ttl::after{
    right: -20px;
    transform: rotate(30deg);
}
.modal-close{
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    background: #717171;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.modal-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.modal-inner-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px 10px;
    background: #fff;
    border: 2px solid #3eadc9;
    border-radius: 10px;
    padding: 1em;
}
.modal-inner-element.yellow{
    background: #fdff67;
}
.modal-element-txt{
    font-size: 14px;
    text-align: center;
    color: #3eadc9;
    font-weight: bold;
}
.modal-element-img{
    width: 50px;
    margin: 0 auto 5px;
}
.modal-txt{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.modal-txt::before, .modal-txt::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #141417;
    top: 49%;
    position: absolute;
}
.modal-txt::before{
    left: -15px;
}
.modal-txt::after{
    right: -10px;
}
@media screen and (min-width: 768px){
    .modal-inner-element{
        max-width: calc(((100% / 12) * 3) - 10px);
        flex-basis: calc(((100% / 12) * 3) - 10px);
    }
    .modal-content{
        padding: 2em 1em 1em;
    }
}
@media screen and (min-width: 1028px){
    .modal-inner{
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    .modal-inner-element{
        max-width: calc(((100% / 12) * 3) - 40px);
        flex-basis: calc(((100% / 12) * 3) - 40px);
        margin: 0 20px;
    }
    .modal-ttl{
        font-size: 50px;
        margin-bottom: 30px;
    }
    .modal-ttl::before, .modal-ttl::after{
        height: 40px;
        width: 3px;
        top: 10px;
    }
    .modal-ttl::before{
        left: -30px;
    }
    .modal-ttl::after{
        right: -30px;
    }
    .modal-element-img{
        width: 75px;
    }
    .modal-element-txt{
        font-size: 20px;
    }
    .modal-txt{
        font-size: 17px;
        margin: 30px 0 20px;
    }
    .modal-content{
        padding: 50px 45px 20px;
    }
}

/* =============================================
main
============================================= */
.section-main{
    padding-top: 70px;
    padding-bottom: 20px;
}
.main-img{
    margin-bottom: 50px;
}
.main-img-wrapper{
    position: relative;
}
#member .main-img img.before{
    display: none;
}

a.main-btn-item{
    display: block;
    border: 4px solid #3fb1ca;
    color: #3fb1ca;
    font-weight: bold;
    padding: .7em 0;
    text-align: center;
    position: relative;
    border-radius: 10px;
    max-width: 250px;
    margin: 0 auto 20px;
    background: #fff;
}
#member .main-btn{
    display: none;
}
.modal a.main-btn-item{
    background: #3eadc9;
    color: #fff;
    margin: 0 auto 10px;
}
a.main-btn-item.login{
    background: #3fb1ca;
    color: #fff;
}
a.main-btn-item span{
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
}
a.main-btn-item span::before, a.main-btn-item span::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #3fb1ca;
    position: relative;
    top: 7px;
}
a.main-btn-item span::before{
    transform: rotate(-30deg);
    margin-right: 15px;
}
a.main-btn-item span::after{
    transform: rotate(30deg);
    margin-left: 15px;
}
@media screen and (min-width: 768px){
    .main-btn-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    a.main-btn-item{
        max-width: 250px;
        flex-basis: calc(((100% / 12) * 5) - 10px);
        margin: 0 5px 10px;
    }
}
@media screen and (min-width: 1028px){
    .section-main{
        padding-top: 90px;
    }
    .main-btn{
        position: absolute;
        bottom: 1.9vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-btn-inner{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    a.main-btn-item{
        font-size: 20px;
        max-width: 250px;
        flex-basis: calc(((100% / 12) * 2.5) - 30px);
        margin: 0 15px 30px;
        transition: .2s ease;
    }
    a.main-btn-item:hover{
        transform: scale(1.05);
    }
    .main-img{
        margin-bottom: 0;
    }
    #member .main-img img.after{
        display: block;
    }
}
/* =============================================
category
============================================= */
.category-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.category-element {
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px 10px;
    position: relative;
}
#nonmember .category-element:first-child a{
    pointer-events: none;
}
#nonmember .category-element:first-child a figure{
    position: relative;
}
#nonmember .category-element:first-child a figure::before{
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 1;
}
#nonmember .category-element:first-child::after{
    content: '閲覧には会員登録が必要です';
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    white-space: nowrap;
}
.category-element a {
    display: block;
}

.category-element-txt {
    font-size: 14px;
    text-align: center;
}

.category-element-img {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 80%;
    max-width: 95px;
    margin: 0 auto 10px;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    .category-element {
        max-width: calc(((100% / 12) * 3) - 10px);
        flex-basis: calc(((100% / 12) * 3) - 10px);
        margin: 0 5px 50px;
    }

    .category-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 1028px) {
    .category-inner {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .category-element {
        max-width: calc(((100% / 12) * 2) - 30px);
        flex-basis: calc(((100% / 12) * 2) - 30px);
        margin: 0 15px 30px;
    }

    .category-element-txt {
        font-size: 17px;
    }

    .category-element-img img {
        transition: .2s ease;
    }

    .category-element:hover .category-element-img img {
        transform: scale(1.1);
    }
    #nonmember .category-element:first-child:hover .category-element-img img {
        transform: scale(1);
    }
}

/* =============================================
point
============================================= */
.section-point {
    background: linear-gradient(45deg, #fdf3f3, #e5f6fa);
    overflow: hidden;
}

.section-point .section-ttl {
    color: #141417;
}
.point-list-item{
    text-align: center;
    margin-bottom: 40px;
}
.point-list-item-num {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    font-family: "montserrat", sans-serif;
    color: #fff;
    position: relative;
    z-index: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.point-list-item-num::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #3fb1ca;
    position: absolute;
    z-index: -1;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.point-list-item-num span {
    display: block;
    font-size: 11px;
}
.point-list-item-txtarea{
    border-bottom: 2px solid #3fb1ca;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
}
.point-list-item-txt{
    width: 80%;
}
.point-list-item-txt span{
    font-weight: bold;
    color: #3fb1ca;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.point-list-item-icon{
    width: 30px;
}
.point-list-item-icon img{
    display: block;
    margin: 0 auto;
}
a.point-btn{
    color: #fff;
    background: #fb8287;
    border-radius: 20px;
    text-align: center;
    display: block;
    width: 90%;
    max-width: 250px;
    margin: 15px auto 0;
    padding: .8em 0;
    font-size: 14px;
    transition: .2s ease;
}
@media screen and (min-width: 767px) {
    .point-list-item-num {
        display: inline-block;
        width: 13%;
        margin-bottom: 0;
    }
    .point-list-item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }
    .point-list-item-txt span{
        font-size: 117%;
    }
    .point-list-item-txt{
        width: 87%;
    }
    .point-list-item-txtarea{
        width: 70%;
    }
    a.point-btn{
        max-width: 162px;
    }
}
@media screen and (min-width: 1028px){
    .point-list-item-txtarea {
        width: auto;
        font-size: 17px;
    }
    .point-list-item-txt {
        width: 100%;
    }
    .point-list-item-icon{
        width: 45px;
        margin-right: 15px;
    }
    .point-list-item-num{
        font-size: 50px;
    }
    .point-list-item-num span{
        font-size: 14px;
    }
    .point-list-item-num::before{
        width: 100px;
        height: 100px;
    }
    .point-list-item{
        justify-content: left;
        margin-bottom: 70px;
    }
    .point-list-item:nth-of-type(even){
        margin-left: 50px;
    }
    a.point-btn{
        margin: 0 0 0 20px;
    }
    a.point-btn:hover{
        transform: scale(1.05);
    }
    .point-list{
        position: relative;
        left: 17%;
    }
}
/* =============================================
step
============================================= */
.section-step{
    background-color: #ffffff;
    background-image: radial-gradient(circle, #f3f3f3 2px, transparent 2px);
    background-position: 0 0;
    background-size: 24px 24px;
}
.section-step .section-content{
    background: #f3f3f3;
    border-radius: 20px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    padding: 2.5em 1em;
}
.step-element-ttl{
    color: #1a4b7f;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 18px;
}
.step-element-ttl-num{
    font-family: "montserrat", sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    margin-right: 3px;
}
.step-element-ttl-num span{
    font-size: 11px;
    display: block;
}
.step-element-img{
    max-width: 160px;
    width: 70%;
    margin: 0 auto;
}
.step-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.step-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px 30px;
}
.step-txt{
    background: #1a4b7f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .5em 0;
    max-width: 960px;
    margin: 0 auto 30px;
    letter-spacing: .05em;
}
.step-txt span{
    font-size: 120%;
}
@media screen and (min-width: 768px){
    .step-element{
        max-width: calc(((100% / 12) * 3) - 10px);
        flex-basis: calc(((100% / 12) * 3) - 10px);
        margin: 0 5px 30px;
        position: relative;
    }
    .step-element:not(:last-child)::after{
        content: '';
        display: inline-block;
        width: 4vw;
        height: 3px;
        background: #1a4b7f;
        position: absolute;
        top: 20px;
        right: -13%;
    }
    .section-step .section-content{
        padding: 2.5em;
    }
}
@media screen and (min-width: 1028px){
    .step-txt{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .step-element-ttl{
        font-size: 20px;
    }
    .step-element-img{
        margin-top: 20px;
    }
    .section-step .section-content{
        padding: 4em 2.5em;
    }
}
/* =============================================
pickup
============================================= */
.section-pickup{
    background: url('/img/rental/top/pickup-bg.jpg') no-repeat center/cover;
    padding-bottom: 120px;
}
.section-pickup .section-ttl{
    color: #fff;
}
.pickup-tab{
    text-align: center;
    margin-bottom: 35px;
}
.pickup-tab-btn{
    display: inline-block;
    background: #e6f4f8;
    color: #abdeec;
    border-radius: 10px;
    padding: .7em;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.pickup-tab-btn:not(:last-child){
    margin-right: 10px;
}
.pickup-tab-btn:first-child::before, .pickup-tab-btn:last-child::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 49%;
}
.pickup-tab-btn:first-child::before{
    left: -45px;
}
.pickup-tab-btn:last-child::after{
    right: -45px;
}
.pickup-tab-btn.js-tab-btn--active{
    background: #fff;
    color: #141417;
}
.pickup-item-element{
}
.pickup-item-element a{
    background: #fff;
    border-radius: 30px;
    /* width: 85% !important;
    margin-left: 6%; */
    padding: 1.5em;
    display: block;
    position: relative;
    box-sizing: border-box;
    transform: scale(.85);
    transition: .2s ease;
    height: 100%;
}
.pickup-item-element.slick-center a{
    transform: scale(1);
}
.pickup-item-element-img{
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
}
.pickup-item-element-img figcaption{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: .2em .8em;
    background: #5dc0ad;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.pickup-item-element-company{
    color: #5dc0ad;
    font-size: 12px;
    margin-bottom: 10px;
}
.pickup-item-element-item{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2;
}
.pickup-item-element-txt{
    margin: 20px 0;
    font-size: 13px;
}
.pickup-item-element-tag{
    font-size: 14px;
}
.pickup-item-element-tag span{
    display: inline-block;
    margin-right: 10px;
    background: #e3f5f1;
    color: #5dc0ad;
    padding: .2em .5em;
    font-size: 12px;
    margin-bottom: 5px;
}
.pickup-item-element-more{
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #5dc0ad;
    font-size: 12px;
}
.pickup-item-element-more::after{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: linear-gradient(45deg, #a6dbd1, #6ec5b5);
    margin-left: 10px;
    position: relative;
    top: 3px;
}
.pickup-item-element-more::before{
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 7px;
    right: 1px;
    z-index: 1;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.pickup-item-element a{
  display: flex !important;
  flex-direction: column;
 }
 .pickup-item-element-tag.tag02{
  flex-grow: 1;
 }
@media screen and (min-width: 768px){
    .pickup-tab-btn{
        font-size: 16px;
    }
    .pickup-tab-btn:not(:last-child){
        margin-right: 20px;
    }
    .pickup-item-element a{
        padding: 1.5em 1em 2em;
    }
}
@media screen and (min-width: 1028px){
    .section-pickup{
        padding-bottom: 180px;
    }
    .pickup-item-element a{
        padding: 1.5em 1.5em 2em;
    }
    .pickup-item-element-more{
        bottom: 10px;
    }
    .pickup-item-element-item{
        font-size: 1.5em;
    }
    .pickup-tab-btn:first-child::before, .pickup-tab-btn:last-child::after{
        width: 80px;
    }
    .pickup-tab-btn:first-child::before{
        left: -110px;
    }
    .pickup-tab-btn:last-child::after{
        right: -110px;
    }
}
.js-pickup-slick .slick-next, .js-pickup-slick .slick-prev{
    font-size: 14px;
    top: auto;
    bottom: -100px;
    color: #fff;
    width: 80px;
    height: 30px;
    display: inline-block;
    border-top: 2px solid #fff;
}
.js-pickup-slick .slick-prev{
    left: 20%;
    text-align: left;
}
.js-pickup-slick .slick-next{
    right: 20%;
    text-align: right;
}
.js-pickup-slick .slick-next::before, .js-pickup-slick .slick-prev::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -7px;
}
.js-pickup-slick .slick-prev::before{
    left: 0;
    transform: rotate(-38deg);
}
.js-pickup-slick .slick-next::before{
    right: 0;
    transform: rotate(38deg);
}
@media screen and (min-width: 767px){
    .js-pickup-slick .slick-prev{
        left: 35%;
    }
    .js-pickup-slick .slick-next{
        right: 35%;
    }
}
@media screen and (min-width: 1028px){
    .js-pickup-slick .slick-next, .js-pickup-slick .slick-prev{
        bottom: -130px;
    }
    .js-pickup-slick .slick-prev{
        left: calc(50% - 95px);
    }
    .js-pickup-slick .slick-next{
        right: calc(50% - 95px);
    }
}

/* =============================================
voice
============================================= */
.section-voice{
    background: #f9f8f6;
    overflow: hidden;
}
#member .section-voice{
    padding-bottom: 120px;
}
.voice-element{
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    border-radius: 30px;
    padding: 2em 1.5em;
    margin-left: 30px;
    background: #fff;
    height: 570px !important;
    position: relative;
    /* transition: .2s ease; */
    overflow: hidden;
}
.voice-element.on{
    height: auto !important;
}
.voice-element-open{
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #fff, #fff 40%, transparent );
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.voice-element-open::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 70%;
    left: 50%;
    position: absolute;
}
.voice-element-up-img{
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
}
.voice-element-up-img::before{
    content: '';
    display: inline-block;
    border: 20px solid transparent;
    border-left: 20px solid #141417;
    position: absolute;
    bottom: -20px;
    right: -20px;
    transform: rotate(45deg);
    z-index: 10;
}
.voice-element-up-img::after{
    content: '→';
    display: inline-block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 1px;
    right: 4px;
    font-weight: bold;
    z-index: 11;
}
.voice-element-up-img a{
    display: block;
    overflow: hidden;
}
.voice-element-up-img figcaption{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: .2em .8em;
    background: #5dc0ad;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.voice-element-up-img img{
    transition: .2s ease;
}
.voice-element-up-company{
    font-size: 12px;
    color: #5dc0ad;
    margin-bottom: 5px;
}
.voice-element-up-ttl{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.voice-element-up-star{
    width: 70%;
    max-width: 200px;
    margin: 15px 0;
}
.voice-element-up-txt{
    font-size: 14px;
}
.voice-element-ttl{
    text-align: center;
    background: #f1ede9;
    font-size: 12px;
    padding: .5em 0;
    margin: 20px 0 5px;
}
.voice-element-txt{
    font-size: 15px;
    margin-bottom: 15px;
}
.voice-txt{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px
}
.voice-btn{
    margin-top: 70px;
}
#member .voice-btn{
    display: none;
}
@media screen and (min-width: 768px){
    .voice-element-up-txt{
        font-size: 15px;
    }
    .voice-element-up-tttl{
        font-size: 14px;
    }
    .voice-element-up{
        display: flex;
        align-items: flex-start;
    }
    .voice-element-up-img, .voice-element-up-txtarea{
        max-width: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        margin: 0 5px 10px;
    }
    .voice-element-down-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .voice-element-down-content{
        max-width: calc(((100% / 12) * 6) - 10px);
        flex-basis: calc(((100% / 12) * 6) - 10px);
        margin: 0 5px 10px;
    }
    .voice-element{
        height: 400px !important;
    }
    .voice-element-open{
        height: 250px;
    }
    .voice-btn{
        margin-top: 90px;
    }
}
@media screen and (min-width: 1028px){
    .voice-element-up-ttl{
        font-size: 26px;
    }
    .voice-element-up-img figcaption{
        font-size: 14px;
    }
    .voice-element-up-img, .voice-element-up-txtarea{
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 10px 10px;
    }
    .voice-element-up-img{
        margin: 0 10px 10px 0;
    }
    .voice-element-up-txtarea{
        margin: 0 0 10px 10px;
    }
    .voice-element{
        height: 520px !important;
        width: 630px !important;
    }
    .js-voice-slick .slick-list {
        padding: 0 25% 0!important;
    }
    .voice-element-ttl{
        font-size: 14px;
    }
    .voice-element-open{
        height: 300px;
    }
    .voice-element-down-inner{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .voice-element-down-content{
        max-width: calc(((100% / 12) * 6) - 30px);
        flex-basis: calc(((100% / 12) * 6) - 30px);
        margin: 0 15px;
    }
    .voice-element.on{
        min-height: 520px !important;
    }
    .voice-txt{
        margin-bottom: 50px;
        font-size: 20px;
    }
    .voice-btn{
        margin-top: 100px;
    }
    .voice-element-up-img a:hover img{
        transform: scale(1.05);
    }
}
.js-voice-slick .slick-list{
    overflow: visible;
}
.js-voice-slick .slick-track{
    align-items: flex-start;
}

#nonmember .voice-element::before{
    content: '';
    display: inline-block;
    width: 90%;
    height: 40%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media screen and (min-width: 1028px){
    #nonmember .voice-element::before{
        height: 45%;
        bottom: 35px;
    }
}

/* =============================================
banner
============================================= */
.banner-element:first-child{
    margin-bottom: 20px;
}
.banner-element{
    border-radius: 20px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    overflow: hidden;
    transition: .2s ease;
}
@media screen and (min-width: 768px){
    .banner-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .banner-element{
        max-width: calc(((100% / 12) * 6) - 30px);
        flex-basis: calc(((100% / 12) * 6) - 30px);
        margin: 0 15px;
    }
    .banner-element:first-child{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1028px){
    .banner-element:hover{
        transform: scale(1.05);
    }
}

/* =============================================
nonmember
============================================= */
#member .voice-txt{
    display: none;
}