@charset "UTF-8";
/* CSS Document */

html {
    font-size: 16px;
}

body {
    font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow: auto;
    height: 100%;
    background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    color: #393232;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

*, *::after, *::before {
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .display-none.min-992 {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .display-none.max-991 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .display-none.min-768 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .display-none.max-767 {
        display: none !important;
    }
}

.flex-box {
    display: flex;
}

.effect-fade {
    opacity: 0;
}

.fade-01 {
    transform: translate(0, 45px);
    transition: 1s;
}

.fade-02 {
    transform: translate(0, 45px);
    transition: 1.5s;
}

.fade-03 {
    transform: translate(0, 45px);
    transition: 2s;
}

.fade-04 {
    transform: translate(0, 45px);
    transition: 2.5s;
}

.fade-05 {
    transform: translate(0, 45px);
    transition: 3s;
}

.fade-06 {
    transform: translate(0, 45px);
    transition: 3.5s;
}

.fade-07 {
    transform: translate(0, 45px);
    transition: 4s;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------管理画面用_マージン-------*/
@media (min-width: 783px) {
    .margin-top-32 {
        margin-top: 32px;
    }
}

@media (max-width: 782px) {
    .margin-top-46 {
        margin-top: 46px;
    }

    #wpadminbar {
        position: fixed !important;
        top: 0;
        left: 0;
    }
}

/*------------------------------------------*/
/*------------------ヘッダー------------------*/
header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: .5s;
}

header .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.main-logo {
    height: auto;
    text-align: left;
    padding: 15px 0;
    padding-left: 15px;
    width: 20%;
    float: left;
}

.main-logo a {
    display: block;
}

.main-logo a img {
    width: auto;
    height: 35px;
}

/*header nav {
    display: flex;
    align-items: center;
}
header nav li {
    float: left;
    padding: 0 30px;
    font-weight: bold;
	font-size: 12px;
}
header nav li a {
    color: #231815;
    position: relative;
    transition: color .3s ease;
}
header nav ul {
    margin-right: 15px;
}*/
header nav {
    width: 60%;
    float: left;
    margin: 0 4%;
}

/*---------------------*/

.menu-mege {
    position: relative;
    width: 100%;
    height: 65px;
    /*max-width: 1000px;*/
    margin: 0 auto;
}

.menu-mege>li {
    float: left;
    width: 20%;
    /* グローバルナビ4つの場合 */
    height: 65px;
    line-height: 65px;
    background: #fff;
    text-align: center;
}

.menu-mege>li a {
    display: block;
    color: #393232;
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
}

@media (min-width: 992px) {
    .menu-mege>li a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .menu-mege>li a {
        font-size: 14px;
    }
}

.menu-mege .menu__second-level:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -6.5px;
    left: calc(50% - 6.5px);
    background-image: url(../images/sankaku.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: .5s;
}

.menu-mege .menu__second-level>li {
    height: 50px;
    line-height: 50px;
}

.menu-mege .menu__second-level>li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
}

@media (min-width: 992px) {
    .menu-mege .menu__second-level>li a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .menu-mege .menu__second-level>li a {
        font-size: 12px;
    }
}

