@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    width: 88.8%;
    padding: 19px 5.6%;
    background-color: #fff;
    /*font-family: 'Noto Serif JP', serif;*/
    z-index: 50;
}
.header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header div:first-child {
    width: 206px;
}
.header div:last-child {
    width: 830px;
}
.header div:last-child ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header div:last-child li {
    width: 48.2%;
}
.header div:last-child li a {
    transition : 1.0s;
}
.header div:last-child li a:hover {
    opacity: 0.75;
}

@media screen and ( max-width:1024px ) {
    header {
        width: 88.8%;
        padding: 19px 5.6%;
    }
    .header div:first-child {
        width: 18%;
    }
    .header div:last-child {
        width: 72%;
    }
}
@media screen and ( max-width:768px ) {
    header {
        width: 90%;
        padding: 19px 5%;
    }
    .header div:first-child {
        width: 26%;
    }
    .header div:last-child {
        width: 65%;
    }
}
@media screen and ( max-width:430px ) {
    html {
        scroll-padding-top: 140px; /* 固定ヘッダの高さ分 */
    }
    
    header {
        width: 90%;
        padding: 16px 5% 20px 5%;
    }
    .header div:first-child {
        width: 53.4%;
        margin: 0 auto 19px auto;
    }
    .header div:last-child {
        width: 100%;
    }
    .header div:last-child li {
        width: 47.77%;
    }
}


main {
    width: 100%;
    padding-top: 94px;
    font-family: 'Noto Sans JP', sans-serif;
}
#content {
    width: 100%;
    background-image:
        url("../img/main-bg.png"),
        url("../img/body-bg.png");
    background-position: top center, top center;
    background-repeat:
        no-repeat,
        repeat;
    background-size:
        100% auto,
        auto 670px;
}
@media screen and (max-width:1920px) {
    #content {
        background-size:
            auto 916px,
            auto 670px;
    }
}

#summary {
    padding-top: 300px;
}
#summary .summary {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    padding: 110px 50px 96px 50px;
    background-color: #fff;
    border-radius: 25px;
}
#summary .summary::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 616px;
    height: 144px;
    background-image: url("../img/main-comment.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-48%, -55%);
    -ms-transform: translate(-48%, -55%);
    transform: translate(-48%, -55%);
}
#summary .summary h1 {
    position: relative;
    width: 76.57%;
    margin: 0 auto;
}
#summary .summary h1::before {
    position: absolute;
    top: 47.83%;
    left: 0;
    content: "";
    width: 114px;
    height: 116px;
    background-image: url("../img/icon-glitter01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-48.24%);
    -ms-transform: translateX(-48.24%);
    transform: translateX(-48.24%);
}
#summary .summary h1::after {
    position: absolute;
    top: 0%;
    right: 0;
    content: "";
    width: 91px;
    height: 108px;
    background-image: url("../img/icon-glitter02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(62.63%, -52.77%);
    -ms-transform: translate(62.63%, -52.77%);
    transform: translate(62.63%, -52.77%);
}
#summary .summary .summary-text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px;
    line-height: 4.5rem;
    font-weight: 400;
    margin: 70px 0 100px 0;
    padding: 0 50px;
}

#summary .summary .balloon {
    padding: 0 50px;
}
#summary .summary .balloon-top {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 36px 50px 34px 50px;
    background: #f8f6de;
    border: solid 1px #df752f;
    border-radius: 10px;
    box-sizing: border-box;
}
#summary .summary .balloon-top::before {
    content: "";
    position: absolute;
    top: -64px;
    left: 31%;
    margin-left: 0;
    border: 22px solid transparent;
    border-bottom: 42px solid #f8f6de;
    z-index: 2;
}
#summary .summary .balloon-top::after {
    content: "";
    position: absolute;
    top: -66px;
    left: 31%;
    margin-left: 0;
    border: 22px solid transparent;
    border-bottom: 43px solid #df752f;
    z-index: 1;
}
#summary .summary .balloon-top h2 {
    color: #df752f;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3.0rem;
    font-weight: 600;
}
#summary .summary .balloon-top h2::before {
    content: "＼";
    margin-right: 0.5em;
}
#summary .summary .balloon-top h2::after {
    content: "／";
    margin-left: 0.5em;
}
#summary .summary .balloon-top ul {
    width: 100%;
    margin-top: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#summary .summary .balloon-top li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 400;
}
#summary .summary .balloon-top li:first-child {
    width: calc(32.11% - 33px);
    padding-right: 33px;
}
#summary .summary .balloon-top li:first-child img {
    margin-top: 30px;
}
#summary .summary .balloon-top li:nth-child(2) {
    width: calc(35.76% - 45px);
    padding: 0 13px 0 30px;
    border-left: 1px dashed #3e3a39;
    border-right: 1px dashed #3e3a39;
}
#summary .summary .balloon-top li:nth-child(2) p.merit-text {
    padding-right: 25px;
}
#summary .summary .balloon-top li:nth-child(2) img {
    margin-top: 30px;
}
#summary .summary .balloon-top li:last-child {
    width: calc(32.11% - 30px);
    padding-left: 30px;
}
#summary .summary .balloon-top li:last-child img {
    margin-top: 36px;
}
#summary .summary .balloon-top li h3 {
    width: 100%;
    margin-bottom: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#summary .summary .balloon-top li h3 div:first-child {
    width: 60px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: 600;
    background-color: #df752f;
    border-radius: 5.5px;
}
#summary .summary .balloon-top li h3 div:first-child strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.0rem;
}
#summary .summary .balloon-top li h3 div:last-child {
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 500;
}

