@charset "utf-8";

#contents * {
    box-sizing: border-box;
}

#contents a {
    text-decoration: none;
}

#contents p,
#contents li,
#contents a,
#contents h1,
#contents h2,
#contents h3,
#contents dt,
#contents dd {
    font-size: 18px;
    color: #111;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;

}

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */
#contents .main {
    font-size: 0;
    border-left: #F63353 10px solid;
    border-right: #F63353 10px solid;
    padding: 240px 0 100px;
}

/*-----各見出し------ */

#contents .tit {
    text-align: center;
    position: relative;
}

#contents .tit::before {
    display: block;
    width: 2px;
    height: 40px;
    margin: 0 auto 45px;
    background-color: #F63353;
    content: "";
}

#contents .tit h2 {
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0 0 35px;
}


#contents .tit p.sub {
    font-size: 20px;
    color: #F63353;
    letter-spacing: 3px;
    margin: 0 0 40px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
}

#contents .tit p.copy {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
}

#contents .tit p.copy span {
    font-weight: bold;
    color: #F63353;
}


/*-------------title-------------- */

#contents .title {
    position: relative;
}

/*---見出し--- */
#contents .title .main_tit {
    position: absolute;
    bottom: 9%;
    left: 0;
    z-index: 3;
}

#contents .title .main_tit p.small {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: #F63353;
    padding: 30px 60px 15px;
    letter-spacing: 4px;
}

#contents .title .main_tit p.big {
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #F63353;
    padding: 45px 52px 45px;
    letter-spacing: 15px;
}

/*---写真--- */
#contents .title .bg_image ul {
    display: flex;
    flex-flow: wrap;
    background: #F63353;
    border-bottom: #F63353 10px solid;
}

#contents .title .bg_image ul li {
    width: 25%;
}

#contents .title .bg_image ul li img {
    width: 100%;
}


/*---h1--- */
#contents .title h1 {
    position: absolute;
    right: 0;
    background: #F63353;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 32%;
    padding: 20px 0 22px;
}

#contents .title h1 span {
    font-size: 20px;
    font-weight: bold;
}


/*-------------message-------------- */
#contents .message {
    position: relative;
    margin: 0 auto 130px;
}

#contents .message .wrap {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

/*---テキストエリア--- */
#contents .message .txt_area {
    position: relative;
    z-index: 3;
    width: 50%;
}

#contents .message .txt_area h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 60px;
    color: #111;
    margin: 0 auto 20px;
    padding-left: -0.4em;
    text-indent: 0.4em;
}

#contents .message .txt_area span {
    font-weight: normal;
    padding: 0 5px;
}

#contents .message .txt_area p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 3rem;
    padding-left: 1em;

}

#contents .message .txt_area p span {
    font-size: 20px;
    font-weight: bold;
    color: #F63353;

}

/*---ボタン--- */
#contents .message .txt_area a {
    position: relative;
    display: block;
    width: 400px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: #F63353 2px solid;
    padding: 20px 0;
    margin: 40px 0 0 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}

#contents .message .txt_area a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #F63353;
    border-top: 2px solid #F63353;
    content: "";
}

#contents .message .txt_area a:hover {
    color: #fff;
    background: #F63353;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 0px rgb(223, 223, 223);
}

#contents .message .txt_area a:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/*---画像エリア--- */
#contents .message .img_area {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    width: 44%;
}

#contents .message .img_area img {
    width: 100%;
    position: relative;
    z-index: 2;

}

#contents .message .img_box {
    position: relative;
    z-index: 2;
}


#contents .message .wrap .img_box .pink_frame {
    position: absolute;
    bottom: -20px;
    right: -30px;
    height: 280px;
    width: 60%;
    background: #f8e3e4;
    z-index: -1;
}

#contents .message .wrap .pink_frame2 {
    position: absolute;
    top: -80px;
    left: 20px;
    color: #f8e3e4;
    z-index: 1;
}

#contents .message .pink_frame2 p {
    color: #f8e3e4;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
}

#contents .message .pink_frame2 span {
    display: block;
    font-size: 90px;
    font-weight: bold;
    font-size: 90px;
    font-family: 'Roboto', sans-serif;
    padding: 40px 0 0;
}