.menu-mege>li a:hover {
    color: #de242c;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu-mege>li:hover {
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu__second-level li {
    /*border-top: 1px solid #111;*/
}

.menu__third-level li {
    /*border-top: 1px solid #111;*/
}

.menu__second-level li a:hover {
    background: transparent;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu-mege:before,
.menu-mege:after {
    content: " ";
    display: table;
}

.menu-mege:after {
    clear: both;
}

.menu-mege {
    *zoom: 1;
}

.menu>li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 65px;
    width: 20%;
    background: #a00d12;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 65px;
    visibility: visible;
    opacity: 1;
}

/*---------------------*/

header p.header-contact {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    width: 12%;
    float: left;
}

@media (min-width: 992px) {
    header p.header-contact {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    header p.header-contact {
        font-size: 14px;
    }
}

header p.header-contact a {
    height: 65px;
    line-height: 65px;
    background-color: #393232;
    color: #fff;
    display: block;
    padding: 0 20px;
    text-align: center;
    transition: .3s;
}

header p.header-contact a:hover {
    background-color: #717171;
}

/*------------------ヘッダー------------------*/
/*------------------フッター------------------*/
.footer-breadcrumb {
    position: relative;
    background-color: #A00D13;
    display: flex;
    align-items: center;
    height: 60px;
}

@media (min-width: 992px) {
    .footer-breadcrumb {
        /*padding: 22px 0;*/
    }
}

@media (max-width: 767px) {
    .footer-breadcrumb {
        position: relative;
        background-color: #A00D13;
        display: flex;
        align-items: center;
        height: 40px;
    }
}

.footer-breadcrumb li {
    font-size: 12px;
    color: #fff;
}

@media (max-width: 767px) {
    .footer-breadcrumb li {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .footer-breadcrumb li {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .footer-breadcrumb li {
        font-size: 12px;
    }
}

.footer-breadcrumb .right-tag {
    background-color: #bb1319;
    position: absolute;
    right: 0;
    width: 12%;
    bottom: 0;
    transition: .3s;
}

.footer-breadcrumb .right-tag:hover {
    background-color: #de242c;
}

.footer-breadcrumb .right-tag a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-breadcrumb .right-tag img {
    height: 30px;
}

.footer-box-wrap {
    padding: 50px 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
}

@media (max-width: 991px) {
    .footer-box-wrap {
        padding: 0;
        background-color: #f9f9f9;
    }
}

.footer-box {
    display: flex;
}

@media (max-width: 767px) {
    .footer-box {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer-box {
        padding: 0;
        display: block;
    }
}

@media (max-width: 991px) {
    .footer-box.phone-footer-box {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .footer-bottom .footer-box {
        padding: 0;
        display: flex;
    }
}

@media (max-width: 767px) {
    .footer-bottom .footer-box {
        padding: 0;
        display: block;
    }
}

.footer-bottom .footer-box {
    justify-content: space-between;
}

.footer-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .footer-col {
        padding: 0 10px;
    }
}

.footer-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-menu li {
    /*margin-bottom: 10px;*/
}

.footer-menu li a {
    transition: .3s;
}

.footer-menu.first>li:hover>a {
    color: #ba131a;
}

.footer-menu li a {
    color: #393232;
    letter-spacing: 0.2rem;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 30px;
    display: inline-block;
    transition: .3s;
}

@media (max-width: 991px) {
    .footer-menu li a {
        color: #393232;
        letter-spacing: 0.2rem;
        line-height: 1.8;
        font-size: 12px;
        margin-bottom: 0;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .footer-menu li a {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .footer-menu li a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .footer-menu li a {
        font-size: 12px;
    }
}

.footer-menu li a.m-b-0 {
    margin-bottom: 0;
}

.footer-col .footer-menu.first>li:before {
    content: '\025a0';
    color: #393232;
    position: relative;
    top: 0;
    font-size: 12px;
    padding-right: 3px;
    transition: .3s;
}

.footer-col .footer-menu.first>li:hover::before {
    color: #ba131a;
}

.footer-col .footer-menu.second {
    padding-left: 15px;
}

.footer-col .footer-menu.second>li:hover>a {
    color: #ba131a;
}

.footer-col .footer-menu.second>li:before {
    content: '\03e';
    color: #393232;
    position: relative;
    top: 0;
    font-size: 12px;
    padding-right: 9px;
    transition: .3s;
}

.footer-col .footer-menu.second>li:hover::before {
    color: #ba131a;
    padding-right: 5px;
}

.footer-title-wrap {
    width: 20%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    width: auto;
    height: 35px;
}

@media (min-width: 992px) {
    .footer-logo a img {
        width: auto;
        height: 30px;
    }
}

address {
    margin-bottom: 0;
}

address p.jyusyo {
    font-size: 12px;
}

address p.tel-fax {
    font-size: 10px;
    line-height: 1.8;
}

address p.tel-fax:last-child {
    margin-bottom: 0;
}

address p.tel-fax span {
    font-size: 22px;
    font-weight: bold;
    color: #F99D1C;
}

@media (min-width: 992px) {
    address p.tel-fax span {
        font-size: calc(1.125rem + ((1vw - 9.92px) * 1.9231));
    }
}

@media (min-width: 1200px) {
    address p.tel-fax span {
        font-size: 22px;
    }
}

.footer-col-wrap {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.footer-col-wrap.phone-footer {
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer-col-wrap.phone-footer .footer-col {
    max-width: 100%;
    padding: 0;
}

.footer-col-wrap.phone-footer .footer-menu li {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.footer-col-wrap.phone-footer .footer-menu li:nth-child(even) {
    border-left: 1px solid #ccc;
}

.footer-col-wrap.phone-footer .footer-col .footer-menu.first>li:before {
    content: none;
}

.footer-title-wrap.phone-footer {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    padding-bottom: 0;
    background-color: #393232;
}

.footer-title-wrap.phone-footer .footer-logo {
    text-align: center;
    margin-bottom: 15px;
}

.footer-title-wrap.phone-footer .footer-logo a img {
    width: auto;
    height: 40px;
}

.footer-title-wrap.phone-footer address p.jyusyo {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.footer-title-wrap.phone-footer address p.tel-fax {
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    color: #fff;
}

@media (max-width: 413px) {
    .footer-title-wrap.phone-footer address p.tel-fax {
        width: 100%;
        float: left;
    }
}

.footer-bottom {
    background-color: #393232;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .footer-bottom {
        padding: 20px 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .copyright-box {
        text-align: center;
    }
}

.copyright p {
    font-size: 10px;
    color: #fff;
    margin: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .copyright p {
        margin-top: 15px;
        text-align: center;
    }
}

.iso-sticker img {
    height: 100px;
    width: auto;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .iso-sticker img:last-child {
        margin-right: 0;
    }
}

.footer-contact {
    margin-top: 10px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer-contact {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.footer-contact p {
    font-size: 10px;
    line-height: 1.8;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer-contact p.text-dis {
        margin-bottom: 15px;
        display: block;
    }
}

.footer-contact p.c-form {
    position: relative;
    line-height: 1;
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer-contact p.c-form {
        margin-top: 20px;
        padding-top: 20px;
        display: block;
    }
}

.footer-contact p.c-form a:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 15px;
    position: relative;
    top: -1.5px;
    overflow: hidden;
    margin-right: 10px;
    background-image: url(../images/contact-form.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.footer-contact p.c-form a {
    color: #fff;
    background-color: #463F3F;
    padding: 20px;
    transition: .3s;
}

.footer-contact p.c-form a:hover {
    color: #fff;
    background-color: #717171;
}

/*.my-navi {
	text-align: center;
    padding: 30px;
    background-color: #fff;
}
@media (min-width: 768px) {
.my-navi img.pc {
	height: 120px;
    width: auto;	
}	
.my-navi img.phone {
	display: none;
}
}
@media (max-width: 767px) {
.my-navi img.pc {
		display: none;
}	
.my-navi img.phone {
	height: auto;
    width: 100%;
}
}*/
.my-navi {
    text-align: center;
    padding: 30px;
    padding-top: 0;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .my-navi {
        text-align: center;
        padding: 15px;
        background-color: #393232;
    }
}

.my-navi a {
    display: block;
    width: auto;
}

@media (max-width: 767px) {
    .my-navi a {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .my-navi img {
        width: auto;
        height: 70px;
    }
}

@media (min-width: 992px) {
    .my-navi img.pc {
        height: 100px;
        width: auto;
    }
}

@media (min-width: 1201px) {
    .my-navi img.pc {
        height: 80px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .my-navi img.pc {
        height: 80px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .my-navi img.phone {
        display: none;
    }

    /*.my-navi a:first-of-type {
    }

    .my-navi a:last-of-type {
    }*/
}

@media (max-width: 767px) {
    .my-navi {
        padding-top: 30px;
        flex-direction: column;
        gap: 15px;
    }

    .my-navi a:first-of-type {
        /*margin-bottom: 15px;*/
    }

    .my-navi img.pc {
        display: none;
    }

    .my-navi img.phone {
        height: auto;
        width: 100%;
    }
}

/*------------------フッター------------------*/
/*------------------ヒーローイメージ_トップページ------------------*/
.hero-wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 0;
    margin-top: 65px;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-wrap {
        margin-top: 50px;
    }
}

#owl-example .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    min-height: 100vh;
    display: table;
    text-align: center;
}

@media (min-width: 992px) {
    #owl-example .item {
        height: calc(100vh - 65px);
        min-height: calc(100vh - 65px);
    }
}

@media (max-width: 991px) {
    #owl-example .item {
        height: 80vh;
        min-height: 80vh;
    }
}

@media (max-width: 767px) {
    #owl-example .item {
        height: 60vh;
        min-height: 60vh;
    }
}

#owl-example .item-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

@media (max-width: 767px) {
    #owl-example .item-box {
        display: table-cell;
        position: relative;
        padding: 0;
    }
}

#owl-example .item-box p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}

@media (max-width: 991px) {
    #owl-example .item-box p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #owl-example .item-box p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }
}

#owl-example .item-box img {
    margin: 0;
    height: 250px;
    width: auto;
    opacity: 0.8;
}

@media (max-width: 991px) {
    #owl-example .item-box img {
        margin: 10px auto;
        height: 200px;
        width: auto;
    }
}

@media (max-width: 767px) {
    #owl-example .item-box img {
        /*margin: 10px auto 10px 15px;*/
        /* margin-top: 150px; */
        height: auto;
        width: 90%;
        /*position: absolute;
    top: 100px;
    left: calc(50% - 155px);
    right: calc(50% - 155px);*/
    }
}

.top-image-02 {
    background-image: url("../images/top/slide/02.jpg");
}

.top-image-03 {
    background-image: url("../images/top/slide/11.jpg");
}

.top-image-04 {
    background-image: url("../images/top/slide/12.jpg");
}

.top-image-05 {
    background-image: url("../images/top/slide/13.jpg");
}

.top-image-06 {
    background-image: url("../images/top/slide/07.jpg");
}

.top-image-07 {
    background-image: url("../images/top/slide/05.jpg");
}

.top-image-08 {
    background-image: url("../images/top/slide/03.jpg");
}

/*------------------ヒーローイメージ_トップページ------------------*/
/*------------------ヒーローニュース_トップページ------------------*/
.hero-news {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.hero-news .container-fluid {
    padding: 0;
}

.hero-news .container-fluid>div.hero-news-bar {
    position: relative;
    width: 100%;
    /*padding: 15px 0 15px 0;*/
    color: #fff;
    background-color: #fff;
}

.hero-news .hero-news-bar .left-tag {
    background-color: #000;
    /*padding: 15px 0;*/
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 20%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-news .hero-news-bar .left-tag p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .hero-news .hero-news-bar .left-tag p {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .hero-news .hero-news-bar .left-tag p {
        font-size: 14px;
    }
}

.hero-news .hero-news-bar .center-tag {
    padding: 0 50px;
    background-color: #fff;
    width: 68%;
    position: absolute;
    bottom: 0;
    left: 20%;
    height: 55px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-news .hero-news-bar .center-tag {
        padding: 0 15px;
        background-color: #fff;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 55px;
        display: flex;
        align-items: center;
    }
}

.hero-news .hero-news-bar .center-tag p {
    font-size: 12px;
}

@media (max-width: 767px) {
    .hero-news .hero-news-bar .center-tag p {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .hero-news .hero-news-bar .center-tag p {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .hero-news .hero-news-bar .center-tag p {
        font-size: 10px;
    }
}

.hero-news .hero-news-bar .right-tag {
    background-color: #bb1319;
    position: absolute;
    right: 0;
    width: 12%;
    bottom: 0;
    text-align: center;
    transition: .3s;
}

.hero-news .hero-news-bar .right-tag a {
    color: #fff;
    font-size: 12px;
    /*padding: 18px 0;*/
    width: 100%;
    transition: .3s;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .hero-news .hero-news-bar .right-tag a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .hero-news .hero-news-bar .right-tag a {
        font-size: 14px;
    }
}

.hero-news .hero-news-bar .right-tag:hover {
    background-color: #de242c;
}

.hero-news .hero-news-bar p {
    font-size: 12px;
}

.hero-news time, .hero-news p, .hero-news a {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .hero-news time, .hero-news p, .hero-news a {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 0.9615));
    }
}

@media (min-width: 1200px) {
    .hero-news time, .hero-news p, .hero-news a {
        font-size: 14px;
    }
}

.hero-news .hero-news-bar time {
    color: #393232;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .hero-news .hero-news-bar time {
        font-size: 12px;
    }
}

.hero-news .category {
    background-color: #f99d1c;
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
    margin: 0;
    margin-right: 15px;
    line-height: 1;
    white-space: nowrap;
}

/*------------------ヒーローニュース_トップページ------------------*/
/*------------------トップページ------------------*/
/*----リンク_トップ--------------------------*/
.top-link {
    display: block;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .top-link {
        display: block;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 50px;
        position: relative;
    }
}

.top-link .top-link-img {
    position: relative;
    overflow: hidden;
    width: 55%;
    padding-top: 40%;
    top: 0;
}

@media (max-width: 991px) {
    .top-link .top-link-img {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 0;
        top: 0;
    }
}

.top-link.right .top-link-img {
    float: right;
}

@media (max-width: 991px) {
    .top-link.right .top-link-img {
        float: none;
        padding: 15px;
        margin: 0;
    }
}

.top-link.left .top-link-img {
    float: left;
}

@media (max-width: 991px) {
    .top-link.left .top-link-img {
        float: none;
        padding: 15px;
        margin: 0;
    }
}

.top-link .top-link-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: auto;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .top-link .top-link-img img {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        -webkit- transform: none;
        height: auto;
        width: 100%;
        -ms-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
}

.top-link:hover .top-link-img img {
    transform: translateY(-50%) translateX(-50%) scale(1.05);
    -webkit- transform: translateY(-50%) translateX(-50%) scale(1.05);
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

@media (max-width: 991px) {
    .top-link:hover .top-link-img img {
        transform: none;
        -webkit- transform: none;
        -ms-transition: all 2s;
        -webkit-transition: all 2s;
        transition: all 2s;
    }
}

.top-link .top-link-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 991px) {
    .top-link .top-link-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

.top-link .text-area {
    position: relative;
    background: #fff;
    width: calc(50% - 25px);
    padding: 50px;
}

@media (max-width: 991px) {
    .top-link .text-area {
        position: relative;
        background: #fff;
        width: 100%;
        padding: 50px;
        margin-top: -50px;
    }
}

.top-link .text-area:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/top/square.svg");
    background-size: contain;
    vertical-align: middle;
    transition: .5s;
}

.top-link .text-area:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/top/square.svg");
    background-size: contain;
    vertical-align: middle;
    transition: .5s;
}

.top-link:hover .text-area:before, .top-link:hover .text-area:after {
    width: 26px;
    height: 26px;
}

.top-link.right .text-area {
    float: left;
    text-align: left;
}

.top-link.left .text-area {
    float: right;
    text-align: left;
}

.top-link .text-area p {
    position: relative;
}

.top-link .text-area p.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.top-link .text-area p.text-dis {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.top-link .text-area img.text-img-svg {
    height: 40px;
    width: auto;
    margin-bottom: 30px;
}

.top-link .text-area span {
    color: #BA1319;
    font-size: 14px;
}

.top-link .text-area span:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
    left: 20px;
    background-image: url("../images/top/more_dot.svg");
    background-size: contain;
    vertical-align: middle;
    transition: .5s;
}

.top-link:hover .text-area span:after {
    left: 10px;
}

/*----リンク_トップ--------------------------*/
/*----施工実績_トップ--------------------------*/
section#works {
    padding: 50px 0;
    text-align: center;
}

section#works .title {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}

section#works .category {
    display: inline-block;
    background-color: #393232;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 20px;
}

section#works .title img.text-img-svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

section#works .title p {
    font-size: 16px;
    font-weight: bold;
}

/*section#works .works-col-wrap .icon::before {
	content:'\f35a';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}*/
section#works .slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#works .slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#works .slick-prev:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    padding-left: 15px;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.works-col-wrap.slick-slider {
    background-color: transparent;
    margin: 50px 0;
}

.works-col-wrap .slick-slide {
    padding: 0 15px;
}

.works-col-wrap .slick-slide a:focus {
    outline: none;
}

.works-col-wrap .img-liquid {
    width: auto;
    height: 250px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .works-col-wrap .img-liquid {
        width: auto;
        height: 220px;
    }
}

/*----施工実績_トップ--------------------------*/
/*----採用情報_トップ--------------------------*/
section.recruit-box {
    overflow: hidden;
    background-color: #edd430;
    background-image: -webkit-linear-gradient(302deg, #edd430 0%, #ce0606 74%);
    background-image: -o-linear-gradient(302deg, #edd430 0%, #ce0606 74%);
    background-image: linear-gradient(32deg, #edd430 0%, #ce0606 74%);
    background-size: 200% 200%;
    animation: AnimationName 10s ease infinite;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

section.recruit-box .recruit-link {
    display: block;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 991px) {
    section.recruit-box .recruit-link {
        display: block;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 30px;
        position: relative;
    }
}

section.recruit-box .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    section.recruit-box .container {
        display: block;
    }
}

section.recruit-box .recruit-dis-box {
    width: 30%;
    height: auto;
    position: relative;
    padding-top: 30px;
}

@media (max-width: 991px) {
    section.recruit-box .recruit-dis-box {
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 30px;
        margin-bottom: 30px;
    }
}

section.recruit-box .title {
    margin-bottom: 30px;
}

section.recruit-box .title img.text-img-svg {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}

section.recruit-box .title p {
    font-size: 20px;
    color: #fff;
}

section.recruit-box .text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

section.recruit-box .text span {
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

section.recruit-box .text span:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
    left: 20px;
    background-image: url(../images/top/more_dot_w.svg);
    background-size: contain;
    vertical-align: middle;
    transition: .5s;
}

section.recruit-box:hover .text span:after {
    left: 10px;
}

section.recruit-box .recruit-img-box {
    width: 67%;
    height: auto;
    position: relative;
}

@media (max-width: 991px) {
    section.recruit-box .recruit-img-box {
        width: 100%;
        height: auto;
        position: relative;
    }
}

.recruit-img-box .img-liquid {
    height: 250px;
    width: 49%;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
}

@media (max-width: 991px) {
    .recruit-img-box .img-liquid {
        margin-bottom: 2%;
    }

    .recruit-img-box .img-liquid:nth-of-type(odd) {
        margin-left: 0;
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .recruit-img-box .img-liquid {
        height: 140px;
    }
}

.recruit-img-box .img-liquid:nth-of-type(4) {
    background-position-y: 30% !important;
}

.recruit-img-box-inner {
    width: 100%;
}

.fuwafuwa-1 {
    /*width: 100px;
  height: 100px;
  margin: 100px;*/
    animation: fuwafuwa-1 17s infinite;
}

@keyframes fuwafuwa-1 {
    0% {
        transform: translateY(0px) rotate(0) scale(1.5);
    }

    50% {
        transform: translateY(50px) rotate(180deg) scale(1);
    }

    100% {
        transform: translateY(0px) rotate(0) scale(1.5);
    }
}

.fuwafuwa-2 {
    /*width: 100px;
  height: 100px;
  margin: 100px;*/
    animation: fuwafuwa-2 15s infinite;
}

@keyframes fuwafuwa-2 {
    0% {
        transform: translateY(100px) rotate(90deg) scale(1);
    }

    50% {
        transform: translateY(50px) rotate(0) scale(2);
    }

    100% {
        transform: translateY(100px) rotate(90deg) scale(1);
    }
}

.fuwafuwa-3 {
    /*width: 100px;
  height: 100px;
  margin: 100px;*/
    animation: fuwafuwa-3 20s infinite;
}

@keyframes fuwafuwa-3 {
    0% {
        transform: translateY(0px) rotate(0) scale(1.8);
    }

    50% {
        transform: translateY(100px) rotate(90deg) scale(1);
    }

    100% {
        transform: translateY(0px) rotate(0deg) scale(1.8);
    }
}

.fuwafuwa-4 {
    /*width: 100px;
  height: 100px;
  margin: 100px;*/
    animation: fuwafuwa-4 16s infinite;
}

@keyframes fuwafuwa-4 {
    0% {
        transform: translateY(0px) rotate(180deg) scale(2);
    }

    50% {
        transform: translateY(50px) rotate(0) scale(1);
    }

    100% {
        transform: translateY(0px) rotate(180deg) scale(2);
    }
}

.anime-bound {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .anime-bound {
        top: -200px;
        z-index: 1;
    }
}

.anime-bound li {
    float: left;
}

.anime-bound li:nth-child(1) {
    position: absolute;
    left: 10%;
    top: 70px;
}

.anime-bound li:nth-child(2) {
    position: absolute;
    left: 45%;
    top: 50px;
}

.anime-bound li:nth-child(3) {
    position: absolute;
    left: 70%;
    top: 90px;
}

.anime-bound li:nth-child(4) {
    position: absolute;
    left: 95%;
    top: 15px;
}

.anime-bound li img {
    width: 10px;
    height: 10px;
}

/*----採用情報_トップ--------------------------*/
/*----お知らせ_トップ--------------------------*/
section#news {
    padding: 80px 0;
    text-align: center;
}

section#news>ul {
    width: 750px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    section#news>ul {
        width: 80%;
        padding: 15px;
    }
}

@media (max-width: 767px) {
    section#news>ul {
        width: 100%;
    }
}

section#news li.kiji {
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (min-width: 375px) and (max-width: 767px) {
    section#news li.kiji {
        padding: 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

section#news li p.title {
    /*visibility: hidden;*/
    display: inline-block;
}

@media (max-width: 767px) {
    section#news li p.title {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    section#news li p.title {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

section#news li time {
    margin-right: 15px;
    color: #393232;
    font-size: 14px;
    width: auto;
    display: inline-block;
}

@media (max-width: 767px) {
    section#news li time {
        margin-right: 5px;
        font-size: 12px;
    }
}

section#news li p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

section#news .title {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

section#news .category {
    display: inline-block;
    background-color: #393232;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 15px;
    width: auto;
    text-align: center;
}

@media (max-width: 991px) {
    section#news .category {
        width: auto;
        padding: 3px 20px;
    }
}

@media (max-width: 767px) {
    section#news .category {
        display: inline-block;
        background-color: #393232;
        color: #fff;
        padding: 3px 8px;
        font-size: 10px;
        margin-right: 5px;
        text-align: center;
    }
}