#summary .summary .icon-star01 {
    position: absolute;
    top: 0;
    right: 2.52%;
    width: 85px;
    -webkit-transform: translateY(-58.82%);
    -ms-transform: translateY(-58.82%);
    transform: translateY(-58.82%);
}
#summary .summary .icon-star02 {
    position: absolute;
    top: 162px;
    right: 0;
    width: 63px;
    -webkit-transform: translateX(65.07%);
    -ms-transform: translateX(65.07%);
    transform: translateX(65.07%);
}
#summary .summary .icon-star03 {
    position: absolute;
    top: 158px;
    left: 0;
    width: 86px;
    -webkit-transform: translateX(-31.39%);
    -ms-transform: translateX(-31.39%);
    transform: translateX(-31.39%);
}
#summary .summary .icon-triangle01 {
    position: absolute;
    top: 0;
    left: 3.56%;
    width: 81px;
    -webkit-transform: translateY(-52.38%);
    -ms-transform: translateY(-52.38%);
    transform: translateY(-52.38%);
}
#summary .summary .icon-triangle02 {
    position: absolute;
    top: 49px;
    left: 10.26%;
    width: 60px;
}
#summary .summary .icon-triangle03 {
    position: absolute;
    top: 425px;
    left: 2%;
    width: 68px;
}
#summary .summary .icon-triangle04 {
    position: absolute;
    top: 270px;
    right: 8.6%;
    width: 63px;
}
#summary .summary .icon-triangle05 {
    position: absolute;
    top: 415px;
    right: 2%;
    width: 80px;
}
@media screen and ( max-width:1024px ) {
    main {
        padding-top: 80px;
    }
    #content {
        background-image:
            url("../img/main-bg_sp.png"),
            url("../img/body-bg.png");
        background-repeat: no-repeat, repeat;
        background-size: 100% auto, auto 670px;
    }
    
    #summary {
        overflow: hidden;
    }
    #summary .summary {
        width: calc(90% - 80px);
        padding: 100px 40px 80px 40px;
    }
    #summary .summary h1::before {
        width: 110px;
        height: 90px;
    }
    #summary .summary h1::after {
        width: 80px;
        height: 94px;
    }
    #summary .summary .summary-text {
        margin: 50px 0 60px 0;
    }
    
    #summary .summary .balloon-top {
        padding: 36px 35px 34px 35px;
    }
    #summary .summary .balloon-top h2 {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
}
@media screen and ( max-width:820px ) {
    #summary .summary .balloon-top {
        padding: 26px 15px  24px 15px;
    }
    #summary .summary .balloon-top h2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
    }
    
    #summary .summary .balloon {
        padding: 0 25px;
    }
    #summary .summary .balloon-top ul {
        margin-top: 28px;
    }
    #summary .summary .balloon-top li {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
    #summary .summary .balloon-top li:first-child {
        width: calc(32.11% - 23px);
        padding-right: 23px;
    }
    #summary .summary .balloon-top li:nth-child(2) {
        width: calc(35.76% - 26px);
        padding: 0 8px 0 16px;
    }
    #summary .summary .balloon-top li:last-child {
        width: calc(32.11% - 15px);
        padding-left: 15px;
    }
    #summary .summary .balloon-top li h3 div:last-child {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
}
@media screen and ( max-width:768px ) {
    main {
        padding-top: 70px;
    }
    #content {
        width: 100%;
        background-image:
            url("../img/main-bg_sp.png"),
            url("../img/body-bg.png");
        background-position: top center, top center;
        background-repeat: no-repeat, repeat;
        background-size: 100% auto, auto 670px;
    }
    
    #summary {
        padding-top: 200px;
    }
    #summary .summary {
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 80px 5% 50px 5%;
    }
    #summary .summary::before {
        width: 450px;
        height: 104px;
    }
    #summary .summary h1::before {
        position: absolute;
        top: 42.83%;
        left: 0;
        content: "";
        width: 75px;
        height: 60px;
    }
    #summary .summary h1::after {
        width: 50px;
        height: 58px;
    }
    #summary .summary .summary-text {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px;
        line-height: 4.5rem;
        font-weight: 400;
        margin: 50px 0 60px 0;
        padding: 0 40px;
    }
    
    #summary .summary .icon-star01 {
        width: 68px;
    }
    #summary .summary .icon-star02 {
        width: 50.4px;
    }
    #summary .summary .icon-star03 {
        width: 68.8px;
    }
    #summary .summary .icon-triangle01 {
        width: 64.8px;
    }
    #summary .summary .icon-triangle02 {
        width: 48px;
    }
    #summary .summary .icon-triangle03 {
        width: 54.4px;
    }
    #summary .summary .icon-triangle04 {
        width: 50.4px;
    }
    #summary .summary .icon-triangle05 {
        width: 64px;
    }
}
@media screen and ( max-width:430px ) {
    main {
        padding-top: 145px;
    }
    #content {
        background-image:
            url("../img/main-bg_sp.png"),
            url("../img/body-bg.png");
        background-position: top center, top center;
        background-repeat: no-repeat, repeat;
        background-size: 100% auto, auto 470px;
    }
    
    #summary {
        padding-top: 100px;
    }
    #summary .summary {
        width: 80%;
        margin: 0 auto;
        padding: 45px 5% 30px 5%;
        background-color: #fff;
        border-radius: 25px;
    }
    #summary .summary::before {
        width: 232px;
        height: 55px;
        -webkit-transform: translate(-48%, -55%);
        -ms-transform: translate(-48%, -55%);
        transform: translate(-48%, -55%);
    }
    #summary .summary h1 {
        position: relative;
        width: 86.71%;
        margin: 0 auto;
    }
    #summary .summary h1::before {
        width: 38px;
        height: 30px;
    }
    #summary .summary h1::after {
        width: 30px;
        height: 36px;
    }
    #summary .summary .summary-text {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 28px;
        line-height: 2.8rem;
        margin: 40px 0 38px 0;
        padding: 0 4.5%;
    }
    
    #summary .summary .balloon {
        padding: 0;
    }
    #summary .summary .balloon-top {
        padding: 28px 4.5%  30px 4.5%;
    }
    #summary .summary .balloon-top::before {
        top: -82px;
        left: 15.94%;
        margin-left: 0;
        border: 22px solid transparent;
        border-bottom: 60px solid #f8f6de;
    }
    #summary .summary .balloon-top::after {
        top: -86px;
        left: 15.24%;
        margin-left: 0;
        border: 24px solid transparent;
        border-bottom: 62px solid #df752f;
    }
    #summary .summary .balloon-top h2 {
        position: relative;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
    #summary .summary .balloon-top h2::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 32px;
        height: 85px;
        content: "";
        margin-right: 0;
        background-image: url("../img/balloon-top_l.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #summary .summary .balloon-top h2::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 32px;
        height: 85px;
        content: "";
        margin-right: 0;
        background-image: url("../img/balloon-top_r.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #summary .summary .balloon-top ul {
        margin-top: 25px;
    }
    #summary .summary .balloon-top li {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 26px;
        line-height: 2.6rem;
        font-weight: 400;
    }
    #summary .summary .balloon-top li:first-child {
        width: 100%;
        padding-right: 0;
        padding-bottom: 28px;
    }
    #summary .summary .balloon-top li:first-child img {
        display: block;
        width: 92.3%;
        margin: 28px auto 0 auto;
    }
    #summary .summary .balloon-top li:nth-child(2) {
        width: 100%;
        padding: 28px 0 30px 0;
        border-top: 1px dashed #3e3a39;
        border-bottom: 1px dashed #3e3a39;
        border-left: none;
        border-right: none;
    }
    #summary .summary .balloon-top li:nth-child(2) p.merit-text {
        padding-right: 0;
    }
    #summary .summary .balloon-top li:nth-child(2) img {
        width: 95%;
        margin-top: 18px;
        margin-left: 5%;
    }
    #summary .summary .balloon-top li:last-child {
        width: 100%;
        padding-top: 28px;
        padding-left: 0;
    }
    #summary .summary .balloon-top li:last-child img {
        display: block;
        width: 91.57%;
        margin: 30px auto 0 auto;
    }
    #summary .summary .balloon-top li h3 div:last-child {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        font-weight: 600;
    }
    
    #summary .summary .icon-star01 {
        position: absolute;
        top: 0;
        right: 2.37%;
        width: 28px;
        -webkit-transform: translateY(-24.13%);
        -ms-transform: translateY(-24.13%);
        transform: translateY(-24.13%);
    }
    #summary .summary .icon-star02 {
        position: absolute;
        top: 62px;
        right: 0;
        width: 21px;
        -webkit-transform: translateX(71.42%);
        -ms-transform: translateX(71.42%);
        transform: translateX(71.42%);
    }
    #summary .summary .icon-star03 {
        position: absolute;
        top: 60px;
        left: 0;
        width: 29px;
        -webkit-transform: translateX(-34.48%);
        -ms-transform: translateX(-34.48%);
        transform: translateX(-34.48%);
    }
    #summary .summary .icon-triangle01 {
        position: absolute;
        top: 0;
        left: 3.56%;
        width: 26px;
        -webkit-transform: translateY(-21.42%);
        -ms-transform: translateY(-21.42%);
        transform: translateY(-21.42%);
    }
    #summary .summary .icon-triangle02 {
        position: absolute;
        top: 25px;
        left: 10.97%;
        width: 20px;
    }
    #summary .summary .icon-triangle03 {
        position: absolute;
        top: 147px;
        left: 1.78%;
        width: 23px;
    }
    #summary .summary .icon-triangle04 {
        position: absolute;
        top: 97px;
        right: 9.19%;
        width: 21px;
    }
    #summary .summary .icon-triangle05 {
        position: absolute;
        top: 144px;
        right: 1.78%;
        width: 26px;
    }
}


