@charset "UTF-8";
/*|||||||||||||||||||||||||||||||||||||||||
共通
|||||||||||||||||||||||||||||||||||||||||||*/
@font-face {
    font-family: "Georigia";
    src: url("data/font/Georgia.ttf");
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    line-height: 1.6;
    letter-spacing: 0.04em;
}
body {
    font-family: sans-serif;
    position: relative;
    font-size: 16px;
    color: #2A384B;
}
a {
    color: #2A384B;
}
img {
    vertical-align: bottom;
}
.inner_cmn {
    margin: 0 auto;
    max-width: 1105px;
    padding: 0 30px;
}
.flex_cmn {
    display: flex;
    justify-content: space-between;
}
.more_cmn {
    padding-left: 60px;
    position: relative;
}
.more_cmn::after {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 40px;
    background: #fff;
    position: absolute;
}
.list_btn_cmn {
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
    background: #EFEFEF;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
}
.show_600 {
    display: none;
}
.show_480 {
    display: none;
}
.fadein_cmn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}
/*|||||||||||||||||||||||||||||||||||||||||
#hdr ヘッダー
|||||||||||||||||||||||||||||||||||||||||||*/
#hdr {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    align-items: center;
    padding: 20px 25px;
    background-color: white;
}
.scroll #hdr {
    background: #fff;
    position: fixed;
    top: 0;
}
.scroll #hdr > nav a {
    color: #2A384B;
}
#hdr .logo {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
#hdr .logo a .bg_none {
    display: none;
}

#hdr.open .logo a .bg_none {
    display: block;
}

#hdr .logo div {
    width: 50px;
    height: 50px;
}
#hdr .logo div img {
    height: 100%;
    display: block;
    object-fit: contain;
}

#hdr .logo a {
    position: relative;
    display: flex;
    align-items: center;
}
#hdr .logo a .bg_black {
    display: none;
}
#hdr .logo a .bg_white {
    display: block;
}
/*#hdr .logo a:before{*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-image: url(../img/home/STV_th60_hdr.png);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: -60px;*/
/*    margin: auto;*/
/*}*/
#hdr.open .logo a .bg_black {
    display: block;
    width: 245px;
}
#hdr.open .logo a .bg_white {
    display: none;
}
.scroll #hdr .logo a .bg_black {
    display: none;
}
.scroll #hdr .logo a .bg_white {
    display: block;
}
.scroll #hdr.open .logo a .black {
    display: block;
}
.scroll #hdr.open .logo a .bg_white {
    display: none;
}

.scroll #hdr.open .logo a .bg_black {
    display: block;
}
.scroll #hdr.open .logo a .bg_white {
    display: none;
}
#hdr a {
    /*color: #fff;*/
    color: #2A384B;
}
#hdr > nav ul {
    display: flex;
    justify-content: space-between;
}
#hdr > nav ul li a {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
}
#hdr > nav ul li.fb .black {
    display: none;
}
.scroll #hdr > nav ul li.fb .white {
    display: none;
}
.scroll #hdr > nav ul li.fb .black {
    display: block;
}
#hdr .sp_right {
    position: relative;
    z-index: 100;
    display: none;
}
#hdr .sp_right .fs_icon .black {
    display: none;
}
.scroll #hdr .sp_right .fs_icon .white {
    display: none;
}
.scroll #hdr .sp_right .fs_icon .black {
    display: block;
}
.scroll #hdr.open .sp_right .fs_icon .white {
    display: block;
}
.scroll #hdr.open .sp_right .fs_icon .black {
    display: none;
}
/*---------------------------------------.menu*/
#hdr .menu {
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 27px;
}
#hdr .menu span {
    position: absolute;
    display: block;
    height: 2px;
    width: 35px;
    background: #2A384B;
    transition: all .3s;
}
.scroll #hdr .menu span {
    background: #2A384B;
}
.scroll #hdr .menu.open span {
    background: #fff;
}
#hdr .menu span.top {
    top: 2px;
    transform: translateY(-50%);
}
#hdr .menu span.middle {
    top: 50%;
    transform: translateY(-50%);
}
#hdr .menu span.bottom {
    bottom: 0;
    transform: translateY(-50%);
}
#hdr.open a{
    color: white;
}
#hdr .menu.open span{
    background-color: white;
}
#hdr .menu.open span.middle {
    opacity: 0;
}
#hdr .menu.open span.top {
    top: 3px;
    transform-origin: left top;
    transform: rotate(35deg);
}
#hdr .menu.open span.bottom {
    bottom: 2px;
    transform-origin: left bottom;
    transform: rotate(-35deg);
}
/*---------------------------------------.overlay*/
#hdr .overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0 0;
    background: #333333;
}
#hdr .overlay.show {
    display: block;
}
#hdr .overlay nav {
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
	height: 100%;
	overflow-y: scroll;}
#hdr .overlay nav a {
    display: block;
    padding: 15px 0;
}
#hdr .overlay .business {
    margin-top: 40px;
}
#hdr .overlay .business li {
    border-bottom: 1px solid #707070;
}
#hdr .overlay .business li:first-child {
    border-top: 1px solid #707070;
}
/*|||||||||||||||||||||||||||||||||||||||||
#ftr フッター
|||||||||||||||||||||||||||||||||||||||||||*/
#ftr {
    padding: 50px 0 30px;
    font-size: 14px;
    line-height: .04em;
    background: #333333;
}
#ftr p, #ftr a, #ftr li, #ftr small {
    color: #fff
}


#ftr nav.sp_none{
    display: block;
}

#ftr .flex_cmn .right a.pc_none,
#ftr nav.pc_none{
    display: none;
}

#ftr .footer_logo{
    max-width: 350px;
    margin-bottom: 30px;
}
#ftr .footer_logo img{
    width: 100%;
}
#ftr .flex_cmn .left {
    max-width: 350px;
}
#ftr .flex_cmn .left .text{
    margin-bottom: 37px;
}
#ftr .flex_cmn {
    margin: 0 0 40px;
}
#ftr .flex_cmn .left a {
    display: inline-block;
    line-height: 2;
}
#ftr .flex_cmn .right {
    width: 600px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
}
#ftr .flex_cmn .right .item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
#ftr .flex_cmn .right .item:nth-child(1) {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
#ftr .flex_cmn .right .item:nth-child(2) {
    border-bottom: 1px solid #707070;
}
#ftr .flex_cmn .right .item:nth-child(3) {
    border-left: 1px solid #707070;
}
#ftr .flex_cmn .right .item:nth-child(4){
    border-right: 1px solid #707070;
}

#ftr .flex_cmn .right .item:nth-child(5){
    border-top: 1px solid #707070;
}

#ftr .bottom {
    text-align: center;
}
#ftr .bottom nav ul .fb a {
    padding: 7px 15px;
}
#ftr .flex_cmn .right_wrap .image_wrap{
    max-width: 600px;
    margin: 0 auto;
}
#ftr .flex_cmn .right_wrap .image_wrap a{
    width: 100%;
}
#ftr .flex_cmn .right_wrap .image_wrap img{
    width: 100%;
}
/*|||||||||||||||||||||||||||||||||||||||||
HOME トップページ
|||||||||||||||||||||||||||||||||||||||||||*/
/*=========================================
共通
=========================================*/
.home .ttl_cmn {
    margin: 80px 0 50px;
    text-align: center;
    font-size: 2.25em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1;
}
.home .ttl_cmn span {
    display: block;
    /*font-size: 0.33em;*/
    font-size: 0.38em;
}
/*=========================================
#home_mv
=========================================*/
#home_mv {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 88px;
}