section#news .news-button {
    background-color: #a00d12;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
}

section#news .news-button:hover {
    background-color: #de242c;
}

section#news .title img.text-img-svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

section#news .title p {
    font-size: 16px;
    font-weight: bold;
}

/*----お知らせ_トップ--------------------------*/
/*----エントリー--------------------------*/
.entry-box {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .entry-box {
        display: block;
    }
}

.entry-box .entry-col {
    width: 50%;
    text-align: center;
}

.entry-box .entry-col.full {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .entry-box .entry-col {
        width: 100%;
        text-align: center;
    }
}

.entry-box .entry-col a {
    padding: 30px 0;
    display: block;
    color: #fff;
    height: 120px;
    transition: .3s;
}

@media (max-width: 767px) {
    .entry-box .entry-col a {
        padding: 15px 0;
        display: block;
        color: #fff;
        height: auto;
        transition: .3s;
    }
}

.entry-box .entry-col a:hover {
    opacity: 0.8;
}

.entry-box .entry-col p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

@media (max-width: 767px) {
    .entry-box .entry-col p {
        font-size: 12px;
    }
}

.entry-box .job-list a {
    background-color: #E5A854;
}

.entry-box .entry a {
    background-color: #B28240;
}

.entry-box .interview a {
    background-color: #B24040;
}