.step-title {
    position: relative;
    width: 100%;
    background-color: #f8f6de;
    background-image:
        url("../img/line02.png"),
        url("../img/line02.png");
    background-position:
        top center,
        bottom center;
    background-repeat: repeat-x;
    background-size: auto 10px;
}
.step-title_text {
    position: relative;
    width: 596px;
    margin: 0 auto;
}

#step1 {
    width: 100%;
    padding-top: 300px;
}
#step1 .step-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url("../img/step01.png");
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#step1 .step-title_text::before {
    position: absolute;
    top: 16.28%;
    left: 0.3%;
    content: "";
    width: 55px;
    height: 75px;
    background-image: url("../img/step01-icon01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#step1 .step-title_text::after {
    position: absolute;
    top: 64.09%;
    right: 0;
    content: "";
    width: 55px;
    height: 75px;
    background-image: url("../img/step01-icon02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(36.36%);
    -ms-transform: translateX(36.36%);
    transform: translateX(36.36%);
}
#step1 .step-title_text h1 {
    display: block;
    text-align: center;
    padding: 145px 0 50px 0;
    color: #df752f;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 60px;
    line-height: 6.0rem;
    font-weight: 600;
    background-image: url("../img/line01.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
#step1 .step-title_text p {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 44px;
    line-height: 4.4rem;
    font-weight: 400;
    padding: 40px 0 75px 0;
}
#step1 .step-title_text .woman01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    -webkit-transform: translate(-100% , -26.84%);
    -ms-transform: translate(-100% , -26.84%);
    transform: translate(-100% , -26.84%);
}
#step1 .step-title_text .woman02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 182px;
    -webkit-transform: translate(167% , -34.64%);
    -ms-transform: translate(167% , -34.64%);
    transform: translate(167% , -34.64%);
}
#step1 .step-title_text .woman03 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 209px;
    -webkit-transform: translate(101% , 7.89%);
    -ms-transform: translate(101% , 7.89%);
    transform: translate(101% , 7.89%);
}