/*-------------work-------------- */
#contents .work {
    position: relative;
    margin: 0 auto 150px;
}

#contents .work ul {
    display: flex;
    flex-flow: wrap;
    max-width: 1400px;
    margin: 50px auto 0;
    position: relative;
    z-index: 3;
    padding: 0 3% 40px;
    gap: 3%;
}

#contents .work ul li {
    width: 48.5%;
    text-align: center;
    background: #fff;
    margin-block-end: 3%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}
#contents .work.style ul li{
    width: 30%;
}

#contents .work ul li a {
    height: 100%;
}

/*---画像エリア--- */
#contents .work .img_area {
    position: relative;
}

#contents .work .img_area img {
    width: 100%;
}


#contents .work .img_area h3 {
    background: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 17px 50px 10px 60px;
}

#contents .work .img_area h3 span {
    position: relative;
    display: inline-block;
}

#contents .work .img_area h3 span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #F63353;
    border-right: solid 2px #F63353;
    position: absolute;
    left: -25px;
    top: 3px;
    transform: rotate(45deg);
}

#contents .work .img_area h3 span::after {
    position: absolute;
    top: 28px;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 45px;
    background: #F63353;
    content: "";
    transition-duration: 0.5s;
}

#contents .work a:hover .img_area h3 span::after {
    transform: scale(0, 0);
    transition-duration: 0.5s;
}

#contents .work figure {
    border-radius: 0;
}

#contents .work ul li figcaption p {
    padding: 10px 0 0;
    font-size: 16px;
    text-align: center;
}

/*---テキストエリア--- */
#contents .work dl {
    padding: 35px 30px 30px;
}

#contents .work dl dt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    color: #F63353;
    margin: 0 auto 20px;
}

#contents .work dl dd {
    font-size: 15px;
    text-align: left;
    line-height: 32px;

}

#contents .work ul li p {
    padding: 35px 30px 32px;
    font-size: 15px;
    text-align: left;
    line-height: 32px;

}

/*---フレーム--- */
#contents .work .red_frame {
    display: block;
    position: absolute;
    bottom: 0;
    height: 330px;
    width: 85%;
    background: #F63353;
    z-index: 2;
}

#contents .work .pink_frame {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 170px;
    width: 50%;
    background: #f8e3e4;
    z-index: 1;
}

#contents .work .pink_frame p {
    position: absolute;
    bottom: -45px;
    right: 0;
    color: #f8e3e4;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
}

#contents .work .pink_frame span {
    position: relative;
    bottom: -15px;
    display: inline-block;
    font-size: 90px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}


/*---マスク--- */
#contents .box {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#contents .box .boxInner {
    height: 100%;
    background-color: #fffffb;
    opacity: 0;
}

#contents .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
}

#contents .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: #d81636;
}

@keyframes play {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

/*-------------map-------------- */
#contents .map {
    margin: 0 auto 100px;
    position: relative;
}

/*---地図--- */
#contents .map .map_area img {
    position: relative;
    z-index: 2;
    width: 1024px;
    display: block;
    margin: 0 auto;
}

#contents .map .map_area {
    z-index: 3;
    width: 1024px;
    display: block;
    margin: 40px auto 0;
    position: relative;
}

#contents .map .button_area dl {
    position: absolute;
    width: 200px;
    border-radius: 4px;
    border: #F63353 2px solid;
    padding: 20px 10px 10px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}


#contents .map .button_area dt {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #F63353;
    pointer-events: none;
}

#contents .map .button_area ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;

}

#contents .map .button_area ul li {
    width: 50%;
    margin: 0 0 8px;
    padding: 0 4px;
    box-sizing: border-box;
}

#contents .map .button_area ul li a {
    display: block;
    font-size: 14px;
    background: #eeeeee;
    padding: 14px 0 12px;
    border-radius: 2px;
}

#contents .map .button_area ul li a:hover {
    display: block;
    font-size: 14px;
    background: #F63353;
    color: #fff;
    transition: 0.5s;
}

#contents .map .caution {
    max-width: 1400px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    margin: -40px 0 0 0;
}

/*---フレーム--- */

