@charset "UTF-8";
main {
    margin: auto;
}

#flexBnr {
    display: none;
}

#mv {
    background-image: url(../img/fv_bg1_pc.png), url(../img/fv_bg2_pc.png);
    background-size: auto, auto;
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-x;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1070px;
}

#mv .mv_title {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 0;
    right: 0;
}

#mv .mv_img01 {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 320px;
    left: 0;
    right: 0;
}

#mv .mv_img02 {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 360px;
    left: 0;
    right: 0;
}

#mv .mv_txt {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 830px;
    left: calc(50% - 500px);
    right: calc(50% - 500px);
    font-size: 12px;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #mv {
        background-size: 130% auto;
        height: 100vw;
    }
    #mv .mv_title {
        top: 14vw;
    }
    #mv .mv_img01 {
        top: 32vw;
    }
    #mv .mv_img02 {
        top: 36vw;
    }
    #mv .mv_txt {
        top: 80vw;
        left: 3vw;
        right: 3vw;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    #mv {
        background-image: url(../img/fv_bg1_sp.png), none;
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
        height: 260vw;
    }
    #mv .mv_title {
        top: 0;
        left: 0;
        right: 0;
    }
    #mv .mv_img01 {
        top: 63.4vw;
        left: 0;
        width: 100%;
    }
    #mv .mv_img02 {
        top: 69.6vw;
        width: 100%;
    }
    #mv .mv_txt {
        top: 215vw;
        left: 7vw;
        right: 7vw;
        width: auto;
        font-size: 2.4vw;
    }
}

.cv_block {
    padding: 180px 0 60px;
    background: #f8f1ea;
    position: relative;
    z-index: 2;
}

#cv02.cv_block {
    margin-top: 140px;
}

.cv_block .inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.cv_block h2 {
    position: absolute;
    z-index: 1;
    top: -130px;
    left: 0;
    width: 100%;
    text-align: center;
}

.cv_block .cv_Btn {
    position: absolute;
    z-index: 3;
    width: 38.6%;
    text-align: center;
}

.cv_block #item01,
.cv_block #item02,
.cv_block #item03,
.cv_block #item04,
.cv_block #item05 {
    margin-bottom: 30px;
}

.cv_block #item01 .cv_Btn {
    right: 10%;
    bottom: 24%;
}

.cv_block #item01 .ank {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    bottom: 0;
    height: 16%;
    text-indent: -9999px;
}

.cv_block #item02 .cv_Btn {
    right: 10%;
    bottom: 10%;
}

.cv_block #item03 .cv_Btn {
    right: 10%;
    bottom: 10%;
}

.cv_block #item04 .cv_Btn {
    right: 10%;
    bottom: 10%;
}

.cv_block #item05 .cv_Btn {
    right: 10%;
    bottom: 10%;
}

.cv_Btn a {
    display: block;
    -webkit-animation-name: dokidoki;
    animation-name: dokidoki;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cv_block .accordion {
    max-width: 1000px;
    padding: 0 30px;
    margin: 40px auto auto;
    position: relative;
    border-radius: 20px;
}

.cv_block .accordion .accordion_title {
    position: relative;
    cursor: pointer;
}

.cv_block .accordion .accordion_title::before {
    background: #616060;
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    position: absolute;
    right: 30%;
    top: 50%;
    transition: .5s;
    transform: rotate(90deg);
}

.cv_block .accordion .accordion_title.open::before {
    transform: rotate(0deg);
}

.cv_block .accordion .accordion_title::after {
    background: #616060;
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    position: absolute;
    right: 30%;
    top: 50%;
    transition: .5s;
}

.cv_block .accordion .panel {
    padding: 10px 5%;
    display: none;
}

.cv_block .accordion .panel p {
    margin-top: 20px;
    font-size: 14px;
}

.cv_block .present {
    text-align: center;
    margin-top: 50px;
}

@keyframes dokidoki {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .cv_block {
        padding: 20vw 0 4vw;
    }
    #cv02.cv_block {
        margin-top: 10vw;
    }
    .cv_block h2 {
        top: -10vw;
    }
    .cv_block .cv_Btn {
        position: absolute;
        z-index: 3;
        text-align: center;
    }
    .cv_block #item01,
    .cv_block #item02,
    .cv_block #item03,
    .cv_block #item04,
    .cv_block #item05 {
        max-width: 100%;
        margin: auto auto 4vw;
    }
    .cv_block #item01 .ank {
        right: 8vw;
        left: 8vw;
    }
    .cv_block .accordion {
        max-width: 100%;
        margin: 4vw 8vw;
    }
    .cv_block .accordion .accordion_title::before {
        width: 1.5vw;
    }
    .cv_block .accordion .accordion_title::after {
        width: 1.5vw;
    }
}

