@charset "utf-8";
/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/

/*-- TOPページ --*/
.home main h2{line-height:1.2;}
.home main h2 code{
    font-size: 24px;
    font-weight: normal;
    font-family: var(--main-font);
}
.home main p{line-height:1.2;}
.home .lfl__t3{
    width:calc(100%/3 - 20px);
    flex-basis: inherit !important;
}
.home .lfl__t2{
    width:calc(100% - 100%/3 - 10px);
    flex-basis: inherit !important;
}
.home .lfl__t1{
    width:calc(100%/3 - 20px);
    flex-basis: inherit !important;
}
.home .wp-block-columns{flex-wrap: wrap!important;gap:30px;margin-bottom: 30px;}
.home .top_block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
}
.home .top_block.active_hover{
    opacity: .7;
}
.home .coming{
    position: relative;
    background-color: #B3B3B3!important;
}
.home .coming h2,.home .coming p{color:#cccccc!important;}
.home .coming::before{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color: rgba(153,153,153,.61);
    background-image: url(../img/base/comingsoon.svg);
    background-repeat:no-repeat ;
    background-position:center;
    background-size:60% auto;
    width:100%;
    height:100%;
    border-radius: 10px;
    z-index: 40;
}
/*-- mv --*/
.home main .mv h1{
    position: relative;
    line-height:1.5;
    z-index: 10;
}
.home main .mv p{
    position: relative;
    line-height:2.2;
    z-index: 10;
}
.home main .mv{
    
}
.home main .mv::before{
    content:'';
    position: absolute;
    right:4rem;
    bottom:5rem;
    width:calc(100% - 8rem);
    height:100%;
    max-height: 200px;
    background: url(../img/top/mv_bg.svg)no-repeat center right/contain;
}
.home .top_block p{
    position: relative;
    z-index: 5;
}
.home .top_block::after{
    content:'';
    position: absolute;
    right:3rem;
    bottom:3rem;
    width:30px;
    height:30px;
    background: url(../img/top/ico_tri.svg)no-repeat center/30px 30px;
}
@media screen and (max-width: 1200px){
.home .wp-block-columns{gap:30px;margin-bottom: 30px;}
/*-- mv --*/
.home main .mv::before{
    content:'';
    position: absolute;
    right:4rem;
    bottom:5rem;
    width:calc(100% - 8rem);
    height:100%;
    max-height: 160px;
}
}
@media screen and (max-width: 992px){
.home .lfl__t3{
    width:calc(100%/2 - 15px);
}
.home .lfl__t2{
    width:100%;
}
.home .lfl__t1{
    width:calc(100%/2 - 20px);
}
}
@media (max-width: 781px) {
.home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: inherit !important;
}
}
@media (max-width: 768px) {
.home main h2 code{
    font-size: 20px;
}
.home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
}
.home .lfl__t3,.home .lfl__t1{
    width:100%;
}
}
@media screen and (max-width: 640px){
/*-- mv --*/
.home main .mv::before{
    width:calc(90% - 8rem);
    height:100%;
    max-height: 32%;
    background: url(../img/top/mv_bg.svg)no-repeat bottom right/100% auto;
}
}

/*-- ------- --*/
/*-- archive --*/
/*-- ------- --*/
.news h3{color:#C69C6D;}
.news__list li{margin: 0 0 40px;}
.news__list li:last-child{margin: 0px}
.news__list li a,.news__list li a time,.news__list li a h3,.news__list li a p{text-decoration: none}
.news__list li a.no__link{
    position: relative;
    pointer-events: none;
}
.news__list li a.no__link::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 5;
}
.news__list li a time{
    display: block;
    width:100%;
    line-height: 1.5;
    text-decoration:none!important;
}
.news__list li a h3{
    display: block;
    width:100%;
    line-height: 1.5;
    margin: 5px 0 10px;
    text-decoration:none;
}
.news__list li a p{
    display: block;
    width:100%;
    text-decoration:none;
}
.news__list .list__thum{
    width: 250px;
}
.news__list .list__txt{
    padding-left:30px; 
    width:calc(100% - 250px);
}
.news__list a:hover{opacity: 1;}
.news__list a:hover h3{
    color:#754C24;
    
    opacity: 1;
}

/*--- ---------- ---*/
/*---  固定ページ ---*/
/*--- ---------- ---*/

/*-- 固定ページ 全体--*/
.page h2.txt32{line-height: 1.5}

/*-- 固定ページ サービス--*/
.service .inner__block{
    padding: 0 10%;
}

