@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
li a,li a:link,li a:active{
    text-decoration: none;
    color: #3582f5;
}
li a:hover{
    color: inherit;
    opacity: 0.7;
}

#header.header{
    background-size: cover;
    background-position: center bottom;
}
.header-in{
    position: relative;
    align-items: flex-start;
}
.header-in .logo{
    margin-left: 30px;
}
#header.header .logo-header img{
    max-width: 400px;
    max-height: 400px;
    display: block;
}
header .band{
    background: linear-gradient(45deg, #78828B 0%, #78828B 20%, #0275BF 20%, #0275BF 100%);
    width: 100%;
    height: 28px;
}

#content.content{
    margin: 0;
}
.content .content-in.wrap{
    width:auto;
}
#content-in main{
    padding: 0;
    position: inherit;
}
main section{
    width: 900px;
    margin: auto;
}
section p{
    margin-bottom: 1rem;
}
/* navi */
.menu-area{
    position: relative;
}
.navi-home{
    border-bottom: 1px solid #6666;
}
.navi-home .navi-menu{
    display: block;
    opacity: 1;
}
.navi-home .navi-menu ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    height: 60px;
    align-items: center;
    margin: auto;
    max-width: 1198px;
}
.navi-home .navi-menu ul > li{}
.navi-home .navi-menu ul > li a{
    padding: 0 0.5rem;
    color: #707070;
}
.navi-home .navi-menu ul > li a:hover,
.navi-home .navi-menu ul > li a:active{
    color: #000;
}
.sp-menu{
    display: none;
}
/* section */
section{
    padding: 27px 0;
}
section h2{
    text-align: center;
    font-size: 2rem;
    color: #0086c9;
    padding: 1rem 0 2rem;
    position: relative;
    width: max-content;
    margin: auto;
    max-width: 60vw;
}
section h2:before,
section h2:after{
    content: "";
    border-bottom: 3px solid #0275BF;
    width: 110px;
    position: absolute;
    top: 0;
    bottom: 1.5rem;
    margin: auto;
    height: 3px;
}
section h2:before{
    left: -9rem;
}
section h2:after{
    right: -9rem;
}

section#company{}
section#company table{
    margin-bottom: 3rem;
}
section#company table thead tr{
    border-right: 2px solid #78828B;
    border-left: 2px solid #78828B;
    box-sizing: border-box;
}
section#company table tbody tr{
    border-right: 2px solid #78828B;
    border-left: 2px solid #78828B;
    border-bottom: 2px dashed #000;
    box-sizing: border-box;
}
section#company table tbody tr:last-child{
    border-bottom: 2px solid #78828B; 
}
section#company table thead th{
    background-color: #78828B;
    color: #fff;
}
section#company table tbody th{
    width: 30%;
    color: #78828B;
    background-color: #92CCE040;
}
section#company table tbody td{
    background-color: #fff;
    padding-left: 1.5rem;
}

/* btn-box */
.btn-box{
    padding: 20px 0;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
}
.btn-box ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}
.btn-box ul li{}
.btn-box ul li a{}
.btn-box ul li img{
    width: 400px;
    height: auto;
    display: block;
}


/* footer */
#footer.footer{
    margin-top: 0;
    margin-bottom: 0;
}

/* aside */
aside.aside-btn{
    position: fixed;
    right: 0;
    top: 100px;
}
aside.aside-btn ul{
    list-style: none;
    display: flex;
    flex-direction: column;
}
aside.aside-btn ul li{
}
aside.aside-btn ul li:first-child{
    margin-bottom: 20px;
}
aside.aside-btn ul li img{
    width: 194px;
    height: auto;
    display: block;
}
.page-content{
    background: #78828B;
    padding: 2rem 0;
}
.page-content .form{
    max-width: 900px;
    margin: auto;
    padding: 60px 100px 20px;
    background-color: #fff;
    border-radius: 20px;
}
.page-content h2 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0 2rem;
    position: relative;
    width: max-content;
    margin: auto;
}
.page-content h2{
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0 2rem;
    position: relative;
    width: max-content;
    margin: auto;
}
.page-content h2:before,
.page-content h2:after{
    content: "";
    border-bottom: 3px solid #fff;
    width: 110px;
    position: absolute;
    top: 0;
    bottom: 1.5rem;
    margin: auto;
    height: 3px;
}
.page-content h2:before{
    left: -9rem;
}
.page-content h2:after{
    right: -9rem;
}
.form form > p{
    margin-bottom: 1rem;
}
.form form input,
.form form select,
.form form textarea{
            border: 1px solid #000;
}
.form-accept{
    text-align: center;
}
.form-accept{
    text-align: center;
}
.form form .wpcf7-submit{
    width: 200px;
    display: flex;
    justify-content: center;
    margin: 1rem auto auto;
    border-radius: 60px;
    font-size: 1.2rem;
    letter-spacing: 1rem;
    text-indent: 1rem;
    background: #0275BF;
    color: #fff;
}
.form form .wpcf7-submit:hover,
.form form .wpcf7-submit:active{
    opacity: 0.7;
}
.form form .wpcf7-list-item{
    margin: 0 0.5rem;
}
.form form input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #7E7E7E;
    vertical-align: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form form input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #7E7E7E;
    border-bottom: 2px solid #7E7E7E;
    content: '';
}