@media screen and (max-width: 767px) {
    #cv {
        display: block;
        height: 0;
        padding-top: 35vw;
        margin-top: -35vw;
    }
    .period {
        display: block;
        height: 0;
        padding-top: 8vw;
        margin-top: -8vw;
    }
    .cv_block {
        padding: 20vw 0 8vw;
    }
    #cv02.cv_block {
        margin-top: 4vw;
    }
    #cv02.cv_block {
        background-image: -moz-linear-gradient( 90deg, rgb(248, 241, 234) 86%, rgb(255, 255, 255) 94%);
        background-image: -webkit-linear-gradient( 90deg, rgb(248, 241, 234) 86%, rgb(255, 255, 255) 94%);
        background-image: -ms-linear-gradient( 90deg, rgb(248, 241, 234) 86%, rgb(255, 255, 255) 94%);
    }
    .cv_block h2 {
        top: -24vw;
    }
    .cv_block .cv_Btn {
        position: absolute;
        z-index: 3;
        width: 80%;
        text-align: center;
    }
    .cv_block #item01 .cv_Btn {
        right: 10%;
        bottom: 2%;
    }
    .cv_block #item02 .cv_Btn {
        right: 10%;
        bottom: 2%;
    }
    .cv_block #item03 .cv_Btn {
        right: 10%;
        bottom: 2%;
    }
    .cv_block #item04 .cv_Btn {
        right: 10%;
        bottom: 2%;
    }
    .cv_block #item05 .cv_Btn {
        right: 10%;
        bottom: 2%;
    }
    #item {
        display: block;
        height: 0;
        padding-top: 15vw;
        margin-top: -15vw;
    }
    .cv_block #item01,
    .cv_block #item02,
    .cv_block #item03,
    .cv_block #item04,
    .cv_block #item05 {
        margin: auto;
    }
    .cv_block .bottom {
        margin-bottom: 6vw;
    }
    .cv_block .bottom .ank {
        display: block;
        position: absolute;
        z-index: 3;
        right: 6%;
        left: 6%;
        bottom: 0;
        height: 86%;
        text-indent: -9999px;
    }
    .cv_block .accordion_set {
        background-image: url(../img/cv_accordion_bg_sp.png);
        background-repeat: repeat-y;
        background-size: 100% auto;
        background-position: center;
        padding: 2vw 10vw;
        font-size: 2.4vw;
        color: #616060;
    }
    .cv_block .accordion_set .set {
        display: none;
    }
    .cv_block .accordion_set .accordion_title {
        background: #efefef;
        text-align: center;
        font-size: 3vw;
        padding: .2em;
        margin-bottom: .8em;
        position: relative;
        cursor: pointer;
    }
    .cv_block .accordion_set .accordion_title::after,
    .cv_block .accordion_set .accordion_title::before {
        content: '';
        position: absolute;
        z-index: 1;
        right: 3vw;
        top: 50%;
        width: 3vw;
        height: 1px;
        background: #000;
        transition: .3s;
    }
    .cv_block .accordion_set .accordion_title::after {
        transform: rotate(90deg);
    }
    .cv_block .accordion_set .accordion_title.open::after {
        transform: rotate(0);
    }
    .cv_block .accordion {
        margin: 4vw 3vw;
    }
    .cv_block .accordion {
        width: 85.4vw;
        margin: 8vw auto auto;
    }
    .cv_block .accordion h3 {
        margin-bottom: 4vw;
    }
    .cv_block .accordion .accordion_title::before {
        width: 2vw;
        right: 3vw;
    }
    .cv_block .accordion .accordion_title::after {
        width: 2vw;
        right: 3vw;
    }
    .cv_block .accordion .panel {
        padding: 0;
    }
    .cv_block .accordion .panel p {
        margin-top: 2em;
        font-size: 2.6vw;
    }
    .cv_block .present {
        margin-top: 6vw;
    }
}

