body {
    display: block;
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Arial', sans-serif;
}

.note {
    word-break: break-all;
}

table.note td {
    width: 6em;
}

.page_ttl {
    margin: 50px auto 30px;
}

.page_lead {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
    background-color: #f0faff;
    text-align: center;
    padding: 30px 0;
    font-size: clamp(22px,3vw,30px);
}

.nav_lead {
    text-align: center;
    font-size: clamp(15px,1.7vw,18px);
    margin: 30px 0 40px;
}

.page_nav {
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
}

.page_nav li {
    width: calc(100%/3 - 35px*2/3);
}

.page_nav li img {
    filter: drop-shadow(0 0 8px hsla(0, 0%, 0%, 0.3));
}

/* SPのみ */
@media screen and (max-width:730px) {
    .page_ttl {
        margin: 0 0 20px;
    }

    .page_lead {
        width: 100%;
        padding: 20px 0;
    }

    .nav_lead {
        line-height: 1.8;
        margin: 20px 0 30px;
    }

    .page_nav {
        gap: 25px 20px;
    }

    .page_nav li {
        width: calc(100%/2 - 20px/2);
    }
}


.main_contents {
    max-width: 900px;
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

/* SPのみ */
@media screen and (max-width:730px) {
    .main_contents {
        margin-top: 50px;
    }
}


#sec01 .sec_ttl {
    max-width: 520px;
    margin: 0 auto;
}

#sec01 .container01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

#sec01 .container01 .box01 {
    width: 48%;
}

#sec01 .container01 .box02 {
    width: 45%;
    margin: 0 auto;
    align-self: center;
}

#sec01 .container01 .box02::before,
#sec01 .container01 .box02::after {
    content: '';
    width: 80%;
    max-height: 65px;
    height: 15vw;
    background-image: url(../images/jujo/sec01_img01_deco.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

#sec01 .container01 .box02::after {
    rotate: 180deg;
    margin-left: auto;
}

#sec01 .container01 .box02 .txt {
    text-align: center;
    margin: 30px 0;
    font-size: clamp(14px,1.6vw,17px);
}

#sec01 .container01 .box02 .txt .red {
    color: #c1272d;
}




#sec01 .category {
    margin-top: 80px;
}

#sec01 .category:not(.category_end) {
    background-image: url(../images/jujo/sec01_cate_dots.png);
    background-size: 5.5%;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 100px;
}

#sec01 .cate_ttl_wrap {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

#sec01 .cate_ttl {
    width: 30%;
}

#sec01 .cate_lead {
    width: 70%;
    font-size: clamp(15px,1.7vw,18px);
}

#sec01 .cate_box_wrap {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec01 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec01 .cate_box .txt_wrap {
    width: 40%;
}

#sec01 .cate_box .box_ttl {
    font-size: clamp(18px,2vw,20px);
}

#sec01 .cate_box .box_txt {
    font-size: clamp(14px,1.5vw,16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec01 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        #faf063 60%
    );
}

#sec01 .cate_box .image_wrap {
    width: 55%;
}

#sec01 .cate_box .image_wrap .note {
    font-size: clamp(12px,1.3vw,13px);
    margin-top: 10px;
}



#sec01 .category01 .box_ttl {
    color: #763d1f;
}

#sec01 .category01 .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec01_cate01_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#sec01 .category02 .box_ttl {
    color: #0098b2;
}

#sec01 .category02 .box_ttl::after {
    content: '';
    width: 80%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec01_cate02_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#sec01 .category03 .box_ttl {
    color: #ff914c;
}

#sec01 .category03 .box_ttl::after {
    content: '';
    width: 80%;
    max-height: 20px;
    height: 2vw;
    background-image: url(../images/jujo/sec01_cate03_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#sec01 .category04 .box_ttl {
    color: #5e5044;
}

#sec01 .category04 .box_ttl span {
    padding: 0 10%;
}

#sec01 .category04 .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec01_cate04_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


#sec01 .category04 .box02 .box_txt {
    margin-top: 15px;
}

#sec01 .category04 .box02 .dots,
#sec01 .category04 .box02 .dots2 {
    position: relative;
}

#sec01 .category04 .box02 .dots::before {
    content: '・・・';
    position: absolute;
    translate: -50% -100%;
    top: 0;
    left: 60%;
    letter-spacing: 0.6em;
    line-height: 0.6;
    color: #0071bc;
    font-weight: 600;
}