#home_mv .category{
    display: flex;
    width: 100%;
    height: calc(100vh - 88px);
}
#home_mv .category .parts{
    position: relative;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    /*background-size: cover;*/
    /*background-position: center;*/
    overflow: hidden;
    transition: 0.2s;
}
#home_mv .category .parts .visual_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
#home_mv .category .parts:hover .visual_img{
    transform: scale(1.1);
}
#home_mv .category .parts .visual_img.pc_none{
    display: none;
}
#home_mv .category .parts .visual_img.sp_none{
    display: block;
}
#home_mv .category .parts:nth-child(1){
    /*background-image: url(../img/home/humanresources_pc.jpg);*/
    /*background-image: url(../img/home/humanresources_pc2.jpg);*/
}
#home_mv .category .parts:nth-child(2){
    /*background-image: url(../img/home/housing_pc.jpg);*/
    /*background-image: url(../img/home/housing_pc2.jpg);*/
}
#home_mv .category .parts:nth-child(3){
    /*background-image: url(../img/home/insurance_pc.jpg);*/
    /*background-image: url(../img/home/insurance_pc2.jpg);*/
}
#home_mv .category .parts:nth-child(4){
    /*background-image: url(../img/home/propertymanagement_pc.jpg);*/
    /*background-image: url(../img/home/propertymanagement_pc2.jpg);*/
}
#home_mv .category .parts:before{
    /*position: absolute;*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: linear-gradient(0deg, rgba(0, 25, 55, 1), rgba(84, 101, 121, 0));*/
    /*opacity: 0;*/
    /*transition: 0.2s;*/
}
#home_mv .category .parts:hover:before{
    /*opacity: 1;*/
}
#home_mv .category .parts .txt_img{
    width: 95%;
    height: fit-content;
    position: absolute;
    top: 54%;
    /*opacity: 0;*/
    opacity: 1;
    transition: 0.2s;
}
#home_mv .category .parts:hover img{
    /*opacity: 1;*/
}
#home_mv .category .parts:nth-child(1) .txt_img{
    max-width: 160px;
}
#home_mv .category .parts:nth-child(2) .txt_img{
    max-width: 130px;
}
#home_mv .category .parts:nth-child(3) .txt_img{
    max-width: 159px;
}
#home_mv .category .parts:nth-child(4) .txt_img{
    max-width: 235px;
}

#home_mv .joboffer_list{
    max-width: calc(100% - 70px);
    position: absolute;
    bottom: 35px;
    left: 35px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /*display: none;*/
    display: block;
}
#home_mv .parts:hover .joboffer_list,
#home_mv .parts:hover .joboffer_list .job{
    display: block;
}
#home_mv .joboffer_list .job{
    position: relative;
    display: block;
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid white;
    transition: 0.2s;
    /*opacity: 0;*/
    opacity: 1;
}
#home_mv .parts:hover .joboffer_list .job{
    /*opacity: 1;*/
}
#home_mv .joboffer_list .job:before,
#home_mv .joboffer_list .job:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    background-color: white;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
}
#home_mv .joboffer_list .job:before{
    transform: rotate(45deg);
    top: 5px;
}
#home_mv .joboffer_list .job:after{
    transform: rotate(-45deg);
    bottom: 5px;
}
#home_mv .joboffer_list .job:hover:before,
#home_mv .joboffer_list .job:hover:after{
    right: 13px;
}
#home_mv .joboffer_list .job p{
    color: white;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#home_mv .joboffer_list .job:last-child{
    border-bottom: unset;
}

#home_mv .housingnews_list{
    max-width: calc(100% - 70px);
    position: absolute;
    bottom: 35px;
    left: 35px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /*display: none;*/
    display: block;
}
#home_mv .parts:hover .housingnews_list,
#home_mv .parts:hover .housingnews_list .job{
    display: block;
}
#home_mv .housingnews_list .job{
    position: relative;
    display: block;
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid white;
    transition: 0.2s;
    /*opacity: 0;*/
    opacity: 1;
}
#home_mv .parts:hover .housingnews_list .job{
    /*opacity: 1;*/
}
#home_mv .housingnews_list .job:before,
#home_mv .housingnews_list .job:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    background-color: white;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s;
}
#home_mv .housingnews_list .job:before{
    transform: rotate(45deg);
    top: 5px;
}
#home_mv .housingnews_list .job:after{
    transform: rotate(-45deg);
    bottom: 5px;
}
#home_mv .housingnews_list .job:hover:before,
#home_mv .housingnews_list .job:hover:after{
    right: 13px;
}
#home_mv .housingnews_list .job p{
    color: white;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#home_mv .housingnews_list .job:last-child{
    border-bottom: unset;
}


/*#home_mv .category .parts:hover{*/
/*    transform: scale(1.2);*/
/*}*/

/*#home_mv h2 {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%);*/
/*    color: #fff;*/
/*    font-size: 1.25em;*/
/*    font-weight: 300;*/
/*    text-align: center;*/
/*    letter-spacing: 0.1em;*/
/*    width: 100%;*/
/*}*/
/*#home_mv h2.fadein {*/
/*    opacity: 1;*/
/*    transition: opacity 3s ease-in-out;*/
/*    transition-delay: 0.5s;*/
/*}*/
/*#home_mv h2.fadeout {*/
/*    opacity: 0;*/
/*    transition: opacity 3s ease-in-out;*/
/*}*/
/*#home_mv h2 span {*/
/*    font-size: 2.3em;*/
/*    display: block;*/
/*    font-family: Georgia;*/
/*    letter-spacing: 0.1em;*/
/*}*/
/*#home_mv h2 span font {*/
/*    font-style: italic;*/
/*}*/
/*#home_mv .scroll {*/
/*    position: absolute;*/
/*    bottom: 50px;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*@keyframes scroll {*/
/*    0% {transform: translate(-50%, 0);}*/
/*    100% {transform: translate(-50%, 10px);}*/
/*}*/
/*#home_mv .scroll::after {*/
/*    content: url(../img/home/scroll.png);*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    animation: scroll 2s linear infinite;*/
/*}*/
/*!*---------------------------------------#slider*!*/
/*#slider {*/
/*    position: relative;*/
/*    height: 100vh;*/
/*}*/
/*#slider > div {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*    height: 100%;*/
/*}*/
/*#slider > div.fadein {*/
/*    opacity: 1;*/
/*    transition: 3s ease-in-out;*/
/*    !* transition-delay: 1s; *!*/
/*}*/
/*#slider > div.fadeout {*/
/*    opacity: 0;*/
/*    transition: 3s ease-in-out;*/
/*}*/
/*=========================================
#home_business 事業紹介
=========================================*/
#home_business .flex_cmn {
    flex-wrap: wrap;
}
#home_business .item {
    position: relative;
    height: 400px;
    width: calc(25% - 11.25px)
}
#home_business .item .img_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
#home_business .item.num_01 .img_wrap {
    background: url(../img/home/business_01.jpg) center center / cover;
}
#home_business .item.num_01 .smauto_logo {
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: opacity .3s;
}
#home_business .item.num_02 .img_wrap {
    background: url(../img/home/business_02.jpg) center center / cover;
}
#home_business .item.num_03 .img_wrap {
    background: url(../img/home/business_03.jpg) center center / cover;
}
#home_business .item.num_04 .img_wrap {
    background: url(../img/home/business_04.jpg) center center / cover;
}
#home_business .item .img_wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #2A384B;
    opacity: 0.75;
    display: block;
    position: absolute;
    top: 0;
    transition: all 0.4s;
}
#home_business .item:hover .img_wrap::after,
#home_business .item:hover .smauto_logo {
    opacity: 0;
}
#home_business .text {
    color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 50%;
    border: 1px solid #fff;
    padding: 5px 0;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    transition: all 0.3s;
}
#home_business .item:hover .text {
    background: #fff;
    color: #2A384B;
}
/*=========================================
#home_concept コンセプト
=========================================*/
#home_concept {
    position: relative;
}
#home_concept .bg {
    padding: 110px 0;
    height: 480px;
    background: url(../img/home/concept_bg.jpg) center center / cover;
}
#home_concept .inner_cmn {
    position: absolute;
    padding-top: 105px;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#home_concept .text_area {
    padding-top: 56px;
    width: 410px;
    margin-left: auto;
}
#home_concept .text_area p, #home_concept .text_area a {
    color: #fff;
}
#home_concept .text_area p {
    font-size: 15px
}
#home_concept .text_area p:nth-child(1) {
    font-weight: 600;
    margin: 0 0 20px;
}
#home_concept .text_area p:nth-child(2) {
    line-height: 2.1;
    margin-bottom: 50px;
}

