/* 個別ページ用 */

/*==============================
>>front-page
==============================*/

/*-- ▼トップメインコンテンツ1(キービジュ・お知らせ) --*/
.topKVNews{
    color: #FFFFFF;
    background: linear-gradient(to top, #00568D,#0073CC);
    padding-left: 50px;
    padding-right: 50px;
}

.topKV__section{
    display: grid;
    padding: 50px 0px;
    grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
    justify-content:space-between
}
.topKVIllust{
    display: flex;
    align-items: center;
}
.topKVIllust__block{
    aspect-ratio: 1.4 / 1;
}
.topKVIllust__img{
    width: 100%;
    height:100%;
    object-fit:cover;
    border-radius:35px
}
.topKVExplanation{
    display: grid;
    grid-template-columns: 1fr;
}
.topKVEXplanation__logo{
    display: grid;
    place-content: center;
    max-width: 550px;
    padding: 30px 30px 30px 30px;
}
.topKVExplanation__main{
    padding: 30px 30px 30px 30px;
}
.topKVExplanation__btn{
    display: grid;
    grid-template-columns: repeat(2,minmax(200px,1fr));
    justify-items:left;
    align-items: center;
    gap:10px 25px;
    margin: 50px 0px;
}
.topKVExplanation__btnLink{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width:100%;
    padding: 20px 10px;
    background-color: #ffffff;
    color: #00568D;
    font-weight: 700;
    border-radius: 100px;
    transition: 0.4s;
}
.topKVExplanation__btnLink:hover{
    border-radius: 100px;
    background-color: #e98324;
    color: #ffffff;
    opacity: 1.0;
}
.topNews__section{
    padding: 0px 0px 50px 0px;
}
.topNews__note{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.topNews__note p{
    padding-top: 5px;
    font-size: 1.6rem;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .topKVNews{
        color: #FFFFFF;
        background: linear-gradient(to top, #00568D,#0073CC);
        padding-left: 30px;
        padding-right: 30px;
    }
    .topKV__section{
        display: block;
        padding: 20px 0px;
    }
    .topKVIllust{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .topKVIllust__block{
        aspect-ratio: 1.4 / 1;
    }
    .topKVIllust__img{
        width: 100%;
        height:100%;
        object-fit:cover;
        border-radius:35px
    }
    .topKVExplanation{
        display: block;
        grid-template-columns: 1fr;
    }
    .topKVEXplanation__logo{
        display: block;
        place-content: center;
        max-width: 550px;
        padding: 15px;
    }
    .topKVExplanation__main{
        padding: 15px;
    }
    .topKVExplanation__btn{
        display: block;
        grid-template-columns: repeat(2,minmax(200px,1fr));
        justify-items:left;
        align-items: center;
        gap:10px 25px;
        margin: 30px 0px;
    }
    .topKVExplanation__btnLink{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width:100%;
        padding: 20px 10px;
        margin: 10px 0px;
        background-color: #ffffff;
        color: #00568D;
        font-weight: 700;
        border-radius: 100px;
        transition: 0.4s;
    }
    .topKVExplanation__btnLink:hover{
        border-radius: 100px;
        background-color: #e98324;
        color: #ffffff;
        opacity: 1.0;
    }
}
/*-- ▼トップメインコンテンツ2(作品集・自己紹介) --*/
.topWorksAbout{
    padding: 0px 50px;
}
.topWorks__section{
    padding-top: 50px;
}
.topWorks__note{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.topWorks__note p{
    font-size: 1.6rem;
    font-weight: 400;
}
.topAbout__section{
    padding-top: 50px;
}
@media screen and (max-width:768px) {
    .topWorksAbout{
        padding: 0px 30px;
    }
}
/*==============================
>>page-works
==============================*/

/*-- ▼記事一覧 --*/

/*==============================
>>page-Single
==============================*/
.pageSingle{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

.pageSingle__inner{
    max-width: 1050px;
}
.pageSingleThumbnail__img{
    max-width: 100%;
    max-height: 100%;
    object-fit:contain;
}
.pageSingleInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 15px 0px;
    padding: 0px 10px;
    gap:0rem 3.5rem;
    border-bottom:1px solid #33333333 ;
}
.pageSingleInfo a{
    transition: 0.4s;
}
.pageSingleInfo a:hover{
    color: #e98324;
}
.pageSingleInfo p{
    font-size: 1.2rem;
}
.pageSingleInfo time{
    font-size: 1.2rem;
}
.pageSingleInfo__block{
    display: flex;
    gap:1.0rem;
}
.pageSingleInfoCat__list{
    display: flex;
}
.pageSingleInfoCat__list li{
    padding-left: 1rem;
}
.pageSingleInfoCat__itemLink{
    font-size: 1.2rem;
}
.pageSingleMain{
    width: 600px;
    padding: 0px 10px;
}
.pageSingleMain a{
    transition: 0.4s;
}
.pageSingleMain a:hover{
    color: #e98324;
}
.pageSingleReturn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pageSingleReturnBtn__link{
    padding: 5px 20px;
    margin: 10px 0px;
    color: #00568D;
    border: 1px solid #00568D ;
    border-radius: 100px;
    font-weight: 600;
    transition: 0.4s;
}
.pageSingleReturnBtn__link:hover{
    background-color: #e98324;
    color: #ffffff;
    border: 1px solid #e98324;
}
@media screen and (max-width:768px) {
    .pageSingleMain{
        width: 100%;
        padding: 0px 10px;
    }
}
/*==============================
>>page-contact
==============================*/
.pageContactMain__container p{
    margin: 30px 0px;
    text-align: center;
}
.pageContactMain__content{
    display: block;
    justify-content: center;
    align-items: center;
}
.pageContactMain__content a{
    transition: 0.4s;
}
.pageContactMain__content a:hover{
    color: #e98324;
}
.wpcf7 {
    background-color:#edebdf; /* ライトグレー */
    padding: 40px;
    border-radius: 10px;
    width: 655px;
    margin: auto;
    }

.wpcf7-form p{
    margin: 1.6rem 0px;
    }
.wpcf7-form label{
    display: flex;
    justify-content: space-between;
}
.wpcf7-form-control{
    background-color: #ffffff;
    margin-left: 50px;
    padding: 0.8rem;
    width:400px;
    height: 3.2rem;
    border-radius: 0.6rem;
    text-align: left;
}
.wpcf7-not-valid-tip{
    margin-left: 50px;
    text-align: left;
}
.wpcf7-textarea{
    height: 12.0rem;
    border-radius: 0.6rem;
}
.pageContactMain__submit p{
    display: flex;
    justify-content: center;
}
.wpcf7-submit{
    margin-left: 100px;
    margin-top: 20px;
    padding: 0px;
    width: 300px;
    text-align: center; 
    background-color: #ffffff;
    border: solid 1px #00568D;
    color: #00568D;
    border-radius: 200px;
    transition: 0.6s;
}
.wpcf7-submit:hover{
    border-radius: 100px;
    background-color: #e98324;
    border: solid 1px #e98324;
    color: #ffffff;
    opacity: 1.0;
}
@media screen and (max-width:768px) {
    .pageContactMain__content{
        display: block;
    }
    .wpcf7 {
        padding: 20px;
        width: 100%;
        }
    .wpcf7-form p{
        width: 100%;
        }
    .wpcf7-form label{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        }
    .wpcf7-form-control{
        min-width: 200px;
        width:100%;
        margin-left: 0px;
    }
    .wpcf7-textarea{
        min-width: 200px;
        width:100%;
        margin-left: 0px;
    }
    .pageContactMain__submit p{
        display: block;
        justify-content: center;
    }
    .wpcf7-submit{
        margin-top: 0px;
        padding: 0px;   
    }
    .wpcf7-not-valid-tip{
        margin-left: 0px;
        text-align: left;
    }
}