#sec01 .category04 .box02 .dots2::before {
    content: '・・・・';
    position: absolute;
    translate: -50% -100%;
    top: 0;
    left: 55%;
    letter-spacing: 0.5em;
    line-height: 0.6;
    color: #0071bc;
    font-weight: 600;
}


#sec01 .img16 {
    max-width: 800px;
    margin: 80px auto 0;
}

/* SPのみ */
@media screen and (max-width:730px) {

    #sec01 .container01 {
        flex-direction: column;
    }

    #sec01 .container01 .box01 {
        width: 85%;
        margin: 10px auto 0;
    }

    #sec01 .container01 .box02 {
        width: 100%;
    }

    #sec01 .container01 .box02 .txt {
        margin: 0;
    }

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

    #sec01 .category:not(.category_end) {
        padding-bottom: 70px;
        background-size: 8.5%;
    }

    #sec01 .cate_ttl_wrap {
        flex-direction: column;
        gap: 15px 0;
    }

    #sec01 .cate_ttl {
        width: 60%;
    }

    #sec01 .cate_lead {
        width: 100%;
        text-align: center;
    }

    #sec01 .cate_box_wrap {
        margin-top: 40px;
        gap: 40px 0;
    }

    #sec01 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec01 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec01 .cate_box .image_wrap {
        width: 100%;
    }

    #sec01 .cate_box .box_ttl {
        width: 80%;
    }

    #sec01 .category01 .box_ttl::after {
        height: 5vw;
    }

    #sec01 .category02 .box_ttl::after {
        height: 8vw;
    }

    #sec01 .category03 .box_ttl::after {
        height: 8vw;
    }

    #sec01 .category04 .box_ttl::after {
        height: 6vw;
    }
}


#sec02 .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec02 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec02 .cate_box .txt_wrap {
    width: 40%;
}

#sec02 .cate_box .box_ttl {
    font-size: clamp(18px, 2vw, 20px);
}

#sec02 .cate_box .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec02 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(to bottom,
            transparent 60%,
            #faf063 60%);
}

#sec02 .cate_box .image_wrap {
    width: 55%;
}

#sec02 .cate_box .image_wrap .note {
    font-size: clamp(12px, 1.3vw, 13px);
    margin-top: 10px;
}



#sec02 .container .box_ttl {
    color: #763d1f;
}

#sec02 .container .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec02_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/* SPのみ */
@media screen and (max-width:730px) {

    #sec02 .sec_ttl {
        margin: 0 -5.5%;
    }

    #sec02 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec02 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec02 .cate_box .image_wrap {
        width: 100%;
    }

    #sec02 .container .box_ttl::after {
        width: 80%;
        height: 7vw;
    }
}


#sec03 .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec03 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec03 .cate_box .txt_wrap {
    width: 40%;
}

#sec03 .cate_box .box_ttl {
    font-size: clamp(18px, 2vw, 20px);
}

#sec03 .cate_box .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec03 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(to bottom,
            transparent 60%,
            #faf063 60%);
}

#sec03 .cate_box .image_wrap {
    width: 55%;
}

#sec03 .cate_box .image_wrap .note {
    font-size: clamp(12px, 1.3vw, 13px);
    margin-top: 10px;
}



#sec03 .container .box_ttl {
    color: #763d1f;
}

#sec03 .container .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec03_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* SPのみ */
@media screen and (max-width:730px) {

    #sec03 .sec_ttl {
        margin: 0 -5.5%;
    }

    #sec03 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec03 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec03 .cate_box .image_wrap {
        width: 100%;
    }

    #sec03 .container .box_ttl::after {
        width: 80%;
        height: 7vw;
    }
}


#sec04 .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec04 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec04 .cate_box .txt_wrap {
    width: 40%;
}

#sec04 .cate_box .box_ttl {
    font-size: clamp(18px, 2vw, 20px);
}

#sec04 .cate_box .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec04 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(to bottom,
            transparent 60%,
            #faf063 60%);
}

#sec04 .cate_box .image_wrap {
    width: 55%;
}

#sec04 .cate_box .image_wrap .note {
    font-size: clamp(12px, 1.3vw, 13px);
    margin-top: 10px;
}



#sec04 .container .box_ttl {
    color: #763d1f;
}