/*=========================================
#home_ コンセプト
=========================================*/
#home_anniversary {
    position: relative;
}
#home_anniversary .bg {
    padding: 110px 0;
    height: 655px;
    background: url(../img/home/anniversary_bg.jpg) center center / cover;
}


#home_anniversary .home_anniversary_contents {
    height: 655px;
    max-width: 1076px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../img/home/anniversary_bg.jpg) center center / cover;
}

#home_anniversary .home_anniversary_contents .flex_contents {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
    column-gap: 150px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#home_anniversary .home_anniversary_contents .flex_contents.pc_none{
    display: none;
}


#home_anniversary .inner_cmn.flex_contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_anniversary  .inner_cmn {
    position: absolute;
    padding-top: 105px;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#home_anniversary  .text_area {
    padding-top: 56px;
    width: 410px;
    margin-left: auto;
}


#home_anniversary  .anni_text_area p {
    font-size: 14px;
    padding-bottom: 40px;
    line-height: 1.8;
}

#home_anniversary .anni_text_area p,
#home_anniversary .anni_text_area .leader_message{
    color: #fff;
    font-size: 14px;
}

#home_anniversary .anniversary_logo img {
    height: 100%;
    display: block;
}

#home_anniversary .anniversary_logo {
    max-width: 250px;
    width: 100%;
    height: 250px;
}

/*=========================================
#home_news お知らせ
=========================================*/
#home_news .cat_select {
    display: flex;
    margin-bottom: 15px;
}
#home_news .cat_select li {
    width: 50%;
}
#home_news .cat_select li a {
    display: block;
    width: 100%;
    text-align: center;
    background: #EFEFEF;
    background: linear-gradient(to right, #EFEFEF,#EFEFEF);
    padding: 10px 30px;
    font-weight: 600;
    cursor: pointer;
}
#home_news .cat_select li a:hover {
    color: #fff;
    background: linear-gradient(to right, #2A384B, #0C6A5D);
}
#home_news .cat_select li a.current {
    color: #fff;
    background: linear-gradient(to right, #2A384B, #0C6A5D);
}
#home_news article {
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
}
#home_news article:not(:last-child) {
    border-bottom: 1px dashed #707070;
}
#home_news article .img_wrap {
    width: 140px;
    height: 88px;
    margin-right: 40px;
}
#home_news article .img_wrap .cat {
    display: none;
}
#home_news article .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
#home_news article .meta {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#home_news article .meta .cat {
    border-radius: 2px;
    margin-right: 20px;
    color: #fff;
    padding: 4px 15px; 
    background: #2A384B;
}
#home_news article .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 180px);
}
#home_news article .text_wrap h3 {
    font-weight: 300;
}
#home_news .article_wrap.tab_02 {
    display: none;
}
/*=========================================
#home_company 会社概要
=========================================*/
#home_company .inner_cmn {
    height: 100%;
    display: flex;
    align-items: center;
}
#home_company .bg {
    height: 480px;
    background: url(../img/home/company_bg.jpg) center center / cover;
}
#home_company p, #home_company li {
    color: #fff;
}
#home_company ul li {
    line-height: 1.86;
}
#home_company ul li a {
    color: inherit;
}
#home_company .info {
    margin: 0 0 30px;
}
#home_company .business {
    margin-bottom: 30px;
}
#home_company .business li {
    padding-left: 45px;
    position: relative;
}
#home_company .business li:after {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
    background: #fff;
    position: absolute;
}
#home_company .more_cmn {
    color: #fff;
    padding-left: 45px;
}
#home_company .more_cmn::after {
    width: 30px;
}
/*=========================================
#home_contact お問い合わせ
=========================================*/
#home_contact .flex_cmn {
    flex-wrap: wrap;
    margin-bottom: 95px;
}
#home_contact .flex_cmn .item {
    border: 1px solid #2A384B;
    width: calc(50% - 10px);
    margin: 0 0 20px;
    text-align: center;
    padding: 25px;
}
#home_contact .flex_cmn .item h4 {
    font-weight: 300;
    margin-bottom: 20px;
}
#home_contact .flex_cmn .item .tel {
    font-size: 2em;
}
#home_contact .flex_cmn .item.tennant .tel font {
    font-size: 0.75em;
}
#home_contact .flex_cmn .item .tel img {
    vertical-align: top;
    margin-right: 7px;
}
#home_contact .flex_cmn .item .tel span {
    position: relative;
}
#home_contact .flex_cmn .item .tel span::after {
    position: absolute;
    font-size: 12px;
    word-break: keep-all;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    line-height: 1;
}
#home_contact .flex_cmn .item .tel span.num_089::after {
    content: 'オヤクニタツ';
}
#home_contact .flex_cmn .item .tel span.num_582::after {
    content: 'コーハツ';
}
#home_contact .flex_cmn .item .tel span.num_556::after {
    content: 'マゴコロ';
}
#home_contact .flex_cmn .item .tel span.num_194::after {
    content: 'イクヨ';
}
/*=========================================
#home_SDGs
=========================================*/
#home_sdgs{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 85px 0 15px;
}
#home_sdgs img{
    width: 258px;
    height: auto;
    margin-bottom: 17px;
}
#home_sdgs h4{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-bottom: 20px;
}
#home_sdgs p{
    font-size: 14px;
    letter-spacing: 0.045em;
    line-height: 1.9;
    text-align: center;
    max-width: 620px;
}

/*!*=========================================*/
/*#home_BUSINESS*/
/*=========================================*!*/
/*#home_business{*/
/*    margin-bottom: 30px;*/
/*}*/
/*#home_business .swiper-container{*/
/*    position: relative;*/
/*    overflow-x: hidden;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper{*/