.cv_footer {
    width: 100%;
    margin: auto;
    padding: 70px 0;
}

.cv_footer .inner {
    max-width: 1000px;
    margin: auto;
    padding: 40px 50px;
    background-image: url(../img/cv_footer_bg01.png);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cv_footer_block01 {
    width: 30%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cv_footer_block01::before {
    content: '';
    width: 0;
    height: 70%;
    position: absolute;
    left: -10%;
    bottom: 0;
    border-right: 4px dotted #ff6559;
    z-index: 1;
    display: block;
}

.cv_footer_block01:first-child:before {
    display: none;
}

.cv_footer_block01 h3 {
    text-align: center;
    margin-bottom: auto;
    line-height: 0;
}

.cv_footer_block01 .box .txt {
    text-align: center;
    font-size: 12px;
    margin-top: 1em;
}

.cv_footer_block01 .links {
    color: #fd6e78;
}

.cv_footer_block01 .links a {
    color: #fd6e78;
    text-decoration: underline;
}

.cv_footer .cv_footer_tokuten {
    text-align: center;
    margin-bottom: 70px;
}

.cv_footer .cv_footer_img01 {
    text-align: center;
    margin-bottom: 20px;
}

.cv_footer_block01 .sns {
    padding-top: 2rem;
}

.cv_footer_block01 .sns div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cv_footer_block01 .sns div a {
    display: block;
}

.cv_footer_block01 .sns div:nth-child(1) a {
    width: 46%;
}

.cv_footer_block01 .sns div:nth-child(2) {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cv_footer_block01 .sns div:nth-child(2) a {
    margin: 0 0.7rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(1) {
    max-width: 5rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(2) {
    max-width: 5.8rem;
}

.cv_footer_block01 .sns div:nth-child(2) a:nth-child(3) {
    max-width: 5.5rem;
}


/*スライド*/

/* .slide ul {
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.slide ul .slick-slide {
    margin: 0 15px;
}

.slide ul .slick-slide img {
    max-width: 310px !important;
}

.slide .slick-prev {
    left: -20px;
    z-index: 10;
    background-image: url(../img/arw_L.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.slide .slick-next {
    right: -20px;
    z-index: 10;
    background-image: url(../img/arw_R.png);
    background-size: contain;
    width: 50px;
    height: 50px;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}

.slide .slick-prev.slick-disabled,
.slide .slick-next.slick-disabled {
    display: none !important;
}

.slide .slick-dots {
    bottom: -40px;
}

.slide .slide .slick-dots li {
    margin: 0 5px;
}

.slide .slick-dots li button:before {
    opacity: 1;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fb8302;
}

.slide .slick-dots li.slick-active button:before {
    opacity: 1;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fb8302;
    border: 1px solid #fb8302;
} */

@media screen and (min-width: 768px)and (max-width: 1040px) {
    /* .slide .slick-prev {
        left: 0px;
    }
    .slide .slick-next {
        right: 0px;
    } */
}

@media screen and (max-width: 767px) {
    /* .slide ul li {
        margin: 0 10vw;
    }
    .slide ul .slick-slide img {
        max-width: 72vw !important;
    }
    .slide .slick-prev {
        left: calc(50% - 46vw);
        width: 10vw;
        height: 10vw;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slide .slick-next {
        right: calc(50% - 46vw);
        width: 10vw;
        height: 10vw;
        background-size: contain;
        background-repeat: no-repeat;
    } */
}

@media screen and (min-width: 768px)and (max-width: 1040px) {
    .cv_footer_block01 .links a {
        font-size: 12px;
    }
}


/* SP */

@media screen and (max-width: 767px) {
    .inner {
        width: auto;
    }
    main {
        /* padding-top: 13.33333vw; */
    }
    .cv_footer {
        width: 100%;
        margin: auto;
        padding: 10vw 0 4vw;
    }
    .cv_footer .inner {
        padding: 4vw 3vw;
        margin: auto 6vw;
        background-size: 5px auto;
        border-radius: 2vw;
        display: block;
    }
    .cv_footer_block01 {
        width: 100%;
        display: block;
        margin-bottom: 3vw;
    }
    .cv_footer_block01:last-child {
        margin-bottom: 0;
    }
    .cv_footer_block01::before {
        display: none;
    }
    .cv_footer_block01 h3 {
        text-align: center;
        margin-bottom: 3vw;
        line-height: 0;
    }
    .cv_footer_block01 .box {
        padding: 0 4vw;
    }
    .cv_footer_block01 .box .txt {
        font-size: 3vw;
        margin-top: 0;
    }
    .cv_footer_block01 .links {
        font-size: 3.6vw;
    }
    .cv_footer_block01 .links a {
        font-size: 3.6vw;
    }
    .cv_footer .cv_footer_tokuten {
        text-align: center;
        margin-bottom: 8vw;
    }
    .cv_footer .cv_footer_img01 {
        margin-bottom: 2vw;
    }
    .cv_footer_block01 .tel {
        margin-top: 5vw;
        padding: 0 3vw;
    }
    .cv_footer_block01 .sns {
        padding-top: 2rem;
    }
    .cv_footer_block01 .sns div a {
        display: block;
    }
    .cv_footer_block01 .sns div:nth-child(1) a {
        width: 31.5vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) {
        margin-top: 1rem;
    }
    .cv_footer_block01 .sns div:nth-child(2) a {
        margin: 0 3vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(1) {
        max-width: 14vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(2) {
        max-width: 14vw;
    }
    .cv_footer_block01 .sns div:nth-child(2) a:nth-child(3) {
        max-width: 14vw;
    }
}


/* コンテンツ */
/* 
#sec01 {
    padding: 50px 0 0;
    background-image: url(../img/sec01_bg01_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#sec01 .bg01 {
    text-align: center;
    position: relative;
    z-index: 3;
}

#sec01 .bg02 {
    margin-top: -270px;
    padding-top: 400px;
    text-align: center;
    background-image: url(../img/sec01_bg02_pc.png), url(../img/sec01_bg04_pc.png);
    background-position: center top, center top 300px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
    z-index: 2;
}

#sec01 .bg02::before {
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    right: calc(50% + 650px);
    background-image: url(../img/sec01_bg03_pc.png);
    background-position: right top;
    background-repeat: repeat-x;
    background-size: auto;
    z-index: 1;
}

#sec01 .bg02::after {
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: calc(50% + 650px);
    background-image: url(../img/sec01_bg03_pc.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto;
    z-index: 2;
}

#sec01 .bg02 p {
    margin-bottom: 50px;
}

#sec01 .bg02 .img01 {
    margin-top: 50px;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec01 .bg02 {
        margin-top: -27vw;
        padding-top: 40vw;
        text-align: center;
        background-image: url(../img/sec01_bg02_pc.png), url(../img/sec01_bg04_pc.png);
        background-position: center top, center top 30vw;
        background-repeat: no-repeat, no-repeat;
        background-size: 130vw auto, cover;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 767px) {
    #sec01 {
        padding: 10vw 0 0;
        background-image: url(../img/sec01_bg01_sp.png);
        width: 100%;
    }
    #sec01 .bg02 {
        margin-top: -16vw;
        padding-top: 23vw;
        background-image: url(../img/sec01_bg02_sp.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    #sec01 .bg02::before {
        display: none;
    }
    #sec01 .bg02::after {
        display: none;
    }
    #sec01 .bg02 p {
        margin-bottom: 6vw;
    }
    #sec01 .bg02 .img01 {
        margin-top: 6vw;
    }
    #sec01 .sec01_slide {
        background-image: url(../img/sec01_bg04_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 8vw 0;
    }
    #sec01 .sec01_slide h2 {
        margin-bottom: 4vw;
    }
    #sec01 .sec01_slide .slide .slick-prev {
        top: 30%;
        left: calc(50% - 42vw);
    }
    #sec01 .sec01_slide .slide .slick-next {
        top: 30%;
        right: calc(50% - 42vw);
    }
    #sec01 .sec01_slide .slick-dots {
        bottom: -50px;
    }
    #sec01 .sec01_slide .slide .slick-dots li {
        margin: 0 2vw;
    }
    #sec01 .sec01_slide .slick-dots li button:before {
        opacity: 1;
        content: '';
        width: 3vw;
        height: 3vw;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #f5bd48;
    }
    #sec01 .sec01_slide .slick-dots li.slick-active button:before {
        opacity: 1;
        content: '';
        width: 3vw;
        height: 3vw;
        border-radius: 50%;
        background-color: #f5bd48;
        border: 1px solid #f5bd48;
    }
}

#sec02 {
    padding: 0 0 70px;
    background-image: url(../img/sec02_bg_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#sec02 h2 {
    text-align: center;
    padding: 10px 0;
    background: #e86d2c;
    margin-bottom: 60px;
}

#sec02 .img01 {
    margin-bottom: 60px;
}

#sec02 p {
    font-size: 12px;
    max-width: 1000px;
    margin: auto;
    text-align: left;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec02 p {
        padding: 0 6vw;
    }
}

@media screen and (max-width: 767px) {
    #sec02 {
        padding: 0 0 6vw;
        background-image: url(../img/sec02_bg_sp.png);
        background-size: 100% auto;
        background-position: top 42vw center;
    }
    #sec02 h2 {
        padding: 10px 0;
        background: #fff;
        margin-bottom: 0;
    }
    #sec02 .img01 {
        background: #fff;
        padding: 0 0 2vw;
        margin-bottom: 72vw;
    }
    #sec02 .img02 {
        margin-bottom: 2vw;
    }
    #sec02 p {
        padding: 0 7vw;
        font-size: 2.4vw;
        line-height: 1.4em;
    }
}

#sec03 .inner {
    background: #f0efec;
    position: relative;
    z-index: 1;
}

#sec03 h2 {
    text-align: center;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 1;
}

#sec03 .img01 {
    text-align: center;
}

#sec03 .img02 {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -210px;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec03 {
        padding: 0;
    }
    #sec03 h2 {
        top: 5vw;
    }
    #sec03 .img02 {
        left: 13%;
        bottom: -15vw;
        width: 74%;
    }
}

@media screen and (max-width: 767px) {
    #sec03 {
        padding: 0;
    }
    #sec03 h2 {
        text-align: center;
        position: absolute;
        left: 0;
        top: 12vw;
        width: 100%;
        z-index: 1;
    }
    #sec03 .img01 {
        padding-top: 20vw;
        text-align: center;
        background: #fff;
    }
}

#sec04 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 240px;
    margin-bottom: -70px;
}

#sec04::after {
    content: '';
    display: block;
    width: 100%;
    height: 130px;
    bottom: -60px;
    left: 0;
    position: absolute;
    z-index: -1;
    background-image: url(../img/sec04_img02_pc.png);
    background-size: 100% 100%;
}

#sec04 .img01 {
    text-align: center;
    background: transparent;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec04 {
        padding-top: 18vw;
        margin-bottom: -8vw;
    }
    #sec04::after {
        height: 16vw;
        bottom: -8vw;
    }
}

@media screen and (max-width: 767px) {
    #sec04 {
        padding-top: 0;
        z-index: 2;
        margin-bottom: 0;
    }
    #sec04::after {
        display: none;
    }
}

#sec05 {
    background-image: url(../img/sec05_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0 100px;
    z-index: 0;
    position: relative;
}

#sec05 .img01 {
    text-align: center;
}

#sec05 .img02 {
    text-align: center;
}

#sec05 .img03 {
    text-align: center;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec05 {
        padding: 10vw 0 10vw;
    }
}

@media screen and (max-width: 767px) {
    #sec05 {
        background-image: url(../img/sec05_bg_sp.png);
        padding: 50vw 0 10vw;
        margin-top: -16vw;
    }
    #sec05 .img02 {
        margin-top: 8vw;
        margin-bottom: 4vw;
    }
}

#sec06 .bg01 {
    background-image: url(../img/sec06_bg01_pc.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #e8dba8;
    z-index: 1;
    position: relative;
    padding: 80px 0 200px;
}

#sec06 .bg02 {
    margin-top: -160px;
    background-image: url(../img/sec06_bg02_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
    position: relative;
    padding: 170px 0 100px;
}

#sec06 .img01 {
    text-align: center;
    margin-bottom: 530px;
}

#sec06 .img02 {
    text-align: center;
    margin-top: 70px;
}

#sec06 .img03 {
    text-align: center;
}

#sec06 p {
    font-size: 12px;
    max-width: 1000px;
    margin: 1em auto auto;
    text-align: left;
}

#sec06 .mv {
    max-width: 740px;
    margin: auto;
}

#sec06 .mv .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#sec06 .mv .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sec06 .mv iframe {
    width: 100%;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec06 .bg01 {
        padding: 8vw 0 34vw;
        background-size: 115vw auto;
    }
    #sec06 .bg02 {
        margin-top: -30vw;
        padding: 18vw 0 8vw;
    }
    #sec06 .img01 {
        margin-bottom: 50vw;
    }
    #sec06 .img02 {
        margin-top: 4vw;
    }
    #sec06 .img03 {
        text-align: center;
    }
    #sec06 p {
        font-size: 12px;
        margin: 1em 4vw auto;
    }
}

@media screen and (max-width: 767px) {
    #sec06 .bg01 {
        background-image: url(../img/sec06_bg01_sp.png);
        background-size: cover;
        padding: 10vw 0 28vw;
    }
    #sec06 .bg02 {
        margin-top: -20vw;
        background-image: url(../img/sec06_bg02_sp.png);
        background-size: cover;
        padding: 22vw 0 14vw;
    }
    #sec06 .img01 {
        margin-bottom: 70vw;
    }
    #sec06 .img02 {
        text-align: center;
        margin-top: 6vw;
    }
    #sec06 .img03 {
        text-align: center;
    }
    #sec06 p {
        font-size: 2.4vw;
        margin: 2em 6vw auto;
    }
    #sec06 .mv {
        margin: auto 6vw;
    }
}

#sec07 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 0;
    background-image: url(../img/sec07_bg01_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#sec07 h2 {
    margin-bottom: 40px;
}

#sec07 .sec07_slide .slide ul {
    max-width: 100%;
}

#sec07 .sec07_slide .slide ul .slick-slide {
    margin: 0 5px;
}

#sec07 .sec07_slide .slide .slick-prev {
    left: calc(50% - 500px);
}

#sec07 .sec07_slide .slide .slick-next {
    right: calc(50% - 500px);
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec07 {
        padding: 4vw 0;
    }
    #sec07 .sec07_slide .slide .slick-prev {
        top: 50%;
        left: calc(50% - 42vw);
    }
    #sec07 .sec07_slide .slide .slick-next {
        top: 50%;
        right: calc(50% - 42vw);
    }
}

@media screen and (max-width: 767px) {
    #sec07 {
        padding: 8vw 0 12vw;
    }
    #sec07 h2 {
        margin-bottom: 4vw;
    }
    #sec07 .sec07_slide .slide .slick-prev {
        top: 50%;
        left: calc(50% - 42vw);
    }
    #sec07 .sec07_slide .slide .slick-next {
        top: 50%;
        right: calc(50% - 42vw);
    }
    #sec07 .sec07_slide .slick-dots {
        bottom: -7vw;
    }
    #sec07 .sec07_slide .slide .slick-dots li {
        margin: 0 1.5vw;
    }
    #sec07 .sec07_slide .slick-dots li button:before {
        width: 3vw;
        height: 3vw;
    }
    #sec07 .sec07_slide .slick-dots li.slick-active button:before {
        width: 3vw;
        height: 3vw;
    }
}

#sec08 {
    background-image: url(../img/sec08_bg_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0;
}

#sec08 .inner {
    max-width: 1200px;
    margin: auto;
}

#sec08 .img01.top {
    margin-top: -70px;
}

@media screen and (max-width: 767px) {
    #sec08 {
        background-image: url(../img/sec08_bg_sp.png);
        padding: 8vw 0;
    }
    #sec08 h2 {
        margin-bottom: 10vw;
    }
    #sec08 .img01.top {
        margin-top: auto;
    }
}

#sec09 {
    background-image: url(../img/sec09_bg01_pc.png), url(../img/sec09_bg02_pc.png);
    background-size: 100% auto, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    padding: 16vw 0 140px;
}

#sec09 .inner {
    max-width: 1200px;
    margin: auto;
}

#sec09 .inner h2 {
    margin-bottom: 30px;
}

#sec09 .inner .img01 {
    margin-bottom: 50px;
}

#sec09 .inner .img02 {
    margin-top: 70px;
}

#sec09 .btn {
    text-align: center;
}

#sec09 .mv {
    max-width: 740px;
    margin: auto auto 50px;
}

#sec09 .mv .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#sec09 .mv .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #sec09 {
        background-image: url(../img/sec09_bg01_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 38vw 0 44vw;
    }
    #sec09 .inner h2 {
        margin-bottom: 6vw;
    }
    #sec09 .inner .img01 {
        margin-bottom: 6vw;
    }
    #sec09 .inner .img02 {
        margin-top: 10vw;
    }
    #sec09 .btn {
        max-width: 78vw;
        margin: auto;
        text-align: center;
    }
    #sec09 .mv {
        max-width: 78vw;
        margin: auto auto 6vw;
    }
}

#sec10 {
    background-color: #fcfcfa;
    background-image: url(../img/sec10_bg_pc.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 0 70px;
}

#sec10 .inner {
    max-width: 1200px;
    margin: auto;
}

#sec10 .inner h2 {
    margin-bottom: 560px;
}

#sec10 .inner .img01 {
    text-align: center;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec10 {
        background-size: 130% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 8vw 0;
    }
    #sec10 .inner h2 {
        margin-bottom: 56vw;
    }
    #sec10 .inner .img01 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #sec10 {
        background-image: url(../img/sec10_bg_sp.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 10vw 0;
    }
    #sec10 .inner h2 {
        margin-bottom: 54vw;
    }
    #sec10 .sec10_slide .slide .slick-prev {
        top: 50%;
        background-image: url(../img/arw_L2.png);
        left: calc(50% - 42vw);
    }
    #sec10 .sec10_slide .slide .slick-next {
        top: 50%;
        background-image: url(../img/arw_R2.png);
        right: calc(50% - 42vw);
    }
    #sec10 .sec10_slide .slick-dots {
        bottom: -10vw;
    }
    #sec10 .sec10_slide .slide .slick-dots li {
        margin: 0 1.5vw;
    }
    #sec10 .sec10_slide .slick-dots li button:before {
        width: 3vw;
        height: 3vw;
    }
    #sec10 .sec10_slide .slick-dots li.slick-active button:before {
        width: 3vw;
        height: 3vw;
    }
}

#sec11 {
    padding: 80px 0 0;
}

#sec11 .inner {
    max-width: 1000px;
    margin: auto;
}

#sec11 .inner h2 {
    margin-bottom: 40px;
}

#sec11 .faq dt {
    margin-bottom: 20px;
}

#sec11 .faq dd {
    border-bottom: 2px dotted #fedaaf;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-left: 62px;
    position: relative;
}

#sec11 .faq dd::before {
    content: '';
    background-image: url(../img/sec11_a_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
}

#sec11 .faq dd .txt01 {
    font-size: 18px;
}

#sec11 .faq dd .txt02 {
    font-size: 12px;
    margin-top: 1em;
}

#sec11 .faq dd sup {
    vertical-align: super;
    font-size: 12px;
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #sec11 {
        padding: 80px 0 0;
    }
    #sec11 .inner {
        max-width: 1000px;
        margin: auto;
    }
    #sec11 .inner .faq {
        padding: 0 4vw;
    }
}

@media screen and (max-width: 767px) {
    #sec11 {
        padding: 10vw 0 0;
    }
    #sec11 .inner h2 {
        margin-bottom: 5vw;
    }
    #sec11 .faq {
        padding: 0 6vw;
    }
    #sec11 .faq dt {
        margin-bottom: 4vw;
    }
    #sec11 .faq dd {
        padding-bottom: 5vw;
        margin-bottom: 5vw;
        padding-left: 11vw;
    }
    #sec11 .faq dd::before {
        background-image: url(../img/sec11_a_sp.png);
        width: 8vw;
        height: 8vw;
    }
    #sec11 .faq dd .txt01 {
        font-size: 3.6vw;
    }
    #sec11 .faq dd .txt02 {
        font-size: 2.4vw;
    }
    #sec11 .faq dd sup {
        vertical-align: super;
        font-size: 2vw;
    }
} */