.section01 {
    padding: 4rem 0;
    border-top: 36px solid var(--main-color);
}
.section01 p {
    font-size: 24px;
    text-align: center;
    line-height: 2.4;
    color: var(--main-color);
    font-weight: 600;
    margin: 0;
}
.section01 .contents-title .text {
    font-size: 32px;
    line-height: 1.6;
    margin-top: 1.1rem;
}
.section01 .contents-title h2 {
    margin: 0;
    margin-top: -3px;
    line-height: 1.2;
}

.navbar02 {
    display: flex;
    justify-content: center;
    border: 0;
    background: #efeded;
    padding: 15px 0;
}
.navbar02 ul {
    display: flex;
}
.navbar02 ul a {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
}
.navbar02 ul li {
    text-align: center;
    width: 240px;
    padding: 5px 0;
    border-left: 1px solid var(--text-color);
    margin: 0;
}
.navbar02 ul li:last-child {
    border-right: 1px solid var(--text-color);
}

.section02,
.section03,
.section04,
.section05 {
    background: var(--sub-bg-color);
}

.section02 {
    padding-bottom: 5rem;
}
.section02 p,
.section03 p,
.section04 p {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 600;
    line-height: 2;
}
.section02 .text-box {
    line-height: 2;
    padding: 0;
}
.section02 .img-box {
    text-align: end;
    padding: 0;
}
.section02 .img-box img {
    /* width: 95%; */
    width: 92%;
}
.section02 .row {
    margin: 5rem 0 3rem;
}
.section02 .contents02 {
    margin-top: 3.5rem;
    text-align: center;
}
.section02 .contents02 img {
    width: 100%;
}

.table-item th,
.table-item td {
    border: 1px solid var(--outline-color);
    background: #fff;
    padding: 0.7rem 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}
.table-item td:nth-of-type(1) {
    width: 25%;
    text-align: center;
}
.table-item td:nth-of-type(2) {
    padding: 0.7rem 0.6rem 0.7rem 1rem;
}

p.text-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: var(--main-color);
    margin: 2rem 0;
}

.section02 .table-item .table01 th {
    background: var(--point-color);
    text-align: center;
    height: 3.5rem;
    color: #fff;
    font-size: 26px;
}
.section02 .table-item .table02 th {
    background: var(--main-color);
    text-align: center;
    height: 3.5rem;
    color: #fff;
    font-size: 26px;
}

.section02 .table-item .row {
    margin: 0;
}


.contents-title {
    text-align: center;
}

.contents-title .title-en {
    color: var(--main-color);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: normal;
}

.contents-title h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 1.2rem;
}

.contents-title .text {
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
}

.contents-title-mini {
    background: var(--main-color);
    padding: 1.5rem 0;
}