.entry-box .job-list img.text-img-svg {
    height: 25px;
    width: auto;
}

.entry-box .entry img.text-img-svg {
    height: 20px;
    width: auto;
}

.entry-box .interview img.text-img-svg {
    height: 20px;
    width: auto;
}

/*----エントリー--------------------------*/
/*----モーダルメニュー--------------------------*/
.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    background: #bc131a;
    font-size: 16px;
    padding: 17px 0;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #fff;
    background: #393232;
    height: 50px;
    line-height: 1;
}

.cp_actab .cp_actab-content a {
    padding: 1em;
    color: #fff;
    width: 100%;
}

.cp_actab .cp_actab-content a:hover {
    color: #fff;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
    max-height: 20em;
}

/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

/*.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}*/
.modal-nav li a:hover {
    width: 100%;
}

.modal-nav li a:hover {
    color: #fff;
}

/*----モーダルメニュー--------------------------*/
/*----個別＿ヒーローイメージ--------------------------*/
.page-hero-wrap {
    margin-top: 65px;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.page-hero-wrap.about {
    background-image: url("../images/about/01.jpg");
}

.page-hero-wrap.company {
    background-image: url("../images/company/01.jpg");
}

.page-hero-wrap.works {
    background-image: url("../images/works/01.jpg");
}

.page-hero-wrap.occupation {
    background-image: url("../images/occupation/01.jpg");
}

.page-hero-wrap.job-list {
    background-image: url("../images/job_list/01.jpg");
}

.page-hero-wrap.access {
    background-image: url("../images/access/01.jpg");
    background-position: center 40%;
}

.page-hero-wrap.recruit {
    background-image: url("../images/recruit/top/01.jpg");
}

.page-hero-wrap.single {
    /*background-image: url("../images/single/01.jpg");*/
}

.page-hero-wrap.interview-top {
    background-image: url("../images/interview/01.jpg");
}

.page-hero-wrap.interview-01 {
    background-image: url("../images/recruit/1/01.jpg");
}

.page-hero-wrap.interview-02 {
    background-image: url("../images/recruit/2/01.jpg");
}

.page-hero-wrap.interview-03 {
    background-image: url("../images/recruit/3/01.jpg");
}

.page-hero-wrap.interview-04 {
    background-image: url("../images/recruit/4/01.jpg");
}

@media (max-width: 991px) {
    .page-hero-wrap {
        margin-top: 50px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .page-hero-wrap {
        margin-top: 50px;
        height: 250px;
    }
}

@media (max-width: 413px) {
    .page-hero-wrap {
        margin-top: 50px;
        height: 200px;
    }
}

/*.page-hero-wrap .img-liquid {
	width: 100%;
	height: 500px;
}*/
.page-title-box {
    position: relative;
    margin-left: 0;
    width: 30%;
    height: 100%;
    background: rgba(186, 19, 26, 0.8);
    display: table;
}

@media (max-width: 767px) {
    .page-title-box {
        position: relative;
        margin-left: 0;
        width: 100%;
        height: 100%;
        background: rgba(186, 19, 26, 0.8);
        display: table;
    }
}

.page-title-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-right: 100px solid transparent;
    border-top: 70vh solid rgba(186, 19, 26, 0.8);
}

@media (max-width: 767px) {
    .page-title-box:after {
        display: none;
    }
}

.page-title-box-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-left: 10%;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .page-title-box-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        padding-left: 15px;
    }
}