#step1 .step1-info {
    width: 1150px;
    margin: 0 auto;
    padding-top: 188px;
}

#step1 .step1-info .infant-education {
    margin-bottom: 190px;
}
#step1 .step1-info .infant-education ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#step1 .step1-info .infant-education li:first-child {
    width: 31.3%;
}
#step1 .step1-info .infant-education li:nth-child(2) {
    width: 58.78%;
    margin-right: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 400;
}
#step1 .step1-info .infant-education li:nth-child(2) span {
    font-weight: 500;
}
#step1 .step1-info .infant-education li:nth-child(2) span strong {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
#step1 .step1-info .infant-education li:nth-child(2) img {
    width: auto;
    height: 145px;
    margin-bottom: 45px;
}
#step1 .step1-info .infant-education li:last-child {
    width: 100%;
    margin-top: 100px;
}

#step1 .step1-info .food-nutrition {
    margin-bottom: 188px;
}
#step1 .step1-info .food-nutrition ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#step1 .step1-info .food-nutrition li:first-child {
    width: 58.78%;
    margin-left: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 400;
}
#step1 .step1-info .food-nutrition li:first-child span {
    font-weight: 500;
}
#step1 .step1-info .food-nutrition li:first-child span strong {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
#step1 .step1-info .food-nutrition li:first-child img {
    width: auto;
    height: 145px;
    margin-bottom: 45px;
}
#step1 .step1-info .food-nutrition li:nth-child(2) {
    width: 31.3%;
    margin-right: 37px;
}
#step1 .step1-info .food-nutrition li:last-child {
    width: 100%;
    margin-top: 100px;
}

