/**swiper**/
.swiperWrap{
    position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-wrapper{
    height: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
    left: auto;
}
.swiper-button-next, .swiper-button-prev{
    color: #000000;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -35px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 23px));
    clip-path: polygon(50% 0, 100% 25%, 100% 80%, 50% 100%, 0 80%, 0 25%);
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background: #ffc143;
}
/**accordion**/
.accordion dt{
    cursor: pointer;
}
.accordion dd{
    display: none;
}

section{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
section .contents{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
picture{
    display: block;
    max-width: 100%;
}
img{
    display: block;
    max-width: 100%;
}
/**#sec02**/
section#sec02{
    position: relative;
    padding-bottom: 105px;
    padding-top: 25px;
}
section#sec02::before{
    content: "";
    display: block;
    width: 100%;
    top: -108px;
    left: 0;
    right: 0;
    background-image: url(../img/pc/02-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 108px;
}
section#sec02 .flexWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section#sec02 .flexWrap .leftWrap{
    width: 50%;
    box-sizing: border-box;
    padding: 1%;
}
section#sec02 .flexWrap .rightWrap{
    width: 50%;
    box-sizing: border-box;
    padding: 1%;
}
section#sec02 .flexWrap .rightWrap .btn{
    margin-top: 3%;
    display: block;
}
/**#sec03**/
section#sec03{
    position: relative;
    padding-top: 25px;
    padding-bottom: 105px;
    z-index: 1;
}
section#sec03::before{
    content: "";
    display: block;
    width: 100%;
    bottom: -45px;
    left: 0;
    right: 0;
    background-image: url(../img/pc/03-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
}
/**#sec04**/
section#sec04{
    background-image: url(../img/pc/04-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 185px;
    padding-bottom: 185px;
    position: relative;
    margin-top: -45px;

}
section#sec04::before{
    content: "";
    display: block;

}
section#sec04 .img04-1{
    width: max-content;
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
/**#sec05**/
section#sec05{
    position: relative;
    z-index: 1;
    margin-top: -135px;
}
/**#sec06**/
section#sec06{
    position: relative;
}
section#sec06::before{
    content: "";
    display: block;
    width: 100%;
    top: -108px;
    left: 0;
    right: 0;
    background-image: url(../img/pc/06-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 108px;
}
/**#sec07**/
section#sec07{
    position: relative;
    padding-top: 55px;
    padding-bottom: 125px;
}
section#sec07 .flexWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section#sec07 .flexWrap .leftWrap{
    width: 50%;
    box-sizing: border-box;
    padding: 1%;
}
section#sec07 .flexWrap .rightWrap{
    width: 50%;
    box-sizing: border-box;
    padding: 1%;
}
section#sec07 .flexWrap .rightWrap .btn{
    margin-top: 3%;
    display: block;
}
section#sec07 .flexWrap .rightWrap .itemWrap{
    margin-top: 5%;
}
section#sec07 .flexWrap .rightWrap .itemWrap:first-of-type{
    margin-top: 0;
}
/**#sec08**/
section#sec08{
    position: relative;
    padding-bottom: 105px;
    padding-top: 25px;
    background-color: #fdf3da;

}
section#sec08::before{
    content: "";
    display: block;
    width: 100%;
    top: -108px;
    left: 0;
    right: 0;
    background-image: url(../img/pc/08-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 108px;

}
section#sec08 .img08-1{
    width: max-content;
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
section#sec08 .qaWrap dl{
    background-color: #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 3%;
    padding-top: calc(3% - 1em);
    margin-bottom: 2%;
}
section#sec08 .qaWrap dl:last-of-type{
    margin-bottom: 0;
}
section#sec08 .qaWrap dl dt{
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 2em;
    padding-right: 1.55em;
    padding-top: 1em;
}
section#sec08 .qaWrap dl dt::before{
    content: "";
    display: block;
    width: 1em;
    height: 2em;
    background-image: url(../img/pc/ic_q.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.75em;
    left: 0;
}
section#sec08 .qaWrap dl dt::after{
    content: "";
    display: block;
    width: 1.25em;
    height: 1.25em;
    background-image: url(../img/pc/bottun_open.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 1em;
    right: 0;
}
section#sec08 .qaWrap dl dt.active::after{
    background-image: url(../img/pc/bottun_close.png);
}
section#sec08 .qaWrap dl dd{
    position: relative;
    font-size: 1.5rem;
    border-top: 0.075em solid #333333;
    margin-top: 1em;
    padding-top: 1em;
    padding-left: 2.5em;
    padding-right: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
}
section#sec08 .qaWrap dl dd::before{
    content: "";
    display: block;
    width: 1em;
    height: 2em;
    background-image: url(../img/pc/ic_a.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.75em;
    left: 0;
}
@media (max-width: 980px) {
    section#sec04 .img04-1{
        max-width: 25%;
    }
    section#sec08 .img08-1 {
        max-width: 25%;
    }
}
@media (max-width: 768px) {
    section#sec02 {
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    section#sec02::before{
        content: "";
        top: -4vw;
        height: 5vw;
    }
    section#sec02 .flexWrap .leftWrap{
        width: 40%;
    }
    section#sec02 .flexWrap .rightWrap{
        width: 60%;
    }
    section#sec03 {
        padding-top: 2vw;
        padding-bottom: 10vw;
    }
    section#sec03::before{
        bottom: 0vw;
        height: 8vw;
    }
    section#sec04 {
        padding-top: 15vw;
        padding-bottom: 15vw;
        margin-top: -5vw;
    }
    section#sec04 .img04-1{
        max-width: 50%;
    }
    section#sec05{
        margin-top: 0;
    }
    section#sec06{
        margin-top: -12vw;
    }
    section#sec06::before{
        display: none;
    }
    section#sec07{
        padding-top: 5vw;
        padding-bottom: 15vw;
    }
    section#sec08::before {
        top: -5vw;
        height: 5vw;
    }
    section#sec08 .img08-1{
        max-width: 50%;
    }
}