@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
.hd-h1{
    display: none;
}
.header{
}
.hd-inr{
    height: 50px;
    padding: 5px 10px;
    position: relative;
}
.hd-logo{
    width: 172px;
    position: relative;
    z-index: 1000;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.hd-phone01{
    font-family: "Noto Serif JP";
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 1;
    padding-left: 30px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-time01{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.hd-sns{
    text-align: center;
    margin-bottom: 20px;
}
.hd-nav{
    height: 100vh;
}
.hd-menu{
    position: relative;
}
.gjs-dashed .hd-menu-down-border{
    display: block;
}
.hd-menu-down-border{
    display: none;
    width: 150px;
    border-top: solid 15px transparent;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
}
.hd-menu-down{
    border-bottom: solid 1px #999;
    padding: 0 5px 12px 15px;
}
.hd-menu:hover .hd-menu-down-border,
.hd-menu:hover .hd-menu-down{
    display: block;
}
.hd-menu-down:hover{
    display: block;
}
.hd-nav .li .hd-menu-down a{
    width: auto;
    height: auto;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}
.hd-nav .li .hd-menu-down a:last-of-type{
    margin-bottom: 0;
}
.hd-nav .li .hd-menu-down p{
    display: block;
    letter-spacing: 0.05em;
    color: #333;
    padding: 0 0 0 10px;
    position: relative;
}
.hd-nav .li .hd-menu-down p:before{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
.hd-menu.nav-item{
    border-bottom: none;
}
.hd-menu.nav-item p{
    line-height: 1;
    padding: 17px 0 10px 0;
}
.hd-menu-down a{
    display: block;
    margin-bottom: 5px;
}
.hd-menu-down a:last-of-type{
    margin-bottom: 0;
}
.hd-menu-down p{
    padding-left: 10px;
    position: relative;
}
.hd-menu-down p:before{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        width: 257px;
    }
}
@media screen and (min-width: 1200px){
    .hd-inr{
        height: auto;
        padding: 0 0 20px 30px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-right{
        display: block;
    }
    .hd-right01{
        margin-bottom: 15px;
    }
    .hd-phone{
        margin-right: 20px;
    }
    .hd-time01{
        text-align: right;
    }
    .hd-sns{
        margin-right: 25px;
        margin-bottom: 0;
    }
    .hd-nav{
        height: auto;
        margin-right: 30px;
    }
    .hd-nav .li{
        padding-left: 20px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .hd-nav .li a p{
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 16px;
    }
    .hd-menu-down{
        background-color: rgba(255, 255, 255, .9);
        border-bottom: none;
        padding: 15px;
    }
    .hd-btn{
        width: 250px;
        background-color: #0c4f8d;
    }
    .hd-btn a{
        display: block;
        text-align: center;
    }
    .hd-btn p{
        display: inline;
        font-weight: 500;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 90px;
        padding-left: 35px;
        position: relative;
    }
    .hd-btn p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_mail.png);
        width: 25px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 1151px){
    .header{
    }
    .hd-inr{
    }
}

/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #a59887;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 17.5px 10px;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #0c4f8d;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #0c4f8d;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
    height: calc(100vh - 50px);
    overflow: scroll;
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #999;
}
.nav-item:first-of-type{
    border-top: solid 1px #999;
}
.nav-item p{
    letter-spacing: 0.05em;
    line-height: 50px;
}
.hd-phone.sp-phone{
    text-align: center;
    margin: 0 0 20px;
}
.sp-phone .hd-phone01{
    display: inline;
    color: #000;
    padding-left: 30px;
}
.sp-phone .hd-phone01:before{
}
.hd-btn-sp{
    background-color: #0c4f8d;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
}
.ft-contact .top-ttl .ttl-cmn02,
.ft-contact .top-ttl .ttl-cmn03{
    text-shadow: 0px 0px 14.4px rgba(119, 119, 119, 0.25);
}
.ft-contact-p{
    text-shadow: 0px 0px 14.4px rgba(119, 119, 119, 0.25);
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.ft-tel-box.flex-btw{
    display: block;
}
.ft-tel-box{
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
}
.ft-tel{
    text-align: center;
    margin-bottom: 20px;
}
.ft-tel:last-of-type{
    margin-top: 20px;
    margin-bottom: 0;
}
.ft-tel-num{
    display: inline;
    font-family: "Noto Serif JP";
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 1;
    padding-left: 30px;
    position: relative;
}
.ft-tel-num:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ft-tel-time{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.ft-tel-btn{
    max-width: 320px;
    width: 100%;
    background-color: #0c4f8d;
    margin: 0 auto;
}
.ft-tel-btn a{
    display: block;
    text-align: center;
}
.ft-tel-btn p{
    display: inline;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 80px;
    padding-left: 30px;
    position: relative;
}
.ft-tel-btn p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ft-tel-border{
    border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px){
    .ft-contact-p{
        margin-bottom: 50px;
    }
    .ft-tel-box.flex-btw{
        display: flex;
    }
    .ft-tel-box{
        padding: 30px 0;
    }
    .ft-tel{
        width: calc(50% - 1px);
        text-align: center;
        margin-bottom: 0;
    }
    .ft-tel:last-of-type{
        margin: 0;
    }
    .ft-tel-num{
        font-size: 3rem;
    }
    .ft-tel-btn p{
        line-height: 100px;
        padding-left: 40px;
    }
    .ft-tel-btn p:before{
        width: 25px;
    }
    .ft-tel-border{
        border-left: solid 1px #ccc;
        border-bottom: none;
        height: 120px;
    }
}
@media screen and (min-width: 1024px){
    .ft-tel-btn{
        max-width: 350px;
    }
}
@media screen and (min-width: 1080px){
}

/*	フッター
---------------------------------*/
.ft-nav{
    display: none;
}
.ft-logo{
    width: 200px;
    margin: 0 auto 30px;
}
.ft-sns{
    text-align: center;
    margin-bottom: 20px;
}
.ft-add{
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (min-width:768px){
    .ft-logo{
        width: auto;
        text-align: center;
        margin: 0 0 40px 0;
    }
    .ft-sns{
        margin-bottom: 30px;
    }
    .ft-add{
        margin-bottom: 60px;
    }
}
@media screen and (min-width:1024px){
    .ft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    }
    .ft-nav .li{
        padding-left: 20px;
        margin-bottom: 15px;
        position: relative;
    }
    .ft-nav .li:first-of-type{
        padding-left: 0;
    }
    .ft-nav .li p{
        font-weight: 500;
        line-height: 16px;
    }
}
@media screen and (min-width:1080px){

}
/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	メイン画像
---------------------------------*/
.main-img-otr{
    position: relative;
}
.main-img{
    height: 120vw;
}
.main-img.ojf:before{
    content: none;
}
.main-catch{
    width: 85%;
    position: absolute;
    top: 75%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 2;
}
.main-catch02{
    max-width: 65%;
    position: absolute;
    bottom: -50px;
    right: 15px;
    z-index: 1;
}
@media screen and (min-width:768px){
    .main-img-otr{
    }
    .main-img{
        height: 75vw;
    }
    .main-img img{
    }
    .main-catch{
        width: 65%;
        top: 68%;
    }
    .main-catch02{
        bottom: -120px;
    }
}
@media screen and (min-width:1024px){
    .main-img{
        height: 700px;
    }
    .main-catch{
        width: 60%;
    }
}
@media screen and (min-width:1080px){
    .main-img{
        height: 1000px;
    }
    .main-catch{
        max-width: 840px;
    }
}
@media screen and (min-width:1231px){
    .main-catch{
        left: calc((100% - 1200px) / 2);
    }
}
@media screen and (min-width:1431px){
    .main-catch02{
        right: calc((100% - 1400px) / 2);
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-gray{
    background-color: #f4f4f4;
}
.bg-blue{
    background-color: #ecf1f4;
}
.top-ttl{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.top-ttl .ttl-cmn01,
.top-ttl .ttl-cmn03{
    line-height: 1;
    margin-bottom: 10px;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl.white .ttl-cmn01,
.top-ttl.white .ttl-cmn02,
.top-ttl.white .ttl-cmn03{
    color: #fff;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-vision-catch{
    text-align: center;
}
.top-vision-catch .ttl-cmn05{
    margin-bottom: 30px;
}
.top-catch-p{
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 15vw;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px #0c4f8d;
    text-stroke: 1px #0c4f8d;
    line-height: 1;
}
.top-vision-catch-p.top-catch-p{
    position: absolute;
    bottom: 0;
    right: 2%;
}
.img-top-vision{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_top_vision01.jpg);
    height: 32.5vw;
}
.top-thought{
    position: relative;
}
.top-thought-img{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-thought-txt{
    min-height: 63vw;
    padding-top: 10px;
}
.top-thought-txt .ttl-cmn05{
    font-size: 2.4rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.top-thought-txt .ttl-cmn05 span{
    font-weight: 900;
}
.top-thought-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.top-thought-img02{
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-thought-txt .btn-cmn01{
    position: relative;
    z-index: 1;
}
.bg-top-service{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_service01.jpg);
    width: 100%;
    height: calc(100% - 70px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-service-item{
    margin-bottom: 40px;
    position: relative;
}
.top-service-item:last-of-type{
    margin-bottom: 0;
}
.top-service-item-txt{
    margin-bottom: 40px;
}
.top-service-item-txt .ttl-cmn02{
    color: #fff;
    margin-bottom: 20px;
}
.top-service-item-txt-p{
    letter-spacing: 0.025em;
    color: #fff;
    margin-bottom: 20px;
}
.top-service-item-img{
    text-align: center;
}
.top-efforts-p{
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.top-efforts-list.flex-btw{
    display: block;
}
.top-efforts-list{
    padding: 0;
}
.top-efforts-item{
    padding-top: 43.5vw;
    margin-bottom: 40px;
    position: relative;
}
.top-efforts-item:last-of-type{
    margin-bottom: 0;
}
.top-efforts-item-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-efforts-item-img.ojf:before{
    padding-top: 62.8%;
}
.top-efforts-item-box-otr{
    max-width: 580px;
    width: 95%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.top-efforts-item-box{
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
}
.top-efforts-item-box:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow02.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
}
.top-efforts-item-box-ttl .ttl-cmn02{
    color: #3e901d;
    font-style: italic;
}
.top-efforts-item-box-ttl.flex-nml{
    display: block;
}
.top-efforts-item-box-ttl{
    margin-bottom: 20px;
}
.top-efforts-item-box-p{
    max-width: 400px;
    width: 100%;
    letter-spacing: 0.25em;
}
.bg-top-vehicle{
    background-color: #ecf1f4;
    width: 100%;
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-vehicle-item{
    margin: 0 10px;
}
.top-vehicle-img{
    margin-bottom: 20px;
}
.top-vehicle-img.ojf:before{
    padding-top: 84.6%;
}
.gjs-dashed .top-vehicle-img img{
    opacity: 1;
}
.top-vehicle-img img{
    opacity: 0;
}
.slick-slide .top-vehicle-img img{
    opacity: 1;
}
.top-vehicle-item .ttl-cmn02{
    letter-spacing: 0.025em;
    text-align: center;
}
.top-recruit.box-cmn06{
    padding: 15vw 0 60px;
}
.top-recruit-catch-p.top-catch-p{
    position: absolute;
    top: 0;
    left: 0;
}
.bg-top-recruit{
    background-color: #0c4f8d;
    width: 100%;
    height: calc(100% - 15vw);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.top-recruit-otr{
    padding-bottom: 40px;
    position: relative;
}
.bg-top-recruit-otr{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.top-recruit-img{
    padding-top: 60px;
}
.top-recruit-txt{
    padding-top: 40px;
}
.top-recruit-txt .ttl-cmn05{
    color: #fff;
    margin-bottom: 20px;
}
.top-recruit-txt-p{
    letter-spacing: 0.05em;
    color: #fff;
}
.top-recruit-item{
    background-color: #fff;
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
}
.top-recruit-item a{
    display: block;
    border: solid 5px #ecf1f4;
    padding: 20px 10px;
}
.top-recruit-item-img{
    height: 65px;
    margin-bottom: 15px;
}
.top-recruit-item .ttl-cmn08{
    text-align: center;
    margin-bottom: 20px;
}
.top-company{
    position: relative;
}
.top-company-txt{
    margin-bottom: 40px;
}
.top-company-txt-p{
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.top-company-img{
    text-align: center;
}
.top-info-ttl{
    margin-bottom: 30px;
}
.top-info-ttl .top-ttl.flex-nml{
    display: block;
}
.top-info-ttl .top-ttl{
    margin-bottom: 0;
}
.top-info-ttl .btn-cmn03{
    margin-right: 0;
}
.top-info .webgene-item{
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
}
.top-info .webgene-item .news-img{
    margin-bottom: 20px;
    position: relative;
}
.top-info .webgene-item .news-img .cate{
    min-width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-info .webgene-item .news-img figure.ojf:before{
    padding-top: 73.7%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_no.jpg);
}
.top-info .webgene-item .blogdate{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #666;
}
.top-info-btn.btn-cmn03{
    margin-right: 0;
}
.top-sns-btn{
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #a3b2bb;
    margin:0 auto;
}
.top-sns-btn a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
}
@media screen and (min-width:415px){
    .top-catch-p{
        font-size: 10.4vw;
    }
    .bg-top-recruit{
        height: calc(100% - 10.4vw);
    }
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 50px;
    }
    .top-catch-p{
        font-size: 15rem;
    }
    .top-thought-txt .ttl-cmn05{
        font-size: 4.2rem;
        margin-bottom: 30px;
    }
    .top-thought-txt-p{
        margin-bottom: 50px;
    }
    .top-service-item{
        margin-bottom: 70px;
    }
    .top-service-item-txt .ttl-cmn02{
        margin-bottom: 30px;
    }
    .top-service-item-txt-p{
        margin-bottom: 40px;
    }
    .top-efforts-p{
        margin-bottom: 40px;
    }
    .top-efforts-list{
        padding: 0 40px;
    }
    .top-efforts-item{
        padding-top: 40.5vw;
    }
    .top-efforts-item-box{
        display: block;
        min-height: 180px;
        padding: 30px 50px 30px 30px;
    }
    .top-efforts-item-box:before{
        width: 25px;
        right: 20px;
    }
    .top-efforts-item-box-ttl.flex-nml{
        display: flex;
    }
    .top-efforts-item-box-ttl .ttl-cmn07{
        padding-right: 20px;
    }
    .top-recruit.box-cmn06{
        padding: 140px 0 100px;
    }
    .bg-top-recruit{
        height: calc(100% - 140px);
    }
    .top-recruit-otr{
        padding-bottom: 70px;
    }
    .top-company-txt-p{
        margin-bottom: 40px;
    }
    .top-info-ttl{
        margin-bottom: 40px;
    }
    .top-info-ttl .top-ttl.flex-nml{
        display: flex;
    }
    .top-info-ttl .top-ttl .ttl-cmn03{
        padding-right: 15px;
        margin-bottom: 0;
    }
    .top-info .webgene-blog{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .top-info .webgene-item{
        width: calc((100% - 60px) / 3);
        margin: 0 30px 0 0;
    }
    .top-info .webgene-item:nth-of-type(3n){
        margin-right: 0;
    }
    .top-sns-btn{
        max-width: 380px;
    }
    .top-sns-btn a{
        height: 100px;
    }
}
@media screen and (min-width:1024px){
    .top-thought-img{
        width: 34%;
        left: 15px;
    }
    .top-thought-txt{
        width: 58.3%;
        min-height: 25vw;
        padding-top: 70px;
        margin-left: auto;
    }
    .top-thought-txt .btn-cmn01{
        margin-left: auto;
    }
    .top-thought-img02{
        width: 53.65%;
    }
    .top-service-item-txt{
        width: 33%;
        min-height: 32.3vw;
        padding-top: 60px;
        margin-bottom: 0;
    }
    .top-service-item-img{
        width: 57.5%;
        text-align: left;
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-service-item-txt .btn-cmn02{
        margin-left: 0;
    }
    .top-service-item:nth-of-type(2n) .top-service-item-txt{
        margin-left: auto;
    }
    .top-service-item:nth-of-type(2n) .top-service-item-img{
        text-align: right;
        left: 0;
        right: auto;
    }
    .top-efforts-list.flex-btw{
        display: flex;
    }
    .top-efforts-item{
        width: calc((100% - 10px) / 2);
        padding-top: 21vw;
        margin-bottom: 0;
    }
    .top-recruit-catch-p.top-catch-p{
        font-size: 10.7vw;
    }
    .top-recruit-img{
        width: 55%;
        padding-top: 0;
        position: absolute;
        top: -140px;
        right: 0;
    }
    .top-recruit-txt{
        width: 35.8%;
        min-height: calc(31.5vw - 140px);
        padding-top: 100px;
    }
    .bg-top-recruit-otr{
        width: 53.65%;
    }
    .top-recruit-item{
        width: calc((100% - 40px) / 4);
        margin-bottom: 0;
    }
    .top-recruit-item a{
        border: solid 10px #ecf1f4;
        padding: 40px 15px;
    }
    .top-company-txt{
        width: 41.7%;
        min-width: 450px;
        min-height: 30vw;
        padding-top: 100px;
        margin-left: auto;
        margin-bottom: 0;
    }
    .top-company-txt .top-ttl{
        text-align: left;
    }
    .top-company-img{
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .top-company-txt .btn-cmn01{
        margin-left: 0;
    }
}
@media screen and (min-width:1080px){
    .top-efforts-item-box{
        padding: 30px 80px 30px 30px;
    }
    .top-efforts-item-box:before{
        right: 50px;
    }
    .top-vehicle-item{
        margin: 0 20px;
    }
}
@media screen and (min-width:1400px){
    .top-recruit-catch-p.top-catch-p{
        font-size: 15rem;
    }
}
@media screen and (min-width:1550px){
    .top-service-item-txt{
        min-height: 500px;
    }
}
@media screen and (min-width:1701px){
    .top-vision-catch-p.top-catch-p{
        right: calc((100% - 1700px) / 2);
    }
    .top-thought-img{
        left: calc((100% - 1700px) / 2);
    }
    .top-recruit-catch-p.top-catch-p{
        left: calc((100% - 1700px) / 2);
    }
}

/*	下層ヘッダー
---------------------------------*/
.bg-subhd{
    height: 200px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/img_sub01_20240710.jpg);
    position: relative;
}

.bg-subhd.company__bg-subhd{
    background-image: url(/system_panel/uploads/images/251009-company-bg.jpeg);
    background-position-y: 63%;
}

.sub-ttl-otr{
    height: 200px;
    position: relative;
}
.subhd-ttl{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.subttl{
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #fff;
}
.subttl02{
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
}
@media screen and (min-width:768px){
    .bg-subhd{
        height: 300px;
    }
    .sub-ttl-otr{
        height: 300px;
    }
    .subhd-ttl{
        top: 55%;
    }
}
@media screen and (min-width:1024px){
    .bg-subhd{
        height: 450px;
    }
    .sub-ttl-otr{
        height: 450px;
    }
    .subttl{
        font-size: 6rem;
    }
    .subttl02{
        font-size: 1.8rem;
    }
}
@media screen and (min-width:1080px){
}

/*	当社の取り組み
---------------------------------*/
.attempt-catch{
    text-align: center;
}
.attempt-catch .ttl-cmn06{
    font-family: 'Zen Old Mincho', serif;
    color: #000;
    margin-bottom: 30px;
}
.safety-list{
    padding: 40px 0 120px;
    position: relative;
}
.bg-safety-list{
    background-color: #fff;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.safety-list-img{
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.safety-item.flex-btw{
    display: block;
}
.safety-item{
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.safety-item:last-of-type{
    margin-bottom: 0;
}
.safety-item-txt{
    margin-bottom: 30px;
}
.safety-item-txt-ttl{
    margin-bottom: 20px;
}
.safety-item-txt .ttl-cmn09{
    line-height: 1;
    padding-right: 10px;
}
.safety-item-txt .ttl-cmn09 span{
    -webkit-text-stroke: 1px #0c4f8d;
    text-stroke: 1px #0c4f8d;
}
.safety-item-txt .ttl-cmn07{
    font-family: 'Zen Old Mincho', serif;
    flex: 1;
}
.safety-item-txt-p{
    letter-spacing: 0.05em;
}
.safety-item-img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.safety-item-img.ojf:before{
    padding-top: 63.3%;
}
.upbringing-list .bg-safety-list{
    left: auto;
    right: 0;
}
.upbringing-list .safety-list-img{
    left: auto;
    right: 0;
}
@media screen and (min-width:768px){
    .safety-list{
        padding: 70px 0;
    }
    .safety-item{
        margin-bottom: 70px;
    }
    .safety-item-txt .ttl-cmn09{
        padding-right: 20px;
    }
}
@media screen and (min-width:1024px){
    .bg-safety-list{
        width: 74%;
    }
    .safety-list-img{
        width: 53.65%;
    }
    .safety-item.flex-btw{
        display: flex;
    }
    .safety-item-txt{
        width: 41.7%;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .safety-item-img{
        width: 50%;
        margin: 0;
    }
    .safety-item:nth-of-type(2n + 1){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width:1080px){
}

/*	会社案内
---------------------------------*/
.company-item{
    position: relative;
}
.bg-company-item{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_company01.jpg);
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.company-item-txt{
    padding-top: 40px;
    margin-bottom: 20px;
}
.company-item-txt .ttl-cmn07{
    font-family: 'Zen Old Mincho', serif;
    color: #fff;
    margin-bottom: 20px;
}
.company-item-txt-p01{
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 20px;
}
.company-item-txt-p02{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: right;
}
.company-item-img-list{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.company-item-img-inr{
    position: relative;
    padding-bottom: 100px;
}
.company-item-img01{
    width: 69%;
}
.company-item-img02{
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.overview-table-tr.flex-nml{
    display: block;
}
.overview-table-tr{
    border-top: solid 1px #999;
}
.overview-table-tr:last-of-type{
    border-bottom: solid 1px #999;
}
.overview-table-th{
    background-color: #f8f8f8;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #17467f;
    padding: 10px;
}
.overview-table-td{
    padding: 10px;
}
.history-table-tr.flex-nml{
    display: block;
}
.history-table-tr{
    border-top: solid 1px #ccc;
}
.history-table-tr:last-of-type{
    border-bottom: solid 1px #ccc;
}
.history-table-th{
    letter-spacing: 0.05em;
    padding: 10px 0 0 0;
}
.history-table-td{
    letter-spacing: 0.05em;
    padding: 0 0 10px 0;
}
.access-map-otr{
    border: solid 5px #fff;
}
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .bg-company-item{
        height: calc(100% - 100px);
    }
    .company-item-txt .ttl-cmn07{
        margin-bottom: 40px;
    }
    .company-item-txt-p01{
        margin-bottom: 30px;
    }
    .company-item-img02{
        width: 48%;
    }
    .overview-table-tr.flex-nml{
        display: flex;
    }
    .overview-table-th{
        width: 220px;
        padding: 20px 15px 20px 50px;
    }
    .overview-table-td{
        flex: 1;
        padding: 20px 15px 20px 50px;
    }
    .history-table-tr.flex-nml{
        display: flex;
    }
    .history-table-th{
        width: 180px;
        padding: 20px 20px 20px 60px;
    }
    .history-table-td{
        flex: 1;
        padding: 20px 10px 20px 0;
    }
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .bg-company-item{
        height: calc(100% - 150px);
    }
    .company-item-txt{
        width: 41.7%;
        min-height: calc(25vw + 150px);
        padding-top: 90px;
        margin-bottom: 0;
    }
    .company-item-img-list{
        width: 50%;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .company-item-img-inr{
        padding-bottom: 150px;
    }
    .overview-table-th{
        padding: 20px 15px 20px 70px;
    }
    .overview-table-td{
        padding: 20px 15px 20px 70px;
    }
    .access-map{
        height: 500px;
    }
    .access-map iframe{
        height: 500px;
    }
}
@media screen and (min-width:1080px){
    .bg-company-item{
        height: calc(100% - 200px);
    }
    .company-item-txt{
        padding-top: 180px;
    }
}

/*	採用情報
---------------------------------*/
.recruit-btn-list.flex-cnt{
    display: block;
}
.recruit-btn{
    max-width: 285px;
    width: 100%;
    border: solid 1px #0c4f8d;
    margin: 0 auto 15px;
}
.recruit-btn:last-of-type{
    margin-bottom: 0;
}
.recruit-btn a{
    display: block;
    text-align: center;
}
.recruit-btn p{
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0c4f8d;
    line-height: 60px;
}
.merit-item{
    margin-bottom: 40px;
}
.merit-item:last-of-type{
    margin-bottom: 0;
}
.merit-item .safety-item-txt .ttl-cmn09{
    font-size: 6rem;
}
.merit-item .safety-item-txt .ttl-cmn06{
    font-family: 'Zen Old Mincho', serif;
    color: #000;
    line-height: 1.4;
    flex: 1;
}
.merit-item .safety-item-txt-p{
    padding-left: 30px;
}
.merit-item-img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.merit-item-img.ojf:before{
    padding-top: 60%;
}
.bg-merit-item{
    background-color: #ecf1f4;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.bg-person{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_person01.jpg);
}
.person-list.flex-cnt{
    display: block;
}
.person-item{
    background-color: #fff;
    max-width: 310px;
    width: 250px;
    max-height: 310px;
    height: 250px;
    border: solid 1px #0c4f8d;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.person-item-img{
    height: 104px;
    margin-bottom: 10px;
}
.person-item .ttl-cmn08{
    font-weight: 700;
    text-align: center;
}
.workflow-list.flex-cnt{
    display: block;
}
.workflow-item{
    background-color: #f8f8f8;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
.workflow-item:last-of-type{
    margin-bottom: 0;
}
.workflow-item:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow03.png);
    width: 18px;
    height: 34px;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.workflow-item:last-of-type:before{
    content: none;
}
.workflow-item-img.ojf:before{
    padding-top: 81.1%;
}
.workflow-item-txt{
    padding: 50px 15px 30px;
    position: relative;
}
.workflow-item-txt-box{
    background-color: #000;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.workflow-item-txt-box-p01{
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #fff;
}
.workflow-item-txt-box .ttl-cmn01{
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #fff;
    line-height: 1;
}
.workflow-item-txt .ttl-cmn08{
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
.workflow-item-txt-p{
    letter-spacing: 0.05em;
}
.workflow-item:nth-of-type(2n) .workflow-item-txt-box{
    background-color: #0c4f8d;
}
.requirement-btn{
    max-width: 320px;
    width: 100%;
    background-color: #0c4f8d;
    margin: 0 auto;
}
.requirement-btn a{
    display: block;
    border: solid 5px rgba(236, 241, 244, .35);
    text-align: center;
}
.requirement-btn p{
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 70px;
}
@media screen and (min-width:768px){
    .recruit-btn-list.flex-cnt{
        display: flex;
    }
    .recruit-btn-list{
        max-width: 590px;
        width: 100%;
        margin: 0 auto;
    }
    .recruit-btn{
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    .recruit-btn:nth-of-type(2n){
        margin: 0 0 20px 0;
    }
    .recruit-btn:last-of-type{
        margin: 0 0 20px 0;
    }
    .recruit-btn p{
        line-height: 80px;
    }
    .merit-item{
        margin-bottom: 70px;
    }
    .merit-item .safety-item-txt .ttl-cmn09{
        font-size: 9rem;
    }
    .merit-item .safety-item-txt-p{
        padding-left: 50px;
    }
    .person-list.flex-cnt{
        display: flex;
    }
    .person-item{
        width: calc((100% - 30px) / 3);
        height: calc((100vw - 60px) / 3);
        margin: 0 15px 0 0;
    }
    .person-item:last-of-type{
        margin: 0;
    }
    .person-item-img{
        margin-bottom: 20px;
    }
    .person-item .ttl-cmn08{
        font-size: 1.8rem;
    }
    .workflow-list.flex-cnt{
        display: flex;
    }
    .workflow-item{
        width: calc((100% - 60px) / 3);
        margin: 0 30px 0 0;
    }
    .workflow-item:before{
        top: 50%;
        bottom: auto;
        left: auto;
        right: -24px;
        transform: translate(0, -50%) rotate(0);
    }
    .workflow-item:last-of-type{
        margin-right: 0;
    }
    .workflow-item-txt{
        padding: 60px 10px 40px;
    }
    .workflow-item-txt-box{
        width: 80px;
        height: 80px;
        top: -40px;
    }
    .workflow-item-txt-box .ttl-cmn01{
        font-size: 3.6rem;
    }
    .requirement-btn{
        max-width: 500px;
    }
    .requirement-btn p{
        font-size: 1.8rem;
        line-height: 90px;
    }
}
@media screen and (min-width:1024px){
    .recruit-btn-list{
        max-width: 100%;
    }
    .recruit-btn{
        width: calc((100% - 60px) / 4);
        margin: 0 20px 0 0;
    }
    .recruit-btn:nth-of-type(2n){
        margin: 0 20px 0 0;
    }
    .recruit-btn:last-of-type{
        margin: 0;
    }
    .merit-item:nth-of-type(2n){
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .merit-item .safety-item-txt{
        width: 40%;
    }
    .merit-item-img{
        width: 58.3%;
        margin: 0;
    }
    .person-item{
        width: calc((100% - 70px) / 3);
        height: calc((100vw - 100px) / 3);
        margin: 0 35px 0 0;
    }
    .person-item .ttl-cmn08{
        font-size: 2.1rem;
    }
    .workflow-item{
        width: calc((100% - 90px) / 3);
        margin-right: 45px;
    }
    .workflow-item:before{
        width: 23px;
        height: 44px;
        right: -35px;
    }
    .workflow-item-txt{
        padding: 60px 25px 40px;
    }
}
@media screen and (min-width:1080px){
    .merit-item .safety-item-txt{
        width: 38%;
    }
}

/*	事業案内
---------------------------------*/
.service-item{
    padding-bottom: 60px;
    position: relative;
}
.service-item-img{
    text-align: center;
}
.service-item-txt{
    padding-top: 30px;
}
.service-item-txt .ttl-cmn06{
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}
.service-item-txt-p{
    letter-spacing: 0.05em;
}
.bg-service-item{
    background-color: #ecf1f4;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.icon-service-item{
    max-width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.event-list-otr01{
    padding: 40px 0 60px;
}
.event-list-otr02{
    padding: 40px 0 80px;
}
.event-list{
    padding: 40px 0;
    position: relative;
}
.top-ttl02{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.top-ttl02 .ttl-cmn06{
    color: #000;
}
.top-ttl02 .ttl-cmn02{
    font-style: italic;
    color: #3e901d;
}
.safety-item-txt .btn-cmn01{
    margin: 20px auto 0;
}
@media screen and (min-width:768px){
    .service-item-txt .ttl-cmn06{
        margin-bottom: 30px;
    }
    .event-list-otr01{
        padding: 70px 0 100px;
    }
    .event-list-otr02{
        padding: 70px 0 150px;
    }
    .event-list{
        padding: 70px 0;
    }
}
@media screen and (min-width:1024px){
    .service-item{
        padding-bottom: 0;
    }
    .service-item-img{
        width: 45%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .service-item-txt{
        width: 53%;
        min-height: 600px;
        padding-top: 50px;
    }
    .bg-service-item{
        height: 100px;
    }
    .icon-service-item{
        max-width: 100%;
        width: 50%;
        bottom: 100px;
    }
    .top-ttl02{
        margin-bottom: 50px;
    }
    .safety-item-txt .btn-cmn01{
        margin: 40px 0 0;
    }
}
@media screen and (min-width:1231px){
    .service-item-img{
        width: 50%;
    }
    .service-item-txt{
        width: 43%;
    }
}
@media screen and (min-width:1700px){
    .icon-service-item{
        left: calc((100% - 1700px) / 2);
    }
}

/*	私たちの想い
---------------------------------*/
.thought-box{
    overflow: hidden;
    position: relative;
}
.thought-logo{
    width: 120px;
    text-align: center;
    margin: 0 auto 20px;
}
.thought-catch{
    text-align: center;
    margin-bottom: 40px;
}
.thought-catch .ttl-cmn06{
    font-family: 'Zen Old Mincho', serif;
    color: #000;
    margin-bottom: 20px;
}
.thought-p-otr{
    white-space: nowrap;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: -1;
}
.thought-p{
    display: inline-block;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-size: 15vw;
    font-style: italic;
    color: #f1f5f7;
    line-height: 1;
    animation: flowimg 30s linear infinite;
}
@keyframes flowimg {
    0% { transform: translateX(4px); }
    100% { transform: translateX(-100%); }
}
.thought-img{
    width: calc((100% - 20px) / 3);
}
.thought-img.ojf:before{
    padding-top: 78.125%;
}
.thought-img:nth-of-type(2n){
    margin-top: 30px;
}
.thought-img:nth-of-type(2n + 1){
    margin-bottom: 30px;
}
.thought-st{
    background-color: #fff;
    max-width: 1480px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.bg-thought{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_thought01.jpg);
    width: 100%;
    height: 40%;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: -1;
}
@media screen and (min-width:768px){
    .thought-logo{
        width: auto;
        margin: 0 0 40px;
    }
    .thought-catch{
        margin-bottom: 70px;
    }
    .thought-catch .ttl-cmn06{
        margin-bottom: 40px;
    }
    .thought-img{
        width: calc((100% - 80px) / 3);
    }
    .thought-img:nth-of-type(2n){
        margin-top: 60px;
    }
    .thought-img:nth-of-type(2n + 1){
        margin-bottom: 60px;
    }
    .bg-thought{
        top: 10%;
    }
}
@media screen and (min-width:1024px){
    .thought-p{
        font-size: 7.5vw;
    }
    .thought-st .merit-item .safety-item-txt{
        width: 100%;
        margin-bottom: 30px;
    }
    .thought-st .merit-item-img{
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width:1080px){
    .thought-st .merit-item .safety-item-txt{
        width: 50%;
    }
    .thought-st .merit-item-img{
        width: 45%;
    }
}
@media screen and (min-width:1231px){
    .thought-st .merit-item .safety-item-txt{
        width: 38%;
    }
    .thought-st .merit-item-img{
        width: 58.3%;
    }
}
@media screen and (min-width:1510px){
    .thought-st{
        width: 100%;
    }
}

/*	私たちの想い
---------------------------------*/
.vehicle-catch.attempt-catch{
    margin-bottom: 0;
}
.veicle-white{
    background-color: #fff;
}
.veicle-white .slider{
    margin-bottom: 0;
}
.room-img{
    max-width: 800px;
    width: calc(100% - 40px);
    margin: 0 auto 10px;
}
.vehicle-txt{
    text-align: center;
}
.vehicle-txt .ttl-cmn08{
    font-weight: 400;
}
.vehicle-table-scroll {
    overflow-x: scroll;
}
.vehicle-table{
    width: 1280px;
}
.vehicle-table-tr{
    border-left: solid 1px #999;
}
.vehicle-table-tr.flex-nml{
    flex-wrap: nowrap;
}
.vehicle-table-th,
.vehicle-table-td{
    flex: 0 0 auto;
		width: 15%;
}
.vehicle-table-th{
    background-color: #0c4f8d;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
}
.vehicle-table-th p{
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.vehicle-table-td{
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    text-align: center;
    padding: 10px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.vehicle-table-tr:nth-of-type(2n) .vehicle-table-td{
    background-color: #f8f8f8;
}
.vehicle-table-td:first-of-type{
    text-align: left;
}
.vehicle-table-tr:last-of-type .vehicle-table-td{
    border-bottom: solid 1px #999;
}
@media screen and (min-width:768px){
    .room-img{
        width: calc(100% - 80px);
        margin-bottom: 20px;
    }
    .vehicle-table{
    }
    .vehicle-table-th,
    .vehicle-table-td{
        flex: initial;
		width: 15%;
    }
    .vehicle-table-th p{
        line-height: 60px;
    }
    .vehicle-table-td{
        padding: 20px 10px;
    }
}
@media screen and (min-width:1024px){
    .room-img{
        width: calc(100% - 140px);
    }
}
@media screen and (min-width:1080px){
}

/*	お問い合わせ
---------------------------------*/
.contact-ttl.ttl-cmn06{
    font-family: 'Zen Old Mincho', serif;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.contact-box{
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
}
.contact-box-p{
    display: inline;
    font-family: "Noto Serif JP";
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 1;
    padding-left: 30px;
    position: relative;
}
.contact-box-p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-box-p02{
    letter-spacing: 0.05em;
}
@media screen and (min-width:768px){
    .contact-ttl.ttl-cmn03{
        margin-bottom: 40px;
    }
    .contact-box{
        padding: 40px 0;
    }
    .contact-box-p{
        font-size: 3.6rem;
        padding-left: 40px;
    }
    .contact-box-p:before{
        width: 27px;
    }
}
@media screen and (min-width:1024px){
}