@charset "utf-8";

#slide .item{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #EEEAE6;
}
.owl-dots{
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #CD384B;
}
.owl-controls .owl-nav{
    display: none;
}
#hoNews{
    background-color: #D70A2A;
    color: #fff;
    padding-top: 48px;
    padding-bottom: 50px;
}
.hoNRows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hoNLeft{
    width: 35.417%;
}
.hoNRight{
    width: 64.583%;
}
.hoNRight table{
    width: 100%;
}
.hoNRight table tr td{
    font-size: 14px;
    color: #fff;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 8px;
    word-break: break-all;
}
.hoNRight table tr td a{
    font-size: 14px;
    color: #fff;
    line-height: 160%;
    text-decoration: none;
}
.hoNRight table tr td a:hover{
    text-decoration: underline;
}
.hoNRight table tr td:first-child{
    width: 130px;
    background-image: url(../img/top/ho-img01.png);
    background-position: top 15px left;
    background-repeat: no-repeat;
    padding-left: 25px;
}
#hoAbout{
    background-image: url(../img/top/ho-img03.png);
    background-position: center center, left center;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 400px; */
    padding-bottom: 90px;
    position: relative;
    text-align: center;
    padding-top: 75px;
}
#hoAbout::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/top/ho-img04.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#hoAbout .cont{
    z-index: 2;
    position: relative;
}
span.hoAbTxt{
    display: block;
    font-size: 18px;
    line-height: 160%;
    color: #4D4D4D;
    padding-top: 15px;
    padding-bottom: 25px;
}
#hoAbout h2{
    font-size: 35px;
    font-weight: bold;
    color: #D70A2A;
    line-height: 170%;
}
#hoJob{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hoJRows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.hoJItem{
    width: 47.807%;
    margin-right: 4.386%;
    background-color: #D70A2A;
    color: #fff;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 25px;
    /* min-height: 450px; */
}
.hoJItem:nth-child(2n){
    margin-right: 0;
}
.hoJItem h2{
    text-align: center;
}
.hoJItem h2 span{
    display: block;
}
span.hoJITxt{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 170%;
    padding-top: 15px;
}
.hoJItem ul{
    margin-top: 68px;
}
.hoJItem ul li{
    display: block;
    text-align: center;
    margin-bottom: 14px;
}
.hoJItem:last-child ul{
    margin-top: 42px;
}
.hoJItem span.btnStyle00:hover{
    opacity: 1;
}
.hoJItem span.btnStyle00:hover a{
    opacity: 0.5;
}
.hoCtList ul{
    font-size: 0;
}
.hoCtList ul li{
    display: inline-block;
    width: 30.702%;
    font-size: 20px;
    text-align: center;
    margin-right: 3.947%;
    border: 2px solid #D70A2A;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hoCtList ul li:nth-child(3n){
    margin-right: 0;
}
.hoCtList ul li h3{
    font-size: 25px;
    font-weight: bold;
    color: #D70A2A;
    line-height: 170%;
}
.hoCtList ul li span{
    font-size: 20px;
    color: #4D4D4D;
    line-height: 140%;
}
.hoCtList{
    padding-top: 80px;
    padding-bottom: 50px;
}
span.btnMore{
    display: block;
    text-align: right;
}
span.btnMore a{
    font-size: 16px;
    line-height: 140%;
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
}
@media all and (-ms-high-contrast:none) {
	.hoNRight table tr td:first-child{
		background-position: top 14px left;
	}
}

/* =============================================

2024.11 変更

============================================= */
@media screen and (max-width:1600px) {
    #slide .item{
        min-height: 32vw;
    }
}