@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.talent01 .box img {
	max-width: 100%;
	height: 100% !important;
}
.talent02 .box img {
	max-width: 100%;
	height: 100% !important;
}

#mainArea .txt{
	background:transparent;
}

#mainArea .txt h3{
	width:auto;
	background:none;
	font-size: 1.6em;
	position:relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;
}
#mainArea .txt h3::before {
	content: "";
	background-image: url(../images/home/mini_brush.png);
	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: center;
	position: absolute;
    	top:50%;
	left:50%;
	transform:translate(-50%,-20%);
   	margin: auto;
    	display: block;
   	width: 100%;
	height: 110%;
	z-index: -1;
   	opacity: 0.6;
}
.oshirase_scroll{
	overflow-y: scroll;
	height: 300px;
}
.oshirase_scroll dl dt{
width: 100px!important;
border:0!important;
border-bottom: 1px solid #c08f39!important;
font-weight: bold;
background: none!important;
}
.oshirase_scroll dl dd{
width: calc(100% - 100px)!important;
border:0!important;
border-bottom: 1px solid #b3b3b3!important;
background: none!important;
}
.menu_newwaku{
	position: relative;
}
.menu_newwaku::before{
		content: "";
	width: 25px;
	height: 25px;
	border-left: 1px solid #c08f39!important;
	border-top: 1px solid #c08f39!important;
	position: absolute;
	visibility: initial!important;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
.menu_newwaku::after{
	content: "";
	width: 25px;
	height: 25px;
	border-right: 1px solid #c08f39!important;
	border-bottom: 1px solid #c08f39!important;
	position: absolute;
	visibility: initial!important;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}

#mainArea .txt h2,#mainArea .txt h3,.h2ttl h2,.h2ttl h2 span{
    color: #00004d;
}
.cont_4{
    background-image: none;
    background-color: #00004d;
}
.col_2{
    background-color: #00004d;
}
.info .box:first-child h2 span,.cont_4 .h2ttl h2 span{
    color: rgba(255,255,255,.72);
}
.h2txt h2{
    /* border-left: 2px solid #00004d; */
    border: none;
    position: relative;
    padding-bottom: 12px;
}
.h2txt h2::before,.h2txt h2::after{
    content: "";
    position: absolute;  
}
.h2txt h2::before{ 
    width: 96px;
    left: -4px;
    bottom: 0;
    height: 0;
    border-bottom: 3px double #00004d;  
}
.h2txt h2::after{
    height: 100%;
    width: 0;
    left: 0;
    bottom: -4px;
    border-left: 3px double #00004d;
}

.h_logo h1{
    display: none;
}

html body,*,.flexbox02 article > div,.flexbox02 h3{
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*===========================tab====================================== */
@media screen and (min-width: 834px) and (max-width: 641px){
.flexbox02 h3{
font-size: 14px!important;
margin-top: 5px!important;
line-height: 1.2!important;
}


}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
    .flexbox02 h3{
        font-size: 12px!important;
        margin-top: 5px!important;
        line-height: 1.2!important;
        text-align: left!important;
    }
    .flexbox02 article > div{
        font-size: 12px!important;
        line-height: 1.2!important;
            text-align: left;
    }
    .txtbox > div{
            font-size: 20px;
            line-height: 1.2!important;

    }
    .oshirase_scroll dl{
        display: block!important;
    }
    .oshirase_scroll dl dt{
        width: 100%!important;
        background: #c08f39!important;
        color: #fff!important;
        padding: 3px!important;
    }
    .oshirase_scroll dl dd{
        width: 100%!important;
    }
    .h2txt h2{
        font-size: 1.4em;
        line-height: 1.2;
        padding-left: 15px;
    }
    .sp_block{
        display: block;
    }
    .sptal div,.sptac h1,.sptac h2,.sptac h3,.sptac p{
        text-align: left!important;
    }
    .sptac div,.sptac h1,.sptac h2,.sptac h3,.sptacp{
        text-align: center!important;
    }
    .header_container .h_logo{
        justify-content: flex-end;
        padding: 4px 16px;
    }
    .header_container .h_logo a img{
        display: block;
        max-height: 64px;
    }
    .header_container .h_logo a{
        width: fit-content;
        display: block;

    }
}
@media only screen and (max-width: 414px){
    .header_container .h_logo {
        width: 84%;
    }
}

/*===========================sp END====================================== */