.page-title-box-inner img {
    display: block;
}

.page-title-box-inner img.page-top {
    width: auto;
    height: 100px;
    margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-title-box-inner img.page-top {
        width: auto;
        height: 80px;
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .page-title-box-inner img.page-top {
        width: auto;
        height: 50px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .page-title-box-inner img.page-top {
        width: auto;
        height: 40px;
        margin-top: 20px;
    }
}

.page-title-box-inner img.page-top-line {
    width: auto;
    height: 10px;
}

.page-title-box-inner .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .page-title-box-inner .title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .page-title-box-inner .title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
    }
}

.scroll-down {
    position: relative;
    margin-top: -20px;
    float: right;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .scroll-down {
        display: none;
    }
}

/*----個別＿ヒーローイメージ--------------------------*/
/*----個別＿セクションテンプレート--------------------------*/
section.page-content-box {
    text-align: center;
    position: relative;
    clear: both;
    padding: 50px 0;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    section.page-content-box {
        text-align: center;
        position: relative;
        clear: both;
        padding: 50px 0;
        padding-bottom: 50px;
    }
}

/*.page-content-box .title img {
	height: 15px;
	width: auto;
}*/
.page-content-box .title p.en {
    font-size: 14px;
    font-weight: bold;
    color: #ba131a;
}