/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide{*/

/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .img{*/
/*    width: 100%;*/
/*    aspect-ratio: 65/35;*/
/*    margin-bottom: 30px;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .img{*/
/*    box-shadow: 0 0 35px rgba(0,0,0,0.15);*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .img img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area{*/
/*    position: relative;*/
/*    transition: 1s;*/
/*    opacity: 0;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .txt_area{*/
/*    opacity: 1;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .title{*/
/*    margin-bottom: 17px;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .title img{*/

/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .txt{*/
/*    width: 70%;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .txt p{*/
/*    font-size: 14px;*/
/*    letter-spacing: 0.045em;*/
/*    line-height: 1.9;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link{*/
/*    position: absolute;*/
/*    display: block;*/
/*    height: fit-content;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link p{*/
/*    position: relative;*/
/*    font-size: 15px;*/
/*    letter-spacing: 0.04em;*/
/*    line-height: 1;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link p:before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 1px;*/
/*    background-color: black;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: -45px;*/
/*    margin: auto;*/
/*    transition: 0.2s;*/
/*}*/
/*#home_business .swiper-container .swiper-wrapper .swiper-slide:hover .txt_area .more_link p:before{*/
/*    width: 40px;*/
/*    left: -55px;*/
/*}*/

/*#home_business .swiper-container .swiper-pagination{*/
/*    bottom: unset !important;*/
/*    top: 31.5vw;*/
/*}*/
/*#home_business .swiper-container .swiper-pagination .swiper-pagination-bullet{*/
/*    background-color: white!important;*/
/*    opacity: 1!important;*/
/*}*/
/*#home_business .swiper-container .swiper-pagination .swiper-pagination-bullet-active{*/
/*    background-color: black!important;*/
/*}*/

#home_job,
#home_housing{
    display: none;
}

/*|||||||||||||||||||||||||||||||||||||||||
.nothome 下層ページ共通
|||||||||||||||||||||||||||||||||||||||||||*/
body.nothome {
    padding-top: 78px;
}
.nothome #hdr {
    position: fixed;
    height: 78px;
    background: #fff;
    top: 0;
}
.nothome #hdr > nav a {
    color: #2A384B;
}
.nothome #ftr {
    margin-top: 100px;
}
.breadcrumb {
    font-size: 11px;
    margin: 6px 0 60px;
    text-align: right;
    padding-right: 40px;
}
.nothome #hdr > nav ul li.fb .white {
    display: none;
}
.nothome #hdr > nav ul li.fb .black {
    display: block;
}
.nothome #hdr .sp_right .fs_icon .black {
    display: block;
}
.nothome #hdr .sp_right .fs_icon .white {
    display: none;
}
.nothome #hdr.open .sp_right .fs_icon .white {
    display: block;
}
.nothome #hdr.open .sp_right .fs_icon .black {
    display: none;
}
.nothome #hdr .logo a .bg_none {
    display: none;
}
.nothome #hdr .logo a .bg_white {
    display: block;
}
.nothome #hdr.open .logo a .bg_none {
    display: block;
}
.nothome #hdr.open .logo a .bg_white {
    display: none;
}
.nothome #hdr .logo a {
    color: #2A384B;
}
.nothome #hdr .menu span {
    background: #2A384B;
}
.nothome #hdr .menu.open span {
    background: #fff;
}
.nothome #ftr {
    margin: 100px 0 0;
}
.page_title_area {
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
}
.page_title_area .bg {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 2.25em;
    font-weight: 300;
}
.page_title_area .bg span {
    display: block;
    font-size: 0.33em;
}
.top_text_cmn {
    position: relative;
    padding-left: 100px;
    margin: 0 0 50px;
}
.top_text_cmn span::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    background: #2A384B;
    width: 86.5px;
    height: 1px;
}
/*=========================================
.concept ブランドコンセプト
=========================================*/
#concept .page_title_area {
    background: url(../img/concept/title_bg.jpg) center center / cover;
}
#concept_wrapper h2 {
    margin: 0 0 50px;
}
#concept_wrapper .intro_wrap {
    text-align: center;
    position: relative;
}
#concept_wrapper .intro_wrap .top_text_cmn {
    position: absolute;
    top: 5px;
    padding-left: 100px;
}
#concept_wrapper .intro_wrap .top_text_cmn::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    background: #2A384B;
    width: 86.5px;
    height: 1px;
}
#concept_wrapper p {
    line-height: 2;
}
#concept_wrapper .main_img {
    margin: 100px 0;
    height: 0;
    padding-bottom: 33.28%;
    background: url(../img/concept/main.jpg) center center / cover;
}
#concept_wrapper .business_wrap p {
    text-align: center;
    margin-bottom: 80px;
}
#concept_wrapper .business_wrap .inner_cmn {
    max-width: 850px;
}
#concept_wrapper .business_wrap nav ul {
    display: flex;
    justify-content: space-between;
}
#concept_wrapper .business_wrap nav ul li a {
    font-size: 15px;
    padding-left: 50px;
    position: relative;
}
#concept_wrapper .business_wrap nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #2A384B;
    display: block;
    height: 1px;
    width: 30px;
}
/*=========================================
.business 事業紹介
=========================================*/
#business .page_title_area {
    background: url(../img/business/title_bg.jpg) center center / cover;
}
#business .business_wrap .item {
    position: relative;
    height: 370px;
    margin: 0 0 5px;
}
#business .business_wrap .item.num_01 {
    background: url(../img/business/business_02.jpg) center center / cover;
}
#business .business_wrap .item.num_02 {
    background: url(../img/business/business_01.jpg) center center / cover;
}
#business .business_wrap .item.num_03 {
    background: url(../img/business/business_03.jpg) center center / cover;
}
#business .business_wrap .item.num_04 {
    background: url(../img/business/business_04.jpg) center center / cover;
}
#business .business_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../img/business/overlay.png);
    background-size: cover;
    background-position: right;
    width: 50%;
}
#business .business_wrap .text_area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#business .business_wrap .text_area img {
    margin: 0 0 20px;
}
#business .business_wrap .text_area p,
#business .business_wrap .text_area li {
    color: #fff;
}
#business .business_wrap .text_area .more_btn {
    display: block;
    margin: 50px 0 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 90px 8px 15px;
    position: relative;
}
#business .business_wrap .text_area .more_btn::after {
    position: absolute;
    content: '';
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 1px;
    width: 30px;
}
/*=========================================
.company 会社概要
=========================================*/
#company .page_title_area {
    background: url(../img/company/title_bg.jpg) center center / cover;
}
#company_wrapper .top_text_cmn {
    margin: 0 0 -25px;
}
#company_wrapper h2 {
    text-align: center;
    margin-bottom: 100px;
}
#company_wrapper dl {
    display: flex;
    margin-bottom: 5px;
}
#company_wrapper dl dt, #company_wrapper dl dd {
    display: inline-block;
}
#company_wrapper dl dt {
    padding: 15px 10px;
    width: 240px;
    background: #2A384B;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#company_wrapper dl dd {
    padding: 15px 50px 15px 50px;
    width: calc(100% - 240px);
    background: #F7F7F7;
}
/*=========================================
#contact お問い合わせ
=========================================*/
#contact .page_title_area {
    background: url(../img/contact/title_bg.jpg) center center / cover;
}
#contact_wrapper .flex_cmn {
    flex-wrap: wrap;
    margin-bottom: 95px;
}
#contact_wrapper .flex_cmn .item {
    background: #F7F7F7;
    width: calc(50% - 10px);
    margin: 0 0 20px;
    text-align: center;
    padding: 25px;
}
#contact_wrapper .flex_cmn .item h4 {
    font-weight: 300;
    margin-bottom: 20px;
}
#contact_wrapper .flex_cmn .item .tel {
    font-size: 2em;
}
#contact_wrapper .flex_cmn .item .tel img {
    vertical-align: top;
    margin-right: 7px;
}
#contact_wrapper .flex_cmn .item .tel span {
    position: relative;
}
#contact_wrapper .flex_cmn .item .tel span::after {
    position: absolute;
    font-size: 12px;
    word-break: keep-all;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    line-height: 1;
}
#contact_wrapper .flex_cmn .item .tel span.num_089::after {
    content: 'オヤクニタツ';
}
#contact_wrapper .flex_cmn .item .tel span.num_582::after {
    content: 'コーハツ';
}
#contact_wrapper .flex_cmn .item .tel span.num_556::after {
    content: 'マゴコロ';
}
#contact_wrapper .flex_cmn .item .tel span.num_194::after {
    content: 'イクヨ';
}
#contact_wrapper .flex_cmn .item .tel font {
    font-size: 0.75em;
}
#contact_wrapper tr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
#contact_wrapper table {
    width: 100%;
}
#contact_wrapper table tr td:first-child {
    display: flex;
    justify-content: space-between;
    width: 180px;
    font-size: 14px;
}
#contact_wrapper table tr td:last-child {
    width: calc(100% - 250px);
}
#contact_wrapper table input {
    width: 100%;
}
#contact_wrapper span.required {
    background: #E63131;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: auto;
    height: 24px;
}
#contact_wrapper input[type="text"] {
    background: #F7F7F7;
    border: none;
    padding: 7px 10px;
}
#contact_wrapper textarea {
    width: 100%;
    background: #F7F7F7;
    border: none;
    padding: 7px 10px;
}
#contact_wrapper span.mwform-checkbox-field.horizontal-item {
    display: block;
    text-align: center;
    cursor: pointer;
}
#contact_wrapper table select {
    background: #F7F7F7;
    width: 230px;
    padding: 8px;
    border: none;
}
#contact_wrapper button {
    margin: 0 auto;
    display: block;
    background: #2A384B;
    color: #fff;
    border: none;
    padding: 15px 80px;
    cursor: pointer;
}
/*=========================================
#privacy プライバシーポリシー
=========================================*/
#privacy .page_title_area {
    background: url(../img/business/title_bg.jpg) center center / cover;
}
#privacy .content h2 {
    font-size: 1.15em;
    margin-bottom: 0.5em;
}
#privacy .content p {
    margin-bottom: 1em;
}
#privacy .content .item {
    padding: 1em 0;
    border-bottom: 1px solid #dedede;
}
#privacy .content .item:first-child {
    border-top: 1px solid #dedede;
}
#privacy .top_ttl {
    font-size: 1em;
    text-align: center;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 1.5em;
}
#privacy .top_ttl span {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
}