#step1 .step1-info .living-culture-sciences ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#step1 .step1-info .living-culture-sciences li:first-child {
    width: 31.3%;
}
#step1 .step1-info .living-culture-sciences li:nth-child(2) {
    width: 58.78%;
    margin-right: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 400;
}
#step1 .step1-info .living-culture-sciences li:nth-child(2) span {
    font-weight: 500;
}
#step1 .step1-info .living-culture-sciences li:nth-child(2) span strong {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
#step1 .step1-info .living-culture-sciences li:nth-child(2) img {
    width: auto;
    height: 145px;
    margin-bottom: 45px;
}
#step1 .step1-info .living-culture-sciences li:last-child {
    width: 100%;
    margin-top: 100px;
}
@media screen and ( max-width:1024px ) {
    #step1 {
        padding-top: 280px;
    }
    #step1 .step-title_text::before {
        top: 16.28%;
        left: 5.3%;
        width: 45px;
        height: 60px;
    }
    #step1 .step-title_text::after {
        top: 64.09%;
        right: 2%;
        width: 45px;
        height: 65px;
        -webkit-transform: translateX(10.36%);
        -ms-transform: translateX(10.36%);
        transform: translateX(10.36%);
    }
    #step1 .step-title_text .woman01 {
        width: 190px;
        -webkit-transform: translate(-60% , -40%);
        -ms-transform: translate(-60% , -40%);
        transform: translate(-60% , -40%);
    }
    #step1 .step-title_text .woman02 {
        width: 140px;
        -webkit-transform: translate(26% , -25.64%);
        -ms-transform: translate(26% , -25.64%);
        transform: translate(26% , -25.64%);
    }
    #step1 .step-title_text .woman03 {
        width: 135px;
        -webkit-transform: translate(75% , 8.89%);
        -ms-transform: translate(75% , 8.89%);
        transform: translate(75% , 8.89%);
    }
    
    #step1 .step1-info {
        width: 90%;
        margin: 0 auto;
        padding-top: 188px;
    }
    #step1 .step1-info .infant-education li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    #step1 .step1-info .food-nutrition li:first-child {
        width: calc(58.78% - 37px);
    }
    #step1 .step1-info .food-nutrition li:first-child img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
}
@media screen and ( max-width:768px ) {
    .step-title_text {
        position: relative;
        width: 70%;
        margin: 0 auto;
    }
    
    #step1 {
        width: 100%;
        padding-top: 200px;
    }
    #step1 .step-title::before {
        width: 150px;
        height: 150px;
    }
    #step1 .step-title_text .woman01 {
        width: 190px;
        -webkit-transform: translate(-70% , -26.84%);
        -ms-transform: translate(-70% , -26.84%);
        transform: translate(-70% , -26.84%);
    }
    #step1 .step-title_text .woman02 {
        width: 140px;
        -webkit-transform: translate(80% , -34.64%);
        -ms-transform: translate(80% , -34.64%);
        transform: translate(80% , -34.64%);
    }
    #step1 .step-title_text .woman03 {
        width: 180px;
        -webkit-transform: translate(65% , 7.89%);
        -ms-transform: translate(65% , 7.89%);
        transform: translate(65% , 7.89%);
    }
    
    #step1 .step1-info {
        width: 90%;
        margin: 0 auto;
        padding-top: 120px;
    }
    
    #step1 .step1-info .infant-education {
    margin-bottom: 120px;
}
    #step1 .step1-info .infant-education li:first-child {
        width: 24.3%;
    }
    #step1 .step1-info .infant-education li:nth-child(2) {
        width: 62.78%;
    }
    #step1 .step1-info .infant-education li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #step1 .step1-info .infant-education li:last-child {
        width: 100%;
        margin-top: 70px;
    }

    #step1 .step1-info .food-nutrition {
        margin-bottom: 100px;
    }
    #step1 .step1-info .food-nutrition li:first-child {
        width: 62.78%;
        margin-left: 17px;
    }
    #step1 .step1-info .food-nutrition li:first-child img {
        width: 92.62%;
        height: auto;
        margin-bottom: 35px;
    }
    #step1 .step1-info .food-nutrition li:nth-child(2) {
        width: 24.3%;
    }
    #step1 .step1-info .food-nutrition li:last-child {
        width: 100%;
        margin-top: 70px;
    }
    
    #step1 .step1-info .living-culture-sciences li:first-child {
        width: 24.3%;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) {
        width: 62.78%;
        margin-right: 17px;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) img {
        width: 92.62%;
        height: auto;
        margin-bottom: 35px;
    }
    #step1 .step1-info .living-culture-sciences li:last-child {
        width: 100%;
        margin-top: 70px;
    }
}
@media screen and ( max-width:430px ) {
    .step-title {
        background-size: auto 6px;
    }
    .step-title_text {
        position: relative;
        width: 86%;
        margin: 0 auto;
    }
    
    #step1 {
        padding-top: 180px;
    }
    #step1 .step-title::before {
        top: 35px;
        left: 50%;
        width: 100px;
        height: 100px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    #step1 .step-title_text::before {
        top: 137px;
        left: 0.3%;
        width: 28px;
        height: 38px;
    }
    #step1 .step-title_text::after {
        top: 271px;
        right: 0;
        width: 28px;
        height: 37px;
        -webkit-transform: translateX(89.28%);
        -ms-transform: translateX(89.28%);
        transform: translateX(89.28%);
    }
    #step1 .step-title_text h1 {
        width: 88%;
        margin: 0 auto;
        padding: 165px 0 25px 0;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 30px;
        line-height: 3.0rem;
        font-weight: 600;
    }
    #step1 .step-title_text p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px;
        line-height: 2.4rem;
        padding: 20px 0 45px 0;
    }
    #step1 .step-title_text .woman01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        -webkit-transform: translate(-16% , -47%);
        -ms-transform: translate(-16% , -47%);
        transform: translate(-16% , -47%);
    }
    #step1 .step-title_text .woman02 {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px;
        -webkit-transform: translate(8% , -28.75%);
        -ms-transform: translate(8% , -28.75%);
        transform: translate(8% , -28.75%);
    }
    #step1 .step-title_text .woman03 {
        display: none;
    }

    #step1 .step1-info {
        width: 90%;
        margin: 0 auto;
        padding-top: 60px;
    }
    
    #step1 .step1-info .infant-education {
        margin-bottom: 60px;
    }
    #step1 .step1-info .infant-education li:first-child {
        width: 93.5%;
        margin-bottom: 37px;
    }
    #step1 .step1-info .infant-education li:nth-child(2) {
        width: 100%;
        margin-right: 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
    #step1 .step1-info .infant-education li:nth-child(2) span {
        display: inline-block;
        margin-top: 8px;
    }
    #step1 .step1-info .infant-education li:nth-child(2) span strong {
        font-size: 15px;
        font-size: 1.5rem;
    }
    #step1 .step1-info .infant-education li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #step1 .step1-info .infant-education li:last-child {
        width: 100%;
        margin-top: 60px;
    }
    
    #step1 .step1-info .food-nutrition {
        margin-bottom: 60px;
    }
    #step1 .step1-info .food-nutrition li:first-child {
        width: 100%;
        margin-left: 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
    #step1 .step1-info .food-nutrition li:first-child span {
        display: inline-block;
        margin-top: 8px;
    }
    #step1 .step1-info .food-nutrition li:first-child span strong {
        font-size: 15px;
        font-size: 1.5rem;
    }
    #step1 .step1-info .food-nutrition li:first-child img {
        width: 92.62%;
        height: auto;
        margin-bottom: 30px;
    }
    #step1 .step1-info .food-nutrition li:nth-child(2) {
        width: 93.5%;
        margin-bottom: 37px;
        -webkit-order: -1;
        order: -1;
    }
    #step1 .step1-info .food-nutrition li:last-child {
        width: 100%;
        margin-top: 60px;
    }
    
    #step1 .step1-info .living-culture-sciences li:first-child {
        width: 93.5%;
        margin-bottom: 37px;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) {
        width: 100%;
        margin-right: 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) span {
        display: inline-block;
        margin-top: 8px;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) span strong {
        font-size: 15px;
        font-size: 1.5rem;
    }
    #step1 .step1-info .living-culture-sciences li:nth-child(2) img {
        width: 88.79%;
        height: auto;
        margin-bottom: 28px;
    }
    #step1 .step1-info .living-culture-sciences li:last-child {
        width: 100%;
        margin-top: 60px;
    }
}