#go-to-top.go-to-top{
    bottom: 40px;
}

.new-entry-card-date {
    display: block;
}
.new-entry-card-date .new-entry-card-update-date{
    display: none;
}

@media screen and (max-width: 1260px) {
    main{
    }
    main section{
        width: auto;
        padding-left: 2vw;
        padding-right: 2vw;
    }
}
@media screen and (max-width: 1023px) {
    #header-in.header-in{
        min-height: inherit;
        height: 600px;
    }
    .header-in .logo{
        margin: auto;
    }
    #header.header .logo-header img{
        max-width: 300px;
        width: 100%;
    }
    /* navi */
    .menu-area{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        border-top: 1px solid #3333;
    }
    .navi-home{
        border: none;
    }
    .navi-home .navi-menu{
        display: none;
        opacity: 0.9;
    }
    .navi-home .navi-menu ul{
        flex-direction: column;
        height: auto;
        background: #78828B;
        opacity: 0.9;
    }
    .navi-home .navi-menu ul li{
        width: 100%;
    }
    .navi-home .navi-menu ul li a{
        color: #fff;
        font-weight: bold;
        display: block;
        padding: 0.5rem 3rem;
        position: relative;
        text-indent: 2rem;
    }
    .navi-home .navi-menu ul li a::before{
        content: "";
        position: absolute;
        left: 3rem;
        top: 0;
        bottom: 4px;
        height: 1px;
        margin: auto;
        border-bottom: 1px solid #fff;
        width: 1rem;
    }
    .navi-home .navi-menu ul > li a:hover, .navi-home .navi-menu ul > li a:active {
        color: #fff;
    }
    .sp-menu{
        display: flex;
        justify-content: flex-start;
        height: 100px;
        list-style: none;
        margin: auto;
        width: 100%;
        padding: 10px 5vw;
        background: #fff;
    }
    .sp-menu li{
        padding: 0 5px;
    }
    .sp-menu li a{
    }
    .sp-menu li.menu-btn{
        padding: 5px 10px 0;
        margin-left: auto;
    }
    .sp-menu li img{
        height: auto;
        width: 120px;
        display: block;
    }
    .sp-menu li.menu-btn img{
        width: 60px;
    }

    aside.aside-btn{
        display: none;
    }
    /* form */
    .page-content .form{
        width: 90%;
        padding: 60px 5vw;
    }
    #footer.footer{
        margin-bottom: 100px;
    }
    #go-to-top.go-to-top{
        bottom: 120px;
    }
    

}
@media screen and (max-width: 834px) {
    section h2{
        width: auto;
        max-width: max-content;
    }
    section h2:before,
    section h2:after{
        content: none;
    }
    section#contents02 .contents-column-wrap{
        flex-direction: column;
    }
    section#contents02 .contents-column{
        width: 100%;
    }
    section#contents04 .req-wrap{
        height: auto;
        padding-bottom: 30px;
    }
    /* btn-box */
    .btn-box ul{
        flex-direction: column;
        align-items: center;
    }
    .btn-box ul li{
        margin-bottom: 30px;
    }
    .btn-box ul li img{
        width: 90%;
        margin: auto;
    }
    .page-content h2{
        width: auto;
    }
    .page-content h2:before,
    .page-content h2:after{
        content: none;
    }
    
}