.page-content-box .title p.jp {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.page-content-box .description {
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-content-box .description p {
    font-size: 26px;
}

@media (max-width: 991px) {
    .page-content-box .description p {
        font-size: 22px;
    }
}

.page-content-box .text {
    width: 650px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .page-content-box .text {
        width: auto;
        margin: 0 auto;
    }
}

.page-content-box .text p {
    font-size: 16px;
    text-align: justify;
    line-height: 2.5;
}

@media (max-width: 991px) {
    .page-content-box .text p {
        font-size: 14px;
        text-align: justify;
        line-height: 2.5;
    }
}

/*----個別＿セクションテンプレート--------------------------*/
/*----会社概要--------------------------*/
.message-image-box {
    padding-bottom: 50px;
    position: relative;
}

.message-image-box .message-image-01 {
    postion: relative;
}

.message-image-box .message-image-01 {
    height: 500px;
    width: auto;
}

@media (max-width: 991px) {
    .message-image-box .message-image-01 {
        height: 400px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .message-image-box .message-image-01 {
        height: 250px;
        width: auto;
    }
}

@media (max-width: 413px) {
    .message-image-box .message-image-01 {
        height: 200px;
        width: auto;
    }
}

.message-image-box .message-image-02 {
    position: relative;
    bottom: 150px;
    margin-bottom: -150px;
}

@media (max-width: 991px) {
    .message-image-box .message-image-02 {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }
}

@media (max-width: 767px) {
    .message-image-box .message-image-02 {
        position: relative;
        bottom: 70px;
        margin-bottom: -70px;
    }
}

@media (max-width: 413px) {
    .message-image-box .message-image-02 {
        position: relative;
        bottom: 50px;
        margin-bottom: -50px;
    }
}

.message-image-box .anime-bound {
    position: absolute;
    width: 100%;
    top: 50%;
}

@media (max-width: 767px) {
    .message-image-box .anime-bound {
        position: absolute;
        width: 100%;
        top: 30%;
    }
}

.description.company p img {
    height: 150px;
    width: auto;
}

/*----会社概要--------------------------*/
/*----職種紹介--------------------------*/
.occupation-category {
    margin-top: 50px;
}

.occupation-category .category-col .title {
    background-color: #ba131a;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 10px;
}

.occupation-category .category-col img {
    margin-bottom: 10px;
}

.occupation-text {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}

.category-col {
    margin-bottom: 50px;
}

.occupation-bg a {
    position: relative;
    display: flex;
    align-items: center;
}

.occupation-bg img.title {
    position: absolute;
    height: 150px;
}

@media (max-width: 991px) {
    .occupation-bg img.title {
        position: absolute;
        height: 100px;
    }
}

@media (max-width: 413px) {
    .occupation-bg img.title {
        position: absolute;
        height: 80px;
    }
}

/*----職種紹介--------------------------*/
/*----募集要項--------------------------*/
.job-list-box, .entry-list-box, .access-list-box, .interview-list-box {
    margin-top: 50px;
}

.job-list table {
    width: 100%;
}

.job-list table tr {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .job-list table tr {
        width: 100%;
        border-top: 1px solid #eeeeee;
    }

    .job-list table tr:last-child {
        border-bottom: 1px solid #eeeeee;
    }
}

.job-list table td {
    width: auto;
    padding: 10px 0;
    padding-bottom: 30px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.job-list table td.left-cell {
    width: 100px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .job-list table td.left-cell {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
        font-weight: bold;
    }
}

.job-list table td.right-cell {
    width: 300px;
}

@media (max-width: 767px) {
    .job-list table td.right-cell {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    table tbody th, table tbody td {
        width: 100%;
        display: list-item;
        list-style: none;
    }
}

.entry-list a {
    background-color: #ba131a;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1rem;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    padding: 50px;
    width: 100%;
    transition: .3s;
}

.entry-list a:hover {
    background-color: #de242c;
}

/*----募集要項--------------------------*/
/*----アクセス--------------------------*/
.page-content-box.access .title p.en {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.page-content-box.access .title p.en:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #ba131a;
    display: block;
}

.page-content-box.access .title p.en:after {
    margin-left: 10px;
}

.page-content-box.access .title p.jp {
    text-align: left;
    font-size: 16px;
}

.case {
    text-align: left;
    margin-bottom: 15px;
}

.case-title, .case-text {
    font-size: 14px;
}

.case-title {
    margin-bottom: 15px;
}

.case-title:before {
    content: "■";
    margin-right: 10px;
}

.case-text:before {
    content: "\00A0";
    margin-right: 19px;
}

.map iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .map iframe {
        border: 0;
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 413px) {
    .map iframe {
        border: 0;
        width: 100%;
        height: 250px;
    }
}

/*----アクセス--------------------------*/
/*----個別インタビュー--------------------------*/
.interview .page-title-box-inner img.name {
    width: auto;
    height: 15px;
    margin-top: 0;
}

.interview .page-title-box-inner img.name.name-height {
    width: auto;
    height: 18px;
    margin-top: 0;
    position: relative;
    top: 4px;
}

@media (max-width: 767px) {
    .interview .page-title-box-inner img.name {
        width: auto;
        height: 10px;
        margin-top: 0;
    }

    .interview .page-title-box-inner img.name.name-height {
        width: auto;
        height: 13px;
        margin-top: 0;
    }
}

@media (max-width: 413px) {
    .interview .page-title-box-inner img.name {
        width: auto;
        height: 7px;
        margin-top: 0;
    }

    .interview .page-title-box-inner img.name.name-height {
        width: auto;
        height: 10px;
        margin-top: 0;
    }
}

.interview .page-title-box-inner .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .interview .page-title-box-inner .title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 413px) {
    .interview .page-title-box-inner .title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.interview .page-title-box-inner .career {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.interview .page-title-box-inner .position {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .interview .page-title-box-inner .career {
        color: #fff;
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .interview .page-title-box-inner .position {
        color: #fff;
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 5px;
    }
}

.interview .page-title-box-inner .description-box {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .interview .page-title-box-inner .description-box {
        position: relative;
        margin-top: 10px;
    }
}

@media (max-width: 413px) {
    .interview .page-title-box-inner .description-box {
        position: relative;
        margin-top: 0;
    }
}

.interview .page-title-box-inner .description-box-inner {
    position: absolute;
}

.interview .page-title-box-inner .description {
    color: #393232;
    font-size: 36px;
    white-space: nowrap;
    background-color: #f99d1c;
    padding: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (max-width: 991px) {
    .interview .page-title-box-inner .description {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .interview .page-title-box-inner .description {
        font-size: 16px;
    }
}

@media (max-width: 413px) {
    .interview .page-title-box-inner .description {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.page-content-box.interview .title p.en {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.page-content-box.interview .title p.en:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #ba131a;
    display: block;
}

.page-content-box.interview .title p.en:after {
    margin-left: 10px;
}

.page-content-box.interview .title p.jp {
    text-align: left;
    font-size: 16px;
}

.interview-list-box .text {
    text-align: justify;
    width: auto;
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .interview-list-box .text {
        text-align: justify;
        width: auto;
        font-size: 14px;
        line-height: 2.4;
        margin-bottom: 30px;
    }
}

.interview-list-box .text-box img.left, .interview-list-box .text-box img.right {
    width: 50%;
    float: left;
    display: block;
}

@media (max-width: 767px) {
    .interview-list-box .text-box img.left, .interview-list-box .text-box img.right {
        width: 100%;
        float: left;
        display: block;
    }
}

.interview-list-box .text-box img.left {
    padding-right: 10px;
}

.interview-list-box .text-box img.right {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .interview-list-box .text-box img.left {
        padding-right: 0;
    }

    .interview-list-box .text-box img.right {
        padding-left: 0;
    }
}

.interview-list-box .img-box {
    margin-bottom: 30px;
    overflow: hidden;
}

.interview-list-box.other-interview>div {
    margin-bottom: 30px;
}

/*----個別インタビュー--------------------------*/
/*----派生ページ--------------------------*/
.derived-top-box {
    margin-top: 65px;
}

.derived-top-box-inner {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .derived-top-box-inner {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 413px) {
    .derived-top-box-inner {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.derived-top-box img.page-top {
    width: auto;
    height: 100px;
}

.derived-top-box img.page-top.contact {
    width: auto;
    height: 80px;
}

@media (max-width: 767px) {
    .derived-top-box img.page-top {
        width: auto;
        height: 60px;
    }

    .derived-top-box img.page-top.contact {
        width: auto;
        height: 40px;
    }
}

@media (max-width: 413px) {
    .derived-top-box img.page-top {
        width: auto;
        height: 40px;
    }

    .derived-top-box img.page-top.contact {
        width: auto;
        height: 30px;
    }
}

.derived-top-box p.title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .derived-top-box p.title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px;
    }
}

@media (max-width: 413px) {
    .derived-top-box p.title {
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.derived-top-box p.description {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.derived-top-box.privacy p.description {
    text-align: justify;
}

@media (max-width: 767px) {
    .derived-top-box p.description {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}

.derived-top-box p.supplement {
    font-size: 14px;
    color: #666;
}

@media (max-width: 413px) {
    .derived-top-box p.supplement {
        font-size: 12px;
        color: #666;
    }
}

.derived-top-box p.supplement:before {
    content: "\0274b";
    font-size: 16px;
    color: #f00;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}

/*一行ごとに上ボーダー*/
.table-res-form tr {
    /*border-top: 1px #DDD solid;*/
}

/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}

/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    /*background: #eee;*/
}

/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding-top: 0;
    display: block;
}

.table-res-form th {
    padding-bottom: 10px;
}

.table-res-form td {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .table-res-form td {
        padding-bottom: 30px;
        font-size: 14px;
    }
}

/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: auto;
    text-align: left;
}

/*「必須」部分のスタイリング*/
.table-res-form .requied:before {
    content: "\0274b";
    font-size: 16px;
    font-weight: normal;
    color: #f00;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {

    /*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }

    /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }

    /*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px transparent solid;
    padding: 0.5em;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #efece6;
}

/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    background: #FFF;
    border: 1px solid rgba(186, 17, 24, 0.5);
    box-shadow: 0 0 1px 0 rgba(186, 17, 24, 0.5);
    outline: 0;
}

/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px transparent solid;
    padding: 20px 0;
    width: 100%;
    background: #BA1319;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(186, 17, 24, 0.5);
    font-weight: bold;
    transition: .3s;
}

/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #de242c;
    box-shadow: none;
}

input::placeholder, textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

.table-res-form textarea {
    height: 250px;
}

.table-res-form label {
    font-size: 14px;
    margin: 0;
}

section.page-content-box.form-box {
    padding: 30px 0;
    padding-bottom: 50px;
}

.page-content-box.privacy {
    padding: 0;
    padding-bottom: 50px;
}

.privacy-list-box {
    text-align: left;
    margin-bottom: 50px;
}

.privacy-list-box:last-of-type {
    margin-bottom: 0;
}

.privacy-list-box .title {
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .privacy-list-box .title {
        font-size: 18px;
    }
}

@media (max-width: 413px) {
    .privacy-list-box .title {
        font-size: 16px;
    }
}

.page-content-box .privacy-list-box .description {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .page-content-box .privacy-list-box .description {
        font-size: 14px;
    }
}

.privacy-list-box li {
    line-height: 2.4;
}

@media (max-width: 767px) {
    .privacy-list-box li {
        font-size: 14px;
    }
}

.privacy-list-box li:before {
    content: '\025cf';
    margin-right: 7px;
}

/*----採用情報--------------------------*/
.recruit .page-title-box {
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: table;
}

.recruit .page-title-box-inner img.page-top {
    width: auto;
    height: 200px;
    /* margin-top: 50px; */
    position: relative;
}

@media (max-width: 991px) {
    .recruit .page-title-box-inner img.page-top {
        width: auto;
        height: 150px;
        /* margin-top: 50px; */
        position: relative;
    }
}

@media (max-width: 767px) {
    .recruit .page-title-box-inner img.page-top {
        width: auto;
        height: 70px;
        /* margin-top: 50px; */
        position: relative;
    }
}

@media (max-width: 413px) {
    .recruit .page-title-box-inner img.page-top {
        width: auto;
        height: 50px;
        /* margin-top: 50px; */
        position: relative;
    }
}

.recruit .page-title-box-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
    padding: 0 15px;
    position: relative;
    bottom: 15px;
    z-index: 1;
}

.recruit .page-title-box-inner .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    padding: 5px 10px;
    background: linear-gradient(to right, #f99d1c, transparent);
}

@media (max-width: 767px) {
    .recruit .page-title-box-inner .title {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 413px) {
    .recruit .page-title-box-inner .title {
        font-size: 14px;
        margin-top: 10px;
    }
}

section.page-content-box.recruit {
    text-align: center;
    position: relative;
    clear: both;
    padding: 80px 0;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    section.page-content-box.recruit {
        padding: 40px 0;
        padding-bottom: 40px;
    }
}

.recruit-top-box {
    position: relative;
}

.recruit-top-box .title {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-bottom: -120px;
    padding: 30px;
    bottom: 120px;
    background-color: rgba(186, 19, 26, 0.7);
}

@media (max-width: 767px) {
    .recruit-top-box .title {
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-bottom: -60px;
        padding: 20px;
        bottom: 60px;
        background-color: rgba(186, 19, 26, 0.7);
    }
}

@media (max-width: 413px) {
    .recruit-top-box .title {
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-bottom: -40px;
        padding: 15px;
        bottom: 40px;
        background-color: rgba(186, 19, 26, 0.7);
    }
}

.recruit-top-box .title img {
    height: 50px;
}

@media (max-width: 767px) {
    .recruit-top-box .title img {
        height: 30px;
    }
}

@media (max-width: 413px) {
    .recruit-top-box .title img {
        height: 20px;
    }
}

.recruit-top-box .title p {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 413px) {
    .recruit-top-box .title p {
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }
}

/*----採用情報--------------------------*/
/*----社員インタビュー--------------------------*/
.interview-top .page-title-box {
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: table;
}

.interview-top .page-title-box-inner img.page-top {
    width: auto;
    height: 170px;
    /* margin-top: 50px; */
    position: relative;
}

@media (max-width: 991px) {
    .interview-top .page-title-box-inner img.page-top {
        width: auto;
        height: 100px;
        /* margin-top: 50px; */
        position: relative;
    }
}

@media (max-width: 767px) {
    .interview-top .page-title-box-inner img.page-top {
        width: auto;
        height: 50px;
        /* margin-top: 50px; */
        position: relative;
    }
}

@media (max-width: 413px) {
    .interview-top .page-title-box-inner img.page-top {
        width: auto;
        height: 40px;
        /* margin-top: 50px; */
        position: relative;
    }
}

.interview-top .page-title-box-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
    padding: 0 15px;
    position: relative;
    bottom: 15px;
    z-index: 1;
}

.interview-top .page-title-box-inner .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    padding: 5px 10px;
    background: linear-gradient(to right, #f99d1c, transparent);
}

@media (max-width: 767px) {
    .interview-top .page-title-box-inner .title {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 413px) {
    .interview-top .page-title-box-inner .title {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    section.page-content-box.interview-top {
        text-align: center;
        position: relative;
        clear: both;
        padding: 50px 0;
        padding-bottom: 50px;
    }
}

/*----社員インタビュー--------------------------*/


.news-main-col section#news>ul {
    width: auto;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-main-col section#news {
    padding-top: 0;
}

.news-main-col section#news.single {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .news-main-col section#news {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .news-main-col section#news.single {
        padding-right: 15%;
    }
}

.news-main-col section#news li {
    margin-bottom: 20px;
}

@media (max-width: 413px) {
    .news-main-col section#news li {
        /*margin-bottom: 10px;
	padding: 10px 10px;*/
    }
}

.news-main-col section#news li time {
    /*float: left;*/
}

@media (max-width: 991px) {
    .news-main-col section#news li time {
        float: none;
    }
}

.news-main-col section#news .category {
    /*float: left;
	margin-top: -4px;*/
}

@media (max-width: 991px) {
    .news-main-col section#news .category {
        float: none;
        margin-top: 0;
    }
}

.news-main-col section#news li p.title {
    display: inline-block;
    margin-bottom: 0;
}

.news-main-col section#news li p.title a {
    color: #393232;
}

.news-aside-col {
    margin-bottom: 50px;
}

.news-aside-col.single {
    padding-top: 80px;
}

.news-aside-col .menu {
    /*max-width: 600px;*/
}

.news-aside-col .menu a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: #393232;
    font-size: 14px;
}

.news-aside-col label {
    display: block;
    margin: 0 0 4px 0;
    padding: 15px;
    line-height: 1;
    color: #393232;
    font-size: 14px;
    font-weight: bold;
    background: #E8E1D6;
    cursor: pointer;
}

.news-aside-col input {
    display: none;
}

.news-aside-col .menu ul {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    list-style: none;
}

.news-aside-col .menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li {
    height: auto;
    opacity: 1;
}

.news-main-col section#news.single .article-header {
    text-align: left;
}

.news-main-col section#news.single .category {
    float: none;
    margin-top: 0;
    display: inline-block;
    background-color: #f99d1c;
    color: #fff;
    padding: 3px 7px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 0;
    width: auto;
    text-align: center;
}

.news-main-col section#news.single .title {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-main-col section#news.single .category p {
    color: #fff;
}