#step2 {
    width: 100%;
    padding-top: 280px;
}
#step2 .step-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url("../img/step02.png");
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#step2 .step-title_text::before {
    position: absolute;
    top: 15.96%;
    left: 0%;
    content: "";
    width: 82px;
    height: 95px;
    background-image: url("../img/step02-icon01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#step2 .step-title_text::after {
    position: absolute;
    top: 72.45%;
    right: 0;
    content: "";
    width: 82px;
    height: 95px;
    background-image: url("../img/step02-icon01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(36.36%);
    -ms-transform: translateX(36.36%);
    transform: translateX(36.36%);
}
#step2 .step-title_text h1 {
    display: block;
    text-align: center;
    padding: 145px 0 50px 0;
    color: #df752f;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 60px;
    line-height: 6.0rem;
    font-weight: 600;
    background-image: url("../img/line01.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
#step2 .step-title_text p {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 44px;
    line-height: 4.4rem;
    font-weight: 400;
    padding: 40px 0 75px 0;
}
#step2 .step-title_text .woman01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 354px;
    -webkit-transform: translate(-83.09% , -20%);
    -ms-transform: translate(-83.09% , -20%);
    transform: translate(-83.09% , -20%);
}
#step2 .step-title_text .woman02 {
    position: absolute;
    top: 8%;
    right: 0;
    width: 335px;
    -webkit-transform: translateX(85.97%);
    -ms-transform: translateX(85.97%);
    transform: translateX(85.97%);
}

#step2 .step2-info {
    width: 1150px;
    margin: 0 auto;
    padding: 188px 0 200px 0;
}
#step2 .step2-info .graduate01 ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#step2 .step2-info .graduate01 li:first-child {
    width: 58.78%;
    margin-left: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 400;
}
#step2 .step2-info .graduate01 li:first-child img {
    width: auto;
    height: 145px;
    margin-bottom: 45px;
}
#step2 .step2-info .graduate01 li:first-child span {
    display: inline-block;
    margin-top: 15px;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 500;
}
#step2 .step2-info .graduate01 li:first-child span strong {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
#step2 .step2-info .graduate01 li:nth-child(2) {
    width: 31.3%;
    margin-right: 37px;
}
#step2 .step2-info .graduate01 li:last-child {
    position: relative;
    width: 100%;
    margin-top: 100px;
}
#step2 .step2-info .graduate01 li:last-child::before {
    position: absolute;
    top: 0;
    right: 1.4%;
    content: "";
    width: 217px;
    height: 148px;
    background-image: url("../img/step02-icon02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-77.02%);
    -ms-transform: translateY(-77.02%);
    transform: translateY(-77.02%);
}