#contents .map .pink_frame {
    position: absolute;
    display: block;
    top: 50%;
    height: 370px;
    width: 100%;
    background: #f8e3e4;
    z-index: 1;
}

#contents .map .pink_frame p {
    position: absolute;
    top: -40px;
    left: 0;
    color: #f8e3e4;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
}

#contents .map .pink_frame span {
    display: inline-block;
    font-size: 90px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/*---各地域--- */
#contents .map .tohoku {
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 30px;
}

#contents .map .kanto {
    position: absolute;
    z-index: 3;
    top: 280px;
    right: 30px;
}

#contents .map .hokuriku {
    position: absolute;
    z-index: 3;
    top: 210px;
    right: 250px;
}

#contents .map .chubu {
    position: absolute;
    z-index: 3;
    top: 400px;
    right: 250px;
}

#contents .map .kinki {
    position: absolute;
    z-index: 3;
    top: 360px;
    right: 460px;
}

#contents .map .chugoku {
    position: absolute;
    z-index: 3;
    top: 340px;
    right: 670px;
}

#contents .map .shikoku {
    position: absolute;
    z-index: 3;
    top: 540px;
    right: 670px;
}

#contents .map .kyusyu {
    position: absolute;
    z-index: 3;
    top: 450px;
    right: 890px;
}



/*-------------interview-------------- */
#contents .interview {
    margin: 0 auto 130px;
}


#contents .interview .interview_box {
    position: relative;
    margin: 0 auto 90px;
}

#contents .interview .wrap {
    max-width: 1300px;
    margin: 60px auto 0 12%;
    display: flex;
    flex-flow: wrap;
}

/*---文字--- */
#contents .interview .txt_area {
    width: 30%;
    position: relative;
    top: 50px;
    z-index: 2;
}

#contents .interview .txt_area h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    letter-spacing: 1px;
    line-height: 1;
}

#contents .interview .txt_area p {
    font-size: 16px;
    font-weight: bold;
    color: #F63353;
    letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Source Code Pro', monospace;
    padding: 0 0 0 5px;
}

#contents .interview figure {
    border-radius: 0;
}

#contents .interview figcaption p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: -20px 0 0;
}

/*---画像--- */
#contents .interview .img_area {
    width: 70%;
    position: relative;
}

#contents .interview .img_area ul {
    display: flex;
    flex-flow: wrap;
    position: relative;
    z-index: 3;
    padding: 0 0 20px;
}

#contents .interview .img_area ul li {
    width: 48%;
    margin: 0 2% 0 0;
    position: relative;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}

#contents .interview .img_area ul li img {
    width: 100%;
}

#contents .interview .img_area ul li p.name {
    background: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 17px 40px 14px 50px;
}

#contents .interview .img_area ul li p.name::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #F63353;
    border-right: solid 2px #F63353;
    position: absolute;
    left: 20px;
    top: 18px;
    transform: rotate(45deg);
}

/*---フレーム--- */
#contents .interview .red_frame {
    display: block;
    position: absolute;
    bottom: 0;
    height: 180px;
    right: 0;
    width: 90%;
    background: #F63353;
    z-index: 1;
}

#contents .interview .interview_box .pink_frame {
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 90%;
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #F7E3E4 20%, #F7E3E4 84%, #fff 84%, #fff 100%);
}


/*-------------style-------------- */
/*---フレーム--- */
#contents .style .red_frame {
    right: 0;
    height: 280px;
}

#contents .style .pink_frame {
    left: 0;
    height: 170px;
}

#contents .style .pink_frame p {
    left: 0;
}