.page-hero-wrap.single .page-title-box-inner img.page-top {
    width: auto;
    height: 60px;
    margin-top: 50px;
}

.single .article-text-wrap h2 {
    display: block;
    padding: 0.25em 0.5em;
    color: #393232;
    font-size: 20px;
    margin-bottom: 20px;
    background: transparent;
    border-left: solid 5px #e5a854;
    border-bottom: 1px solid #e5a854;
}

section#news.single .title p {
    font-size: 22px;
    font-weight: bold;
}

section#news.single .article-text-wrap {
    margin-top: 50px;
    text-align: justify;
}

section#news.single .article-text-wrap p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    section#news.single .article-text-wrap {
        margin-top: 20px;
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .page-hero-wrap.single .page-title-box {
        background: transparent;
    }

    .page-hero-wrap.single .page-title-box-inner {
        display: table-cell;
        vertical-align: bottom;
        position: relative;
        bottom: 10px;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-hero-wrap.single .page-title-box-inner img.page-top-line {
        display: none;
    }

    .page-hero-wrap.single .page-title-box-inner img.page-top {
        width: auto;
        height: 30px;
        margin-top: 50px;
    }

    .page-hero-wrap.single .page-title-box-inner .title {
        font-size: 14px;
        text-align: justify;
    }
}

@media (max-width: 413px) {
    .page-hero-wrap.single .page-title-box-inner .title {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-top: 20px;
        text-align: justify;
    }

    section#news.single .title p {
        font-size: 16px;
        font-weight: bold;
    }

    .news-main-col section#news.single .category {
        font-size: 10px;
    }

    .news-main-col section#news.single .date time {
        font-size: 10px;
    }
}


section.page-content-box.works {
    text-align: center;
    position: relative;
    clear: both;
    padding: 50px 0;
    padding-bottom: 50px;
}

.full_content {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 10px auto 0;
    clear: both;
}

.full_content:before {
    content: "";
    display: block;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .full_content:before {
        content: "";
        display: block;
        padding-top: 10px;
    }
}

.tabmenu {
    width: 13%;
    background: transparent;
    border: 1px solid #ba131a;
    float: left;
    font-weight: bold;
    list-style: none;
    padding: 10px 0 10px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #393232;
    transition: .3s;
    top: 0;
    position: absolute;
}

@media (max-width: 991px) {
    .tabmenu {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .tabmenu {
        font-size: 10px;
    }
}

.tabmenu.tabactive {
    background: #ba131a;
    border: 1px solid #ba131a;
    color: #fff;
}

.active, .hover {
    background: #999;
    color: #000;
    font-weight: bold;
}

.tabmenu.hover {
    background: #ba131a;
    color: #fff;
}

.tabmenu img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.mr01 {
    /*margin-right: 1.5%;*/
}

.mr01:nth-of-type(3) {
    left: 14.5%;
}

.mr01:nth-of-type(5) {
    left: 29%;
}

.mr01:nth-of-type(7) {
    left: 43.5%;
}

.mr01:nth-of-type(9) {
    left: 58%;
}

.mr01:nth-of-type(11) {
    left: 72.5%;
}

.mr01:nth-of-type(13) {
    left: 87%;
}

.tabcontent {
    width: 100%;
    height: 100%;
    margin-top: 70px;
    top: 0;
    left: 0;
    position: relative;
}

@media (max-width: 991px) {
    .tabcontent {
        position: relative;
    }
}

@media (max-width: 767px) {
    .tabcontent {
        margin-top: 50px;
    }
}

.tab-img {
    margin-bottom: 30px;
}

.tab-img .title {
    font-size: 14px;
    margin: 15px 0;
}

.tab-img .category {
    font-size: 12px;
    background-color: #f99d1b;
    padding: 5px 7.5px;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .tab-img .category {
        font-size: 10px;
    }
}

section#tab-works.page-content-box.works {
    padding-top: 0;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    section#tab-works.page-content-box.works {
        padding-top: 0;
        margin-bottom: 0;
    }
}

.tabcontent dl {
    max-width: 750px;
    margin: 20px auto;
}

.tabcontent dl dt {
    padding: 0 20px 5px;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 10px;
}

.tab_title {
    margin-top: 10px;
    padding: 5px 20px 5px;
    font-weight: bold;
    border-bottom: 1px #999 solid;
}

.breadcrumb-wrap li {
    display: inline;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}

.breadcrumb-wrap li:after {
    content: '/';
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
}

.breadcrumb-wrap li:last-child::after {
    display: none;
}

.breadcrumb-wrap li a {
    color: #FFF;
    transition: .3s;
}

.breadcrumb-wrap li a:hover {
    color: #ccc;
}