#sec04 .container .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 30px;
    height: 2vw;
    background-image: url(../images/jujo/sec04_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* SPのみ */
@media screen and (max-width:730px) {

    #sec04 .sec_ttl {
        margin: 0 -5.5%;
    }

    #sec04 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec04 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec04 .cate_box .image_wrap {
        width: 100%;
    }

    #sec04 .container .box_ttl::after {
        width: 80%;
        height: 7vw;
    }
}

#sec05 .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec05 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec05 .cate_box .txt_wrap {
    width: 40%;
}

#sec05 .cate_box .box_ttl {
    font-size: clamp(18px, 2vw, 20px);
}

#sec05 .cate_box .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec05 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(to bottom,
            transparent 60%,
            #faf063 60%);
}

#sec05 .cate_box .image_wrap {
    width: 55%;
}

#sec05 .cate_box .image_wrap .note {
    font-size: clamp(12px, 1.3vw, 13px);
    margin-top: 10px;
}



#sec05 .container .box_ttl {
    color: #763d1f;
}

#sec05 .container .box_ttl::after {
    content: '';
    width: 100%;
    max-height: 15px;
    height: 2vw;
    background-image: url(../images/jujo/sec05_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* SPのみ */
@media screen and (max-width:730px) {

    #sec05 .sec_ttl {
        margin: 0 -5.5%;
    }

    #sec05 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec05 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec05 .cate_box .image_wrap {
        width: 100%;
    }

    #sec05 .container .box_ttl::after {
        width: 80%;
        height: 7vw;
    }
}

#sec06 .container {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    margin-top: 50px;
}

#sec06 .cate_box {
    display: flex;
    justify-content: space-between;
}

#sec06 .cate_box .txt_wrap {
    width: 40%;
}

#sec06 .cate_box .box_ttl {
    font-size: clamp(18px, 2vw, 20px);
}

#sec06 .cate_box .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
    margin-top: 10px;
}

#sec06 .cate_box .box_txt .underline {
    font-weight: 600;
    background: linear-gradient(to bottom,
            transparent 60%,
            #faf063 60%);
}

#sec06 .cate_box .image_wrap {
    width: 55%;
}

#sec06 .cate_box .image_wrap .note {
    font-size: clamp(12px, 1.3vw, 13px);
    margin-top: 10px;
}



#sec06 .container .box_ttl {
    color: #763d1f;
}

#sec06 .container .box_ttl::after {
    content: '';
    width: 78%;
    max-height: 26px;
    height: 2vw;
    background-image: url(../images/jujo/sec06_border.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#sec06 .img03 {
    margin-top: 80px;
}

/* SPのみ */
@media screen and (max-width:730px) {

    #sec06 .sec_ttl {
        margin: 0 -5.5%;
    }

    #sec06 .cate_box {
        flex-direction: column;
        gap: 20px 0;
    }

    #sec06 .cate_box .txt_wrap {
        width: 100%;
        order: -1;
    }

    #sec06 .cate_box .image_wrap {
        width: 100%;
    }

    #sec06 .container .box_ttl::after {
        width: 60%;
        height: 5vw;
    }

    #sec06 .img03 {
        margin-top: 50px;
    }
}






.interview_contents {
    background-color: #fffaf1;
    padding: 40px 50px 50px;
    position: relative;
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 45%;
    gap: 0 3%;
}

.interview_contents::before {
    content: '';
    background-image: url(../images/jujo/interview_deco.png);
    width: 30%;
    height: 8.9vw;
    max-height: 89px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    translate: -50% -100%;
    top: 0;
    left: 50%;
}

.interview_contents .lead {
    grid-column: 1/3;
    text-align: center;
    font-size: clamp(15px,2vw,22px);
    margin-bottom: 10px;
}

.interview_contents .ttl {
    grid-column: 1/3;
    text-align: center;
    color: #f7931e;
    font-size: clamp(21px,3vw,35px);
}

.interview_contents .txt {
    grid-column: 1;
    grid-row: 3/5;
    text-align: center;
    font-size: clamp(13px,1.6vw,18px);
    align-self: flex-end;
}

.interview_contents .image {
    grid-column: 2;
    grid-row: 3/6;
    align-self: center;
}

.interview_contents .name {
    font-size: clamp(15px,1.6vw,18px);
    margin-top: 5px;
}