#step2 .step2-info .graduate02 {
    margin-top: 190px;
}
#step2 .step2-info .graduate02 ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#step2 .step2-info .graduate02 li:first-child {
    width: 31.3%;
    margin-right: 37px;
}
#step2 .step2-info .graduate02 li:nth-child(2) {
    width: 58.78%;
    margin-right: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 400;
}
#step2 .step2-info .graduate02 li:nth-child(2) img {
    width: auto;
    height: 145px;
    margin-bottom: 45px;
}
#step2 .step2-info .graduate02 li:nth-child(2) span {
    display: inline-block;
    margin-top: 15px;
    line-height: 34px;
    line-height: 3.4rem;
    font-weight: 500;
}
#step2 .step2-info .graduate02 li:nth-child(2) span strong {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
}
#step2 .step2-info .graduate02 li:last-child {
    position: relative;
    width: 100%;
    margin-top: 96px;
}
#step2 .step2-info .graduate02 li:last-child::before {
    position: absolute;
    top: 0;
    left: 1.3%;
    content: "";
    width: 217px;
    height: 146px;
    background-image: url("../img/step02-icon03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-76.71%);
    -ms-transform: translateY(-76.71%);
    transform: translateY(-76.71%);
}
@media screen and ( max-width:1024px ) {
    #step2 .step-title_text::before {
        top: 12.96%;
        left: 6%;
        width: 62px;
        height: 68px;
    }
    #step2 .step-title_text::after {
        top: 72.45%;
        right: 0;
        width: 62px;
        height: 68px;
        -webkit-transform: translateX(19.36%);
        -ms-transform: translateX(19.36%);
        transform: translateX(19.36%);
    }
    
    #step2 .step-title_text .woman01 {
        width: 250px;
        -webkit-transform: translate(-50% , -23%);
        -ms-transform: translate(-50% , -23%);
        transform: translate(-50% , -23%);
    }
    #step2 .step-title_text .woman02 {
        top: 5%;
        width: 220px;
        -webkit-transform: translateX(43.97%);
        -ms-transform: translateX(43.97%);
        transform: translateX(43.97%);
    }
    
    #step2 .step2-info {
        width: 90%;
        margin: 0 auto;
        padding: 188px 0 200px 0;
    }
    #step2 .step2-info .graduate01 li:first-child {
        width: calc(58.78% - 37px);
    }
    #step2 .step2-info .graduate01 li:first-child img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    
    #step2 .step2-info .graduate02 li:nth-child(2) {
        width: calc(58.78% - 37px);
    }
    #step2 .step2-info .graduate02 li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
}
@media screen and ( max-width:768px ) {
    #step2 {
        width: 100%;
        padding-top: 200px;
    }
    #step2 .step-title::before {
        width: 150px;
        height: 150px;
    }
    #step2 .step-title_text .woman01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 210px;
        -webkit-transform: translate(-63.09% , -22%);
        -ms-transform: translate(-63.09% , -22%);
        transform: translate(-63.09% , -22%);
    }
    #step2 .step-title_text .woman02 {
        position: absolute;
        top: 10%;
        right: 0;
        width: 195px;
        -webkit-transform: translateX(56.97%);
        -ms-transform: translateX(56.97%);
        transform: translateX(56.97%);
    }
    
    #step2 .step2-info {
        width: 90%;
        margin: 0 auto;
        padding: 88px 0 120px 0;
    }
    #step2 .step2-info .graduate01 li:first-child {
        width: 62.78%;
        margin-left: 17px;
    }
    #step2 .step2-info .graduate01 li:first-child img {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
    }
    
    #step2 .step2-info .graduate01 li:nth-child(2) {
        width: 24.3%;
        margin-right: 37px;
    }
    #step2 .step2-info .graduate01 li:last-child {
        width: 100%;
        margin-top: 70px;
    }
    #step2 .step2-info .graduate01 li:last-child::before {
        width: 175px;
        height: 118px;
    }
    #step2 .step2-info .graduate02 {
        margin-top: 100px;
    }
    #step2 .step2-info .graduate02 li:first-child {
        width: 24.3%;
        margin-right: 17px;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) {
        width: 62.78%;
        margin-right: 17px;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 35px;
    }
    #step2 .step2-info .graduate02 li:last-child::before {
        width: 175px;
        height: 118px;
    }
}
@media screen and ( max-width:430px ) {
    #step2 {
        width: 100%;
        padding-top: 180px;
    }
    #step2 .step-title::before {
        top: 35px;
        left: 50%;
        width: 100px;
        height: 100px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    #step2 .step-title_text::before {
        position: absolute;
        top: 132px;
        left: 0%;
        width: 42px;
        height: 48px;
    }
    #step2 .step-title_text::after {
        top: 320px;
        right: 0;
        width: 42px;
        height: 48px;
        -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
    }
    #step2 .step-title_text h1 {
        width: 88%;
        margin: 0 auto;
        padding: 165px 0 25px 0;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 30px;
        line-height: 3.0rem;
    }
    #step2 .step-title_text p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px;
        line-height: 2.4rem;
        padding: 20px 0 50px 0;
    }
    #step2 .step-title_text .woman01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 168px;
        -webkit-transform: translate(-16.6% , -42.42%);
        -ms-transform: translate(-16.6% , -42.42%);
        transform: translate(-16.6% , -42.42%);
    }
    #step2 .step-title_text .woman02 {
        position: absolute;
        top: 8%;
        right: 0;
        width: 156px;
        -webkit-transform: translate(18% , -45%);
        -ms-transform: translate(18% , -45%);
        transform: translate(18% , -45%);
    }
    
    #step2 .step2-info {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0 60px 0;
    }
    #step2 .step2-info .graduate01 li:first-child {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 26px;
        line-height: 2.6rem;
    }
    #step2 .step2-info .graduate01 li:first-child img {
        width: 100%;
        height: auto;
        margin-bottom: 28px;
    }
    #step2 .step2-info .graduate01 li:first-child span {
        line-height: 24px;
        line-height: 2.4rem;
    }
    #step2 .step2-info .graduate01 li:first-child span strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #step2 .step2-info .graduate01 li:nth-child(2) {
        width: 93.5%;
        margin-bottom: 37px;
        margin-right: 0;
        -webkit-order: -1;
        order: -1;
    }
    #step2 .step2-info .graduate01 li:last-child {
        position: relative;
        width: 100%;
        margin-top: 100px;
    }
    #step2 .step2-info .graduate01 li:last-child::before {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        width: 186px;
        height: 71px;
        background-image: url("../img/step02-icon02_sp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translate(-50% , -100%);
        -ms-transform: translate(-50% , -100%);
        transform: translate(-50% , -100%);
    }
    
    #step2 .step2-info .graduate02 {
        margin-top: 60px;
    }
    #step2 .step2-info .graduate02 li:first-child {
        width: 93.5%;
        margin-bottom: 37px;
        margin-right: 0;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 26px;
        line-height: 2.6rem;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) span {
        line-height: 24px;
        line-height: 2.4rem;
    }
    #step2 .step2-info .graduate02 li:nth-child(2) span strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #step2 .step2-info .graduate02 li:last-child {
        position: relative;
        width: 100%;
        margin-top: 100px;
    }
    #step2 .step2-info .graduate02 li:last-child::before {
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        width: 186px;
        height: 71px;
        background-image: url("../img/step02-icon02_sp.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translate(-50% , -100%);
        -ms-transform: translate(-50% , -100%);
        transform: translate(-50% , -100%);
    }
}