/*-- 固定ページ AI NEWS--*/
.ai-news h3{color:#88B8D2;}

/*-- 固定ページ NEWS--*/
.news .news__list li{padding-bottom: 40px;border-bottom: 1px solid #CCCCCC;}

/*-- 固定ページ company-profile--*/
.company-profile .company__leftbox{
	width:140px;
	flex-basis: initial!important;
}
.company-profile .company__rightbox{
	width:calc(100% - 160px);
	flex-basis: initial!important;
}

/*-- 固定ページ お問い合わせ --*/
.contact__page .page-section{padding-bottom: 40px;}
.form__section{padding-top: 40px; background: #E6E6E8;}
.form__section .section__inner{text-align: center;}
.form__section .section__inner h3{line-height: 1.5;margin: 0 auto 10px;}
.contact__page .contact__body{
    margin: 0 auto;
}
.contact__page .contact__body .contact__left{
    width:100%;
    margin: 0;
    text-align: left;
}
.contact__page .contact__body .contact__right{
    width:100%;
    margin: 0 0 30px;
}
.contact__page .contact__body .contact__right input{
    width:100%;
    border:1px solid #5A5A64;
    box-shadow: 0px 0px 0px #CCC inset;
    text-align: left;
    background: #fff!important;
}
.contact__page .contact__body .contact__right textarea{
    width:100%!important;
    min-height:100px;
    border:1px solid #5A5A64;
    box-shadow: 0px 0px 0px #CCC inset;
    text-align: left;
    background: #fff!important;
}
.contact__page .contact__body .must__item{
    font-size: 14px;
    display: inline-block;
    border:1px solid #C00;
    color:#C00;
    margin-left: 10px;
    padding: 3px 8px;
}
.contact__page .submit__btn{
    margin:30px auto 40px;
    width:180px;
    text-align: center;
}
.contact__page .submit__btn button{
    font-size: 16px;
    padding: 10px;
    width:160px;
    color:#fff;
    background: #5A5A64;
    text-align: center;
    border-radius: 10px;
}
.contact__page .submit__btn button:hover{
    opacity: .7;
}
@media screen and (max-width: 781px){
/*-- 固定ページ company-profile--*/
.company-profile .company__c3.wp-block-columns{gap:0;}
}
@media screen and (max-width: 768px){
/*-- 固定ページ サービス--*/
.service .inner__block{
    padding: 0 5%;
}
/*-- 固定ページ company-profile--*/
.company-profile .company__leftbox{
	width:85px;
	flex-basis: initial!important;
}
.company-profile .company__rightbox{
	width:calc(100% - 100px);
	flex-basis: initial!important;
}
/*-- 固定ページ お問い合わせ --*/
.contact__page .contact__body .contact__right{
    margin: 0 0 20px
}
}


/*-- ------ --*/
/*-- single --*/
/*-- ------ --*/
.single section:first-child{padding: 60px 0 0;}
.single__header{
	margin:0px 0 40px;
}
.single__header .single__top{
    margin: 0 0 30px;
}
.single__header h1{
	font-weight:700;
	line-height:1.625;
	margin:0 0 30px;
}

.single__header .single__top time{
	line-height:1.75;
}
.single__header .l-fl span{
	line-height:1.75;
    width:20px;
    text-align: center;
}
.single__sub__title{
    margin: 0;
}
.single__thum{
    margin: 40px auto;
    width:80%;
}
.single__body{
	margin:30px 0;
}
.single__title{
    font-weight: bold;
}
.single__bottom{
	width:100%;
	margin:80px 0 20px;
	padding:0;
}
.single__bottom .single__return{
    margin: 40px auto 0;
    max-width: 180px;
}
.single__bottom .l-fl{
	position:relative;
	align-items:center;
	justify-content:center;
}
.single__bottom .l-fl::before{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
	transform:translatex(-50%);
	width:1px;
}
.single__bottom .nav-previous{
	position:relative;
	width:50px;
	padding:0;
}
.single__bottom .nav-next{
	position:relative;
	width:50px;
	padding:0;
}
.single__bottom  .back-txt{
    width:200px;
    margin: 0 30px;
}

@media screen and (max-width: 768px){
/*-- ------- --*/
/*-- archive --*/
/*-- ------- --*/
.news__list li{margin: 0 0 40px;}
.news__list li a time{
    display: block;
    width:100%;
    line-height: 1.5;
    text-decoration:none!important;
}
.news__list li a h3{
    display: block;
    width:100%;
    line-height: 1.5;
    margin: 5px 0 10px;
    text-decoration:none;
}
.news__list li a p{
    display: block;
    width:100%;
    text-decoration:none;
}
.news__list .list__thum{
    width: 100%;
    margin-bottom: 30px;
}
.news__list .list__txt{
    padding-left:0px; 
    width:calc(100%);
}
/*-- single --*/
.single section:first-child{padding: 40px 0 0;}
.single-box {
    margin-top: -10px;
}
.single__header h1{
	line-height:1.6;
}
.single__body{
	margin:30px 0 10px;
}
.single__share{
    margin: 40px 0 0;
}
.single__share .share__list{justify-content:center;}
.single__profile{
    margin: 40px 0 0;
    padding: 40px 20px;
}
.single__profile .profile__image{
    display: flex;
    justify-content: center;
    width:100%;
    margin-right: 0;
}
.single__profile .profile__image img{
    width:100px;
}
.single__profile .profile__box .txt__area{
    width:100%;
    margin: 15px 0 0;
}
.single__profile .profile__box h3{
    text-align: center;
}
.single__profile .profile__box .profile__role{
    font-style: italic;
    text-align: center;
}
.single__profile .profile__comment{
    margin: 30px 0 0;
}
.single__bottom {
    margin: 40px 0 0px;
}
}
@media screen and (max-width: 640px){
/*-- single --*/
.single__bottom .l-fl{}
.single__bottom .nav-previous{
	position:relative;
	width:35px;
	padding:0;
    margin-right: auto;
}
.single__bottom .nav-next{
	position:relative;
	width:35px;
	padding:0;
    margin-left: auto;
}
.single__bottom  .back-txt{
    width:150px;
    margin: 0;
}
}
@media screen and (max-width: 480px){

}