.interview_contents .name .large {
    font-size: clamp(20px,2vw,25px);
}

.interview_contents .btn {
    align-self: flex-end;
}

.interview_contents .btn a {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    background-color: #8cc63f;
    text-align: center;
    color: #fff;
    font-size: clamp(18px,2vw,22px);
    border-radius: 30px;
    padding: 5px 35px;
    position: relative;
}

.interview_contents .btn a::after {
    content: '';
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 10px;
    width: 0.6em;
    height: 0.8em;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.end_txt {
    text-align: center;
    font-size: clamp(17px,2vw,30px);
    margin-top: -30px;
}

.jujo_walker {
    max-width: 800px;
    margin: 80px auto 200px;
}

.jujo_walker .lead {
    text-align: center;
    font-size: clamp(17px, 2.3vw, 28px);
    margin-bottom: 30px;
    font-family: 'Noto Serif JP',serif;
}


/* SPのみ */
@media screen and (max-width:730px) {
    .interview_contents {
        padding: 20px 20px 30px;
        margin: 20px -5.5% 0;
        display: flex;
        flex-direction: column;
    }

    .interview_contents::before {
        width: 55%;
        height: 17.9vw;
    }

    .interview_contents .txt {
        margin-top: 15px;
        width: 100%;
    }

    .interview_contents .image {
        margin-top: 15px;
    }

    .interview_contents .image img {
        padding-left: 15%;
    }

    .interview_contents .name {
        text-align: center;
    }

    .interview_contents .btn {
        align-self: center;
        margin-top: 20px;
    }


    .jujo_walker {
        margin: 40px auto 120px;
    }

}




.sec_interview .sec_ttl {
    max-width: 1054px;
    margin: 50px auto 0;
}

.sec_interview .sec_txt {
    text-align: center;
    font-size: clamp(18px,2vw,25px);
    line-height: 1.7;
    margin: 30px 0 70px;
}

.sec_interview .box_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}

.sec_interview .box {
    display: flex;
    justify-content: space-between;
}

.sec_interview .box .txt_wrap {
    width: 48%;
}

.sec_interview .box_ttl {
    color: #603813;
    font-size: clamp(18px,2vw,25px);
    margin-bottom: 10px;
}

.sec_interview .box_txt {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.8;
}

.sec_interview .box_txt .red {
    color: #c1272d;
}

.sec_interview .box .image {
    width: 48%;
}

.sec_interview .box04 {
    max-width: 750px;
    margin: 0 auto 40px;
}


.sec_interview .box09 {
    background-color: #fefccf;
    padding: 50px 30px;
}

.sec_interview .box09 .box_ttl {
    color: #603813;
    text-align: center;
    font-size: clamp(22px, 2vw, 25px);
}

.sec_interview .box09 .box_ttl::after {
    content: '';
    max-width: 130px;
    width: 78%;
    margin: 0 auto;
    max-height: 26px;
    height: 2vw;
    background-image: url(../images/jujo/iv_deco.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_interview .box09 .box_txt {
    text-align: center;
}

.sec_interview .box09 .box_txt span {
    display: inline-block;
    text-align: left;
}

.sec_interview .btn {
    align-self: flex-end;
    margin: 70px 0;
}

.sec_interview .btn a {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    background-color: #8cc63f;
    text-align: center;
    color: #fff;
    font-size: clamp(18px, 2vw, 22px);
    border-radius: 30px;
    padding: 5px 35px;
    position: relative;
}

.sec_interview .btn a::after {
    content: '';
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 10px;
    width: 0.6em;
    height: 0.8em;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


/* SPのみ */
@media screen and (max-width:730px) {
    .sec_interview .sec_ttl {
        margin-top: 0;
    }

    .sec_interview .box_wrap {
        gap: 50px 0;
    }

    .sec_interview .box {
        flex-direction: column;
        gap: 15px 0;
    }

    .sec_interview .box .txt_wrap {
        width: 100%;
        order: -1;
    }

    .sec_interview .box .image {
        width: 100%;
    }

    .sec_interview .box04 {
        margin: -30px -5.5% 0;
    }

    .sec_interview .box09 {
        margin: 0 -5.5%;
        padding: 30px 20px;
    }

    .sec_interview .box09 .box_ttl::after {
        height: 5vw;
        margin-top: 5px;
    }

    .sec_interview .btn {
        margin: 50px 0;
    }
}