@charset "UTF-8";
/* .wrapper {
	overflow: hidden;
} */
.summary {
    padding: 80px 5%;
}
.summary__inner {
    max-width: 1123px;
    margin: 0 auto;
    padding: 55px 80px;
    background-color: #f8f8f8;
    border-radius: 12px;
}
.summary h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.summary h2 .icon {
    width: 16px;
    min-width: 16px;
}
.summary dt {
    margin-top: 16px;
    font-weight: bold;
}
.summary dd {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 15px;
    font-size: 14px;
}
.summary dd a {
    display: block;
    color: #878787;
}
@media screen and (max-width: 767px) {
    .summary {
        padding: 30px 16px;
    }
    .summary__inner {
        padding: 20px;
        background-color: #f8f8f8;
    }
    .summary h2 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }
    .summary h2 .icon {
        width: 16px;
        min-width: 16px;
    }
    .summary dt {
        margin-top: 16px;
        font-weight: bold;
    }
    .summary dd {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-top: 15px;
        color: #878787;
        font-size: 14px;
    }
}
/* -------------------------------- */
.recovery {
    padding: 78px 5% 60px;
    background-color: #55C0EC;
}
.recovery__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.recovery .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.recovery .ja {
    margin-top: 30px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.recovery .sttl {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.recovery__contents {
    margin-top: 60px;
    padding: 60px 78.5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.recovery__contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recovery__contents h3.mt {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.recovery__contents h3.mt2 {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.recovery__contents h3 span {
    padding: 20px 80px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}
.recovery__content {
    display: flex;
    margin-top: 60px;
}
.recovery__texts {
    width: 100%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.recovery__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.recovery__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.recovery__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.recovery__visual {
    width: 490px;
    min-width: 490px;
}
.recovery__note {
    position: relative;
    margin-top: 30px;
    padding: 31px 266px 33px 84px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
.recovery__note span {
    color: #0DAFB0;
}
.recovery__chara {
    position: absolute;
    top: 23px;
    right: 38px;
    width: 189px;
}
.recovery__note2 {
    position: relative;
    margin-top: 30px;
    padding: 48px 69px 38px 224px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
.recovery__note2 span {
    color: #0DAFB0;
}
.recovery__chara2 {
    position: absolute;
    top: 36px;
    left: 48px;
    width: 131px;
}
.recovery__note3 {
    margin-top: -90px;
    padding: 22px 509px 22px 33px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .recovery {
        padding: 50px 16px;
    }
    .recovery__inner {
    }
    .recovery .en {
        font-size: 20px;
    }
    .recovery .ja {
        margin-top: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .recovery .sttl {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .recovery__contents {
        margin-top: 30px;
        padding: 20px 16px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .recovery__contents h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .recovery__contents h3.mt {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .recovery__contents h3.mt2 {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .recovery__contents h3 span {
        padding: 10px 40px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .recovery__content {
        flex-direction: column;
        margin-top: 20px;
    }
    .recovery__texts {
        width: 100%;
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.8;
    }
    .recovery__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
    .recovery__texts ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }
    .recovery__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .recovery__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    .recovery__note {
        position: relative;
        margin-top: 30px;
        padding: 20px 20px 0;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
    .recovery__note span {
        color: #0DAFB0;
    }
    .recovery__chara {
        position: relative;
        top: initial;
        right: initial;
        width: 100px;
        margin: 20px auto 0;
    }
    .recovery__note2 {
        position: relative;
        margin-top: 30px;
        padding: 20px 20px 0;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
    .recovery__note2 span {
        color: #0DAFB0;
    }
    .recovery__chara2 {
        position: relative;
        top: initial;
        left: initial;
        width: 70px;
        margin: 20px auto 0;
    }
    .recovery__note3 {
        margin-top: 20px;
        padding: 20px;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
}
/* -------------------------------- */
.step {
    margin-top: 80px;
    padding: 55px 30px 60px;
    background-color: #0277D1;
    border-radius: 10px;
}
.step h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.step__contents {
    margin-top: 45px;
    padding: 64px 138px 60px 111px;
    background-color: #fff;
    border-radius: 10px;
}
.step__content {
    display: flex;
}
.step__texts {
    width: 100%;
    padding-right: 29px;
}
.step__texts h4 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
}
.step__texts h4 .icon {
    width: 56px;
    min-width: 56px;
}
.step__texts p {
    margin-top: 10px;
    padding-left: 76px;
    font-size: 18px;
    line-height: 1.8;
}
.step__visual {
    width: 361px;
    min-width: 361px;
}
.step__arrow {
    max-width: 36px;
    margin: 30px auto;
}
.step__content-memo {
    margin-top: 30px;
    padding-left: 75px;
}
.step__content-memo-inner {
    padding: 4px 47px;
    background-color: #e65f27;
    color: #fff;
    line-height: 1.8;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .step {
        margin-top: 50px;
        padding: 50px 16px 16px;
        background-color: #0277D1;
        border-radius: 10px;
    }
    .step h3 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .step__contents {
        margin-top: 30px;
        padding: 16px;
        background-color: #fff;
        border-radius: 10px;
    }
    .step__content {
        flex-direction: column;
    }
    .step__texts {
        width: 100%;
        padding-right: 0;
    }
    .step__texts h4 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        font-size: 20px;
        text-align: center;
    }
    .step__texts h4 .icon {
        width: 56px;
        min-width: 56px;
        margin: 0 auto;
    }
    .step__texts p {
        margin-top: 10px;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .step__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    .step__arrow {
        max-width: 36px;
        margin: 30px auto;
    }
    .step__content-memo {
        margin-top: 16px;
        padding-left: 0;
    }
    .step__content-memo-inner {
        padding: 8px;
        border-radius: 5px;
    }
}
/* -------------------------------- */
.mentenance {
    padding: 80px 5% 0;
}
.mentenance__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.mentenance .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.mentenance .ja {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.mentenance__inner > ul {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}
.mentenance__inner > ul > li {
    flex: 1;
    padding: 74px 45px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.mentenance__inner > ul > li h3 {
    padding: 20px 6px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}
.mentenance__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 30px;
}
.mentenance__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 18px;
    line-height: 1.8;
}
.mentenance__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.mentenance__note {
    margin-top: 20px;
    padding: 34px 25px 42px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .mentenance {
        padding: 50px 16px 0;
    }
    .mentenance__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .mentenance .en {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .mentenance .ja {
        margin-top: 20px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .mentenance__inner > ul {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
    .mentenance__inner > ul > li {
        flex: 1;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .mentenance__inner > ul > li h3 {
        padding: 20px 6px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .mentenance__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-top: 20px;
    }
    .mentenance__texts ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        font-size: 16px;
        line-height: 1.8;
    }
    .mentenance__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .mentenance__note {
        margin-top: 20px;
        padding: 20px;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
}
/* -------------------------------- */
.virus {
    padding: 80px 5% 0;
}
.virus__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.virus .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.virus .ja {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.virus__contents {
    margin-top: 60px;
    padding: 60px 78.5px 90px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.virus__contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.virus__contents h3.mt {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.virus__contents h3 span {
    padding: 20px 80px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}

.virus__content {
    display: flex;
    margin-top: 60px;
}
.virus__texts {
    width: 100%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.virus__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.virus__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.virus__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.virus__visual {
    width: 490px;
    min-width: 490px;
}
.virus__note {
    position: relative;
    margin-top: 30px;
    padding: 21px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.virus__note span {
    color: #0DAFB0;
}
.virus__content2 {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
}
.virus__texts2 {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
}
.virus__texts2 ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.virus__texts2 ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.virus__texts2-note {
    position: relative;
    margin-top: 33px;
    padding: 26px 38px;
    background-color: #F2F6FD;
    border-radius: 10px 10px 0 0;
}
.virus__texts2-note-inner {
    padding: 24px 32px;
    background-color: #fff;
}
.virus__texts2-note-inner h4 {
    padding-bottom: 10px;
    border-bottom: 4px solid #F2F6FD;
}
.virus__texts2-note-inner P {
    margin-top: 20px;
}
.virus__visual2-icon1 {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 141px;
}
.virus__texts2 ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.virus__visual2 {
    width: 413px;
    min-width: 413px;
}
.virus__texts2-note2 {
    position: relative;
    padding: 27px 34px 45px 74px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 0 10px 10px 10px;
}
.virus__visual2-icon2 {
    position: absolute;
    bottom: -23px;
    right: 8px;
    width: 210px;
}
@media screen and (max-width: 767px) {
    .virus {
        padding: 50px 5% 0;
    }
    .virus .en {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .virus .ja {
        margin-top: 10px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .virus__contents {
        margin-top: 30px;
        padding: 20px 16px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .virus__contents h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .virus__contents h3.mt {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .virus__contents h3 span {
        padding: 10px 40px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .virus__content {
        flex-direction: column;
        margin-top: 30px;
    }
    .virus__texts {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .virus__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
    .virus__texts ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }
    .virus__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .virus__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    .virus__note {
        position: relative;
        margin-top: 30px;
        padding: 20px;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        text-align: center;
        border-radius: 10px;
    }
    .virus__note span {
        color: #0DAFB0;
    }
    
    .virus__content2 {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .virus__texts2 {
        font-size: 16px;
    }
    .virus__texts2 ul {
        gap: 11px;
    }
    .virus__texts2 ul li {
        gap: 13px;
    }
    .virus__texts2-note {
        position: relative;
        margin-top: 20px;
        padding: 10px;
        font-size: 16px;
        border-radius: 10px 10px 0 0;
    }
    .virus__texts2-note-inner {
        padding: 16px 16px 0;
    }
    .virus__texts2-note-inner h4 {
        padding-bottom: 10px;
        border-bottom: 4px solid #F2F6FD;
    }
    .virus__texts2-note-inner P {
        margin-top: 20px;
    }
    .virus__visual2-icon1 {
        position: relative;
        top: initial;
        right: initial;
        width: 100px;
        margin: 20px auto 0;
    }
    .virus__visual2 {
        width: 100%;
        max-width: 413px;
        min-width: initial;
    }
    .virus__texts2-note2 {
        margin-top: 20px;
        padding: 20px;
        font-size: 16px;
        border-radius: 0 0 10px 10px;
    }
    .virus__visual2-icon2 {
        position: relative;
        bottom: initial;
        right: initial;
        width: 140px;
        margin: 20px auto 0;
    }
}
/* -------------------------------- */
.trouble {
    padding: 80px 5% 0;
}
.trouble__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.trouble .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.trouble .ja {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.trouble__inner > ul {
    display: flex;
    gap: 40px;
    height: 100%;
    margin-top: 60px;
}
.trouble__inner > ul > li {
    flex: 1;
    padding: 74px 45px 95px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.trouble__inner > ul > li h3 {
    padding: 20px 6px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}
.trouble__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 30px;
}
.trouble__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 18px;
    line-height: 1.8;
}
.trouble__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.trouble__note {
    position: relative;
    margin-top: 20px;
    padding: 34px 25px 42px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
.trouble__inner > ul > li:nth-child(2) .trouble__note {
    min-height: 239px;
}
.trouble__chara {
    position: absolute;
    right: 0;
    bottom: -61px;
    width: 200px;
}
@media screen and (max-width: 767px) {
        .trouble {
        padding: 50px 16px 0;
    }
    .trouble__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .trouble .en {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .trouble .ja {
        margin-top: 20px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .trouble__inner > ul {
        flex-direction: column;
        gap: 30px;
        height: 100%;
        margin-top: 30px;
    }
    .trouble__inner > ul > li {
        flex: 1;
        padding: 20px 16px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .trouble__inner > ul > li h3 {
        padding: 10px 40px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .trouble__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-top: 30px;
    }
    .trouble__texts ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        font-size: 16px;
        line-height: 1.8;
    }
    .trouble__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .trouble__note {
        position: relative;
        margin-top: 20px;
        padding: 20px;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
    .trouble__inner > ul > li:nth-child(2) .trouble__note {
        min-height: auto;
        padding-bottom: 0;
    }
    .trouble__chara {
        position: relative;
        right: initial;
        bottom: initial;
        width: 100px;
        margin: 20px auto 0;
    }
}
/* -------------------------------- */
.setup {
    padding: 78px 5% 60px;
}
.setup__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.setup .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.setup .ja {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
.setup__description {
    max-width: 661px;
    margin: 60px auto 0;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.setup__contents {
    margin-top: 60px;
    padding: 60px 78.5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.setup__contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.setup__contents h3.mt {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.setup__contents h3 span {
    padding: 20px 80px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}
.setup__content {
    display: flex;
    margin-top: 60px;
}
.setup__texts {
    width: 100%;
    padding-right: 87px;
    font-size: 18px;
    line-height: 1.8;
}
.setup__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.setup__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.setup__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.setup__visual {
    width: 490px;
    min-width: 490px;
}
@media screen and (max-width: 767px) {
    .setup {
        padding: 50px 16px 0;
    }
    .setup__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .setup .en {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .setup .ja {
        margin-top: 10px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .setup__description {
        max-width: 661px;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
    .setup__contents {
        margin-top: 30px;
        padding: 20px 16px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .setup__contents h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .setup__contents h3.mt {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .setup__contents h3 span {
        padding: 10px 20px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .setup__content {
        flex-direction: column;
        margin-top: 30px;
    }
    .setup__texts {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .setup__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
    .setup__texts ul li {
        display: flex;
        gap: 13px;
    }
    .setup__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .setup__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
}
/* -------------------------------- */
.setting {
    padding: 78px 5% 60px;
}
.setting__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.setting .en {
    color: #024b9e;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.setting .ja {
    margin-top: 20px;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}
/* .setting__contents {
    margin-top: 60px;
    padding: 60px 78.5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.setting__contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting__contents h3.mt {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.setting__contents h3 span {
    padding: 20px 80px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
} */

.setting__contents {
    margin-top: 60px;
    padding: 60px 78.5px 160px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.setting__contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting__contents h3.mt {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.setting__contents h3.mt2 {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #E7E7E7;
}
.setting__contents h3 span {
    padding: 20px 80px;
    background-color: #024b9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 200px;
}
.setting__content {
    display: flex;
    margin-top: 60px;
}
.setting__texts {
    width: 100%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.setting__texts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.setting__texts ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.setting__texts ul li .icon {
    width: 21px;
    min-width: 21px;
    margin-top: 6px;
}
.setting__visual {
    width: 490px;
    min-width: 490px;
}
.setting__note {
    position: relative;
    margin-top: 30px;
    padding: 31px 266px 33px 84px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
.setting__note span {
    color: #0DAFB0;
}
.setting__chara {
    position: absolute;
    top: 23px;
    right: 38px;
    width: 189px;
}
.setting__note2 {
    position: relative;
    margin-top: 30px;
    padding: 39px 9px 38px 47px;
    background-color: #F2F6FD;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 10px;
}
.setting__note2 span {
    color: #0DAFB0;
}
.setting__chara2 {
    position: absolute;
    top: 99px;
    right: 70px;
    width: 190px;
}
@media screen and (max-width: 767px) {
    .setting {
        padding: 50px 5%;
    }
    .setting__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .setting .en {
        color: #024b9e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .setting .ja {
        margin-top: 10px;
        font-size: 28px;
        font-weight: 600;
        text-align: center;
    }
    /* .setting__contents {
        margin-top: 60px;
        padding: 60px 78.5px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .setting__contents h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .setting__contents h3.mt {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .setting__contents h3 span {
        padding: 20px 80px;
        background-color: #024b9e;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    } */

    .setting__contents {
        margin-top: 30px;
        padding: 20px 16px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    }
    .setting__contents h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .setting__contents h3.mt {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .setting__contents h3.mt2 {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #E7E7E7;
    }
    .setting__contents h3 span {
        padding: 10px 40px;
        background-color: #024b9e;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border-radius: 200px;
    }
    .setting__content {
        flex-direction: column;
        margin-top: 30px;
    }
    .setting__texts {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .setting__texts ul {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
    .setting__texts ul li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }
    .setting__texts ul li .icon {
        width: 21px;
        min-width: 21px;
        margin-top: 6px;
    }
    .setting__visual {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    .setting__note {
        position: relative;
        margin-top: 20px;
        padding: 20px 20px 0;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
    .setting__note span {
        color: #0DAFB0;
    }
    .setting__chara {
        position: relative;
        top: initial;
        right: initial;
        width: 100px;
        margin: 20px auto 0;
    }
    .setting__note2 {
        position: relative;
        margin-top: 20px;
        padding: 20px 20px 0;
        background-color: #F2F6FD;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        border-radius: 10px;
    }
    .setting__note2 span {
        color: #0DAFB0;
    }
    .setting__chara2 {
        position: relative;
        top: initial;
        right: initial;
        width: 100px;
        margin: 20px auto 0;
    }
}

#scroll1,#scroll2,#scroll3,#scroll4,#scroll5,#scroll6,#scroll7,#scroll8,#scroll9,#scroll10,#scroll11,#scroll12,#scroll13 {
    margin-top: -100px;
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    #scroll1,#scroll2,#scroll3,#scroll4,#scroll5,#scroll6,#scroll7,#scroll8,#scroll9,#scroll10,#scroll11,#scroll12,#scroll13 {
        margin-top: -60px;
        padding-top: 60px;
    }
}