.contents-title-mini .title-en {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px !important;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.contents-title-mini h3 {
    color: #fff;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: 1.2rem;
    margin-bottom: 0.5rem;
}

.section03 {
    padding-bottom: 5rem;
}
.section03 .row {
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
}
.section03 .img-box {
    margin-top: -4rem;
}
.section03 .img-box,
.section04 .img-box {
    text-align: center;
}
.section03 .img-box img,
.section04 .img-box img {
    width: 20%;
}
.circle-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 370px;
    height: 370px;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    margin: 20px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.section04 {
    padding-bottom: 5rem;
}
.section04 .ballon .contents-title {
    background-color: #fff;
    border-radius: 30px;
    padding: 2rem;
}
.section04 .contents-title .title {
    color: var(--main-color);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
}
.section04 .contents-title .text {
    margin-bottom: 0.5rem;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
}
.section04 .ballon01 {
    margin: 5rem 0 2rem;
}
.section04 .img-box img {
    margin-left: -45px;
}
.section04 .ballon-mb {
    margin-bottom: 2rem;
}

.section05 {
    padding-bottom: 5rem;
}
.section05 table {
    width: 100%;
    margin-top: 5rem;
}
.section05 table th,
.section05 table td {
    padding: 20px 0;
    border: 1px solid;
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.section05 table th {
    width: calc(100% / 3);
    background: #efdbdd;
}
.section05 table td {
    background: #fff;
}
.section05 table td span {
    font-size: 17px;
}
.section05 p {
    color: var(--text-color);
    font-weight: 600;
    font-size: 24px;
    margin: 0.5rem 0 0;
}
.section05 p.info-text {
    text-align: center;
    line-height: 2;
    padding: 0;
    margin-top: 5rem;
}
.section05 p.info-text a {
    color: var(--main-color);
    display: inline-block;
}

.br-block,
.br-sub,
.br-sp,
.br-859,
.br-767,
.br-428 {
    display: none;
}

.br-859-none,
.br-767-none,
.br-428-none {
    display: block;
}

.content-img-sp {
        display: none;
    }
.content-img-pc {
    display: block;
}

@media (max-width: 1580px) {
    .section01 {
        border-top: 30px solid var(--main-color);
    }

    .section01 p {
        font-size: 22px;
        line-height: 2;
    }

    .section01 .contents-title .text {
        font-size: 30px;
    }

    .contents-title .title-en {
        font-size: 26px;
    }
    .contents-title h2 {
        font-size: 38px;
    }
    .contents-title .text {
        font-size: 22px;
    }

    .section02 p, .section03 p, .section04 p {
        font-size: 22px;
        line-height: 1.8;
    }
    p.text-title {
        font-size: 30px;
    }

    .navbar02 ul a {
        font-size: 20px;
    }

    .contents-title-mini .title-en {
        font-size: 22px !important;
    }
    .contents-title-mini h3 {
        font-size: 28px;
    }

    .section05 p.info-text {
        line-height: 1.8;
    }
    .section05 p {
        font-size: 22px;
    }
    .section05 table th, .section05 table td {
        font-size: 22px;
    }
    .section05 table td span {
        font-size: 16px;
    }
}

@media (max-width: 1490px) {
    .section01 {
        border-top: 28px solid var(--main-color);
    }
}

@media screen and (max-width: 1367px) {
    .section01 {
        border-top: 27px solid var(--main-color);
    }

    .section01 p {
        font-size: 21px;
        line-height: 2;
    }

    .contents-title .title-en {
        font-size: 25px;
        letter-spacing: 1px;
    }
    .contents-title h2 {
        font-size: 36px;
    }
    .contents-title .text {
        font-size: 20.5px;
    }
}

@media (max-width: 1280px) {
    .section01 {
        border-top: 25px solid var(--main-color);
    }

    .section01 .contents-title .text {
        font-size: 28px;
    }

    .contents-title .title-en {
        font-size: 23px;
    }

    .contents-title-mini h3 {
        font-size: 26px;
    }

    p.text-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 1204px) {
    .section01 {
        border-top: 23px solid var(--main-color);
    }

    .contents-title .title-en {
        font-size: 22px;
    }
    .contents-title h2 {
        font-size: 33px;
    }
    .contents-title .text {
        font-size: 20px;
    }
    .contents-title-mini h3 {
        font-size: 25px;
    }

    .section02 p, .section03 p, .section04 p {
        font-size: 21px;
        line-height: 1.7;
    }
    p.text-title {
        font-size: 26px;
    }
    .contents-title-mini .title-en {
        font-size: 20px !important;
    }

    .section04 .contents-title .title {
        font-size: 28px;
    }

    .section05 p {
        font-size: 20px;
    }
    .section05 table th, .section05 table td {
        font-size: 20px;
    }
    .section05 table td span {
        font-size: 15px;
    }
}

@media (max-width: 1110px) {
    .section01 {
        padding: 2.3rem 0 3rem;
        border-top: 21px solid var(--main-color);
    }
    .section01.title-en-none  {
        padding: 3.2rem 0 3rem;
    }
    .section01 p {
        font-size: 19px;
        line-height: 2;
    }
    .section01 .contents-title .text {
        font-size: 24px;
        margin-top: 0.5rem;
    }

    .container {
        max-width: 1000px;
    }

    .contents-title h2 {
        font-size: 34px;
        margin-bottom: 0.5rem;
    }

    .contents-title .title-en {
        font-size: 26px;
        margin-bottom: 0.2rem;
    }

    .contents-title .text {
        font-size: 18px;
    }

    /* .section01 .contents-title .text {
        font-size: 18px;
    } */

    .section02 {
        padding: 0 0 4rem;
    }
    .navbar02 {
        padding: 9px 0;
    }
    .navbar02 ul a {
        font-size: 18px;
    }
    .navbar02 ul li {
        width: 200px;
        padding: 3px 0;
    }
    .contents-title-mini {
        padding: 1rem 0;
    }
    .contents-title-mini h3 {
        font-size: 24px;
        letter-spacing: 3px;
        margin-top: -0.2rem;
    }
    .contents-title-mini .title-en {
        margin-bottom: 0.2rem;
    }
    
    .section02 p, .section03 p, .section04 p {
        font-size: 20px;
        line-height: 1.8;
    }

    .section02 .row {
        margin: 4rem 0 2rem;
    }

    p.text-title {
        font-size: 24px;
        margin: 2.5rem 0 2rem;
    }

    .section03 {
        padding-bottom: 4rem;
    }
    .section03 .row {
        gap: 0;
        margin-top: 3rem;
    }
    .circle-text {
        width: 280px;
        height: 280px;
    }
    .section03 .img-box {
        margin-top: -3rem;
    }
    .section03 p {
        font-size: 19px;
        line-height: 1.6;
    }

    .section04 {
        padding-bottom: 4rem;
    }
    .section04 .ballon01 {
        margin: 4rem 0 1.5rem;
    }
    .section04 .ballon .contents-title {
        padding: 1.2rem 1rem 1rem;
    }
    .section04 .ballon-mb {
        margin-bottom: 1.5rem;
    }
    .triangle-down {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fff;
    }
    .section04 .contents-title .title {
        font-size: 26px;
        letter-spacing: 0px;
        margin-bottom: 0.7rem;
    }

    .section05 {
        padding-bottom: 3.5rem;
    }
    .section05 p {
        font-size: 19px;
    }
    .section05 table th, .section05 table td {
        font-size: 19px;
    }

    .table-item th, .table-item td {
        padding: 0.5rem;
    }
    .section02 .table-item .table01 th,
    .section02 .table-item .table02 th {
        font-size: 20.5px;
        height: 2.8rem;
    }
    .table-item td {
        font-size: 14.5px;
    }
    .table-item td:nth-of-type(1) {
        width: 24%;
    }
    .table-item td:nth-of-type(2) {
        padding: 0.5rem;
    }

    .section05 p.info-text {
        margin-top: 3.5rem;
    }

    .section05 table td span {
        font-size: 15px;
    }

    .section05 table {
        margin-top: 4rem;
    }
}

@media (max-width: 991px) {
    .section01 {
        border-top: 19px solid var(--main-color);
    }

    .br-sub {
        display: block;
    }

    .contents-title .title-en {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    .contents-title h2 {
        font-size: 30px;
    }

    .contents-title-mini .title-en {
        font-size: 19px !important;
    }
    .contents-title-mini h3 {
        font-size: 23px;
    }

    .section02 {
        padding: 0 0 3rem;
    }
    .section02 .row {
        margin: 3rem 0 2rem;
    }
    .section02 p {
        text-align: center;
    }
    .section02 .img-box {
        justify-content: center;
        display: flex;
        margin-top: 1rem;
    }

    .section02 .row,
    .section02 p,
    .section02 .contents02 {
        padding: 0 3rem;
    }

    .section02 .img-box img {
        width: 75%;
    }

    .section03 {
        padding-bottom: 3rem;
    }
    .section03 .row {
        margin-top: 2rem;
    }
    .section03 .img-box {
        margin-top: -3rem;
    }

    .section04 {
        padding-bottom: 3rem;
    }
    .section04 .img-box {
        margin-top: -1rem;
    }
    .section04 .contents-title .title {
        font-size: 24px;
    }
    .contents-title .text {
        font-size: 17px;
    }
    .section04 .ballon {
        margin: 0 1rem 1.2rem;
    }
    .section04 .ballon01 {
        margin: 3rem 1rem 1.2rem;
    }

    .section05 {
        padding-bottom: 3rem;
    }
    .section05 table {
        margin-top: 3rem;
    }
    .section05 p.info-text {
        margin-top: 3rem;
        line-height: 1.8;
    }
    
}

@media (max-width: 859px) {
    .section01 {
        border-top: 17px solid var(--main-color);
    }

    .br-859-none {
        display: none;
    }
    .br-859 {
        display: block;
    }
    
    .section01 .contents-title .text {
        font-size: 23px;
    }

    .contents-title h2 {
        font-size: 28px;
    }
    .contents-title .text {
        font-size: 18px;
    }

    .contents-title-mini .title-en {
        font-size: 18px !important;
    }
    .contents-title-mini h3 {
        font-size: 22px;
    }

    .navbar02 ul li:nth-of-type(1) {
        border-left: 0
    }
    .navbar02 ul li:last-child {
        border-right: 0;
    }

    .section02 .row, .section02 p {
        padding: 0;
    }
    .section02 .table-item .row {
        padding: 0 3rem;
    }
    .section02 .img-box img {
        width: 60%;
    }

    .section04 .ballon .contents-title {
        padding: 1.4rem 1rem 1.2rem;
    }
    .section04 .ballon {
        margin: 0 3rem 1.2rem;
    }
    .section04 .ballon01 {
        margin: 3rem 3rem 1.2rem;
    }

    .section05 p {
        font-size: 20px;
    }
    .section05 p.title {
        text-align: center;
    }
    .section05 p.info-text {
        line-height: 1.6;
    }

    .section02 p, .section03 p, .section04 p {
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    .section01 {
        border-top: 15px solid var(--main-color);
    }

    .br-767-none {
        display: none;
    }
    .br-767 {
        display: block;
    }

    .section01 {
        padding: 1.3rem 0 2rem;
    }
    .section01.title-en-none {
        padding: 2.2rem 0 2rem;
    }
    /* .contents-title .title-en {
        font-size: 20px;
    }
    .contents-title h2 {
        font-size: 24px;
    }
    .contents-title .text {
        font-size: 16px;
    }
    .section01 .contents-title .text {
        font-size: 16px;
    } */

    .section01 .contents-title .text {
        font-size: 22px;
    }

    .navbar02 {
        padding: 9px 1rem;
    }
    .navbar02 ul li {
        width: 180px;
    }
    .navbar02 ul a {
        font-size: 17.5px;
    }

    .content-img-pc {
        display: none;
    }
    .content-img-sp {
        display: block;
    }

    .section03 .img-box img, .section04 .img-box img {
        width: 25%;
    }

    .section02 {
        padding: 0 0 2rem;
    }
    .section02 .row {
        margin: 2rem 0 2rem;
    }

    .section03 {
        padding-bottom: 2rem;
    }
    .section03 .row {
        margin-top: 1rem;
    }

    .section04 {
        padding-bottom: 2rem;
    }
    .section04 .ballon01 {
        margin: 2rem 3rem 1.2rem;
    }

    .section05 {
        padding-bottom: 2rem;
    }
    .section05 table {
        margin-top: 2rem;
    }
    .section05 p.info-text {
        margin-top: 2rem;
    }

    .section02 .contents02 {
        padding: 0 6rem;
    }
    .section02 .img-box img {
        width: 70%;
    }

    .section03 .img-box {
        margin-top: 0.5rem;
    }

    .section02 .table-item .row {
        padding: 0 4rem;
    }
}

@media (max-width: 698px) {
    .section01 {
        border-top: 17px solid var(--main-color);
    }

    .br-sp {
        display: block;
    }

    .navbar02 ul li {
        width: 170px;
    }
    .navbar02 ul a {
        font-size: 17px;
    }

    .contents-title .title-en {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .contents-title h2 {
        font-size: 28px;
    }
    .contents-title .text {
        font-size: 18px;
    }
    .section01 .contents-title .text {
        font-size: 20px;
    }

    .section02 {
        padding: 0 0 3rem;
    }
    .section02 .row {
        margin: 3rem 0 2rem;
    }
    .section02 .row, .section02 p {
        padding: 0;
    }
    .section02 .contents02 {
        padding: 0 1rem;
    }
    .section02 .img-box img {
        width: 80%;
    }

    .section03 .row {
        margin-top: 2rem;
    }
    .section03 .img-box img, .section04 .img-box img {
        width: 30%;
    }

    .section04 .ballon {
        margin: 0 0 1.5rem;
    }
    .section04 .ballon01 {
        margin: 3rem 0 1.5rem;
    }
    .section04 .contents-title .title {
        font-size: 22px;
    }
    .contents-title .text {
        font-size: 16px;
        line-height: 1.6;
    }

    .section02 p, .section03 p, .section04 p {
        font-size: 17px;
    }
    .contents-title-mini .title-en {
        font-size: 17px !important;
    }
    .contents-title-mini h3 {
        font-size: 20px;
    }

    .section05 table {
        margin-top: 3rem;
    }
    .section05 table td span {
        font-size: 13px;
    }

    p.text-title {
        font-size: 22px;
    }
}

@media (max-width: 498px) {
    .contents-title .title-en {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .contents-title h2 {
        font-size: 23px;
    }
    .contents-title .text {
        font-size: 14.5px;
    }

    .section01 .contents-title .text {
        font-size: 17px;
    }

    .contents-title-mini .title-en {
        font-size: 16px !important;
    }
    .contents-title-mini h3 {
        font-size: 19px;
    }
    .contents-title-mini {
        padding: 0.5rem 0 0.2rem;
    }

    .navbar02 {
        padding: 9px 0;
    }
    .navbar02 ul {
        width: 100%;
    }
    .navbar02 ul li {
        width: 120px;
    }
    .navbar02 ul a {
        font-size: 14.5px;
        letter-spacing: -0.7px;
    }

    .section02 {
        padding: 0 0 2rem;
    }
    .section02 .row {
        margin: 2rem 0 2rem;
    }
    .section02 p, .section03 p, .section04 p {
        font-size: 14.5px;
        letter-spacing: -0.1px;
    }
    .section02 .table-item .table01 th, .section02 .table-item .table02 th {
        font-size: 16.5px;
    }
    .table-item td {
        font-size: 12.5px;
    }

    .section03 .img-box img, .section04 .img-box img {
        width: 40%;
    }
    .section03 .row {
        justify-content: space-around;
    }

    .section04 .ballon .contents-title {
        padding: 1.4rem 0.5rem 1.2rem;
    }
    .section04 .ballon {
        margin: 0 0 0.75rem;
    }
    .section04 .ballon01 {
        margin: 2.5rem 0 0.75rem;
    }
    .section04 .contents-title .title {
        font-size: 19px;
    }
    .section04 .contents-title .text {
        font-size: 14px;
        letter-spacing: -0.3px;
    }

    .section05 table {
        margin-top: 2rem;
    }
    .section05 table th, .section05 table td {
        font-size: 14.5px;
    }
    .section05 p {
        font-size: 14.5px;
    }
    .section05 table td span {
        font-size: 12px;
    }
    .section05 p.info-text {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

}

@media (max-width: 480px) {

}

@media (max-width: 430px) {
    .br-428-none {
        display: none;
    }
    .br-428 {
        display: block;
    }

    .section01 {
        border: 0;
        padding: 1rem 0 1.5rem;
    }
    .section01.title-en-none {
        padding: 2rem 0 1.5rem;
    }

    .navbar02 ul {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    .navbar02 ul li {
        flex: 1 1 50%;
        position: relative;
        row-gap: 1rem;
    }
    .navbar02 ul li:nth-of-type(1)::after,
    .navbar02 ul li:nth-of-type(2)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 5px;
        background-color: #dadada;
    }
    .navbar02 ul li:nth-of-type(3) {
        border: 0;
    }
    .navbar02 ul a {
        font-size: 16px;
        letter-spacing: 0;
    }

    .contents-title .title-en {
        font-size: 20px;
    }
    .contents-title h2 {
        font-size: 28px;
    }
    .section01 .contents-title .text {
        font-size: 21px;
    }

    .contents-title-mini .title-en {
        font-size: 17px !important;
        margin-top: 0;
    }
    .contents-title-mini h3 {
        font-size: 21px;
        letter-spacing: 0;
    }

    .section02 p, .section03 p, .section04 p {
        font-size: 18px;
        letter-spacing: 0;
    }
    .section02 .img-box img {
        width: 90%;
    }

    .section03 p {
        font-size: 17px;
    }

    .section04 .contents-title .text {
        font-size: 16px;
        letter-spacing: 0;
    }


    .section05 table th, .section05 table td {
        font-size: 16px;
    }
    .section05 p {
        font-size: 16px;
    }
    .section05 table td span {
        font-size: 13px;
    }
    .section05 p.info-text {
        font-size: 16px;
        letter-spacing: 0;
    }

    .table-item td {
        font-size: 14px;
    }
    .table-item td:nth-of-type(1) {
        width: 26%;
    }
}

@media (max-width: 408px) {
    .section02 p, .section03 p, .section04 p {
        font-size: 17px;
    }
}

@media (max-width: 390px) {
    .contents-title .title-en {
        font-size: 19px;
    }
    .contents-title h2 {
        font-size: 27px;
    }
    .section01 .contents-title .text {
        font-size: 20px;
    }

    .section04 .contents-title .text {
        font-size: 15px;
    }

    .section02 .table-item .table01 th, .section02 .table-item .table02 th {
        font-size: 16px;
    }
    .table-item td:nth-of-type(1) {
        width: 27%;
    }

    .section05 p.info-text {
        font-size: 15.5px;
    }
}

@media (max-width: 375px) {
    .contents-title h2 {
        font-size: 26px;
    }
    .section01 .contents-title .text {
        font-size: 19.5px;
    }
}

@media (max-width: 360px) {
    .contents-title h2 {
        letter-spacing: -0.3px;
    }

    .section02 p, .section03 p, .section04 p {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .container {
        padding: 0 0.5rem;
    }

    .section01 {
        padding: 0.5rem 0 1rem;
    }
    .section01.title-en-none {
        padding: 1.2rem 0 1rem;
    }

    /* .contents-title .title-en {
        font-size: 16px;
    }
    .contents-title h2 {
        font-size: 18.5px;
    } */

    .section01 .contents-title .text {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: -0.3px;
    }

    .section02 .contents02 {
        margin-top: 2.5rem;
        padding: 0;
    }


}