/*=========================================
#initiative_policy 労働費転嫁についての取組
=========================================*/
#initiative_policy .page_title_area {
    background: url(../img/business/title_bg.jpg) center center / cover;
}
#initiative_policy .content h2 {
    font-size: 1.15em;
    margin-bottom: 0.5em;
}
#initiative_policy .content p {
    margin-bottom: 1em;
}
#initiative_policy .content .item {
    padding: 1em 0;
    border-bottom: 1px solid #dedede;
}
#initiative_policy .content .item:first-child {
    border-top: 1px solid #dedede;
}
#initiative_policy .top_ttl {
    font-size: 1em;
    text-align: center;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 1.5em;
}
#initiative_policy .top_ttl span {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
}

/*=========================================
#news, #category NEWS一覧
=========================================*/
#news .page_title_area {
    background: url(../img/news/title_bg.jpg) center center / cover;
}
#cat_list_cmn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
#cat_list_cmn li {
    width: calc(100% / 3);
    /*margin-bottom: 2px;*/
    text-align: center;
}
#cat_list_cmn li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #EFEFEF;
    transition: background .3s;
    font-weight: 600;
}
#cat_list_cmn li.current a,
#cat_list_cmn li a:hover {
    background: linear-gradient(to right, #2A384B, #0C6A5D);
    color: #fff;
}
#article_wrap_cmn article {
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
}
#article_wrap_cmn article:not(:last-child) {
    border-bottom: 1px dashed #707070;
}
#article_wrap_cmn article .img_wrap {
    width: 140px;
    height: 100px;
    margin-right: 40px;
}
#article_wrap_cmn article .img_wrap .cat {
    display: none;
}
#article_wrap_cmn article .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
#article_wrap_cmn article .meta {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#article_wrap_cmn article .meta .cat {
    border-radius: 2px;
    margin-right: 20px;
    color: #fff;
    padding: 4px 15px; 
    background: #2A384B;
}
#article_wrap_cmn article .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 180px);
}
#article_wrap_cmn article .text_wrap h3 {
    font-weight: 300;
}
/*---------------------------------------.#pagenavi*/
#pagenavi {
    text-align: center;
    margin: 50px 0 0;
}
#pagenavi .pages {
    display: none;
}
#pagenavi .page,
#pagenavi .current,
#pagenavi .nextpostslink,
#pagenavi .previouspostslink
 {
     transition: all .3s;
    padding: 6px 12px;
}
#pagenavi .current,
#pagenavi .page:hover {
    background: #2A384B;
    color: #fff;
}
/*=========================================
#single NEWSシングル
=========================================*/
#single .page_title_area {
    background: url(../img/news/title_bg.jpg) center center / cover;
}
#single article h1 {
    font-size: 1.625em;
    font-weight: 300;
}
#single article .top {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
#single article .meta {
    display: flex;
    align-items: center;
    margin-left: 2em;
}
#single article .meta .cat {
    border-radius: 2px;
    margin-right: 20px;
    color: #fff;
    padding: 4px 15px;
    background: #2A384B;
}
#single article figure {
    margin-bottom: 25px;
}
#single article .wp-block-image img {
    height: auto;
}
#single article p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
}
/*=========================================
#category カテゴリー
=========================================*/
#category .page_title_area {
    background: url(../img/news/title_bg.jpg) center center / cover;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            1024px
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:1024px) {
    #home_business .inner_cmn {
        max-width: 600px;
    }
    #home_business .item {
        width: 257.5px;
        margin-bottom: 30px;
    }
    #home_company .bg {
        background: url(../img/home/company_bg.jpg) 24% center / cover;
    }
    #ftr .flex_cmn {
        flex-direction: column;
    }
    #ftr .flex_cmn .left {
        max-width: none;
        margin-bottom: 60px;
    }
    #ftr .flex_cmn .right {
        width: auto;
    }
    #ftr .flex_cmn .right .item {
        padding: 20px;
    }
    #ftr .bottom {
        flex-direction: column;
    }
    #ftr .bottom nav {
        margin: 0 0 50px;
    }
    #ftr .flex_cmn .left li{
        text-align: center;
        margin-bottom: 20px;
    }
    #ftr .flex_cmn .left li:last-child{
        margin-bottom: 0;
    }


    

}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            920px
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:920px) {
    .breadcrumb {
        margin: 6px 0 30px;
    }
    .page_title_area {
        height: 175px;
    }
    .nothome #ftr {
        margin-top: 50px;
    }
    .top_text_cmn {
        padding-left: 35px;
        font-weight: 600;
    }
    .top_text_cmn span::after {
        width: 23.5px;
    }
    #hdr{
        height: 86px;
        padding: 0 30px;
    }
    #hdr > nav {
        display: none;
    }
    #hdr .sp_right {
        display: flex;
        margin-left: auto;
    }
    #hdr .fs_icon {
        padding: 0 15px;
    }
    #hdr .logo a .bg_none{
        width: 163px;
    }
    #hdr .logo a:before{
        width: 33px;
        height: 33px;
        right: -36px;
    }

    #home_mv {
        position: relative;
        top: 0;
        width: 100%;
    }
    #home_mv .category{
        flex-direction: column;
        height: calc(100vh - 86px);
    }
    #home_mv .category .parts{
        width: 100%;
        justify-content: unset;
        align-items: center;
        /*padding-left: 35px;*/
    }
    #home_mv .category .parts .txt_img{
        top: unset;
        left: 35px;
    }

    #home_mv .category .parts .visual_img.pc_none{
        display: block;
    }
    #home_mv .category .parts .visual_img.sp_none{
        display: none;
    }

    #home_mv .category .parts:nth-child(1){
        /*background-image: url(../img/home/humanresources_sp.jpg);*/
        /*background-image: url(../img/home/humanresources_sp2.jpg);*/
    }
    #home_mv .category .parts:nth-child(2){
        /*background-image: url(../img/home/housing_sp.jpg);*/
        /*background-image: url(../img/home/housing_sp2.jpg);*/
    }
    #home_mv .category .parts:nth-child(3){
        /*background-image: url(../img/home/insurance_sp.jpg);*/
        /*background-image: url(../img/home/insurance_sp2.jpg);*/
    }
    #home_mv .category .parts:nth-child(4){
        /*background-image: url(../img/home/propertymanagement_sp.jpg);*/
        /*background-image: url(../img/home/propertymanagement_sp2.jpg);*/
    }
    #home_mv .category .parts:before{
        /*left: 0;*/
        /*background-image: linear-gradient(90deg, rgba(0, 25, 55, 1), rgba(84, 101, 121, 0));*/
    }
    #home_mv .joboffer_list,
    #home_mv .housingnews_list{
        display: none !important;
    }
    /*=========================================
    #home_SDGs
    =========================================*/
    #home_sdgs{
        padding: 75px 30px 100px;
    }
    #home_sdgs img{
        margin-bottom: 29px;
    }
    #home_sdgs h4{
        width: 100%;
    }
    #home_sdgs p{
        text-align: left;
    }
    #home_sdgs p br{
        display: none;
    }
    #home_job{
        display: block;
        padding: 0 30px;
    }

    #home_job .joboffer_list{
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }
    #home_job .joboffer_list .job{
        position: relative;
        display: flex;
        align-items: center;
        padding-right: 45px;
        width: 100%;
        height: 118px;
        border-bottom: 1px solid #D9D9D9;
    }
    #home_job .joboffer_list .job:before,
    #home_job .joboffer_list .job:after{
        position: absolute;
        content: '';
        width: 1px;
        height: 6px;
        background-color: black;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.2s;
    }
    #home_job .joboffer_list .job:before{
        transform: rotate(45deg);
        top: 4px;
    }
    #home_job .joboffer_list .job:after{
        transform: rotate(-45deg);
        bottom: 4px;
    }
    #home_job .joboffer_list .job:hover:before,
    #home_job .joboffer_list .job:hover:after{
        right: 18px;
    }
    #home_job .joboffer_list .job p{
        color: black;
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 1.7;
        font-weight: 500;
    }
    #home_job .joboffer_list .job:last-child{
        border-bottom: unset;
    }
    #home_housing{
        display: block;
        padding: 0 30px;
    }

    #home_housing .housingnews_list{
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }
    #home_housing .housingnews_list .job{
        position: relative;
        display: flex;
        align-items: center;
        padding-right: 45px;
        width: 100%;
        height: 118px;
        border-bottom: 1px solid #D9D9D9;
    }
    #home_housing .housingnews_list .job:before,
    #home_housing .housingnews_list .job:after{
        position: absolute;
        content: '';
        width: 1px;
        height: 6px;
        background-color: black;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: 0.2s;
    }
    #home_housing .housingnews_list .job:before{
        transform: rotate(45deg);
        top: 4px;
    }
    #home_housing .housingnews_list .job:after{
        transform: rotate(-45deg);
        bottom: 4px;
    }
    #home_housing .housingnews_list .job:hover:before,
    #home_housing .housingnews_list .job:hover:after{
        right: 18px;
    }
    #home_housing .housingnews_list .job p{
        color: black;
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 1.7;
        font-weight: 500;
    }
    #home_housing .housingnews_list .job:last-child{
        border-bottom: unset;
    }
    /*=========================================
    #home_BUSINESS
    =========================================*/
    /*#home_business{*/
    /*    margin-bottom: 90px;*/
    /*}*/
    /*#home_business .swiper-container{*/
    /*    padding: 0 30px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img{*/
    /*    position: relative;*/
    /*    aspect-ratio: 55/45;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img:before,*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img:after{*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    width: 45px;*/
    /*    height: 1px;*/
    /*    background-color: black;*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    margin: auto;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img:before{*/
    /*    left: -30px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img:after{*/
    /*    right: -30px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .img img{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .txt_area{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .title{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .title img{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .txt{*/
    /*    width: 100%;*/
    /*    margin-bottom: 35px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .txt p{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link{*/
    /*    position: unset;*/
    /*    margin-left: 58px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link p{*/
    /*}*/
    /*#home_business .swiper-container .swiper-wrapper .swiper-slide .txt_area .more_link p:before{*/
    /*    width: 42px;*/
    /*    left: -57px;*/
    /*}*/
    /*#home_business .swiper-container .swiper-pagination{*/
    /*    top: 60vw;*/
    /*}*/
    /*#home_business .swiper-container .swiper-pagination .swiper-pagination-bullet{*/
    /*}*/
    /*#home_business .swiper-container .swiper-pagination .swiper-pagination-bullet-active{*/
    /*}*/
    #home_job{
    }
    #home_concept .bg {
        height: 175px;
    }
    #home_concept .text_area {
        position: absolute;
    }
    #home_concept .inner_cmn {
        position: relative;
        padding: 0 30px;
    }
    #home_concept .text_area {
        position: relative;
        padding: 0;
        margin: 0;
        width: auto;
    }
    #home_concept .text_area p, #home_concept .text_area a {
        color: #000;
    }
    #home_concept .text_area p:nth-child(1) {
        margin: 35px 0 30px;
    }
    #home_concept .text_area p:nth-child(2) {
        margin-bottom: 30px;
    }
    #home_concept .text_area .more_cmn::after {
        background: #000;
    }
    #home_contact .flex_cmn .item {
        width: 100%;
    }
    /*=========================================
    anniversary 920
    =========================================*/
    #home_anniversary .home_anniversary_contents .flex_contents.sp_none {
        display: none;
    }

    #home_anniversary {
        overflow: hidden;
        padding: 0 30px;
    }

    #home_anniversary .home_anniversary_contents {
        height: auto;
        background: none;
        overflow: hidden;
    }

    #home_anniversary .home_anniversary_contents .flex_contents.pc_none {
        display: flex;
        flex-direction: column;
        height: auto;
        background: none;
        background-repeat: no-repeat;
        position: unset;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }

    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anni_text_area {
        margin-top: 30px;
    }

    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anniversary_logo {
        max-width: 250px;
        width: 100%;
        height: 250px;
        margin-bottom: 50px;
    }

    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anni_text_area p, 
    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anni_text_area .leader_message {
        color: #000000;
    }


    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anniversary_sp_bg {
        height: 240px;
        width: 100%;
    }


    #home_anniversary .home_anniversary_contents .flex_contents.pc_none .anniversary_sp_bg img {
        height: 100%;
        display: block;
        margin: 0;
        width: 100%;
        object-fit: cover;
    }

    #concept_wrapper .intro_wrap {
        padding-top: 55px;
    }
    #concept_wrapper .intro_wrap .top_text_cmn {
        padding-left: 35px;
        font-weight: 600;
    }
    #concept_wrapper .intro_wrap .top_text_cmn::before {
        width: 23.5px;
    }
    #concept_wrapper .main_img {
        margin: 50px 0;
    }
    #concept_wrapper .business_wrap p {
        margin-bottom: 50px;
    }
    #concept_wrapper .business_wrap nav ul {
        flex-direction: column;
    }
    #business .business_wrap .overlay {
        width: 100%;
    }
    #company_wrapper .top_text_cmn {
        margin: 0 0 30px;
    }
    #company_wrapper h2 {
        margin: 0 0 30px;
    }
    #company_wrapper dl {
        flex-direction: column;
    }
    #company_wrapper dl dt {
        width: 100%;
        padding: 15px 20px
    }
    #company_wrapper dl dd {
        width: 100%;
        padding: 15px 20px;
    }
    #contact_wrapper .flex_cmn .item {
        width: 100%;
    }
    #contact_wrapper tr {
        flex-direction: column;
    }
    #contact_wrapper table tr td:first-child {
        display: table-cell;
        margin-bottom: 10px;
        width: auto;
    }
    #contact_wrapper table tr td:last-child {
        width: auto;
    }
    #contact_wrapper span.required {
        margin-left: 30px;
    }
    #contact_wrapper table select {
        width: 100%;
    }
    /*=========================================
    #single NEWSシングル
    =========================================*/
    #single article .top {
        flex-direction: column;
    }
    #single article .meta {
        margin-left: 0;
    }
    #single article h1 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }
    #single article .top {
        margin-bottom: 25px;
    }
    /*=========================================
    #news, #category NEWS一覧
    =========================================*/
    #cat_list_cmn li {
        width: calc(50% - 1px);
        margin-bottom: 2px;
    }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
        600px
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:600px) {
    body {
        font-size: 14px;
    }
    #hdr .logo img {
        display: block;
        width: 165px;
    }
    .show_600 {
        display: block;
    }
    #home_business .inner_cmn {
        padding: 0;
    }
    #home_business .item {
        width: 100%;
        height: 154px;
    }
    #home_business .text {
        width: 100%;
        bottom: 0;
        border: none;
        background: rgba(42, 56, 75, 0.95);
    }
    #home_business .item.num_01 .img_wrap {
        background: url(../img/home/business_sp_01.jpg) center center / cover;
    }
    #home_business .item.num_01 .smauto_logo {
        width: 217px;
    }
    #home_business .item.num_02 .img_wrap {
        background: url(../img/home/business_sp_02.jpg) center center / cover;
    }
    #home_business .item.num_03 .img_wrap {
        background: url(../img/home/business_sp_03.jpg) center center / cover;
    }
    #home_business .item.num_04 .img_wrap {
        background: url(../img/home/business_sp_04.jpg) center center / cover;
    }
    #home_news article {
        flex-direction: column;
        max-width: 307px;
        margin: 0 auto;
    }
    #home_news article .img_wrap {
        max-width: 307px;
        width: auto;
        margin: 0;
        height: auto;
        position: relative;
    }
    #home_news article .img_wrap .cat {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #2A384B;
        color: #fff;
        padding: 5px 15px;
    }
    #home_news article .meta {
        margin: 7px 0 0;
    }
    #home_news article .text_wrap {
        width: 100%;
    }
    #home_news article .meta .cat {
        display: none;
    }

    #ftr .footer_logo {
        max-width: 215px;
        margin-bottom: 0;
        margin: 0 auto 30px auto;
    }

    #ftr .flex_cmn .right {
        flex-direction: column;
    }
    #ftr .flex_cmn .right .item {
        width: 100%;
        border-bottom: 1px solid #707070;
    }
    #ftr .flex_cmn .right .item:first-child {
        border-top: 1px solid #707070;
    }
    #ftr .flex_cmn .right .item:nth-child(1),
    #ftr .flex_cmn .right .item:nth-child(3),
    #ftr .flex_cmn .right .item:nth-child(4) {
        border-right: none;
        border-left: none;
    }

    #ftr .flex_cmn .right a.sp_none,
    #ftr nav.sp_none{
        display: none;
    }

    #ftr nav.pc_none{
        display: block;
    }

    #ftr .flex_cmn .right a.pc_none{
        display: flex;
    }

    #ftr nav.pc_none ul {
        display: flex;
        column-gap: 15px;
        align-items: center;
    }

    #ftr nav.pc_none ul li a {
        font-size: 12px;
    }

    #ftr .flex_cmn .right_wrap .image_wrap {
        display: none;
    }

    #ftr .bottom nav ul {
        position: relative;
        justify-content: flex-start;
    }
    #ftr .bottom nav li.fb {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #ftr .bottom nav li.fb img {
        width: 30px;
    }
    #concept_wrapper .intro_wrap {
        text-align: left;
    }
    #concept_wrapper .main_img {
        padding-bottom: 66.67%;
        background: url(../img/concept/main_sp.jpg) center center / cover;
    }
    #concept_wrapper .business_wrap p {
        text-align: left;
    }
    #business .business_wrap .item {
        height: 170px;
    }
    #business .business_wrap .text_area .more_btn {
        margin: 10px 0 0;
    }
    #business .business_wrap .text_area p, #business .business_wrap .text_area li {
        font-size: 10px;
    }
    #business .business_wrap .text_area img {
        margin: 0 0 10px;
    }
    /*=========================================
    #news NEWS一覧
    =========================================*/
    #article_wrap_cmn article  {
        flex-direction: column;
        max-width: 307px;
        margin: 0 auto;
    }
    #article_wrap_cmn article .img_wrap {
        max-width: 307px;
        width: auto;
        margin: 0;
        height: auto;
        position: relative;
    }
    #article_wrap_cmn article .img_wrap .cat {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #2A384B;
        color: #fff;
        padding: 5px 15px;
    }
    #article_wrap_cmn article .meta {
        margin: 7px 0 0;
    }
    #article_wrap_cmn article .text_wrap {
        width: 100%;
    }
    #article_wrap_cmn article .meta .cat {
        display: none;
    }
    #article_wrap_cmn article :not(:last-child) {
        border-bottom: none;
    }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            480px
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
@media screen and (max-width:480px) {
    #hdr {
        padding: 20px 15px;
    }
    #home_company .bg {
        height: 656px;
        background: url(../img/home/company_bg_sp.jpg) center center / cover;
    }
    #home_company .inner_cmn {
        align-items: flex-end;
        padding-bottom: 50px; 
    }
    #home_contact .inner_cmn {
        padding: 0 20px;
    }
    #home_contact .flex_cmn .item{
        padding: 20px 10px;
    }
    #home_contact .flex_cmn .item .tel {
        font-size: 1.6em;
    }
    #home_contact .flex_cmn .item .tel span::after {
        font-size: 10px;
    }
    #home_news .cat_select li a {
        padding: 10px 6px;
        font-size: 0.9em;
    }
    .show_480 {
        display: block;
    }
}
/*=========================================
#SDGs STV興発の持続可能な開発目標
=========================================*/
#sdgs h2,
#sdgs h3,
#sdgs p,
#sdgs span,
#sdgs a{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
#sdgs h1 span{
    display: block;
}
#sdgs span{
    display: inline-block;
}
#sdgs .mb_br{
    display: none;
}
#sdgs .page_title_area {
    background: url(../img/sdgs/title_bg.jpg) center center / cover;
}
#sdgs .top_text_cmn span{
    font-weight: 500;
}
#sdgs .page_title_wrap .top_text_cmn {
    margin: 0 0 -32px;
}
#sdgs .page_title_wrap .inner_cmn{
    margin-bottom: 89px;
    text-align: center;
}
#sdgs .page_title_wrap .inner_cmn span{
    font-weight: 500;
    color: #2A394A;
}
#sdgs .sdgs_main_wrap{
    max-width: 979px;
    margin: 0 auto 70px auto;
    padding: 105px 105px 55px 105px;
    background: #F9FAFC;
}
#sdgs .sdgs_main_wrap .contents_title{
    margin-top: -120px;
    margin-bottom: 70px;
}
#sdgs .sdgs_main_wrap .contents_title,
#sdgs .sdgs_main_wrap .contents_title img{
    width: 100%;
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
}
#sdgs .sdgs_main_wrap .contents.mb{
    display: none;
}
#sdgs .sdgs_main_wrap .contents.pc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sdgs .sdgs_main_wrap .contents .item{
    margin: 0 0 60px 0;
}
#sdgs .sdgs_main_wrap .contents .item,
#sdgs .sdgs_main_wrap .contents .item img{
    width: 11.236vw;
    height: 11.236vw;
    max-width: 110px;
    max-height: 110px;
}
/* #sdgs .sdgs_main_wrap .contents .item:nth-child(6n){
    margin-right: 0;
} */
#sdgs .sdgs_contents_wrap{
    max-width: 1076px;
    margin: 0 auto;
}
#sdgs .sdgs_contents_wrap .contents_image_wrap{
    width: 100%;
    height: 350px;
    margin-bottom: -16px;
    position: relative;
}
#sdgs .sdgs_contents_wrap .contents_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sdgs .sdgs_contents_wrap .contents_image_wrap .wt_bg{
    padding: 0 15px;
    position: absolute;
    bottom: -76px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#sdgs .sdgs_contents_wrap .contents_image_wrap .wt_bg .inner{
    width: 100%;
    max-width: 926px;
    height: 124px;
    margin: 0 auto;
    background: #fff;
}
#sdgs .sdgs_contents_wrap .contents .item_title,
#sdgs .sdgs_contents_wrap .contents .text{
    color: #2A394A;
}
#sdgs .sdgs_contents_wrap .contents{
    max-width: 860px;
    margin: 0 auto 100px auto;
    padding: 0 30px;
    position: relative;
}
#sdgs .sdgs_contents_wrap .contents .item_title{
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 500;
}
#sdgs .sdgs_contents_wrap .contents .text{
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2;
}
#sdgs .sdgs_contents_wrap .contents .item{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sdgs .sdgs_contents_wrap .contents .item .image_wrap{
    width: 21.326vw;
    height: 21.326vw;
    max-width: 192px;
    max-height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #F9FAFC;
}
#sdgs .sdgs_contents_wrap .contents .item .image_wrap:nth-child(4n){
    margin-right: 0;
}
#sdgs .sdgs_contents_wrap .contents .item .image_wrap img{
    width: 12.791vw;
    height: 12.791vw;
    max-width: 110px;
    max-height: 110px;
}
#sdgs .sdgs_about_outer{
    padding: 0 15px;
}
#sdgs .sdgs_about_wrap{
    max-width: 1078px;
    margin: 0 auto;
    border: 1px solid #707070;
    position: relative;
}
#sdgs .sdgs_about_wrap .inner{
    padding: 50px 50px 44px 50px;
}
#sdgs .sdgs_about_wrap .contents_title{
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    text-align: center;
}
#sdgs .sdgs_about_wrap .contents_title span,
#sdgs .sdgs_about_wrap .text{
    color: #4E4D4D;
}
#sdgs .sdgs_about_wrap .contents_title span{
    display: inline-block;
    padding: 10px 44px;
    font-weight: 700;
    background: #fff;
}
#sdgs .sdgs_about_wrap .text{
    font-size: 15px;
    line-height: 2;
}
@media screen and (max-width:920px) {
    #sdgs .mb_br{
        display: block;
    }
    #sdgs .page_title_wrap {
        font-weight: 600;
    }
    #sdgs .page_title_wrap .top_text_cmn{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px) {
    #sdgs .sdgs_main_wrap .contents_title,
    #sdgs .sdgs_main_wrap .contents_title img{
        width: 100%;
        max-width: 270px;
    }
    #sdgs .sdgs_main_wrap{
        margin: 0 auto 50px auto;
        padding: 37px 15px 50px 15px;
    }
    #sdgs .sdgs_contents_wrap .contents_image_wrap{
        height: 300px;
    }
    #sdgs .sdgs_main_wrap .contents_title{
        margin-top: -65px;
        margin-bottom: 30px;
    }
    #sdgs .sdgs_main_wrap .contents.mb{
        display: block;
    }
    #sdgs .sdgs_main_wrap .contents.pc{
        display: none;
    }
    #sdgs .sdgs_main_wrap .contents.mb img{
        width: 100%;
    }
    #sdgs .sdgs_contents_wrap .contents .item {
        max-width: 610px;
        justify-content: space-between;
        margin: 0 auto;
    }
    #sdgs .sdgs_main_wrap .contents .item,
    #sdgs .sdgs_main_wrap .contents .item img{
        width: 27.16vw;
        height: 27.16vw;
        max-width: 108.63px;
        max-height: 108.63px;
    }
    #sdgs .sdgs_contents_wrap .contents .item .image_wrap{
        width: 49%;
        height: 41.067vw;
        max-width: 297.73px;
        max-height: 297.73px;
        margin-bottom: 2%;
    }
    #sdgs .sdgs_contents_wrap .contents .item .image_wrap:nth-child(2n){
        margin-right: 0;
    }
    #sdgs .sdgs_contents_wrap .contents .item .image_wrap img{
        width: 25.287vw;
        height: 25.287vw;
        max-width: 183.33px;
        max-height: 183.33px;
    }
    #sdgs .sdgs_contents_wrap .contents .item_title{
        font-size: 17px;
    }
    #sdgs .sdgs_contents_wrap .contents .text{
        margin-bottom: 30px;
        font-size: 14px;
    }
}
@media screen and (max-width:480px) {
    #sdgs .page_title_wrap .inner_cmn span{
        font-size: 17px;
        font-weight: 500;
        line-height: 1.6;
    }
}