@charset "UTF-8";
.navlist_child03 a::before{
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #6ac6ff;
}
p{
    color: #fff;
}
.mv{
    display: block;
    max-width: 1920px;
    height: 200px;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
}
.fv{
    position: relative;
    margin-bottom: 120px;
}
.fvtext_cover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section05{
    margin-bottom: 120px;
}
h1{
    color: #fff;
    font-size: 50px;
    font-family:sans-serif;
    letter-spacing: 9px;
    /* text-shadow */
    /* text-shadow: 0px 0px 10px #57aeda; */
}
.promote {
    font-size: 46px;
    font-family: sans-serif;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.promote_cover{
    position: relative;
}
.promote_cover::after{
    content: "";
    width: 40px;
    height: 7px;
    border-radius: 2px;
    background-color: #66caf4;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
}

.saiyou01{
    max-width: 420px;
    width: 100%;
}
.text_content{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
th{
    color: #005fad;
}
.saiyou_text01 {
    order: 0;
    width: 550px;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    border-collapse: separate;
    border-spacing: 30px;
}
.saiyou_text01 th {
    width: 33%;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}
.th_bg{
    background-color: #edf4fd;
}
.saiyou_text02 {
    width: 480px;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    border-collapse: separate;
    border-spacing: 14px;
}
.more_btn_saiyou{
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    display: block;
    width: fit-content;
}
.more_btn_saiyou a {
    font-size: 16px;
    padding: 17px 81px;
    border-radius: 32px;
    background: #ffc800;
    color: #fff;
    transition: .3s;
}
.more_btn_saiyou a:hover{
    background-color: #ff9900;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    .saiyou_text01 th.sp_none{
        display: none;
    }
    .saiyou_text01 {
        width: 100%;
        border-spacing: 0px;
    }
    .saiyou01 {
        max-width: 420px;
        width: 100%;
    }
    .text_content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 950px) {
    .promote_cover::after{
        top: 40px;
    }
    table th{
        display: block;
    }
    table td {
        display: block;
        width: 100%;
        padding: 20px 0 0 10px;
    }
    .saiyou_text01 th {
        width: 100%;
        display: block;
        text-align: left;
    }
    .saiyou_text_between{
        margin-top: 30px;
    }
    .text_content{
        max-width: 830px;
    }

    h1{
        font-size: 30px;
    }
    .fv {
        margin-bottom: 0px;
    }
    .mv {
        display: block;
        max-width: 1920px;
        height: 200px;
        object-fit: cover;
        width: 100%;
        margin: 0 auto;
    }
    .promote {
        font-size: 26px;
        font-family: sans-serif;
        color: #4d4d4d;
        font-weight: bold;
        text-align: center;
        margin-bottom: 45px;
    }
    .text_content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    .saiyou_text01 {
        order: 2;
        max-width: 420px;
        width: 100%;
        letter-spacing: 3px;
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
    }
    .saiyou01 {
        max-width: 420px;
        width: 100%;
    }
    .section05 {
        margin-bottom: 120px;
        padding: 80px 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 375px) {
    .logo {
        width: auto;
        padding-left: 20px;
        height: 40px;
    }
    .saiyou01 {
        max-width: 420px;
        width: 100%;
        margin-bottom: 20px;
    }
    .saiyou_text01 {
        order: 1;
        max-width: 335px;
        width: 100%;
        letter-spacing: 3px;
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
        border-collapse: separate;
        font-family: sans-serif;
    }
    .saiyou_text_between{
        margin-top: 0px;
    }
}