@charset "UTF-8";
/* CSS Document */

.st_contents{	
}
.st_contents .mainV{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 100px;
    height:600px;
    align-items:center;
    display:flex;
    background:url(/wp-content/uploads/2026/03/0320/mainV_01.webp) center / cover;
    position:relative;
}
.st_contents .mainV:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#0008
}
.st_contents .mainV .title{
    width:100%;
    max-width:900px;
    margin:auto;
    z-index:1;
    position:relative;
}
.st_contents .mainV .title .logo{
    margin-bottom:1em;
}
.st_contents .mainV .title .logo img{
    width:70%;
    margin:auto;
}
.st_contents .mainV .title h1{
    font-size:1rem;;
    text-align:center;
    color:#fff;
}
@media screen and (max-width: 768px) {
    .st_contents .mainV{
        height:80vh;
    }
}
    

.ep_cont{
    margin:0 0 100px 0;
}
.ep_cont .image{
    width:50%;
    aspect-ratio:1 / 0.8;
    overflow:hidden;
    float:right;
    margin:0 0 0 5%;
}
.ep_cont .image img{
    object-fit:cover;
    height:100%;
    width:100%
}
.ep_cont h2{
    font-size:1.5rem;
    margin:0 0 1em 0;
}
@media screen and (max-width: 959px) {
    .ep_cont .image{
        width:90%;
        max-width:600px;
        overflow:hidden;
        float:unset;
        margin:0 auto 20px;;
    }
    .ep_cont h2{
        font-size:1.3rem;
        margin:0 0 1em 0;
        text-align:center;
    }
}


.info_cont{
    display:flex;
    justify-content:space-between;
    margin:0 0 100px 0;
}
.info_cont .image{
    width:200px;
    overflow:hidden;
}
.info_cont .image img{
    object-fit:cover;
    width:100%;
    height:100%;
}
.info_cont .info{
    width:calc(100% - 250px)
}
.info_cont .info .inner{
    width:100%;
}
.info_cont .info .inner h4{
    margin:0 0 1em 0;
    font-size:1.5rem;
    display: flex;
    align-items: center;
}
.info_cont .info .inner h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    margin-left: 1rem;
}

.info_cont .info .inner table{
    width:100%;
}
.info_cont .info .inner table tr td:nth-child(1){
    background:#f0f0f0;
    text-align:center;
    padding:5px;
}
.info_cont .info .inner table tr td:nth-child(2){
    background:#f9f9f9;
    padding:5px 5px 5px 20px;
}
@media screen and (max-width: 599px) {
    .info_cont{
        display:block;
        justify-content:unset;
        margin:0 0 100px 0;
    }
    .info_cont .image{
        width:100%;
        margin:0 0 50px 0;
    }
    .info_cont .info{
       width:100%;
    }
}
    

.form_title{
    font-size:1.5rem;
    text-align:center;
}