/* ------------------------------------------------------------
ipad
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

    /*-------------title-------------- */

    /*---見出し--- */
    #contents .title .main_tit p.small {
        font-size: 20px;
        padding: 15px 26px 10px;
    }

    #contents .title .main_tit p.big {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background: #F63353;
        padding: 25px 20px;
        letter-spacing: 15px;
    }

    /*---h1--- */
    #contents .title h1 {
        width: 50%;
    }

    /*-------------message-------------- */
    #contents .message .wrap {
        width: 90%;
    }

    #contents .message .txt_area h2 {
        font-size: 25px;
        line-height: 40px;
    }


    #contents .message .txt_area p {
        font-size: 16px;
        line-height: 2.4rem;

    }

    /*-------------work-------------- */

    /*---テキストエリア--- */
    #contents .work dl {
        padding: 35px 30px 30px;
    }

    #contents .work dl dt {
        margin: 0 auto 10px;
    }


    /*-------------map-------------- */

    /*---地図--- */

    #contents .map .map_area img {
        width: 90%;
    }

    #contents .map .button_area dl {
        width: 170px;
    }

    /*---各地域--- */
    #contents .map .hokuriku {
        right: 230px;
    }

    #contents .map .chubu {
        right: 230px;
    }

    #contents .map .kinki {
        right: 430px;
    }

    #contents .map .chugoku {
        right: 630px;
    }

    #contents .map .shikoku {
        right: 630px;
    }

    #contents .map .kyusyu {
        right: 830px;
    }


    /*-------------interview-------------- */
    #contents .interview .wrap {
        margin: 60px auto 0 8%;
    }

    /*---文字--- */
    #contents .interview .txt_area {
        width: 20%;
    }

    #contents .interview .txt_area h3 {
        font-size: 28px;
        line-height: 40px;
    }

    /*---画像--- */
    #contents .interview .img_area {
        width: 80%;
        position: relative;
    }

    #contents .interview .img_area ul li {
        width: 48%;
        margin: 0 2% 0 0;
    }

    #contents .interview .interview_box .pink_frame {
        width: 100%;
    }


    /*-------------style-------------- */
    /*---フレーム--- */
    #contents .style .pink_frame p {
        bottom: -180px;
    }

    #contents .work .pink_frame span {
        bottom: -20px;
    }
}

@media only screen and (max-width: 1460px) {

    #contents .style .pink_frame p {
        bottom: -65px;
        text-align: left;
    }

    #contents .style .pink_frame span {
        bottom: -38px;
    }
}

@media only screen and (max-width: 1128px) {

    #contents .style .pink_frame p {
        bottom: -185px;
    }

    #contents .style .pink_frame span {
        bottom: -6px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 890px) {
    #contents .work {
        position: relative;
        margin: 0 auto 200px;
    }

    #contents .work .pink_frame p {
        bottom: -68px;
        text-align: right;
    }

    #contents .style .pink_frame p {
        bottom: -190px;
        text-align: left;
    }

    #contents .work .pink_frame span {
        bottom: -38px;
    }

    #contents .style .pink_frame span {
        bottom: -6px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1040px) {
    #contents .map .caution {
        margin: 90px 0 0 0;
    }

    /*---地図--- */
    #contents .map .map_area {
        width: 780px;
    }

    #contents .map .map_area img {
        width: 100%;
    }

    #contents .map .button_area dl {
        width: 150px;
    }

    #contents .map .button_area ul li a {
        font-size: 12px;
    }

    #contents .map .button_area dt {
        font-size: 14px;
        margin: 0 auto 10px;
    }

    /*---各地域--- */
    #contents .map .tohoku {
        right: 0;
    }

    #contents .map .kanto {
        right: 0;
    }

    #contents .map .hokuriku {
        right: 20%;
    }

    #contents .map .chubu {
        right: 20%;
    }

    #contents .map .kinki {
        right: 40%;
    }

    #contents .map .chugoku {
        right: 60%;
    }

    #contents .map .shikoku {
        right: 60%;
    }

    #contents .map .kyusyu {
        right: 80%;
    }

}