section#news .category a {
    color: #fff;
}

section#news li p.new-tag {
    display: inline-block;
    background-color: #eb5d63;
    color: #fff;
    padding: 8px 10px;
    font-size: 10px;
    margin-right: 15px;
    width: auto;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    section#news li p.new-tag {
        padding: 5px 10px;
    }
}

.page-hero-wrap.single .img-liquid {
    width: 100%;
    height: 70vh;
    position: absolute;
}

@media (max-width: 991px) {
    .page-hero-wrap.single .img-liquid {
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

.ticker {
    padding: 0;
    background-color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 55px !important;
    margin: 0 auto;
}

.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    display: none;
    line-height: 55px;
}

.ticker ul li a {
    display: inline-block;
    color: #393232;
}

.hero-news .hero-news-bar .center-tag p.category a {
    color: #fff;
}

.monthly-archive-title {
    display: block;
    margin: 0 0 4px 0;
    padding: 15px;
    line-height: 1;
    color: #393232;
    font-size: 14px;
    font-weight: bold;
    background: #E8E1D6;
}

.archive-list {
    padding-left: 15px;
}

.archive-list .year {
    cursor: pointer;
    line-height: 1.8;
}

/* acv_openクラスをもたないリスト項目の子リスト（month-archive-list）は、デフォルト非表示に */
.archive-list>li:not(.acv_open)>ul {
    display: none;
}

/* 年別アーカイブリストのアイコン設定 */
.archive-list>li.acv_open::before {
    /* リストが開かれているとき */
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-weight: 900;
    margin-right: .5em;
}

.archive-list>li:not(.acv_open)::before {
    /* リストが閉じられているとき */
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
    margin-right: .62em;
}

/* 月別アーカイブリストのアイコン設定 */
/*.month-archive-list > li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f192';
    margin-right: .5em;
    margin-left: 3px;
    color: rgba(0,0,0,.54);
}*/
.month-archive-list>li {
    padding-left: 18px;
}

.table-res-form td.occupation, .table-res-form td.file {
    text-align: left;
    padding-top: 5px;
}

span.wpcf7-list-item:first-of-type {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    color: #f00;
}

.table-res-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 10px;
}

/* cms-pagination */
.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}

.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    margin: 0 2px;
    display: none;
}

.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}

.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
    font-size: 12px;
}

.cms-pagination ul li.pagination-sp {
    display: table;
}

.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    background: #fff;
    color: #4c4c4c;
}

.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    /*position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;*/
}

.cms-pagination ul li span {
    background: #ba131a;
    border: 1px solid #ba131a;
    color: #fff;
}

.post-navigation {
    overflow: hidden;
    padding: 0;
    margin-top: 100px;
}

.post-navigation a {
    transition: .3s;
}

.post-navigation .prev a:hover, .post-navigation .next a:hover {
    background-color: #f99d1b;
    border: 1px solid #f99d1b;
    color: #fff;
}

.post-navigation .prev a {
    position: relative;
    float: left;
    width: auto;
    font-size: 14px;
    color: #555;
}

.post-navigation .next a {
    position: relative;
    float: right;
    width: auto;
    font-size: 14px;
    text-align: right;
    color: #555;
}

.post-navigation .prev a, .post-navigation .next a {
    padding: 10px;
    transition: all .3s;
    border: 1px solid #999;
}

.table-res-form select {
    width: 60%;
    padding: 0.5em 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    background-color: #efece6;
    background-size: 20px, 100%;
    border-radius: 0;
}

.table-res-form tr.birth {
    text-align: left;
}

.table-res-form select.year {
    width: 70px;
}

@media all and (-ms-high-contrast: none) {
    .table-res-form select.year {
        width: auto;
    }
}

@supports (-ms-ime-align: auto) {
    .table-res-form select.year {
        width: auto;
    }
}

.table-res-form select.month, .table-res-form select.date {
    width: 40px;
}

@media all and (-ms-high-contrast: none) {
    .table-res-form select.month, .table-res-form select.date {
        width: auto;
    }
}

@supports (-ms-ime-align: auto) {
    .table-res-form select.month, .table-res-form select.date {
        width: auto;
    }
}

.derived-top-box.privacy p.description.none-text {
    text-align: center;
    text-decoration: underline;
    margin: 50px 0;
}

.derived-top-box.privacy p.description.none-text a {
    color: #a00d12;
}

/*----------------20210414_追記---------------*/
.staff-col a {
    position: relative;
    display: block;
}

.staff-col .text-wrap {
    background-color: rgb(255 255 255 / 80%);
    position: absolute;
    bottom: 0;
    height: 35%;
    width: 100%;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.staff-col .text-wrap p.en-name {
    font-size: 14px;
    font-weight: bold;
    color: #ba131a;
    font-family: "Arial";
    margin-bottom: 15px;
}

.staff-col .text-wrap p.jp-name {
    font-size: 22px;
    font-weight: bold;
    color: #393232;
    font-family: "Arial";
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

.staff-col .text-wrap p.jp-name:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    background-image: url(../images/recruit/o_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    /* right: 100%; */
    margin-left: 15px;
}

.staff-col .text-wrap p.career {
    font-size: 14px;
    font-weight: bold;
    color: #393232;
    font-family: "Arial";
    margin-bottom: 10px;
}

.staff-col .text-wrap p.position {
    font-size: 14px;
    font-weight: bold;
    color: #393232;
    font-family: "Arial";
    margin-bottom: 0;
}

.staff-col .text-wrap .staff-number img {
    width: auto;
    height: 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .staff-col .text-wrap p.en-name {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .staff-col .text-wrap p.jp-name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .staff-col .text-wrap p.career {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .staff-col .text-wrap p.position {
        font-size: 10px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .staff-col .text-wrap p.en-name {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .staff-col .text-wrap p.jp-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .staff-col .text-wrap p.career {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .staff-col .text-wrap p.position {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .kanren .staff-col .text-wrap p.en-name {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .kanren .staff-col .text-wrap p.jp-name {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .kanren .staff-col .text-wrap p.career {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .kanren .staff-col .text-wrap p.position {
        font-size: 12px;
        margin-bottom: 0;
    }
}

/*--------20220719_追加--------*/
.menu-mege>li {
    width: 16.66%;
}

section#news .category {
    font-size: 10px;
}

li.menu__single ul.menu__second-level {
    width: 16.66%;
}

.hero-news li p.new-tag {
    display: inline-block;
    background-color: #eb5d63;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    margin-right: 15px;
    width: auto;
    text-align: center;
    line-height: 1;
}

.hero-news .hero-news-bar .center-tag p.category a {
    color: #fff;
    font-size: 10px;
}

.ticker ul li {
    white-space: nowrap;
    overflow: hidden;
}

.hero-news .hero-news-bar time {
    margin-right: 10px;
}

.hero-news .hero-news-bar .center-tag p {
    margin-right: 10px;
}

.hero-news .hero-news-bar .center-tag .title {
    font-size: 14px;
}

.hero-news .hero-news-bar .center-tag p.new-tag {
    font-size: 10px;
}

@media screen and (max-width: 991px) {
    .news-main-col section#news li p.title {
        display: block;
        margin-bottom: 0;
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .hero-news .hero-news-bar time {
        margin-right: 5px;
    }

    .hero-news .hero-news-bar .center-tag p {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .cms-pagination ul li a, .cms-pagination ul li span {
        font-size: 12px;
    }

    .news-main-col section#news li {
        margin-bottom: 0;
    }

    .cms-pagination-wrap {
        margin-bottom: 30px;
    }

    .archive-list .year {
        font-size: 14px;
    }
}

/* 20250602_追加 */
/* デフォルトで非表示 */
.grecaptcha-badge {
    display: none !important;
}

/* お問い合わせページだけ表示 */
.contact-page .grecaptcha-badge {
    display: block !important;
}

section#news.single .article-text-wrap a {
    text-decoration: underline;
}