footer {
    width: 100%;
    padding: 50px 0;
}
footer .footer {
    width: 600px;
    margin: 0 auto;
}
footer .footer h1 {
    width: 384px;
    margin: 0 auto 24px auto;
}
footer .footer p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 400;
}
footer .footer p.privacy {
    padding: 24px 0 17px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 400;
}
footer .footer p.privacy a::before {
    content: ">";
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 400;
    margin-right: 4px;
}
footer .footer ul {
    width: 218px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .footer li {
    width: 21.56%
}
footer .footer .copyright {
    padding-top: 26px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
}

.fixed-menu .open-campus {
    position: fixed;
    right: 328px;
    bottom: 10px;
    z-index: 3;
}
.fixed-menu .open-campus a,
.fixed-menu .document-request a {
    display: inline-block;
    width: 148px;
    transition : 1.0s;
    /*height: 69px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #eaa678;
    background: linear-gradient(90deg, #eaa678 0%, #f8db8b 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    letter-spacing: 0.2em;
    border-radius: 5px;*/
}
.fixed-menu .open-campus a:hover,
.fixed-menu .document-request a:hover {
    opacity: 0.75;
}
/*.fixed-menu .open-campus a .icon, .fixed-menu .document-request a .icon {
    margin-left: 8px;
}*/
.fixed-menu .document-request2 {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    width: 300px;
}
.fixed-menu .document-request2 img {
    transition : 1.0s;
}
.fixed-menu .document-request2 img:hover {
    opacity: 0.75;
}

@media screen and ( max-width:1024px ) {
    footer .footer {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and ( max-width:768px ) {
    footer {
        width: 100%;
        padding: 50px 0 100px 0;
    }
}
@media screen and ( max-width:430px ) {
    footer {
        width: 100%;
        padding: 50px 0 100px 0;
    }
    footer .footer {
        width: 90%;
        margin: 0 auto;
    }
    footer .footer h1 {
        width: 100%;
        margin: 0 auto 24px auto;
    }
    footer .footer p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    footer .footer p.privacy {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14px;
        line-height: 1.4rem;
    }
    footer .footer p.privacy a::before {
        content: ">";
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 14px;
        line-height: 1.4rem;
    }
    footer .footer ul {
        width: 65%;
        margin: 0 auto;
    }
    footer .footer li {
        width: 21.91%
    }
    footer .footer .copyright {
        padding-top: 20px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    
    .fixed-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 5px 0;
        background-color: #ed873f;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .fixed-menu .open-campus {
        position: static;
        width: 47.46%;
    }
    .fixed-menu .open-campus a,
    .fixed-menu .document-request a {
        width: 100%;
    }
    .fixed-menu .document-request2 {
        position: static;
        width: 47.73%;
    }
}



.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anime-fuwafuwa01 {
    animation: 3s fuwafuwa01 infinite;
}
@keyframes fuwafuwa01 {
    0%, 100% {
        transform: translateY(0) rotate(10deg);
    }
    
    50% {
        transform: translateY(20px) rotate(-30deg);
    }
}
.anime-fuwafuwa02 {
    animation: 4s fuwafuwa02 infinite;
}
@keyframes fuwafuwa02 {
    0%, 100% {
        transform: translateY(0) rotate(20deg);
    }
    
    50% {
        transform: translateY(-10px) rotate(-20deg);
    }
}
.anime-fuwafuwa03 {
    animation: 2.5s fuwafuwa03 infinite;
}
@keyframes fuwafuwa03 {
    0%, 100% {
        transform: translateY(0) rotate(30deg);
    }
    
    50% {
        transform: translateY(15px) rotate(-10deg);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}
.delay-time01 {
    animation-delay: 0.3s;
}
.delay-time02 {
    animation-delay: 0.6s;
}
.delay-time03 {
    animation-delay: 0.9s;
}
.delay-time04 {
    animation-delay: 1.2s;
}
.delay-time05 {
    animation-delay: 1.5s;
}