/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

    #contents .main {
        border-left: none;
        border-right: none;
        padding: 150px 0 20px;
    }

    /*-----各見出し------ */

    #contents .tit h2 {
        font-size: 25px;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    #contents .tit::before {
        height: 30px;
        margin: 0 auto 30px;
    }

    #contents .tit p.sub {
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0 0 30px;
    }

    #contents .tit p.copy {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: left;
        line-height: 32px;
    }

    /*-------------title-------------- */

    /*---見出し--- */

    #contents .title .main_tit {
        position: static;
        writing-mode: vertical-rl;
        text-align: center;
    }

    #contents .title .main_tit p.small {
        text-align: left;
        position: absolute;
        bottom: auto;
        top: 27%;
        right: 25px;
        font-size: 14px;
        padding: 20px 16px 20px 13px;
        letter-spacing: 2px;
        z-index: 3;
        width: 50px;
    }

    #contents .title .main_tit p.big {
        height: auto;
        text-align: left;
        position: absolute;
        bottom: auto;
        top: 33%;
        right: 64px;
        font-size: 26px;
        padding: 30px 24px 30px 20px;
        letter-spacing: 6px;
        z-index: 3;
    }

    /*---写真--- */
    #contents .title .bg_image ul {
        display: block;
    }

    #contents .title .bg_image ul li {
        width: 96%;
    }


    /*---h1--- */
    #contents .title h1 {
        width: 95%;
        padding: 10px 0 16px;
        font-size: 11px;
    }

    #contents .title h1 span {
        font-size: 14px;
    }


    /*-------------message-------------- */
    #contents .message {
        margin: 0 auto 80px;
    }

    #contents .message .wrap {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    /*---テキストエリア--- */
    #contents .message .txt_area {
        width: 90%;
        margin: 0 auto;
    }

    #contents .message .txt_area h2 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 38px;
        margin: 0 auto 10px;
    }

    #contents .message .txt_area p {
        letter-spacing: 3px;
        line-height: 2rem;

    }

    #contents .message .txt_area p span {
        font-size: 18px;

    }

    /*---ボタン--- */
    #contents .message .txt_area a {
        width: 100%;
        font-size: 15px;
        padding: 20px 0;
        margin: 20px 0 60px;
    }


    /*---画像エリア--- */
    #contents .message .img_area {
        position: static;
        width: 100%;
        text-align: right;
    }

    #contents .message .img_area img {
        width: 90%;
        margin: 0;
    }


    #contents .message .wrap .img_box .pink_frame {
        position: absolute;
        bottom: -10px;
        right: 0;
        height: 100px;
        width: 60%;
    }

    #contents .message .wrap .pink_frame2 {
        position: absolute;
        top: -40px;
        left: 20px;
        z-index: 1;
    }

    #contents .message .pink_frame2 p {
        font-size: 16px;
    }

    #contents .message .pink_frame2 span {
        font-size: 40px;
        padding: 10px 0 0;
    }


    /*-------------work-------------- */
    #contents .work {
        margin: 0 auto 140px;
    }

    #contents .work ul {
        display: block;
        width: 90%;
        max-width: 90%;
        margin: 30px auto 0;
        padding: 0 0 0;
    }

    #contents .work ul li,
    #contents .work.style ul li {
        width: 100%;
        margin: 0 auto 20px;
    }

    /*---画像エリア--- */

    #contents .work .img_area h3 {
        font-size: 16px;
        padding: 14px 20px 10px 40px;
    }

    /*---テキストエリア--- */
    #contents .work dl {
        padding: 25px 20px 20px;
    }

    #contents .work dl dt {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
        margin: 0 auto 10px;
    }

    #contents .work dl dd {
        font-size: 14px;
        line-height: 32px;

    }

    #contents .work ul li p {
        font-size: 14px;
        line-height: 26px;
        padding: 25px 20px 20px;

    }

    /*---フレーム--- */
    #contents .work .red_frame {
        height: 72%;
        width: 70%;
        background: linear-gradient(0deg, #fff 0%, #fff 10%, #F63353 10%, #F63353 100%);
    }

    #contents .work .pink_frame {
        display: block;
        bottom: -30px;
        right: 0;
        height: 80px;
        width: 100%;
        background: linear-gradient(90deg, #fff 0%, #fff 20%, #f8e3e4 20%, #f8e3e4 100%);
    }

    #contents .work .pink_frame p {
        bottom: -40px;
        font-size: 16px;
    }

    #contents .work .pink_frame span {
        bottom: 20px;
        font-size: 50px;
        bottom: -10px;
    }


    /*-------------map-------------- */
    #contents .map {
        margin: 0 auto 60px;
        position: relative;
    }


    /*---地図--- */
    #contents .map .map_area img {
        display: none;
    }

    #contents .map .map_area {
        width: 100%;
        height: auto;
        display: block;
        margin: 40px auto 0;
        position: relative;
    }

    #contents .map .button_area {
        padding: 0 0 20px;
        background: linear-gradient(180deg, #fff 0%, #fff 5%, #f8e3e4 5%, #f8e3e4 100%);
        position: static;
    }

    #contents .map .button_area dl {
        width: 90%;
        margin: 0 auto 20px;
        position: static;
        padding: 0 10px 0px;
    }

    #contents .map .button_area ul li {
        width: 33.333%;
    }

    #contents .map .caution {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        margin: 70px auto 0;
    }


    /*---フレーム--- */

    #contents .map .pink_frame {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        right: 0;
        bottom: -50px;
        height: auto;
        width: 100%;
        margin: 0;
        background: none;
    }

    #contents .map .pink_frame p {
        font-size: 16px;
        left: auto;
        right: 0;
    }

    #contents .map .pink_frame span {
        font-size: 50px;
    }



    /*---各地域--- */
    #contents .map .tohoku,
    #contents .map .kanto,
    #contents .map .hokuriku,
    #contents .map .chubu,
    #contents .map .kinki,
    #contents .map .chugoku,
    #contents .map .shikoku,
    #contents .map .kyusyu {
        position: relative;
    }


    /* アコーディオン */
    #contents .map .button_area dl dt {
        padding: 20px 0;
        margin: 0;
        position: relative;
        pointer-events: all;
    }

    #contents .map .button_area dl dt:after,
    #contents .map .button_area dl dt:before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.4em;
        width: 2px;
        height: 0.75em;
        background-color: #F63353;
        transition: all 0.3s;
    }

    #contents .map .button_area dl dt:after {
        transform: rotate(90deg);
    }

    #contents .map .button_area dl dt.open:before {
        transform: rotate(90deg) !important;
    }

    .conte #contents .map .button_area dl dt:hover {
        cursor: pointer;
    }

    #contents .map .button_area dl dd {
        display: none;
    }

    #contents .map .button_area ul {
        padding: 0 0 5px;
    }


    /*-------------interview-------------- */
    #contents .interview {
        margin: 0 auto 80px;
    }


    #contents .interview .interview_box {
        margin: 0 auto 50px;
    }

    #contents .interview .wrap {
        max-width: 100%;
        margin: 60px auto 0;
        display: flex;
        flex-flow: wrap;
    }

    /*---文字--- */
    #contents .interview .txt_area {
        width: 80%;
        position: static;
        margin: 0 auto 30px;
    }

    #contents .interview .txt_area h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }

    #contents .interview .txt_area p {
        font-size: 14px;
        font-weight: normal;
        padding: 0 0 0 1px;
    }

    /*---画像--- */
    #contents .interview .img_area {
        width: 100%;
    }

    #contents .interview .img_area ul {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #contents .interview .img_area ul li {
        width: 100%;
        margin: 0 0 14px;
    }

    #contents .interview .img_area ul li p.name {
        font-size: 16px;
        padding: 10px 20px 10px 30px;
    }

    #contents .interview .img_area ul li p.name::before {
        left: 10px;
        top: 14px;
    }

    #contents .interview .img_area ul li img {
        width: 100%;
    }


    /*---フレーム--- */
    #contents .interview .red_frame {
        height: 80%;
        right: 0;
        width: 98%;
    }

    #contents .interview .interview_box .pink_frame {
        height: 10%;
        left: 0;
        top: 6px;
        width: 70%;
        background: #F7E3E4
    }


    /*-------------style-------------- */
    /*---フレーム--- */
    #contents .style .red_frame {
        height: 70%;
        width: 70%;
        background: linear-gradient(0deg, #fff 0%, #fff 10%, #F63353 10%, #F63353 100%);
        right: auto;
        left: 0;
    }

    #contents .style .pink_frame {
        right: auto;
    }

    #contents .style .pink_frame p {
        left: auto;
        right: 0;
    }

    #contents .style .pink_frame span {
        line-height: 40px;
        bottom: -50px;
    }

    #contents .style .pink_frame p {
        bottom: -30px;
        font-size: 16px;
    }


}