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

html {
    font-size: 16px;
}

body {
    /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /*font-family: "リュウミン R-KL";*/
    overflow: auto;
    height: 100%;
    background-color: #fff;
}

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: 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-menu-box.margin-top-32 {
        position: absolute;
    }

    .modal-menu-box.margin-top-32 .modal-btn {
        top: 32px;
    }

    .slide-text-wrap.wpadminbar-32 {
        height: calc(100vh - 32px);
    }

    .hero-news .hero-news-bar .left-tag.wpadminbar-32 {
        bottom: 32px;
    }

    .swiper-container.wpadminbar-32 {
        height: calc(100vh - 32px);
    }
}

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

    .modal-menu-box.margin-top-46 {
        margin-top: 0;
    }

    #header.margin-top-46 {
        position: absolute;
    }

    #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:hover {
    background-color: #fff;
}

header:hover .modal-btn {
    background-color: #32C0AA;
}

@media (max-width: 991px) {
    header:hover .modal-btn {
        background-color: transparent;
    }
}

.hidden {
    background: none;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .hidden {
        background: #fff;
    }
}

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;
}

.header-inner-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: calc(100% - 65px);
}

@media (max-width: 991px) {
    .header-inner-inner {
        width: calc(100% - 50px);
    }
}

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

@media (max-width: 991px) {
    .main-logo {
        padding: 10px 0;
        padding-left: 10px;
    }
}

.main-logo.modal-logo-header {
    display: none;
}

.modal-open .main-logo.modal-logo-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    height: 65px;
    width: 100%;
    background-color: transparent;
}

@media (max-width: 991px) {
    .modal-open .main-logo.modal-logo-header {
        height: 50px;
        background-color: rgba(46, 182, 164, 0.7);
    }
}

.main-logo a {
    display: block;
}

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

@media (max-width: 991px) {
    .main-logo a img {
        width: auto;
        height: 30px;
    }
}

.hidden .main-logo a img.visible-img {
    display: none;
}

.visible .main-logo a img.hidden-img {
    display: none;
}

@media (max-width: 991px) {
    .hidden .main-logo a img.hidden-img {
        display: none;
    }

    .hidden .main-logo a img.visible-img {
        display: block;
    }
}

header:hover .main-logo a img.visible-img {
    display: block;
}

header:hover .main-logo a img.hidden-img {
    display: none;
}

/*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: 100%;
    /*float: left;
    margin: 0 4%;*/
}

.header-inner-inner-right {
    width: 60%;
}

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

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

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

.menu-mega>li a {
    display: block;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    position: relative;
}

.hidden .menu-mega>li a {
    color: #fff;
}

header:hover .menu-mega>li a {
    color: #444;
}

.menu-mega>li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: -moz-linear-gradient(left, #32C0AA, #00BBE2);
    background: -webkit-linear-gradient(left, #32C0AA, #00BBE2);
    background: linear-gradient(to right, #32C0AA, #00BBE2);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.menu-mega>li:hover>a::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.menu-mega>li .menu__second-level a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: -moz-linear-gradient(to right, #42b8d3, #2843d5);
    background: -webkit-linear-gradient(to right, #42b8d3, #2843d5);
    background: linear-gradient(to right, #42b8d3, #2843d5);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.menu-mega>li .menu__second-level a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

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

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

.menu-mega .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-mega .menu__second-level>li {
    /*height: 50px;
    line-height: 50px;*/
    height: auto;
    /*line-height: 1;*/
    padding: 0 15px;
}

@media (max-width: 1299px) {
    .menu-mega .menu__second-level>li {
        padding: 0 10px;
    }
}

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

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

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

.menu-mega .menu__second-level>li a .thumbnail {
    width: 120px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #aaa;
    transition: .3s;
}

@media (max-width: 1299px) {
    .menu-mega .menu__second-level>li a .thumbnail {
        width: 110px;
        height: 70px;
    }
}

@media (max-width: 1150px) {
    .menu-mega .menu__second-level>li a .thumbnail {
        width: 90px;
        height: 60px;
    }
}

.menu-mega .menu__second-level>li a:hover .thumbnail {
    opacity: 0.5;
}

.menu-mega .menu__second-level>li a .thumbnail-wrap {
    transition: .3s;
}

.menu-mega .menu__second-level>li a:hover .thumbnail-wrap {
    background-color: #32C0AA;
}

.menu-mega .menu__second-level>li a p {
    line-height: 1;
    padding-bottom: 15px;
}

.menu-mega>li a:hover {
    color: #32C0AA;
}

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-mega>li:hover {
    background: transparent;
    -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-mega:before,
.menu-mega:after {
    content: " ";
    display: table;
}

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

.menu-mega {
    *zoom: 1;
}

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

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #f8f8f8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

/*li.menu__single:hover ul.menu__second-level {
    top: 65px;
	left: 0;
    visibility: visible;
    opacity: 1;
}*/
li.menu__single#menu__single-1:hover>ul.menu__second-level {
    top: 65px;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

li.menu__single#menu__single-2:hover>ul.menu__second-level {
    top: 65px;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

li.menu__single#menu__single-3:hover>ul.menu__second-level {
    top: 65px;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

li.menu__single#menu__single-4:hover>ul.menu__second-level {
    top: 65px;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

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

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: 12px;
    }
}

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-top: 20px;
    background-color: #363b43;
}

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

.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: block;
    }
}

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

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

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

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

.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: 10px;
    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 {
    /*font-weight: bold;*/
}

.footer-col .footer-menu.first>li a {
    color: #fff;
    font-weight: 900;
}

.footer-col .footer-menu.first>li a:hover {
    color: #32C0AA;
}

/*.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: 0;
}

.footer-col .footer-menu.second>li {
    /*font-weight: normal;*/
}

.footer-col .footer-menu.second>li a {
    color: #999;
    font-weight: normal;
}

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

/*.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-col .footer-menu.third>li a {
    color: #999;
    font-weight: normal;
}

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

.footer-col .footer-menu.third>li:hover:before {
    color: #32C0AA;
}

.footer-title-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

@media (max-width: 991px) {
    .footer-title-wrap {
        display: block;
        border-bottom: none;
        margin-bottom: 0;
    }
}

.footer-title-wrap-right a {
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    transition: .3s;
}

.footer-title-wrap-right a:hover {
    color: #32C0AA;
}

.footer-title-wrap-right a:after {
    content: '\02192';
    color: #fff;
    position: relative;
    top: 0;
    font-size: 12px;
    margin-left: 9px;
    transition: .3s;
}

.footer-title-wrap-right a:hover:after {
    color: #32C0AA;
}

.footer-logo {
    margin-right: 50px;
    display: inline-block;
}

@media (max-width: 991px) {
    .footer-logo {
        margin-right: 0;
        display: block;
    }
}

.footer-logo a {
    display: block;
}

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

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

@media (max-width: 991px) {
    .footer-logo a img {
        width: auto;
        height: 25px;
    }
}

address {
    margin-bottom: 0;
    display: inline-block;
}

address p.jyusyo {
    font-size: 12px;
    display: inline-block;
    color: #fff;
}

address p.tel-fax {
    font-size: 10px;
    line-height: 1.8;
    display: inline-block;
    color: #fff;
}

@media (max-width: 991px) {
    address p.jyusyo {
        color: #fff;
    }

    address p.tel-fax {
        display: block;
        color: #fff;
    }
}

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

address.phone .title {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}

/*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: 100%;
    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: #282B2F;
    padding: 20px 0;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .footer-bottom {
        padding: 20px 0;
        background-color: #292b2f;
    }
}

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

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

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

@media (max-width: 991px) {
    .copyright p {
        text-align: center;
        color: #ddd;
    }
}

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

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

.footer-contact {
    padding: 50px 0;
    width: 100%;
    background-color: #363B43;
}

.other-page .footer-contact {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .footer-contact {
        padding: 30px 0;
    }
}

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

    .other-page .footer-contact {
        padding-top: 20px;
    }
}

.footer-contact .container {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

@media (max-width: 991px) {
    .footer-contact .container {
        /*display: block;
    text-align: center;
	padding-left: 30px;
    padding-right: 30px;*/
    }
}

.footer-contact .container .row {
    /*align-items: center;
    justify-content: space-between;*/
}

@media (max-width: 991px) {
    .footer-contact .container .row {
        /*display: block;
    text-align: center;*/
    }
}

.footer-contact .container .row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-contact .container .row-inner {
        display: block;
        text-align: center;
    }
}

.footer-contact .title {
    font-size: 12px;
    text-align: center;
}

@media (max-width: 991px) {
    .footer-contact .title {
        margin-bottom: 40px;
    }
}

.footer-contact .title span {
    font-size: 40px;
    margin-bottom: 5px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    vertical-align: middle;
    display: block;
}

@media (max-width: 991px) {
    .footer-contact .title span {
        margin: 0;
        margin-bottom: 10px;
        display: block;
    }
}

.footer-contact p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: block;
    /*vertical-align: middle;*/
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer-contact p.text-dis {
        margin: 30px auto;
        display: block;
        line-height: 1.6;
        padding: 0 20px;
        width: 440px;
    }
}

@media (max-width: 767px) {
    .footer-contact p.text-dis {
        width: auto;
        padding: 0;
    }
}

.footer-contact p.c-form {
    position: relative;
    line-height: 1;
    font-size: 12px;
    background-color: #32c0aa;
}

@media (max-width: 991px) {
    .footer-contact p.c-form {
        overflow: hidden;
        display: block;
        margin: 0 auto;
        padding: 0 20px;
        width: 440px;
    }
}

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

.footer-contact p.c-form a:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 15px;
    position: relative;
    top: -0.8px;
    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: #32C0AA;
	padding: 25px 50px;
	transition: .3s;
	display: block;
}*/
.footer-contact p.c-form a {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 20px;
    border: 1px solid #32c0aa;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    min-width: 200px;
    transition: .3s;
}

.footer-contact p.c-form a:hover {
    color: #ffffff;
    border: 1px solid #4ad3bf;
}

.footer-contact p.c-form a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #4ad3bf;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.footer-contact p.c-form a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media (max-width: 991px) {
    .footer-contact p.c-form a {
        padding: 15px;
    }
}

/*.footer-contact p.c-form a:hover {
	color: #fff;
	background-color: #717171;
}*/
.footer-bottom-nav li {
    display: inline-block;
}

.footer-bottom-nav li:first-child {
    /*margin-right: 15px;*/
}

.footer-bottom-nav li a {
    font-size: 12px;
    color: #8a8a8b;
    margin: 0;
    transition: .3s;
}

.footer-bottom-nav li a:hover {
    color: #32C0AA;
}

.footer-bottom-nav li span {
    font-size: 10px;
    color: #666;
    margin: 0 15px;
}

@media (max-width: 991px) {
    .footer-title-wrap-left {
        text-align: center;
    }
}

/*------------------フッター------------------*/
/*------------------ヒーローイメージ_トップページ------------------*/
.hero-wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 0;
    margin-top: 0;
    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: 80vh;
        min-height: 80vh;
    }
}

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

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

#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 auto;
    height: 300px;
    width: auto;
    opacity: 1;
}

@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-01 {
    background-image: url("../images/top/slide/01.jpg");
}
.top-image-02 {
    background-image: url("../images/top/slide/01.jpg");
}
.top-image-03 {
    background-image: url("../images/top/slide/01.jpg");
}
.top-image-04 {
    background-image: url("../images/top/slide/01.jpg");
}*/
.strength-image-01 {
    background-image: url("../images/strength/slide/2024_01.jpg");
}

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

.strength-image-03 {
    background-image: url("../images/strength/slide/2024_03.jpg");
}

.strength-image-04 {
    background-image: url("../images/strength/slide/2024_04.jpg");
}

/*.works-image-04 {
    background-image: url("../images/works/slide/04.jpg");
}*/
/*-----------------------------------------------------------*/
.works-image-01 {
    background-image: url("../images/works/slide/01.jpg");
}

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

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

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

/*-----------------------------------------------------------*/
.company-image-01 {
    background-image: url("../images/company/slide/01.jpg");
}

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

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

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

/*-----------------------------------------------------------*/
.csr-image-01 {
    background-image: url("../images/csr/slide/01.jpg");
}

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

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

/*-----------------------------------------------------------*/
.privacy_policy-image-01 {
    background-image: url("../images/privacy_policy/slide/01.jpg");
}

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

/*-----------------------------------------------------------*/
.news-image-01 {
    background-image: url("../images/news/slide/01.jpg");
}

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

/*-----------------------------------------------------------*/
.contact-image-01 {
    background-image: url("../images/contact/slide/01.jpg");
}

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

/*-----------------------------------------------------------*/
.works-image-01 {
    background-image: url("../images/works/slide/01.jpg");
}

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

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

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

/*-----------------------------------------------------------*/
.recruit-image-01 {
    background-image: url("../images/recruit/slide/01.jpg");
}

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

/*-----------------------------------------------------------*/
.not_found-image-01 {
    background-image: url("../images/not_found_head.jpg");
}

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

/*-----------------------------------------------------------*/
.government-image-01 {
    background-image: url("../images/facilities/government/01.jpg");
}

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

.government-image-03 {
    background-image: url("../images/facilities/government/03.jpg");
}

.government-image-04 {
    background-image: url("../images/facilities/government/04.jpg");
}

/*-----------------------------------------------------------*/
.hospital-image-01 {
    background-image: url("../images/facilities/hospital/01.jpg");
}

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

.hospital-image-03 {
    background-image: url("../images/facilities/hospital/03.jpg");
}

.hospital-image-04 {
    background-image: url("../images/facilities/hospital/04.jpg");
}

.hospital-image-05 {
    background-image: url("../images/facilities/hospital/05.jpg");
}

/*-----------------------------------------------------------*/
.residential-image-01 {
    background-image: url("../images/facilities/residential/01.jpg");
}

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

.residential-image-03 {
    background-image: url("../images/facilities/residential/03.jpg");
}

.residential-image-04 {
    background-image: url("../images/facilities/residential/04.jpg");
}

.residential-image-05 {
    background-image: url("../images/facilities/residential/05.jpg");
}

/*-----------------------------------------------------------*/
.hotel-image-01 {
    background-image: url("../images/facilities/hotel/01.jpg");
}

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

.hotel-image-03 {
    background-image: url("../images/facilities/hotel/03.jpg");
}

.hotel-image-04 {
    background-image: url("../images/facilities/hotel/04.jpg");
}

/*-----------------------------------------------------------*/
.office-image-01 {
    background-image: url("../images/facilities/office/01.jpg");
}

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

.office-image-03 {
    background-image: url("../images/facilities/office/03.jpg");
}

.office-image-04 {
    background-image: url("../images/facilities/office/04.jpg");
}

/*-----------------------------------------------------------*/
.commercial-image-01 {
    background-image: url("../images/facilities/commercial/01.jpg");
}

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

.commercial-image-03 {
    background-image: url("../images/facilities/commercial/03.jpg");
}

.commercial-image-04 {
    background-image: url("../images/facilities/commercial/04.jpg");
}

/*-----------------------------------------------------------*/
.production-image-01 {
    background-image: url("../images/facilities/production/01.jpg");
}

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

.production-image-03 {
    background-image: url("../images/facilities/production/03.jpg");
}

.production-image-04 {
    background-image: url("../images/facilities/production/04.jpg");
}

/*-----------------------------------------------------------*/
.special-image-01 {
    background-image: url("../images/facilities/special/01.jpg");
}

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

.special-image-03 {
    background-image: url("../images/facilities/special/03.jpg");
}

.special-image-04 {
    background-image: url("../images/facilities/special/04.jpg");
}

/*-----------------------------------------------------------*/
.area-image-01 {
    background-image: url("../images/works/area.jpg");
}

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

/*-----------------------------------------------------------*/
.completed-image-01 {
    background-image: url("../images/works/completed.jpg");
}

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

/*-----------------------------------------------------------*/
.hero-wrap #owl-example .item-box p.big {
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    display: inline-block;
}

.hero-wrap #owl-example .item-box p.small {
    font-size: 38px;
    display: inline-block;
}

/*------------------ヒーローイメージ_トップページ------------------*/
/*------------------ヒーローニュース_トップページ------------------*/
.hero-news {
    /*position: absolute;*/
    position: relative;
    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: rgba(50, 192, 170, 0.7);
    /*padding: 15px 0;*/
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 50px;
    text-align: center;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-news .hero-news-bar .left-tag {
        /*display: block;*/
        padding: 10px 30px;
        height: auto;
        /*background-color: #4E9AA0;*/
        overflow: hidden;
    }
}

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

@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: 12px;
    }
}

@media (max-width: 767px) {
    .hero-news .hero-news-bar .left-tag p.whats-new {
        display: none;
    }
}

.hero-news .hero-news-bar .left-tag a.w-news-archives {
    color: #fff;
    font-size: 12px;
    transition: .3s;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .hero-news .hero-news-bar .left-tag a.w-news-archives {
        display: none;
    }
}

.w-news-tag {
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-news .w-news-tag:first-of-type {
        margin-bottom: 0;
    }
}

.w-news-tag-line {
    margin: 0 30px;
    width: 1px;
    height: 30px;
    background-color: white;
}

@media (max-width: 991px) {
    .w-news-tag-line {
        height: 10px;
    }
}

@media (max-width: 767px) {
    .w-news-tag-line {
        display: none;
    }
}

.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;
    overflow-x: scroll;
}

@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: 12px;
    }
}

.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: 12px;
    }
}

.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;
    white-space: nowrap;
}

.hero-news a.hero-news-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@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: 12px;
    }
}

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

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

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

@media (max-width: 767px) {
    .hero-news .category {
        display: none;
    }
}

.hero-news .category span {
    font-size: 10px;
}

/*------------------ヒーローニュース_トップページ------------------*/
/*------------------トップページ------------------*/
/*----リンク_トップ--------------------------*/
.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;
}*/
.top-works .works-col-wrap.slick-slider {
    background-color: transparent;
    margin: 50px 0;
}

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

@media (max-width: 767px) {
    .top-works .works-col-wrap .slick-slide {
        padding: 0;
    }
}

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

.top-works .works-col-wrap .img-liquid {
    width: auto;
    height: 300px;
    position: relative;
}

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

.slick-slide .new-tag {
    color: #ffffff;
    background-color: rgba(250, 78, 78, 0.9);
    padding: 5px;
    font-size: 12px;
}

.slick-slide .works-title {
    color: #ffffff;
    background-color: rgba(109, 109, 109, 0.6);
    padding: 15px 0;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .3s;
}

.slick-slide a:hover .works-title {
    background-color: #32C0AA;
}

/*----施工実績_トップ--------------------------*/
/*----採用情報_トップ--------------------------*/
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;
}

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

@media (max-width: 767px) {
    #news {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    #news.top-news {
        padding: 15px 0;
        margin-bottom: 50px;
    }
}

#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) {
    #news>ul {
        width: 80%;
    }
}

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

#news li {
    /*padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;*/
}

@media (min-width: 375px) and (max-width: 767px) {
    #news li {
        /*padding: 10px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;*/
    }
}

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

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

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

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

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

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

#news li p.new-tag {
    color: #ffffff;
    background-color: #fa4e4e;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 22px;
}

.single .article-header p.new-tag {
    color: #ffffff;
    background-color: #fa4e4e;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 22px;
}

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

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

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

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

#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;
}

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

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

#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;
}

@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: #32c0aa;
    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");
}

.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: 30px;
    }
}

.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%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

/*一行ごとに上ボーダー*/
.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: inline-block;
}

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

.table-res-form td {
    width: 68%;
    margin-left: 2%;
}

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

.table-res-form td.submit-button {
    width: 100%;
    margin: 0;
}

/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: left;
    font-weight: normal;
    /*padding-top: 5px;*/
    position: relative;
    color: #444;
}

@media (max-width: 767px) {
    .table-res-form th {
        padding-bottom: 10px;
        width: 100%;
    }
}

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

.komejirushi {
    color: #ff8282;
}

/*ここから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 #32c0aa solid;
    padding: 1em;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
}

.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    -webkit-appearance: none;
}

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

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

.wpcf7-list-item-label {
    margin-left: 10px;
}

.table-res-form td.acceptance-td {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .table-res-form td.acceptance-td {
        padding: 20px 0;
        text-align: center;
    }
}

/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: rgba(50, 192, 170, 0.7);
    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;
}

.contact-privacy-check {
    text-decoration: underline;
}

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 .news-main-col>ul {
    width: auto;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    #news .news-main-col>ul {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    #news .news-main-col>ul {
        margin-bottom: 50px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#news .news-aside-col .menu:last-of-type {
    margin-bottom: 0;
}

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

#news .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 .news-aside-col input {
    display: none;
}

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

#news .news-aside-col .menu li {
    text-align: left;
    margin-bottom: 10px;
}

#news .news-aside-col .menu li a {
    display: block;
    color: #444;
    padding: 5px 0;
    padding-left: 30px;
    /*background: #fff;*/
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 1;
}

#news .news-aside-col .menu li a:before {
    position: absolute;
    left: 3px;
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url("../images/arrow.svg");
    background-size: contain;
    vertical-align: middle;
}


#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li {
    /*height: 54px;
    opacity: 1;*/
}

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

#news .news-main-col .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 .news-main-col .single .title {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

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

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

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

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

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

@media (max-width: 991px) {
    #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;
    }

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

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

    #news .news-main-col .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: 100%;
}

@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: absolute;
}

@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: 200px;
}

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

.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;
}


@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

@media (max-width: 767px) {
    .slide-img {
        height: 70vh;
    }
}

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

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

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

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

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

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

.slide-text-wrap {
    position: absolute;
    display: table;
    z-index: 10;
    width: 100%;
    height: 100vh;
    top: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .slide-text-wrap {
        height: 70vh;
    }
}

.slide-text {
    display: table-cell;
    vertical-align: middle;
    padding: 100px;
}

@media (max-width: 991px) {
    .slide-text {
        padding: 0;
    }
}

.slide-text img {
    margin: 0;
    height: 250px;
    width: auto;
}

@media (max-width: 991px) {
    .slide-text img {
        margin: 0;
        height: auto;
        width: 40%;
    }
}

@media (max-width: 767px) {
    .slide-text img {
        margin: 0;
        height: auto;
        width: 60%;
    }
}

.swiper-container-fade .swiper-slide {
    overflow: hidden;
}

/*--------------------------*/
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.contents .sample-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.contents .text-area {
    margin-bottom: 20px;
}

.sample-tit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.sample-txt {
    text-align: center;
}

.sample-link {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
}

@media screen and (min-width: 768px) {
    .contents .sample-img>div {
        width: 80%;
        display: inline-block;
    }

    .contents .text-area,
    .contents .link-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contents .text-area>div {
        width: 500px;
        display: inline-block;
    }

    .sample-tit {
        font-size: 38px;
    }

    .sample-txt {
        font-size: 18px;
    }

    .contents .link-area>div {
        display: inline-block;
    }

    .sample-link {
        width: 300px;
        margin: 0 auto;
    }
}

/*--------------------------*/
.half-section {
    padding-top: 150px;
    position: relative;
}

.half-section.strength {
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .half-section {
        padding-top: 0;
    }

    .half-section.strength#variety {
        margin-top: 0;
    }

    .half-section.strength {
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .half-section .container-fluid .half-text {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .half-section .container-fluid .half-text {
        max-width: 540px;
        margin: 0 auto;
    }
}

.half-section.top-company {
    margin-bottom: 150px;
}

@media (max-width: 991px) {
    .half-section.top-company {
        margin-bottom: 50px;
    }
}

.half-section .half-img-wrapper {
    padding: 0;
}

@media (max-width: 991px) {
    .half-section .half-img-wrapper {
        padding: 30px;
    }

    .half-section .half-img-wrapper.img-height:last-of-type {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .half-section .half-img-wrapper.img-height {
        height: 250px;
        padding: 10px;
        padding-right: 0;
    }
}

.half-section .half-img {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
    display: block;
}

@media (max-width: 991px) {
    .half-section .half-img {
        /*margin: 30px;*/
        padding: 0;
    }
}

.half-section .half-img .img-contents {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

@media (max-width: 991px) {
    .half-section .half-img .img-contents {
        position: relative;
        height: 350px;
        /*width: calc(100% - 60px);*/
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .half-section .half-img .img-contents {
        position: relative;
        height: 250px;
        /*width: calc(100% - 60px);*/
        margin: 0 auto;
    }
}

.half-section.top-strength .half-img .img-contents {
    right: 0;
    background-image: url("../images/top/01.jpg");
}

.half-section.top-company .half-img .img-contents {
    right: 0;
    background-image: url("../images/top/02.jpg");
}

.half-section.top-csr {
    right: 0;
    background-image: url("../images/csr/01_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
}

.half-section.strength .half-img .img-contents-01 {
    right: 0;
    background-image: url("../images/strength/01.jpg");
}

.half-section.strength .half-img .img-contents-02 {
    right: 0;
    background-image: url("../images/strength/02.jpg");
}

.half-section.strength .half-img .img-contents-03 {
    right: 0;
    background-image: url("../images/strength/03.jpg");
}

.half-section.csr-katsudou-01 .half-img .img-contents {
    right: 0;
    background-image: url("../images/csr/01.jpg");
    background-position: center center;
}

.half-section.csr-katsudou-02 .half-img .img-contents {
    right: 0;
    background-image: url("../images/csr/02_1.jpg");
    background-position: center center;
}

.half-section.csr-katsudou-03 .half-img .img-contents {
    right: 0;
    background-image: url("../images/csr/03.jpg");
    background-position: center center;
}

.half-section.csr-katsudou-04 .half-img .img-contents {
    right: 0;
    background-image: url("../images/csr/04.jpg");
    background-position: center center;
}

.half-section.recruit-01 .half-img .img-contents {
    right: 0;
    background-image: url("../images/recruit/01.jpg");
    background-position: center center;
}

.half-section.recruit-02 .half-img .img-contents {
    right: 0;
    background-image: url("../images/recruit/03.jpg");
    background-position: center center;
}

.half-section.recruit-03 .half-img .img-contents {
    right: 0;
    background-image: url("../images/recruit/02.jpg");
    background-position: center center;
}

@media (min-width: 992px) {
    .half-section.top-company .row {
        flex-direction: row-reverse;
    }

    .half-section.strength .row {
        flex-direction: row-reverse;
    }

    .half-section.csr-katsudou-02 .row {
        flex-direction: row-reverse;
    }

    .half-section.csr-katsudou-04 .row {
        flex-direction: row-reverse;
    }
}

@media (max-width: 991px) {
    .half-section.top-strength .row {
        flex-direction: column-reverse;
    }

    .half-section.top-company .row {
        flex-direction: column-reverse;
    }
}

.half-section .half-text-wrap {
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    color: #05173f;
}

.section-box.strength .text-wrap {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.section-box.strength .text-wrap.human {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .section-box.strength .text-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 60px 0;
        padding-top: 0;
        width: auto;
    }
}

.half-section.strength .half-text-wrap {
    width: auto;
}

@media (max-width: 991px) {
    .half-section .half-text-wrap {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .half-section.top-strength .half-text-wrap, .half-section.top-company .half-text-wrap, #csr .half-section .half-text-wrap, .half-section.strength .half-text-wrap {
        padding-top: 0;
    }

    .half-section.strength .half-text-wrap {
        padding-bottom: 0;
    }
}

.half-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.top-csr .half-text .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

@media (max-width: 991px) {
    .half-text .title {
        text-align: center;
    }
}

.half-text .title span {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #222;
    display: table;
}

.works-archive .half-text .title span {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    color: #222;
    letter-spacing: 0.2rem;
}

.top-csr .half-text .title span {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #FFF;
}

@media (max-width: 991px) {
    .half-text .title span {
        font-size: 32px;
        margin: 0 auto;
    }

    .top-csr .half-text .title span {
        font-size: 32px;
        margin: 0 auto;
    }
}

.half-text .description {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

.top-csr .half-text .description {
    font-size: 18px;
    line-height: 1.8;
    color: #FFF;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .half-text .description {
        text-align: justify;
    }

    .top-csr .half-text .description {
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        margin-bottom: 40px;
        text-align: center;
        font-weight: bold;
    }
}

.half-text .link {
    font-size: 12px;
    line-height: 1;
    color: #444;
    padding: 20px;
    border: 1px solid #888;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    min-width: 200px;
    transition: .3s;
}

.half-text .link:hover {
    color: #fff;
    border: 1px solid #32c0aa;
}

.half-text .link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #32c0aa;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.half-text .link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.top-csr .half-text .link {
    font-size: 12px;
    line-height: 1;
    color: #32c0aa;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #32c0aa;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    min-width: 200px;
}

.top-csr .half-text .link:hover {
    color: #FFF;
    background-color: #32C0AA;
    border: 1px solid #FFF;
}

@media (max-width: 991px) {
    .half-text .link {
        display: block;
        background-color: #32c0aa;
        border: none;
        color: #fff;
    }

    .top-csr .half-text .link {
        color: #32c0aa;
        padding: 20px;
        border: none;
        display: block;
    }
}

.top-csr .container-fluid {
    position: relative;
    z-index: 2;
}

.anime-text {
    text-align: center;
    opacity: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .anime-text {
        opacity: 1;
    }
}

.text-move {
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(8px, 4px);
    letter-spacing: 0.02em;
}

.text-move:nth-child(1) {
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}

.text-move:nth-child(2) {
    transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}

.text-move:nth-child(3) {
    transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}

.text-move:nth-child(4) {
    transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}

.text-move:nth-child(5) {
    transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}

.text-move:nth-child(6) {
    transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}

.text-move:nth-child(7) {
    transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}

.text-move:nth-child(8) {
    transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}

.text-move:nth-child(9) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}

.text-move:nth-child(10) {
    transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}

.text-move:nth-child(11) {
    transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}

.text-move:nth-child(12) {
    transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}

.text-move:nth-child(13) {
    transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.8s;
}

.text-move:nth-child(14) {
    transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.85s;
}

.text-move:nth-child(15) {
    transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.9s;
}

.text-move:nth-child(16) {
    transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.95s;
}

.text-move:nth-child(17) {
    transition: opacity 1.2s ease 0.95s, transform 1.2s ease 1.00s;
}

.text-move:nth-child(18) {
    transition: opacity 1.2s ease 1.0s, transform 1.2s ease 1.05s;
}

.text-move:nth-child(19) {
    transition: opacity 1.2s ease 1.05s, transform 1.2s ease 1.1s;
}

.text-move:nth-child(20) {
    transition: opacity 1.2s ease 1.1s, transform 1.2s ease 1.15s;
}

.text-move:nth-child(21) {
    transition: opacity 1.2s ease 1.15s, transform 1.2s ease 1.2s;
}

.text-move:nth-child(22) {
    transition: opacity 1.2s ease 1.2s, transform 1.2s ease 1.25s;
}

.text-move:nth-child(23) {
    transition: opacity 1.2s ease 1.25s, transform 1.2s ease 1.3s;
}

.text-move:nth-child(24) {
    transition: opacity 1.2s ease 1.3s, transform 1.2s ease 1.35s;
}

.anime-text.active {
    opacity: 1;
}

.anime-text.active .text-move {
    opacity: 1;
    transform: scale(1) translate(0);
    display: inline-block;
}

/*.half-text .title span.anime-text .text-move{
  animation: color-change 2s ease;
}

@keyframes color-change {
  from {
    color:#448ACA;
  }
  to {
    color:#32C0AA;
  }
}*/

/*.half-img .img-liquid {
	height: 500px;
}
.media__imgItem {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}*/

.top-recruit {
    background-image: url("../images/top/04.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

@media (max-width: 991px) {
    .top-recruit {
        padding: 30px 0;
    }
}

.top-recruit .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 3px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .top-recruit .title span {
        font-size: 14px;
    }
}

.top-recruit .title span {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #fff;
    display: block;
}

.top-recruit .title span.color-change {
    color: #88f9e8;
    display: inline;
}

.top-recruit .anime-text.active .text-move:first-child {
    color: #88f9e8;
    display: inline;
}

@media (max-width: 991px) {
    .top-recruit .title span {
        font-size: 30px;
    }
}

.top-recruit .description {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 40px;
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .top-recruit .description {
        font-size: 12px;
        padding: 20px 20px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .top-recruit .description {
        padding: 0;
    }
}

.top-recruit .entry-box {
    width: 100%;
}

@media (max-width: 991px) {
    .top-recruit .entry-box {
        /*display: none;*/
    }
}

.top-recruit .entry-box-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .top-recruit .entry-box-inner {
        width: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top-recruit .entry-box-inner>div {
        text-align: center;
    }
}

.top-recruit .entry-box-inner p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 2px solid #fff;
    /*padding: 5px 10px;*/
    padding-top: 0;
    position: relative;
}

.top-recruit .entry-box-inner p:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -2px;
    right: 0;
    z-index: 1;
    background: #88f9e8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-recruit .entry-box-inner p:hover:before {
    left: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .top-recruit .entry-box-inner p {
        display: inline-block;
        margin-top: 20px;
        border-bottom: none;
    }
}

.top-recruit .entry-box-inner p a:after {
    content: '\03e';
    color: #fff;
    position: relative;
    top: 0;
    font-size: 12px;
    padding-left: 9px;
    transition: all 0.3s ease;
}

.top-recruit .entry-box-inner p a:hover:after {
    color: #88f9e8;
}

.top-recruit .entry-box-inner p a {
    color: #fff;
    transition: all 0.3s ease;
    padding: 5px 10px;
    display: block;
}

.top-recruit .entry-box-inner p:hover a {
    color: #88f9e8;
}

.slide-title-wrapper {
    width: 100%;
    height: 80vh;
    min-height: 80vh;
    display: table;
    text-align: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .slide-title-wrapper {
        height: 50vh;
        min-height: 50vh;
    }
}

@media (max-width: 767px) {
    .slide-title-wrapper {
        height: 40vh;
        min-height: 40vh;
    }
}

.slide-title {
    display: table-cell;
    vertical-align: middle;
    /*padding: 100px;*/
}

.slide-title p span {
    color: #fff;
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    /*display: table;*/
    display: block;
}

@media (max-width: 767px) {
    .slide-title p span {
        font-size: 40px;
    }
}

.slide-title p {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
    .slide-title p {
        font-size: 16px;
    }
}

/*-------------------------------*/
.section-box {
    padding: 100px 0;
}

.section-box.works-archive {
    padding-top: 50px;
}

.section-box.works-single {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .section-box {
        padding: 50px 0;
    }
}

.section-box.sec-bg-gray {
    background-color: #FCFCFC;
}

.section-box.strength.human {
    background-size: 20px 20px;
    margin: 50px auto;
    background-color: #ffffff;
    background-image: radial-gradient(rgba(50, 192, 170, 0.3) 3%, transparent 20%);
    padding: 0;
}

.section-box.strength.human.resources {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-box .text-wrap .title {
    text-align: center;
    margin-bottom: 50px;
}

.section-box .text-wrap .title.strength-first-title {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .section-box .text-wrap .title {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-box .text-wrap .title.strength-first-title {
        text-align: center;
        margin-bottom: 30px;
    }
}

.section-box .text-wrap .title span {
    margin: 0 auto;
}

.section-box .text-wrap .read {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*margin-bottom: 50px;*/
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-box .text-wrap .read {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.section-box .text-wrap .description {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
}

.section-box .text-wrap .customer {
    font-size: 15px;
    color: #32c0aa;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1;
}

.section-box .text-wrap .customer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-image: linear-gradient(to right, #32C0AA 25%, #88e1d4 50%, #32C0AA 100%);
    background-position: center;
    background-repeat: no-repeat;
}

.section-box .human-image {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 500px;
}

.section-box .text-wrap-inner {
    margin-bottom: 100px;
}

.section-box.customer .text-wrap-inner {
    margin-bottom: 50px;
}

.section-box .text-wrap-inner:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-box .text-wrap .description.desc-center {
        text-align: center;
    }
}

.section-box .text-wrap .ceo-wrap {
    float: right;
}

.section-box .text-wrap .ceo {
    margin-top: 50px;
}

.section-box .text-wrap .ceo.desc-left {
    text-align: left;
}

.section-box .text-wrap .ceo.desc-right {
    text-align: right;
}

.section-box .text-wrap .ceo span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.section-box table.col-table {
    width: auto;
    margin: 0 auto;
}

.section-box table.col-table tr {
    margin-bottom: 20px;
}

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

    .section-box table.col-table tr.no-line {
        border-top: none;
    }

    .section-box table.col-table tr:last-child {
        border-bottom: 1px solid #eeeeee;
    }
}

.section-box table.col-table td {
    width: auto;
    padding: 5px 0;
    padding-bottom: 15px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

.section-box table.col-table td.padding-top-50 {
    padding-top: 50px;
}

.section-box table.col-table td.left-cell {
    width: 180px;
    padding-right: 70px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .section-box table.col-table td.left-cell {
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }
}

.section-box table.col-table td.right-cell {
    width: 300px;
}

.section-box table.col-table.iso td.right-cell {
    width: auto;
}

@media (max-width: 767px) {
    .section-box table.col-table td.right-cell {
        width: auto;
        padding-left: 1em;
    }
}

.section-box table.col-table td.right-cell.space {
    text-indent: -1em;
    padding-left: 1em;
    padding-right: 1em;
}

.section-box table.col-table td.left-cell.no-space {
    padding: 0;
}

.section-box table.col-table td.right-cell span.space {
    text-indent: -1em;
    padding-left: 1em;
}

.section-box table.col-table td.right-cell.officer {
    display: flex;
    justify-content: space-between;
    width: 300px;
}

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

.section-box .card-row {
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .section-box .card-row {
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .section-box .card-row {
        width: auto;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.section-box .text-wrap .description.sec-border-bottom {
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.section-box .text-wrap .desc-plus {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.section-box .text-wrap .desc-minus {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-box .text-wrap .desc-plus .title {
    margin-bottom: 50px;
}

.section-box .text-wrap .desc-plus .title {
    margin-bottom: 50px;
}

.section-box .text-wrap .sub-read {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #32C0AA;
}

.section-box .text-wrap .description.sub-desc {
    margin-bottom: 50px;
}

/*-----------------------------*/
.wrap-box {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.breadcrumb-wrap {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    /*z-index: 21;*/
    z-index: 0;
}

.breadcrumb-wrap.breadcrumb-head {
    background-color: #fff;
}

@media (max-width: 991px) {
    .breadcrumb-wrap.breadcrumb-head .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner ul {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner ul::-webkit-scrollbar {
    display: none;
}

.single.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner ul {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

.single.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner ul::-webkit-scrollbar {
    display: none;
}

.breadcrumb-wrap.breadcrumb-footer {
    background-color: #363B43;
    /*border-bottom: 1px solid #585050;*/
}

@media (max-width: 991px) {
    .breadcrumb-wrap.breadcrumb-footer .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner ul {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner ul::-webkit-scrollbar {
    display: none;
}

.single.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner ul {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.single.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner ul::-webkit-scrollbar {
    display: none;
}

.breadcrumb-inner {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    z-index: 21;
}

.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner {
    background-color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .breadcrumb-wrap.breadcrumb-head .breadcrumb-inner {
        text-align: center;
    }
}

.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner {
    background-color: #363B43;
    text-align: center;
}

@media (max-width: 767px) {
    .breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner {
        text-align: center;
    }
}

.breadcrumb-inner ul {
    vertical-align: middle;
    /* border-top: 2px solid #000; */
    width: 100%;
    margin: 0;
    /* padding: 15px; */
    padding-top: 10px;
    padding-bottom: 0;
}

@media (max-width: 413px) {
    .breadcrumb-inner ul {
        white-space: nowrap;
        overflow-x: scroll;
    }
}

.breadcrumb-inner ul::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-image: linear-gradient(to right, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumb-inner li {
    display: inline;
    /*margin-left: 10px;*/
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #727171;
}

.breadcrumb-inner li:first-child {
    margin: 0;
    margin-right: 10px;
}

.breadcrumb-inner li:nth-child(2) {
    /*margin-right: 0;*/
}

.single .breadcrumb-inner li:nth-child(3) {
    display: none;
}

.single.works-single .breadcrumb-inner li:nth-child(3) {
    display: inline-block;
}

.breadcrumb-inner li:last-child {
    margin-right: 0;
}

.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner li:last-child {
    color: #777;
    margin-right: 0;
    margin-left: 0;
}

.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner li:last-child {
    color: #FFF;
    margin-right: 0;
    margin-left: 0;
}

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

.breadcrumb-wrap.breadcrumb-head .breadcrumb-inner li:after {
    color: #777;
    margin-right: 0;
}

.breadcrumb-wrap.breadcrumb-footer .breadcrumb-inner li:after {
    color: #FFF;
    margin-right: 0;
}

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

.breadcrumb-inner li a {
    color: #999;
    outline: none;
    transition: .3s;
    text-decoration: underline;
}

.breadcrumb-inner li a:hover {
    color: #32c0aa;
    text-decoration: none;
}

.breadcrumb-inner li>span {
    color: #32c0aa;
    outline: none;
    transition: .3s;
}

/*-----------------------------*/
.floating {
    position: fixed;
    /*transform: translateX(100%);*/
    transition: all 0.3s ease 0s;
    top: 68px;
    right: 0;
    opacity: 0;
    z-index: 5;
}

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

.floating a {
    display: block;
    background-color: rgba(50, 192, 170, 0.7);
    color: #c8f4ed;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0;
    transition: .3s;
}

.floating a:hover {
    display: block;
    background-color: rgba(50, 192, 170, 1);
    color: #fff;
    margin-bottom: 3px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0;
}

.is-in .floating {
    transform: translate3d(0px, 0px, 100px);
    opacity: 1;
}

aside {}

.aside-inner {
    position: relative;
}

@media (min-width: 768px) {
    .aside-inner {
        height: 450px;
    }

    .aside-inner.attached {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .aside-inner {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .aside-image.img-liquid {
        height: 450px;
    }

    .attached .aside-image.img-liquid {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .aside-image.img-liquid {
        height: 250px;
    }
}

.strength .aside-image.img-liquid {
    background-position: center center !important;
}

.csr .aside-image.img-liquid {
    background-position: center bottom !important;
}

.news .aside-image.img-liquid {
    background-position: center bottom !important;
}

.footer-header {
    background-color: #463f3f;
}

.section-box.csr .text-wrap .description.m-b {
    margin-bottom: 30px;
}

.section-box.csr .text-wrap ol li {
    margin-bottom: 30px;
}

.section-box.csr .text-wrap ol li>ol {
    margin-top: 30px;
}

#news .news-main-col .category a {
    /*color: #32C0AA;
    padding: 3px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #32C0AA;
	transition: .3s;*/
    color: #FFF;
    background-color: #44a999;
    padding: 2px;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    transition: .3s;
}

#news .news-main-col .date-category-box .category a {
    height: 22px;
    line-height: 18px;
}

@media (max-width: 767px) {
    #news .news-main-col .category a {
        color: #FFF;
        background-color: #32C0AA;
        padding: 0 10px;
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #32C0AA;
        transition: .3s;
    }

    #news .news-main-col .date-category-box .category a {
        height: 22px;
        line-height: 20px;
    }
}

#news .news-main-col .category a:hover {
    color: #fff;
    background-color: #32C0AA;
}

#news .news-main-col .title a {
    color: #666;
    transition: .3s;
}

#news .news-main-col .title a:hover {
    color: #32C0AA;
}

#news .news-main-col li {
    /*display: flex;
    align-items: center;
    justify-content: flex-start;*/
}

@media (max-width: 767px) {
    #news .news-main-col li {
        display: block;
    }
}

#news .news-main-col li time {
    color: #666;
    padding-right: 20px;
    font-size: 14px;
}

@media (max-width: 767px) {
    #news .news-main-col li time {
        padding-right: 10px;
    }
}

#news .news-main-col .category-wrap {
    display: inline-block;
    line-height: 1;
    height: 22px;
}

#news .news-main-col .category {
    color: #32C0AA;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 154px;
    height: 22px;
}

@media (max-width: 767px) {
    #news .news-main-col .category {
        background-color: transparent;
        padding: 0;
        width: auto;
        margin-right: 10px;
    }
}

#news .news-main-col .category:before {
    content: '|';
    padding-right: 20px;
    color: #666;
}

#news .news-main-col .category:after {
    /*content: '|';
    padding-left: 20px;
    color: #666;*/
}

@media (max-width: 767px) {
    #news .news-main-col .category:before {
        padding-right: 10px;
    }

    #news .news-main-col .category:after {
        padding-left: 10px;
    }
}

#news .news-main-col li p.title {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    #news .news-main-col li p.title {
        font-weight: bold;
    }
}

#news .news-main-col li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

#news .news-main-col li:first-child {
    border-top: 1px solid #eaeaea;
}

@media (max-width: 767px) {
    #news .news-main-col li:first-child {
        border-top: none;
    }
}

/*-------------------------------------*/
#page-top-scroll {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 995;
    width: 50px;
}

#page-top-scroll.active {
    width: 100%;
}

#page-top-scroll a {
    height: 50px;
    width: 100%;
    background-color: rgba(68, 138, 202, 0.7);
    display: block;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    #page-top-scroll a {
        height: 50px;
        width: 100%;
    }
}

#page-top-scroll.active a {
    height: 50px;
    width: 100%;
    background-color: rgb(34, 100, 161);
}

#page-top-scroll.active::before {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-image: linear-gradient(to right, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;*/
}

#page-top-scroll a:hover {
    background-color: rgba(68, 138, 202, 1);
}

#page-top-scroll a:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    margin-top: -4px;
    transform: rotate(-45deg);
}

/*-------------------------------------*/
.top-works .half-text .title, .top-news .half-text .title, .top-csr .half-text .title {
    text-align: center;
}

.top-csr .half-text .title {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .top-csr .half-text .title {
        margin-bottom: 50px;
    }
}

.top-works .half-text .title span, .top-news .half-text .title span, .top-csr .half-text .title span {
    margin: 0 auto;
}

.half-section.top-works {
    padding: 0;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .half-section.top-works {
        padding-bottom: 50px;
    }
}

.half-section.top-news#news {
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .half-section.top-news#news {
        padding-bottom: 100px;
    }
}

.top-works-inner, .top-news-inner {
    text-align: center;
}

.top-csr-inner {
    background-color: rgba(50, 192, 170, 1);
    display: inline-block;
    /* text-align: center; */
    padding: 30px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .top-csr-inner {
        background-color: rgba(50, 192, 170, 1);
        display: inline-block;
        width: 100%;
    }
}

.half-text .top-works-inner .link, .half-text .top-news-inner .link {
    margin-top: 30px;
}

.top-news-inner a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-news-inner a time {
    color: #666;
    padding-right: 20px;
    font-size: 14px;
}

.top-news-inner a time:after {
    content: '|';
    padding-left: 20px;
}

.top-news-inner a .title, .top-news-inner a .category {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.top-news-inner a .category {
    color: #32C0AA;
    padding-right: 20px;
}

.top-news-inner a .category:after {
    content: '|';
    padding-left: 20px;
    color: #666;
}

.top-news-inner li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.top-news-inner li:first-child {
    border-top: 1px solid #eaeaea;
}

.attached .slide-title-wrapper {
    height: 40vh;
    min-height: 40vh;
}

@media (max-width: 991px) {
    .attached .slide-title-wrapper {
        height: 30vh;
        min-height: 30vh;
    }
}

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

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

.attached .slide-title p span {
    font-size: 50px;
}

.attached .slide-title p span.term::first-letter {
    text-transform: capitalize;
    /* 先頭文字だけ大文字化 */
}

@media (max-width: 767px) {
    .attached .slide-title p span {
        font-size: 40px;
    }
}

.section-box.privacy_policy .text-wrap .description.m-b {
    margin-bottom: 30px;
}

.section-box.contact .text-wrap .description.m-b {
    margin-bottom: 30px;
}

.section-box.privacy_policy .text-wrap .read {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

@media (max-width: 767px) {
    .section-box.privacy_policy .text-wrap .read {
        font-size: 16px;
    }
}

.section-box.privacy_policy .text-wrap-inner {
    margin-bottom: 50px;
}

.top-csr .img-liquid {
    width: 100%;
    height: 750px;
}

#csr .row.csr-row {
    display: block;
}

.half-section.csr-katsudou-01 {
    padding-top: 0;
}

.section-box#csr {
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(#FFFFFF 0%, #e9fffd 50%, #ffffff 100%);
    background-image: -o-linear-gradient(#FFFFFF 0%, #e9fffd 50%, #ffffff 100%);
    background-image: linear-gradient(#FFFFFF 0%, #e9fffd 50%, #ffffff 100%);
}

.half-section.csr-katsudou {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .half-section.csr-katsudou {
        background-size: 1200px 800px;
    }

    .half-section.csr-katsudou p.description {
        margin-bottom: 0;
    }
}

.half-section.csr-katsudou .container-fluid {
    position: relative;
    z-index: 1;
}

.gradation-inner {
    /*outline: 50px solid rgba(255, 255, 255, 0.7);
    outline-offset: -50px;*/
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

#human_resources .gradation-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#human_resources .gradation-inner .container-fluid {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .gradation-inner {
        padding-top: 100px;
        padding-bottom: 0;
        position: relative;
    }

    .top-csr .gradation-inner {
        padding-top: 100px;
        padding-bottom: 200px;
        position: relative;
    }

    .section-box.human .gradation-inner {
        padding-top: 50px;
        padding-bottom: 100px;
        position: relative;
    }
}

.gradation-inner::before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 -150px 150px -55px white;
}

.gradation-inner::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 150px 150px -55px white;
}

@media (max-width: 991px) {
    #csr .gradation-inner .row {
        flex-direction: column-reverse;
    }
}

/*--------------------------------------------------------*/
.half-section.csr-katsudou-01 .gradation-inner::after {
    box-shadow: inset 0 150px 50px -55px white;
}

.half-section.csr-katsudou-01 {
    background-image: url("../images/csr/01_bg.jpg");
    background-position: center center;
}

@media (max-width: 767px) {
    .half-section.csr-katsudou-01 {
        background-image: url("../images/csr/01_bg.jpg");
        background-position: center top;
    }
}

.half-section.csr-katsudou-01 .gradation-inner::before {
    /*box-shadow: inset 0 -150px 50px -55px #cff5f2;*/
}

/*--------------------------------------------------------*/
.half-section.csr-katsudou-02 .gradation-inner::after {
    /*box-shadow: inset 0 150px 50px -55px #cff5f2;*/
}

.half-section.csr-katsudou-02 {
    background-image: url("../images/csr/02_bg.jpg");
    background-position: center center;
}

@media (max-width: 767px) {
    .half-section.csr-katsudou-02 {
        background-image: url("../images/csr/02_bg.jpg");
        background-position: left top;
    }
}

.half-section.csr-katsudou-02 .gradation-inner::before {
    /*box-shadow: inset 0 -150px 50px -55px #e1fcfa;*/
}

/*--------------------------------------------------------*/
.half-section.csr-katsudou-03 .gradation-inner::after {
    /*box-shadow: inset 0 150px 50px -55px #e1fcfa;*/
}

.half-section.csr-katsudou-03 {
    background-image: url("../images/csr/03_bg.jpg");
    background-position: center center;
    padding: 0;
}

@media (max-width: 767px) {
    .half-section.csr-katsudou-03 {
        background-image: url("../images/csr/03_bg.jpg");
        background-position: center top;
    }
}

.half-section.csr-katsudou-03 .gradation-inner::before {
    /*box-shadow: inset 0 -150px 50px -55px #ccf5f2;*/
}

/*--------------------------------------------------------*/
.half-section.csr-katsudou-04 .gradation-inner::after {
    /*box-shadow: inset 0 150px 50px -55px #ccf5f2;*/
}

.half-section.csr-katsudou-04 {
    background-image: url("../images/csr/04_bg.jpg");
    background-position: center center;
    padding: 0;
}

@media (max-width: 767px) {
    .half-section.csr-katsudou-04 {
        background-image: url("../images/csr/04_bg.jpg");
        background-position: center top;
    }
}

.half-section.csr-katsudou-04 .gradation-inner::before {
    box-shadow: inset 0 -150px 50px -55px white;
}

/*--------------------------------------------------------*/
.section-box#csr .text-wrap .title {
    margin-bottom: 0;
}

.phone-padding {
    padding: 0 30px;
}

.top-csr .phone-padding {
    padding: 0 30px;
    text-align: center;
}

.wrapper {
    position: relative;
}


/*li.menu__single ul.menu__second-level {
    transform-origin: left bottom;
    transform: scale(1, 0);
    transition: transform .3s;
}
li.menu__single:hover ul.menu__second-level {
  transform-origin: left top;
  transform: scale(1, 1);
}*/

.date-category-box {
    width: auto;
    height: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .top-news .date-category-box {
        text-align: left;
    }
}

#news .news-aside-col .title {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    vertical-align: middle;
    display: block;
    text-align: left;
    line-height: 1;
    position: relative;
}

#news .news-aside-col .title:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom: 1px solid #32C0AA;
}

.article-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

#news .article-header time {
    color: #666;
    padding-right: 20px;
    font-size: 14px;
}

@media (max-width: 767px) {
    #news .article-header time {
        padding-right: 10px;
    }
}

#news .single .category {
    color: #32C0AA;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 154px;
    height: 22px;
}

@media (max-width: 991px) {
    #news .single .category {
        background-color: transparent;
        padding-left: 0;
        padding-right: 20px;
        width: auto;
    }
}

@media (max-width: 767px) {
    #news .single .category {
        margin-right: 0;
        padding-right: 10px;
    }
}

#news .single .category:before {
    content: '|';
    padding-right: 20px;
    color: #666;
}

#news .single .category:after {
    /*content: '|';
    padding-left: 20px;
    color: #666;*/
}

@media (max-width: 767px) {
    #news .single .category:before {
        padding-right: 10px;
    }

    #news .single .category:after {
        padding-left: 10px;
    }
}

#news .single .category-wrap {
    display: inline-block;
    line-height: 1;
    height: 22px;
}

#news .single .category p, #news .category-list p.category span {
    /*color: #32C0AA;
    padding: 3px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #32C0AA;
    transition: .3s;*/
    color: #ffffff;
    background-color: #32C0AA;
    padding: 0 3px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #32C0AA;
    height: 22px;
    line-height: 20px;
}

@media (max-width: 991px) {
    #news .single .category p {
        padding: 0 10px;
    }
}

#news .single .title {
    display: block;
    margin-bottom: 20px;
}

#news .single .title p {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

@media (max-width: 767px) {
    #news .single .title p {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        position: relative;
    }
}

#news .single .title p:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(left, #32C0AA, #00BBE2);
    background: -webkit-linear-gradient(left, #32C0AA, #00BBE2);
    background: linear-gradient(to right, #32C0AA, #00BBE2);
    margin-top: 15px;
}

#news .single .article-text-wrap p {
    font-size: 15px;
    line-height: 2;
    color: #444;
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #news .single .article-text-wrap p {
        font-size: 14px;
        line-height: 2;
        color: #444;
        text-align: justify;
        margin-bottom: 15px;
    }
}

#news .single .article-text-wrap h2 {
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #news .single .article-text-wrap h2 {
        font-size: 14px;
        margin-top: 15px;
        padding-top: 0;
        margin-bottom: 15px;
    }
}

#news .single .article-text-wrap h2:before, #news .single .article-text-wrap h2:after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 1.0em;
    color: #32c0aa;
}

#news .single .article-text-wrap h2:before {
    content: "\f053";
    padding-right: 0.5em
}

#news .single .article-text-wrap h2:after {
    content: "\f054";
    padding-left: 0.5em
}

#news .single .article-text-wrap a {
    color: #32c0aa;
    text-decoration: underline;
}

#news .single .article-text-wrap a:before {
    /*content:"\f35d";
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;*/
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    overflow: hidden;
    margin-right: 3px;
    background-image: url(../images/launch.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#news article.single {
    margin-bottom: 100px;
}

.li-wrapper {}

.li-contents {
    /*display: none;*/
    background-image: url("../images/modal/modal-menu-bg.jpg");
}

.li-wrapper.no1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no1 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no1 .li-contents.no1 {
    transition: .3s;
    opacity: 0;
}

.bg-change.no1:hover~.li-wrapper.no1 {
    z-index: -1
}

.bg-change.no1:hover~.li-wrapper.no1 .li-contents.no1 {
    background-image: url("../images/modal/works/01.jpg");
    background-size: cover;
    display: block;
    opacity: 1;
}

.li-wrapper.no2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no2 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no2 .li-contents.no2 {
    transition: .3s;
}

.bg-change.no2:hover~.li-wrapper.no2 {
    z-index: -1
}

.bg-change.no2:hover~.li-wrapper.no2 .li-contents.no2 {
    background-image: url("../images/modal/works/02.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no3 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no3 .li-contents.no3 {
    transition: .3s;
}

.bg-change.no3:hover~.li-wrapper.no3 {
    z-index: -1
}

.bg-change.no3:hover~.li-wrapper.no3 .li-contents.no3 {
    background-image: url("../images/modal/works/03.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no4 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no4 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/04.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no4 .li-contents.no4 {
    transition: .3s;
}

.bg-change.no4:hover~.li-wrapper.no4 {
    z-index: -1
}

.bg-change.no4:hover~.li-wrapper.no4 .li-contents.no4 {
    background-image: url("../images/modal/works/04.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no5 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no5 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/05.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no5 .li-contents.no5 {
    transition: .3s;
}

.bg-change.no5:hover~.li-wrapper.no5 {
    z-index: -1
}

.bg-change.no5:hover~.li-wrapper.no5 .li-contents.no5 {
    background-image: url("../images/modal/works/05.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no6 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no6 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/06.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no6 .li-contents.no6 {
    transition: .3s;
}

.bg-change.no6:hover~.li-wrapper.no6 {
    z-index: -1
}

.bg-change.no6:hover~.li-wrapper.no6 .li-contents.no6 {
    background-image: url("../images/modal/works/06.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no7 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no7 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/07.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no7 .li-contents.no7 {
    transition: .3s;
}

.bg-change.no7:hover~.li-wrapper.no7 {
    z-index: -1
}

.bg-change.no7:hover~.li-wrapper.no7 .li-contents.no7 {
    background-image: url("../images/modal/works/07.jpg");
    background-size: cover;
    display: block;
}

.li-wrapper.no8 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    transition: .3s;
}

.li-contents.no8 {
    height: 100vh;
    background-image: url("../images/modal/modal-menu-bg.jpg"), url("../images/modal/works/08.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover, 0 0, 0 0, 0 0;
}

.li-wrapper.no8 .li-contents.no8 {
    transition: .3s;
}

.bg-change.no8:hover~.li-wrapper.no8 {
    z-index: -1
}

.bg-change.no8:hover~.li-wrapper.no8 .li-contents.no8 {
    background-image: url("../images/modal/works/08.jpg");
    background-size: cover;
    display: block;
}

.recruit-banner-wrap {
    position: absolute;
    top: 65px;
    right: 0;
}

.recruit-banner {
    position: relative;
    /*top: 65px;
    right: 0;*/
    z-index: 10;
    /*background-color: #fff;*/
    /* color: #fff; */
    /*padding: 20px 10px;*/
    /*border: 1px solid #32c0aa;*/
    border-top: none;
    border-right: none;
}

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

.recruit-banner p {
    /* writing-mode: vertical-rl; */
    color: #32c0aa;
    letter-spacing: 0.3rem;
    font-size: 15px;
    margin-top: 5px;
    border: 1px solid #32c0aa;
    border-right: none;
}

.recruit-banner a {
    display: block;
    padding: 0;
    color: #32c0aa;
    transition: .3s;
}

.recruit-banner a img {
    height: 40px;
    width: 162px;
}

.ticker {
    margin: 0 auto;
    padding: 0;
    width: 650px;
    text-align: left;
    border: none;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

@media (max-width: 991px) {
    .ticker {
        width: 550px;
    }
}

@media (max-width: 891px) {
    .ticker {
        width: 450px;
    }
}

ul.human-box {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

ul.human-box>li {
    /*background: none;
    overflow: hidden;*/
}

ul.human-box>li {
    width: calc(50% - 10px);
    margin: 0 5px;
    display: inline-block;
    background: transparent;
    /*transform: skewX(-10deg);*/
}

@media (max-width: 991px) {
    ul.human-box>li {
        width: calc(50% - 10px);
        margin: 0 5px;
        display: inline-block;
        background: transparent;
        /*transform: skewX(-10deg);*/
    }
}

ul.human-box li.img-liquid {
    height: 250px;
}

ul.human-box li img {
    width: 100%;
    display: block;
    /*transform:skewX(10deg) scale(1.6);*/
}

/*----------------------------------------*/
.works-archive .works-col .img-liquid {
    height: 230px;
}

.works-archive .works-col .category {
    border: 1px solid #32c0aa;
    display: inline-block;
}

.works-archive .works-col .category p {
    font-size: 10px;
    margin: 0;
    padding: 2px 5px;
    color: #32c0aa;
}

.works-archive .works-col .works-image {
    margin-bottom: 10px;
}

.works-archive .works-col {
    margin-bottom: 30px;
}

.works-archive .works-col .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.works-archive .works-col .area {
    font-size: 12px;
}

.works-archive .category-tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

.works-archive .category-tab .category-tab-inner {
    border: 1px solid #32c0aa;
    display: inline-block;
}

.works-archive .category-tab .category-tab-inner p {
    font-size: 14px;
    margin: 0;
    padding: 20px 50px;
    color: #32c0aa;
}

/*----------------------------------------*/
.works-single .works-col .img-liquid {
    height: 230px;
}

.works-single .works-col .category {
    border: 1px solid #32c0aa;
    display: inline-block;
}

.works-single .works-col .category p {
    font-size: 10px;
    margin: 0;
    padding: 2px 5px;
    color: #32c0aa;
}

.works-single .works-col .works-image {
    margin-bottom: 10px;
}

.works-single .works-col {
    margin-bottom: 30px;
}

.works-single .works-col .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.works-single .works-col .area {
    font-size: 12px;
}

.works-single .category-tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

.works-single .category-tab .category-tab-inner {
    border: 1px solid #32c0aa;
    display: inline-block;
}

.works-single .category-tab .category-tab-inner p {
    font-size: 14px;
    margin: 0;
    padding: 20px 50px;
    color: #32c0aa;
}

/*----------------------------------------*/
.related-box {
    margin-top: 100px;
}

.related-box .title-box {
    border-bottom: 3px solid #32c0aa;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.related-box .en-title {
    color: #393232;
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

.related-p {
    display: inline-block;
}

.not-related {
    padding-left: 15px;
}

.section-box .text-wrap .archive-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.breadcrumb-wrap.works-single {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .breadcrumb-wrap.works-single {
        margin-top: 50px;
    }
}

.breadcrumb-wrap.works-single .breadcrumb-inner ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-image: linear-gradient(to right, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

footer .breadcrumb-wrap.works-single .breadcrumb-inner ul::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-image: linear-gradient(to right, transparent, #32C0AA 25%, #88e1d4 50%, #32C0AA 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

footer .breadcrumb-wrap.works-single {
    margin-top: 0;
}

.breadcrumb-wrap.works-single .breadcrumb-inner ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}

.works-single .slick-prev {
    left: 0;
}

.works-single .slick-next {
    right: -25px;
}

.works-single .thumbnail {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
}

.works-single .thumbnail img, .thumbnail-nav img {
    width: 100%;
}

.works-single .thumbnail-thumb {
    max-width: 700px;
    margin: 0 auto;
}

.works-single .thumbnail-thumb li {
    margin: 5px;
}

.works-single .thumbnial-thumb .slick-next {
    right: 20px;
    z-index: 100;
}

.works-single .thumbnail-thumb .slick-prev {
    left: 0;
    z-index: 100;
}

.works-single .thumbnail-thumb .slick-current {
    opacity: 0.5;
}

.works-single .thumbnail-thumb div div div {
    cursor: pointer;
}

.works-single .thumbnail-thumb .slick-slide {
    height: 100px;
    width: auto !important;
    margin: 0 5px;
}

.works-single .thumbnail-thumb .slick-slide:hover {
    cursor: pointer;
}

.works-single .thumbnail-thumb .slick-slide:focus {
    outline: none
}

.works-single .thumbnail-thumb .slick-slide img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.works-single .slick-slider {
    position: relative;
    display: block;
    background-color: transparent;
}

.works-single .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-single .thumbnail-thumb .slick-current {
    opacity: 1;
}

.overview-wrap {
    margin-top: 50px;
}

.overview-wrap .title {
    text-align: center;
    margin-bottom: 15px;
}

.overview-wrap .title p {
    font-size: 18px;
    letter-spacing: 0.2rem;
}

.section-box .overview-wrap table.col-table td.left-cell, .section-box .overview-wrap table.col-table td.right-cell {
    padding: 20px;
    font-weight: normal;
}

.section-box .overview-wrap table.col-table td.left-cell {
    border-right: 1px solid #aaa;
}

@media (max-width: 767px) {
    .section-box .overview-wrap table.col-table td.left-cell {
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #aaa;
        padding: 10px 20px;
        background-color: #f3f3f3;
        text-align: center;
    }
}

.section-box .overview-wrap table.col-table td.right-cell {
    width: 300px;
}

@media (max-width: 767px) {
    .section-box .overview-wrap table.col-table td.right-cell {
        width: auto;
        text-align: center;
    }
}

.section-box .overview-wrap table.col-table {
    width: auto;
    margin: 0 auto;
    border: 1px solid #aaa;
}

@media (max-width: 767px) {
    .section-box .overview-wrap table.col-table {
        width: 100%;
    }
}

.section-box .overview-wrap table.col-table tr {
    border-bottom: 1px solid #aaa;
}

@media (max-width: 767px) {
    .section-box .overview-wrap table.col-table tr {
        border-top: none;
    }
}

.section-box .overview-wrap table.col-table tr:last-of-type {
    border-bottom: none;
}

@media (max-width: 767px) {
    .works-archive .container {
        padding: 0 30px;
    }

    .works-archive .category-tab {
        display: flex;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    .works-archive .category-tab .category-tab-inner {
        border: 1px solid #32c0aa;
        display: inline-block;
        width: 32%;
    }

    .works-archive .category-tab .category-tab-inner p {
        font-size: 12px;
        margin: 0;
        padding: 5px;
        color: #32c0aa;
    }

    .section-box .text-wrap .archive-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

/*-------------------------------*/
.slide-title-wrapper.recruit {
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-wrap .recruit .slide-title {
    display: table-cell;
    vertical-align: bottom;
    padding: 100px;
    padding-bottom: 50px;
    text-align: left;
}

@media (max-width: 767px) {
    .hero-wrap .recruit .slide-title {
        padding: 15px;
    }
}

.hero-wrap .recruit .slide-title p {
    display: block;
    letter-spacing: 0.2rem;
}

.hero-wrap .recruit .slide-title .interview {
    font-size: 14px;
    color: #32C0AA;
}

.hero-wrap .recruit .copy {
    text-align: left;
    font-size: 34px;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hero-wrap .recruit .copy {
        text-align: left;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.hero-wrap .recruit .name {
    font-size: 24px;
    margin-bottom: 10px;
}

.hero-wrap .recruit .name span {
    font-size: 16px;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero-wrap .recruit .name {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .hero-wrap .recruit .name span {
        font-size: 10px;
        display: inline-block;
    }
}

.hero-wrap .recruit .department {
    font-size: 14px;
}

@media (max-width: 767px) {
    .hero-wrap .recruit .department {
        font-size: 10px;
    }
}

.half-section.recruit.reverse .row {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .half-section.recruit .row {
        flex-direction: column-reverse;
    }
}

.recruit .half-text .title span {
    font-size: 24px;
    font-family: source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    color: #222;
    display: inline-block;
}

.half-section.recruit .half-text-wrap {
    /*padding-bottom: 150px;*/
}

.half-section.recruit .half-text .description {
    font-size: 16px;
    line-height: 3;
    color: #444;
    margin-bottom: 40px;
}

#recruit .row.csr-row {
    display: block;
}

@media (min-width: 992px) {
    .section-box#recruit {
        padding: 100px 50px;
    }
}

.half-section.recruit:first-of-type {
    padding-top: 0;
}

.recruit .anime-text.active .text-move {
    font-size: 28px;
    letter-spacing: 0.3em;
    line-height: 48px;
    text-align: left;
    margin-left: -3px;
}

@media (min-width: 992px) {
    .half-section.recruit .half-img#anime_1 {
        /*box-shadow: 6px 6px #32c0aa;*/
    }

    .half-section.recruit .half-img#anime_2 {
        /*box-shadow: -6px 6px #448aca;*/
    }

    .half-section.recruit .half-img#anime_3 {
        /*box-shadow: 6px 6px #32c0aa;*/
    }
}

@media (max-width: 991px) {
    .half-section.recruit.reverse .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .section-box#recruit {
        padding-top: 0
    }

    .half-section.recruit .half-text-wrap {
        padding: 0;
    }

    .half-section.recruit .half-text .description {
        font-size: 14px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 40px;
    }
}

/*-------------------------------------------------*/
[include*="form-input-select()"] {
    display: block;
    padding: 0;
    position: relative;
    color: #32c0aa;
    display: block;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    margin-top: 9px;
    margin-bottom: 15px;
    width: 100%;
}

#works-archive .category-tab [include*="form-input-select()"] {
    width: 200px;
}

@media (max-width: 767px) {
    #works-archive .category-tab [include*="form-input-select()"] {
        width: 31%;
    }
}

[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

[include*="form-input-select()"] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid transparent;
    font-size: 14px;
    outline: none;
    /* Focus style */
}

[include*="form-input-select()"] select:focus {
    background-color: transparent;
    outline: none;
}

[include*="form-input-select()"] option {
    font-weight: normal;
}

[include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    [include*="form-input-select()"] select::-ms-expand {
        display: none;
    }

    [include*="form-input-select()"] select:focus::-ms-value {
        background: transparent;
        color: #000;
    }
}

@-moz-document url-prefix() {
    [include*="form-input-select()"] {
        overflow: hidden;
    }

    [include*="form-input-select()"] select {
        width: 120%;
        width: calc(100% + 3em);
        /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
    }

    @supports (-moz-appearance: none) {
        [include*="form-input-select()"] select {
            width: 100%;
        }
    }

    [include*="form-input-select()"] select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
}

@supports (-moz-appearance: none) {
    [include*="form-input-select()"] {
        width: 100%;
    }
}

[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    right: 16px;
}

[include*="form-input-select()"]::before {
    bottom: 54%;
    border-width: 0 5.5px 6px 5.5px;
    border-bottom-color: #D6D6D6;
}

[include*="form-input-select()"]::after {
    border-width: 6px 5.5px 0 5.5px;
    border-top-color: #D6D6D6;
    top: 54%;
}

@-moz-document url-prefix() {
    [include*="form-input-select()"] {
        border-right: 3px solid #E6E6E6;
    }

    [include*="form-input-select()"]:hover {
        border-right: 3px solid #005BA6;
    }
}

[include*="form-input-select()"]:hover select {
    box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
    border-color: #32c0aa;
}

[include*="form-input-select()"]:hover select:focus {
    outline-color: transparent;
}

[include*="form-input-select()"]:hover::before {
    border-bottom-color: #249fab;
}

[include*="form-input-select()"]:hover::after {
    border-top-color: #249fab;
}

[include*="form-input-select()"] select {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    font-weight: 400;
    color: inherit;
    padding: 11px 15px;
    line-height: normal;
    -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

#works-archive .category-tab [include*="form-input-select()"] select {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    #works-archive .category-tab [include*="form-input-select()"] select {
        padding: 10px 10px;
        font-size: 12px;
    }
}

[include*="form-input-select()"] select:focus {
    box-shadow: none;
    outline: 1px solid #32c0aa;
    outline-offset: 0;
}

[include*="form-input-select()"] select[disabled], [include*="form-input-select()"] select:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

[include*="form-input-select()"] select:not(:focus):invalid {
    color: #C7C7C7;
}

#works-archive .category-tab [include*="form-input-select()"] select:not(:focus):invalid {
    color: #32c0aa;
}

[include*="form-input-select()"] option[hidden] {
    font-weight: normal;
}

/* ページャー cms-pagination */
#news .news-main-col .cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

@media (max-width: 991px) {
    #news .news-main-col .cms-pagination {
        margin-top: 50px;
    }
}

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

#news .news-main-col .cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: none;
    padding: 0;
    border: none;
    font-size: 14px;
}

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

#news .news-main-col .cms-pagination ul li.pagination-no-num span {
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #C7C7C7;
    /* padding: 0 10px; */
    width: 60px;
    line-height: 38px;
    display: block;
    font-size: 12px;
}

#news .news-main-col .cms-pagination ul li.pagination-sp {
    display: table;
}

#news .news-main-col .cms-pagination ul li a,
#news .news-main-col .cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #9a9a9a;
    background: #fff;
    color: #4c4c4c;
}

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

#news .news-main-col .cms-pagination ul li span {
    background: #32c0aa;
    border: 1px solid #32c0aa;
    color: #fff;
}

.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    color: #444;
}

.pagination-txt span {
    color: #999;
}

@media (max-width: 767px) {
    #news .news-main-col .cms-pagination ul li.pagination-no-num.first, #news .news-main-col .cms-pagination ul li.pagination-no-num.last {
        display: none;
    }
}

/* ページャー cms-pagination */
#works-archive .cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

@media (max-width: 991px) {
    #works-archive .cms-pagination {
        margin-top: 50px;
    }
}

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

#works-archive .cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: none;
    padding: 0;
    border: none;
    font-size: 12px;
}

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

@media (max-width: 991px) {
    #works-archive .cms-pagination ul li {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #works-archive .cms-pagination ul li.pagination-no-num {
        width: 40px;
        display: table;
    }

    #works-archive .cms-pagination ul li {
        font-size: 10px;
        margin-bottom: 10px;
    }
}

#works-archive .cms-pagination ul li.pagination-no-num span {
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #C7C7C7;
    /* padding: 0 10px; */
    width: 60px;
    line-height: 38px;
    display: block;
    font-size: 12px;
}

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

#works-archive .cms-pagination ul li a,
#works-archive .cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #9a9a9a;
    background: #fff;
    color: #4c4c4c;
}

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

#works-archive .cms-pagination ul li span {
    background: #32c0aa;
    border: 1px solid #32c0aa;
    color: #fff;
}

.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    color: #444;
}

.pagination-txt span {
    color: #999;
}

@media (max-width: 767px) {
    #works-archive .cms-pagination ul li.pagination-no-num.first, #works-archive .cms-pagination ul li.pagination-no-num.last {
        display: none;
    }
}

/*----------------------------------------------*/
span.wpcf7-not-valid-tip {
    color: #ff8281 !important;
    font-weight: normal;
    display: block;
    font-size: 14px !important;
    padding: 1em;
    padding-bottom: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    text-align: center;
    padding: 5px !important;
    margin: 0 !important;
    color: #fff;
    background-color: #ff8281;
}

.wpcf7c-conf {
    background-color: #e8f0fe !important;
    color: black;
    border: 1px solid #32c0aa !important;
}

.table-res-form input.wpcf7-confirm[type="submit"] {
    border: 1px transparent solid;
    padding: 20px 0;
    width: 100%;
    margin-left: 0;
    background: #32c0aa;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(50, 192, 170, 0.5);
    font-weight: bold;
    transition: .3s;
}

.wpcf7-back {
    width: 30%;
    background: #018ccb;
    color: #fff;
    border: 1px transparent solid;
    padding: 20px 0;
}

.table-res-form input[type="submit"] {
    border: 1px transparent solid;
    padding: 20px 0;
    width: 68%;
    margin-left: 2%;
    background: #32c0aa;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(50, 192, 170, 0.5);
    font-weight: bold;
    transition: .3s;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center;
    margin: 0 !important;
    color: #32c0aa !important;
}

div.wpcf7 .wpcf7-confirm:disabled {
    cursor: not-allowed;
}

div.wpcf7 .wpcf7-confirm:disabled:hover {
    cursor: not-allowed;
}

.table-res-form input[type="submit"]:hover {
    background: rgb(40, 151, 133);
    box-shadow: none;
    cursor: pointer;
}

.table-res-form input.wpcf7-confirm[type="submit"]:hover {
    background: rgb(40, 151, 133);
    box-shadow: none;
}

.table-res-form input.wpcf7-back[type="button"] {
    transition: .3s;
}

.table-res-form input.wpcf7-back[type="button"]:hover {
    background: #0673a4;
    box-shadow: none;
    cursor: pointer;
}

.section-box.thanks .text-wrap .title {
    text-align: center;
    margin-bottom: 50px;
}

.section-box.thanks .thanks-top-move {
    text-align: center;
}

.section-box.thanks .thanks-top-move a {
    font-size: 14px;
    text-decoration: underline;
    color: #32c0aa;
}

.section-box.notfound .text-wrap .description {
    text-align: left;
}

.works-archive .lost-content {
    text-align: center;
    width: 100%;
    padding: 50px 0;
}

.thumbnail-thumb .slick-prev, .thumbnail-thumb .slick-next {
    background-color: rgba(175, 188, 186, 0.7);
}

.works-single .link {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    padding: 20px;
    border: 1px solid #32c0aa;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    min-width: 200px;
    transition: .3s;
    margin-top: 100px;
    background-color: #32c0aa;
}

.works-single .link:hover {
    color: #fff;
    border: 1px solid rgb(68, 138, 202);
}

.works-single .link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgb(68, 138, 202);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.works-single .link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.works-single .slick-track {
    justify-content: left;
}

img.triangle {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.text-wrap-inner.strength-first-title {
    margin-bottom: 30px;
}

.section-box#goda {
    padding-bottom: 0;
}

.section-box .text-wrap .title.strength {
    text-align: center;
    margin-bottom: 30px;
}

.history-box {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin-bottom: 50px;
}

.history-box.second-box {
    margin: 0;
    margin-top: 30px;
}

.history-box-inner.img-liquid {
    height: 220px;
    margin: 0 5px;
    padding: 0;
}

.history-box .mix {
    background-color: #21675c;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}

.section-box#history {
    background-color: #f3f3f3;
}

.philosophy-icon {
    text-align: center;
    margin-bottom: 30px;
}

.philosophy-icon img {
    width: 150px;
    height: 150px;
}

#financial_strength .graph {
    margin-bottom: 100px;
}

#financial_strength .graph:last-of-type {
    margin-bottom: 0;
}

#financial_strength .graph:last-of-type .danjohi-wrap {
    text-align: center;
}

#financial_strength .graph:last-of-type .danjohi-wrap img {
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    #financial_strength .graph:last-of-type .danjohi-wrap img {
        max-height: 500px;
    }
}

@media (max-width: 991px) {
    #financial_strength .graph:last-of-type .danjohi-wrap img {
        width: 100%;
        height: auto;
    }
}

.section-box .text-wrap .title.strength {
    text-align: center;
    margin-bottom: 10px;
}

.section-box .half-text .text-wrap .title.strength span {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #32c0aa;
}

.goda-logo {
    background-image: url("../images/strength/logo.svg");
    background-size: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0;
}

.cycle {
    text-align: center;
}

.cycle-wrap .cycle {
    text-align: center;
}

.cycle-wrap .cycle img {
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
    .cycle-wrap .cycle img {
        max-height: 500px;
    }
}

@media (max-width: 767px) {
    .cycle-wrap .cycle img {
        width: 100%;
        height: auto;
    }
}

/*----------------------------------------------*/
.section-box.partner .text-wrap .description.m-b {
    margin-bottom: 30px;
}

.section-box.partner .text-wrap .read {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

@media (max-width: 767px) {
    .section-box.partner .text-wrap .read {
        font-size: 16px;
    }
}

.section-box.partner .text-wrap-inner {
    margin-bottom: 50px;
}

.section-box.partner .excel-dl-link, .section-box.partner .pdf-dl-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 18px;
}

.section-box.partner .dl-link-wrap a {
    text-decoration: underline;
    font-size: 14px;
}

.section-box.partner .excel-dl-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/partner/images/excel.gif);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.partner .pdf-dl-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/partner/images/pdf.gif);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.partner .dl-box {
    margin-bottom: 30px;
}

.section-box.partner .dl-box:last-of-type {
    margin-bottom: 0;
}

.section-box.partner .dl-box .description span {
    color: #ff8282;
    margin-left: 15px;
}

.section-box.partner .dl-box .description span:before {
    content: "\0274b";
    font-size: 16px;
    font-weight: normal;
    color: #ff8282;
}

.section-box.partner, .section-box.contact, .section-box.privacy_policy {
    padding-top: 50px;
}

.section-box.contact .text-wrap-inner {
    margin-bottom: 20px;
}

.vietnam-30p {
    width: 30%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.vietnam-70p {
    width: 70%;
    height: auto;
    margin: 30px auto;
}

.section-box .text-wrap .description.viet-corona {
    /*color: #f00;*/
    margin-top: 20px;
}

.vietnam-img-wrap {
    display: inline-block;
    margin-bottom: 15px;
}

.vietnam-img-wrap .text-col {
    text-align: center;
}

.vietnam-img-wrap .text-col p {
    border: 1px solid #999;
    display: inline-block;
    padding: 5px 10px;
}

.vietnam-50p {
    width: 50%;
    height: auto;
    margin: 15px auto;
    padding: 0 15px;
    float: left;
}

@media screen and (min-width: 768px) {
    .vietnam-50p.left {
        padding-left: 5px;
    }

    .vietnam-50p.right {
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .vietnam-50p {
        width: 100%;
    }
}

.vietnam-33p {
    width: 33.33%;
    height: auto;
    margin: 15px auto;
    padding: 0 5px;
    float: left;
}

@media screen and (max-width: 767px) {
    .vietnam-33p {
        width: 100%;
        height: auto;
        margin: 15px auto;
        padding: 0 15px;
        float: left;
    }
}

.vietnam-npo-link a {
    text-decoration: underline;
}

.section-box.partner .pdf-dl-link.pdf-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 18px;
}

#ISO9001 img {
    border: 1px solid #555;
}

#ISO14001 img {
    border: 1px solid #555;
}

.single .article-text-wrap img.size-medium {
    width: 100%;
    height: auto;
    max-width: 33.33%;
}

.single .article-text-wrap img.size-large {
    width: 100%;
    height: auto;
    max-width: 66.66%;
}

.single .article-text-wrap img.size-full {
    width: auto;
    height: auto;
    max-width: 100%;
}

#news .single .article-text-wrap a[href $='.pdf']:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/partner/images/pdf.gif);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.partner table.col-table {
    margin-bottom: 50px;
}

.section-box.partner table.col-table td {
    width: auto;
    padding: 5px 0;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 2;
}

/*----------------*/
.footer-banner {
    display: flex;
    align-content: flex-start;
    justify-content: center;

    margin-top: 15px;
}

@media (max-width: 767px) {
    .footer-banner {
        display: block;
        text-align: center;
    }
}

.footer-banner .banner-col {
    width: auto;
}

.footer-banner .banner-col img {
    width: 203px;
    height: 50px;
}

.footer-banner .banner-col.left {
    padding-left: 0;
    padding-right: 10px;
}

.footer-banner .banner-col.center {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-banner .banner-col.right {
    padding-left: 10px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .footer-banner .banner-col {
        margin-bottom: 15px;
    }

    .footer-box-wrap {
        padding-bottom: 15px;
    }

    .footer-banner .banner-col.left {
        padding: 0;
    }

    .footer-banner .banner-col.center {
        padding: 0;
    }

    .footer-banner .banner-col.right {
        padding: 0;
    }
}

.section-box.vietnam table.col-table {
    margin-bottom: 50px;
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam table.col-table {
        width: 100%;
    }
}

.section-box.vietnam table.col-table td {
    width: auto;
    /*padding: 5px 0;*/
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

.section-box.vietnam .calendar-col {
    margin: 30px 0;
}

.section-box.vietnam .calendar-col.last-col {
    margin-top: 0;
}

.section-box.vietnam .pdf-inner-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam .pdf-inner-col {
        display: block;
    }
}

.section-box.vietnam .text-wrap .click-image-wrap {
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 30px;
}

.section-box.vietnam .text-wrap .description.click-image {
    border: 1px solid #999;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    text-align: left;
}

.section-box.vietnam .text-wrap .schedule {
    margin-bottom: 50px;
}

.section-box.vietnam .text-wrap .schedule .description.click-image {
    position: relative;
    top: 35px;
    margin-top: -35px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam .text-wrap .schedule .description.click-image {
        font-size: 11px;
    }
}

.section-box.vietnam .text-wrap .map {
    margin-bottom: 50px;
}

.section-box.vietnam .text-wrap .map .description.click-image {
    position: relative;
    top: 50px;
    margin-top: -50px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam .text-wrap .map .description.click-image {
        font-size: 11px;
    }
}

.pdf-title {
    background-color: #c51d26;
    color: #fff;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .pdf-title {
        width: 100%;
    }
}

.pdf-box {
    border: 1px solid #c51d26;
    padding: 15px;
    margin-bottom: 30px;

}

.section-box.vietnam .pdf-dl-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 18px;
}

.section-box.vietnam .pdf-dl-link.margin-b {
    margin-bottom: 10px;
}

.section-box.vietnam .pdf-dl-link a {
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam .pdf-dl-link a {
        font-size: 12px;
    }
}

.section-box.vietnam .pdf-dl-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/partner/images/pdf.gif);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box .text-wrap-inner.viet-corona-wrap {
    margin-bottom: 30px;
}

.section-box.vietnam .text-wrap-inner {
    margin-bottom: 30px;
}

.section-box .text-wrap .kankyo {
    overflow: hidden;
    margin-bottom: 50px;
}

.section-box .text-wrap .kankyo .ceo {
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

.section-box .text-wrap .kankyo ol {
    padding-left: 24px;
}

.news_vietnam {
    position: relative;
}

.news_vietnam::after {
    content: "お知らせ";
    /* ラベルの中のテキスト */
    font-size: 10px;
    /* テキストの大きさ */
    color: #fff;
    /* テキストの文字色 */
    background-color: #ff0f00;
    /* ラベルの背景色 */
    padding: 2px 5px;
    border-radius: 3px;
    position: absolute;
    top: -20px;
    /* 要素の上から縦軸の位置 */
    left: 0;
    /* 要素の左から横軸の位置 */
    animation: blinkEffect 2s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;
    }
}

/*---------20211207_追加---------*/
.section-box.partner .dl-box.partner-text-ex {
    margin-bottom: 15px;
    margin-left: 12px;
}

.section-box.partner .dl-box.partner-text-ex p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    /*padding: 2px 10px;*/

    position: relative;
    padding: 5px 22px 3px 42px;
    background: #009944;
    color: #FFF;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -2;
    display: inline-block;
}

.section-box.partner .dl-box.partner-text-ex p::before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -1;
}

.section-box.partner .dl-box.partner-text-ex p::after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 79px white;
    z-index: -1;
}



div.longshadow_animation_container {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: grey;
}

p#longshadow_animation {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    margin: 0;
}

/*-----------------------協力業者の皆様へ_追加_20220312-----------------------*/
.slide-title p span.small {
    color: #fff;
    font-size: 12px;
}

.partner-image-01 {
    background-image: url("../images/partner/bg-partner-main.jpg");
}

.partner-image-02 {
    background-image: url("../images/partner/bg-partner-main.jpg");
}

.partner-select-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .partner-select-box {
        flex-flow: column;
    }
}

.partner-select a {
    padding: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 350px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 5px 8px 0 rgba(133, 168, 201, .5);
}

@media screen and (max-width: 767px) {
    .partner-select a {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .partner-select:last-of-type a {
        margin-bottom: 0;
    }
}

.partner-select.kagawa a {
    background-color: #589DD9;
    color: #fff;
}

.partner-select.kagawa a:hover {
    background-color: #4d8dc4;
    color: #2f6a9e;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

.partner-select.tokyo a {
    background-color: #4ABE88;
    color: #fff;
}

.partner-select.tokyo a:hover {
    background-color: #43ac7b;
    color: #238858;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

.target-area.partner {
    background-image: url("../images/partner/bg-partner-contents.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*-----------------------協力業者の皆様へ_香川本社・大阪支店とお取引の方-----------------------*/
.business-kagawa-image-01 {
    background-image: url("../images/partner/business/bg-business-kagawa.jpg");
    background-position: center bottom !important;
}

.business-kagawa-image-02 {
    background-image: url("../images/partner/business/bg-business-kagawa.jpg");
    background-position: center bottom !important;
}

.business-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    padding-top: 25px;
}

.business-select a {
    padding: 0 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    width: 240px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 5px 8px 0 rgba(133, 168, 201, .5);
}

@media screen and (max-width: 767px) {
    .business-select a {
        margin-bottom: 30px !important;
    }

    .business-select:last-of-type a {
        margin-bottom: 0 !important;
    }
}

.business-select.kagawa a {
    background-color: #589DD9;
    color: #fff;
    height: 70px;
    /* line-height: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.business-select.kagawa a:hover {
    background-color: #4d8dc4;
    color: #2f6a9e;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

/*-----------------------協力業者の皆様へ_東京本店とお取引の方-----------------------*/
.business-tokyo-image-01 {
    background-image: url("../images/partner/business/bg-business-tokyo.jpg");
    background-position: center bottom !important;
}

.business-tokyo-image-02 {
    background-image: url("../images/partner/business/bg-business-tokyo.jpg");
    background-position: center bottom !important;
}

.business-select-box.tokyo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    padding-top: 25px;
}

.business-select a {
    padding: 0 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    width: 240px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 5px 8px 0 rgba(133, 168, 201, .5);
}

.business-select.tokyo a {
    background-color: #4ABE88;
    color: #fff;
    height: 70px;
    /* line-height: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.business-select.tokyo a:hover {
    background-color: #43ac7b;
    color: #238858;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

/*------------*/
.business-select a i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 15px;
}

/*------------*/
/*-----------------------工事下請基本契約・CI-NETについて_香川本社・大阪支店とお取引の方-----------------------*/
.section-box.agreement {
    padding: 40px 0;
}

.section-box.agreement .text-wrap .read {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

.section-box.agreement .text-wrap .read.agreement:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/partner/business/agreement/01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.agreement .text-wrap .read.synapse:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/partner/business/agreement/03.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .text-wrap .read {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
    }

    .section-box.agreement .text-wrap .read.agreement:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .section-box.agreement .text-wrap .read.synapse:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.section-box.agreement .text-wrap .body {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 20px;
}

.section-box.agreement .text-wrap .link-button {
    display: inline-block;
    align-items: center;
}

.section-box.agreement .text-wrap .link-button a {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background-color: #2A77E0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .text-wrap .link-button {
        display: block;
        align-items: center;
    }

    .section-box.agreement .text-wrap .link-button a {
        font-size: 13px;
        text-align: center;
        display: block;
    }

    .section-box.agreement .text-wrap .body {
        text-align: justify;
    }
}

.section-box.agreement .text-wrap .link-button a:hover {
    background-color: #184a8d;
}

.section-box.agreement .text-wrap .link-button a.i-pdf:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 30px;
    background-image: url("../images/partner/business/agreement/02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .text-wrap .link-button a.i-pdf:after {
        width: 18px;
        height: 22px;
    }
}

.section-box.agreement .text-wrap .link-button a.i-cinet:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url("../images/partner/business/agreement/04.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.section-box.agreement .text-wrap-inner {
    margin-bottom: 50px;
}

.section-box.agreement.gray {
    background-color: #FAFAFA;
    padding-top: 100px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.section-box.agreement .text-wrap .title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: normal;
    color: #444;
    letter-spacing: 0;
}

.section-box.agreement .process {
    border: 2px solid #3DC3AE;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-bottom: 50px;
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .process {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 40px 15px;
        padding-bottom: 15px;
        text-align: justify;
    }

    .section-box.agreement .text-wrap-inner {
        /*margin-bottom: 30px;
		padding: 40px 15px;
		text-align: justify;*/
    }

    .section-box.agreement .text-wrap .title {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

.read-box.agreement {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-align: center;
}

.read-box.agreement p {
    background-color: #3DC3AE;
    color: #FFF;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .read-box.agreement p {
        background-color: #3DC3AE;
        color: #FFF;
        display: block;
        padding: 15px 10px;
        font-size: 14px;
        letter-spacing: 0;
        border-radius: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        line-height: 1;
        width: 100%;
    }

    .read-box.agreement {
        position: absolute;
        top: -4px;
    }
}

.process ol {
    padding: 0;
    margin: 0;
}

.process ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .process ol li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

.process ol li:first-child {
    margin-top: 20px;
}

.process ol li:last-child {
    margin-bottom: 0;
}

.process ol li:after {
    content: '';
    display: block;
    width: 28px;
    height: 22px;
    background-image: url("../images/partner/business/agreement/05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .process ol li:after {
        width: 20px;
        height: 15px;
        margin-top: 10px;
    }
}

.process ol li:last-child:after {
    display: none;
}

.section-box.agreement .process.not {
    border: 2px solid #C0326E;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-top: 72px;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .process.not {
        margin-bottom: 30px;
        padding: 40px 15px;
        padding-bottom: 15px;
        text-align: justify;
    }
}

.not .read-box.agreement p {
    background-color: #C0326E;
    color: #FFF;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    letter-spacing: 0.1rem;
    border-radius: 10px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .not .read-box.agreement p {
        background-color: #C0326E;
        color: #FFF;
        display: inline-block;
        padding: 15px 20px;
        font-size: 14px;
        letter-spacing: 0.1rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        line-height: 1;
        width: 100%;
    }
}

.install {
    margin-top: 30px;
    display: inline-block;
    border-radius: 7px;
    padding: 10px 15px;
    background-color: #ededed;
}

.install p {
    font-size: 13px;
    line-height: 1.8;
}

.section-box.agreement .text-wrap .target-form {
    display: block;
    align-items: center;
}

.section-box.agreement .text-wrap .target-form a {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    background-color: #32c0aa;
    color: #fff;
    padding: 30px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    position: relative;
    letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
    .section-box.agreement .text-wrap .target-form a {
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        background-color: #32c0aa;
        color: #fff;
        padding: 20px;
    }
}

.section-box.agreement .text-wrap .target-form a:hover {
    background-color: #248e7e;
    color: #6ad8c8;
}

.section-box.agreement .text-wrap .target-form a i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 50px;
}

.section-box.agreement.darkgray {
    background-color: #EFEFEF;
    padding-top: 100px;
}

.section-box.agreement.darkgray .text-wrap-inner {
    text-align: center;
}

.section-box.agreement.darkgray .text-wrap .title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    letter-spacing: 0;
    line-height: 1.4;
}

.section-box.agreement.darkgray .text-wrap .title span {
    color: #444;
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    display: block;
    line-height: 1.1;
}

.darkgray .contact-box {
    display: inline-block;
    width: 70%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 8px 0 rgb(217 217 217 / 50%);
}

@media screen and (max-width: 767px) {
    .darkgray .contact-box {
        width: 100%;
        padding: 20px;
    }
}

.darkgray .contact-box p {
    font-size: 18px;
}

.darkgray .contact-box .tel-box {
    display: inline-block;
    margin-top: 10px;
}

.darkgray .contact-box p.tel {
    font-size: 30px;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.darkgray .contact-box p.tel:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("../images/partner/business/agreement/06.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 10px;
}

.darkgray .contact-box p.person {
    font-size: 14px;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .darkgray .contact-box p {
        font-size: 15px;
    }

    .darkgray .contact-box p.tel {
        font-size: 22px;
        letter-spacing: 0.1rem;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .darkgray .contact-box p.person {
        font-size: 13px;
        align-items: center;
        margin: 0 auto;
    }

    .darkgray .contact-box p.tel:before {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
    }

    .section-box.agreement.darkgray {
        background-color: #EFEFEF;
        padding: 30px 0;
    }

    .section-box.agreement.darkgray .text-wrap-inner {
        text-align: center;
        margin-bottom: 0;
    }
}

/*Web支払通知書確認サービスのご案内*/
.section-box.agreement .text-wrap .read.confirmation {
    color: #045785;
    font-size: 22px;
}

.section-box.agreement .text-wrap .read.confirmation.month {
    text-align: center;
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
}

.section-box.agreement .text-wrap .read.confirmation.month:before {
    display: none;
}

.section-box.agreement .text-wrap .body.month {
    text-align: center;
}

.section-box.agreement .text-wrap .read.summary:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/partner/business/web-confirmation/01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.agreement .text-wrap .read.month:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/partner/business/web-confirmation/02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.agreement .text-wrap .body.month span, .section-box.agreement .text-wrap .body.caution span {
    text-decoration: underline;
}

.section-box.agreement .text-wrap .read.procedure:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/partner/business/web-confirmation/03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.agreement .text-wrap .read.caution:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/partner/business/web-confirmation/04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.confirmation .text-wrap .description {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.step {
    display: inline-block;
    background-color: #045785;
    padding: 15px 20px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1rem;
    border-radius: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.link-service {
    margin-top: 20px;
}

.link-service a {
    color: #045785;
    text-decoration: underline;
    font-size: 28px;
    transition: .3s;
}

.link-service a:hover {
    color: #018EDD;
    text-decoration: none;
}

.confirmation-img-box {
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #aaa;
    background-color: #ededed;
}

.confirmation-img-box img {
    border-radius: 25px;
    padding: 10px;
}

.section-box.agreement .text-wrap-inner.step-box {
    margin-bottom: 120px
}

.confirmation-text-box {
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #3DC3AE;
    background-color: #FFF;
    padding: 30px;
}

.confirmation-text-box p {
    display: inline-block;
    margin-bottom: 30px;
}

.section-box.confirmation .text-wrap .confirmation-text-box p.description {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    display: block;
}

.section-box.confirmation .text-wrap .confirmation-text-box p.description:last-of-type {
    margin-bottom: 0;
}

.confirmation .contact-box {
    display: inline-block;
    width: 70%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 8px 0 rgb(217 217 217 / 50%);
    margin-top: 30px;
    font-family: source-han-serif-japanese, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.confirmation .contact-box p {
    font-size: 18px;
}

.confirmation .contact-box .tel-box {
    display: inline-block;
    margin-top: 10px;
}

.confirmation .contact-box p.tel {
    font-size: 30px;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.confirmation .contact-box p.tel:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/partner/business/agreement/06.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-right: 10px;
}

.confirmation .contact-box p.person {
    font-size: 14px;
    align-items: center;
    margin: 0 auto;
}

.confirmation-kagawa-image-01 {
    background-image: url("../images/partner/business/web-confirmation/bg-confirmation-kagawa.jpg");
}

.confirmation-kagawa-image-02 {
    background-image: url("../images/partner/business/web-confirmation/bg-confirmation-kagawa.jpg");
}

/*-----------------progress-bar-----------------*/
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    font-size: 14px;
}

.progressbar li:before {
    display: block;
    width: 36px;
    height: 36px;
    margin: 3px auto 5px auto;
    content: '';
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active,
.progressbar li.complete {
    color: #2C2C2C;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #2C2C2C;
    color: #FFF;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #2C2C2C;
}

.f-li-mt-15 {
    margin-top: 15px;
}

.mw_wp_form .table-res-form th.hissu label:after {
    content: '※';
    color: #B70000;
}

.mw_wp_form .error {
    display: inline !important;
}

/*テーブルを親要素の幅いっぱいに伸ばす*/
.cinet-form .table-res-form {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

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

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

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

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

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

.cinet-form .table-res-form td {
    width: auto;
    margin-left: 3%;
    font-size: 12px;
    line-height: 2;
}

@media (max-width: 767px) {
    .cinet-form .table-res-form td {
        padding-bottom: 5px;
        font-size: 14px;
        margin-left: 0;
    }
}

.cinet-form .table-res-form td.submit-button {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
}

/*th（項目欄）は30%幅、テキストを右寄せ*/
.cinet-form .table-res-form th {
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding-top: 0;
    position: relative;
    color: #444;
    vertical-align: text-top;
    line-height: 1.1;
}

.cinet-form .table-res-form tr.textarea-wrap th {
    vertical-align: top;
    padding-top: 7px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .cinet-form .table-res-form th {
        padding-bottom: 10px;
        width: 100%;
    }

    .cinet-form .table-res-form tr.textarea-wrap th {
        padding-top: 0;
    }
}

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

.cinet-form .komejirushi {
    color: #ff8282;
}

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

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

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

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

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

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

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

/*各入力フォームスタイリング*/
.cinet-form .table-res-form input[type="text"], .cinet-form .table-res-form input[type="email"], .cinet-form .table-res-form input[type="tel"], textarea {
    border: 1px #c4c4c4 solid;
    /*padding: 1em;*/
    height: 36px;
    padding-left: 10px;
    border-radius: 0;
    margin-bottom: 0;
    /*width: auto;*/
    background-color: #ffffff;
    font-size: 12px;
}

.cinet-form .table-res-form input[type="text"], .cinet-form .table-res-form input[type="email"], .cinet-form input[type="tel"], .cinet-form .table-res-form textarea {
    -webkit-appearance: none;
}

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

/*送信ボタンスタイリング*/
.cinet-form .table-res-form input[type="submit"] {
    border: 1px transparent solid;
    padding: 30px 0;
    border-radius: 8px;
    width: 100%;
    background: #32c0aa;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(50, 192, 170, 0.5);
    /*font-weight: bold;*/
    transition: .3s;
}

.cinet-form .table-res-form td.acceptance-td {
    padding: 30px 0;
    padding-top: 12px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .cinet-form .table-res-form td.acceptance-td {
        padding: 20px 0;
        text-align: center;
    }
}

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

.cinet-form .dedicated {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    line-height: 1;
}

.section-box.cinet-form .text-wrap .form-des-box {
    margin-bottom: 50px;
}

.cinet-form .form-title {
    text-align: center;
    margin-bottom: 10px;
}

.section-box.cinet-form {
    padding-top: 50px;
}

.cinet-form caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: center;
    caption-side: top;
}

.cinet-form .text-wrap .table-res-form .title {
    text-align: left;
    width: 100%;
    background-color: #25786b;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 15px 30px;
    /*border-radius: 5px;*/
    font-size: 19px;
    padding-left: 12px;
    line-height: 1;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

.cinet-form .table-res-form tr.douijikou {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.cinet-form .table-res-form td.submit-button {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.cinet-form .table-res-form input[type="submit"] {
    margin-left: 0;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
}

.cinet-form .mw_wp_form_input .table-res-form input[type="submit"] {
    margin-left: 0;
}

.cinet-form .table-res-form td span {
    font-size: 14px;
}

.cinet-form .table-res-form input[type="submit"][name="submitBack"] {
    width: 30%;
    margin-right: 2%;
    background-color: #2e786c;
}

.cinet-form .table-res-form td span.comment {
    font-size: 13px;
    color: #2a70ad;
}

.cinet-form .table-res-form td span.error {
    display: inline-block !important;
    font-size: 12px;
    white-space: nowrap;
    background-color: #ff0000;
    color: #fff !important;
    padding: 5px;
    padding-left: 10px;
    border-radius: 50px;
    line-height: 1;
}

.cinet-form .table-res-form tr.mail-tr {
    /*display: flex;
	align-items: baseline;*/
}

.cinet-form .table-res-form tr.charge {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    /*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
}

.cinet-form .table-res-form tr.charge.mb-0 {
    margin-bottom: 0;
}

.cinet-form .table-res-form tr.charge-01 th {
    background-color: #4b63ad;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    border-radius: 3px;
}

.cinet-form .table-res-form tr.charge-01 td input {
    background-color: rgb(75 99 173 / 10%);
}

.cinet-form .table-res-form tr.charge-02 th {
    background-color: #4bad5d;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    border-radius: 3px;
}

.cinet-form .table-res-form tr.charge-02 td input {
    background-color: rgb(75 173 93 / 10%);
}

.cinet-form .table-res-form td.keta-8 {
    width: 8em;
}

.cinet-form .table-res-form td.keta-12 {
    width: 12em;
}

.douijikou .mwform-checkbox-field label {
    display: flex;
    align-items: center;
}

.douijikou .mwform-checkbox-field input {
    margin-right: 15px;
}

.cinet-form .table-res-form tr.douijikou {
    margin: 20px 0;
    display: block;
    /*border: 1px solid #a5bbce;
    padding: 15px;*/
}

.cinet-form .table-res-form tr.douijikou th {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a5bbce;
}

.cinet-form .table-res-form tr.douijikou th label {
    font-size: 16px;
}

.douijikou .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 14px;
}

.cinet-form .mw_wp_form_preview span.comment {
    display: none;
}

.entry-complete {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #444;
}

.top-button {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .section-box.partner {
        padding-top: 20px;
    }

    .business-select-box {
        flex-flow: column;
    }

    .cinet-form .dedicated span {
        display: none;
    }

    .cinet-form .table-res-form tr.charge {
        display: block;
    }

    .cinet-form .table-res-form tr.charge th {
        border-radius: 0;
        border: none;
    }

    .table-res-form td {
        padding: 0;
    }

    .cinet-form .mw_wp_form_input .table-res-form input[type="submit"] {
        padding: 20px 0;
        border-radius: 5px;
    }

    .cinet-form .table-res-form input[type="submit"] {
        padding: 20px 0;
        border-radius: 5px;
    }

    .cinet-form .table-res-form td.submit-button {
        display: block;
    }

    .cinet-form .table-res-form input[type="submit"][name="submitBack"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        background-color: #2e786c;
    }

    .cinet-form .text-wrap .table-res-form .title {
        text-align: center;
    }

    .section-box.agreement .text-wrap .read.summary:before, .section-box.agreement .text-wrap .read.month:before, .section-box.agreement .text-wrap .read.procedure:before, .section-box.agreement .text-wrap .read.caution:before {
        width: 26px;
        height: 26px;
    }

    .section-box.agreement .text-wrap .read.confirmation {
        color: #045785;
        font-size: 18px;
        text-align: left;
    }

    .section-box.agreement .text-wrap-inner {
        margin-bottom: 30px;
    }

    .step {
        display: inline-block;
        background-color: #045785;
        padding: 8px 20px;
    }

    .link-service a {
        color: #045785;
        text-decoration: underline;
        font-size: 18px;
        transition: .3s;
    }

    .section-box.confirmation .text-wrap .description {
        font-size: 14px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 0;
        padding: 0;
        text-align: justify;
    }

    .confirmation-img-box {
        border-radius: 10px;
    }

    .confirmation-img-box img {
        border-radius: 15px;
        padding: 10px;
    }

    .section-box.agreement .text-wrap .title {
        margin-bottom: 30px;
        font-size: 24px;
        margin-left: 0;
        text-align: center;
        font-weight: 600;
    }

    .section-box.agreement.gray {
        background-color: #FAFAFA;
        padding-top: 50px;
    }

    .confirmation .contact-box {
        width: 100%;
        padding: 20px;
    }

    .confirmation .contact-box p {
        font-size: 15px;
    }

    .confirmation .contact-box p.tel {
        font-size: 22px;
        letter-spacing: 0.1rem;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .confirmation .contact-box p.tel:before {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
    }

    .confirmation .contact-box p.person {
        font-size: 13px;
        align-items: center;
        margin: 0 auto;
    }

    .section-box.agreement .text-wrap-inner.step-box {
        margin-bottom: 90px;
    }

    .section-box.agreement .text-wrap-inner.step-box:last-of-type {
        margin-bottom: 30px;
    }
}

.post-password-form {
    background-color: #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    border: 1px solid #000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.post-password-form p:first-of-type {
    margin-bottom: 10px;
}

.post-password-form p:last-of-type {
    text-align: center;
}

.google-form {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .google-form {
        text-align: center;
        font-size: 16px;
    }
}

.google-form a {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #007bff;
    color: #007bff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    line-height: 1;
    transition: .3s;
}

.google-form a:hover {
    display: inline-block;
    background-color: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-text {
    font-size: 12px;
    text-align: center;
}

/*---------20220613_追加---------*/
.cinet-pdf-wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 30px 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .cinet-pdf-wrap {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}

.cinet-pdf-wrap li {
    width: 33.33%;
}

@media screen and (max-width: 767px) {
    .cinet-pdf-wrap li {
        margin-bottom: 30px;
        width: 100%;
    }
}

.cinet-pdf-wrap li a {
    width: 90%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .cinet-pdf-wrap li a {
        width: 100%;
    }
}

.cinet-pdf-wrap li img {
    height: 65px;
    display: block;
    margin-bottom: 10px;
}

.cinet-pdf-wrap li p {
    font-size: 12px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.pdf-desc {
    font-size: 14px;
    text-align: center;
    line-height: 2;
}

/*----------------20220729_追加-------------------------------------*/
@media screen and (max-width: 991px) {
    .half-text .title {
        margin-bottom: 20px;
    }

    .top-works .half-text .title, .top-news .half-text .title, .top-csr .half-text .title {
        margin-bottom: 20px;
    }

    .top-works .works-col-wrap.slick-slider {
        margin-top: 0;
    }

    .footer-contact .container {
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-banner {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .top-csr .gradation-inner {
        padding-top: 50px;
    }

    .half-section.top-news#news {
        padding-bottom: 0;
    }

    .half-section .half-img-wrapper {
        padding-bottom: 10px;
    }

    .half-section.top-company .half-img-wrapper {
        padding-top: 0;
    }

    .half-section.top-company {
        margin-bottom: 0;
    }

    .top-csr .gradation-inner {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .footer-banner .banner-col img {
        width: 100%;
        height: auto;
    }

    .footer-box-wrap .container {
        padding: 0 30px;
    }

    .footer-bottom {
        padding-top: 15px;
    }

    .top-recruit .title {
        margin-bottom: 20px;
    }
}

/*-----------20220720_追加------------------------------------------------*/
.sdgs-image-01 {
    background-image: url("../images/sdgs/slide/01.jpg");
}

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

/*-----------------------------------------------------------*/
.section-box.sdgs {
    padding: 50px 0;
}

.section-box.sdgs .text-wrap .description {
    font-size: 16px;
}

.section-box.sdgs .text-wrap-inner {
    margin-bottom: 0;
}

.section-box.sdgs .text-wrap-inner.padd-t-50 {
    padding-top: 50px;
}

.section-box.sdgs .text-wrap-inner .read {
    color: #227491;
    line-height: 1.2;
    margin-bottom: 15px;
}

.section-box.sdgs .text-wrap-inner .read:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background-image: url("../images/sdgs/sdgs-line.png");
    background-size: contain;
    vertical-align: middle;
}

.effort-box {
    margin-bottom: 20px;
}

.sdgs-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sdgs-title {
    padding-left: 15px;
}

.sdgs-title .main {
    display: block;
    font-family: "MS Pゴシック", sans-serif;
    font-weight: bold;
    font-size: 26px;
}

.sdgs-title .sub {
    display: block;
    font-size: 18px;
}

.sdgs-icon {
    width: 100px;
    height: 100px;
}

.sdgs-contents-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.sdgs-contents-box .left-col {
    width: 50%;
    padding-right: 15px;
}

.sdgs-contents-box .left-col p {
    font-family: "MS Pゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.sdgs-contents-box .right-col {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .sdgs-title-box {
        flex-direction: row-reverse;
        justify-content: start;
        padding: 5px;
        border-bottom: none !important;
    }

    .sdgs-title .main {
        font-size: 16px;
        line-height: 1.4;
    }

    .sdgs-title .sub {
        font-size: 12px;
    }

    .sdgs-contents-box {
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
        padding: 10px;
    }

    .sdgs-contents-box .left-col {
        width: 100%;
        padding-right: 0;
    }

    .sdgs-contents-box .right-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .sdgs-contents-box .left-col p {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }

    .sdgs-title {
        padding: 0 5px;
    }

    .sdgs-icon {
        width: 70px;
        height: 70px;
        padding: 5px;
    }

    .sdgs-08 .img-box, .sdgs-15 .img-box {
        display: flex;
        padding: 5px;
    }

    .sdgs-08 .sdgs-icon, .sdgs-15 .sdgs-icon {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .section-box.sdgs .text-wrap-inner {
        /*margin-bottom: 50px;*/
    }

    .section-box.sdgs .text-wrap .description {
        font-size: 15px;
        line-height: 1.7;
    }
}

/*-----------------------------------------------------------*/
.sdgs-03 .sdgs-title {
    color: #1b973a;
}

.sdgs-03 .sdgs-title-box {
    border: 2px solid #1b973a;
}

.sdgs-03 .sdgs-contents-box {
    border: 2px solid #1b973a;
}

/*--------*/
.sdgs-05 .sdgs-title {
    color: #e83418;
}

.sdgs-05 .sdgs-title-box {
    border: 2px solid #e83418;
}

.sdgs-05 .sdgs-contents-box {
    border: 2px solid #e83418;
}

/*--------*/
.sdgs-06 .sdgs-title {
    color: #00a6d9;
}

.sdgs-06 .sdgs-title-box {
    border: 2px solid #00a6d9;
}

.sdgs-06 .sdgs-contents-box {
    border: 2px solid #00a6d9;
}

/*--------*/
.sdgs-08 .sdgs-title {
    /*color: #970a31;*/
    background: linear-gradient(to right, #e83418 0%, #970a31 100%);
    background: -webkit-linear-gradient(to right, #e83418 0%, #970a31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sdgs-08 .sdgs-title-box {
    /*border: 2px solid #970a31;*/
    border: 2px solid;
    border-image: linear-gradient(to right, #e83418, #970a31) 1;
}

@media screen and (min-width: 992px) {
    .sdgs-08 .sdgs-title-box .img-box {
        display: flex;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sdgs-08 .sdgs-title .main {
        font-size: 22px;
    }

    .sdgs-08 .sdgs-title .sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .sdgs-08 .sdgs-title .main {
        font-size: 13px;
    }

    .sdgs-08 .sdgs-title .sub {
        font-size: 10px;
    }
}

.sdgs-08 .sdgs-contents-box {
    /*border: 2px solid #970a31;*/
    border: 2px solid;
    border-image: linear-gradient(to right, #e83418, #970a31) 1;
}

/*--------*/
.sdgs-11 .sdgs-title {
    color: #f5a209;
}

.sdgs-11 .sdgs-title-box {
    border: 2px solid #f5a209;
}

.sdgs-11 .sdgs-contents-box {
    border: 2px solid #f5a209;
}

/*--------*/
.sdgs-15 .sdgs-title {
    /*color: #28a838;*/
    background: linear-gradient(to right, #407936 0%, #28a838 100%);
    background: -webkit-linear-gradient(to right, #e83418 0%, #970a31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sdgs-15 .sdgs-title-box {
    /*border: 2px solid #28a838;*/
    border: 2px solid;
    border-image: linear-gradient(to right, #407936, #28a838) 1;
}

.sdgs-15 .sdgs-contents-box {
    /*border: 2px solid #28a838;*/
    border: 2px solid;
    border-image: linear-gradient(to right, #407936, #28a838) 1;
}

@media screen and (min-width: 992px) {
    .sdgs-15 .sdgs-title-box .img-box {
        display: flex;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sdgs-15 .sdgs-title .main {
        font-size: 22px;
    }

    .sdgs-15 .sdgs-title .sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .sdgs-15 .sdgs-title .main {
        font-size: 13px;
    }

    .sdgs-15 .sdgs-title .sub {
        font-size: 10px;
    }
}

/*-----------------------------------------------------------*/
/*メニュー関係_SDGsとお問い合わせ拠点選択追加*/
.header-inner-inner-right {
    width: 70%;
}

.menu-mega>li {
    width: 14.28%;
}

.footer-contact p.c-form a {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .section-box.sdgs .text-wrap-inner.padd-t-50 {
        padding-top: 30px;
    }

    .section-box.sdgs .text-wrap-inner {
        margin-bottom: 0;
    }
}

/*-----------------------------------------------------------*/
/*お問い合わせ拠点選択*/
.contact-bread {
    margin-top: 65px;
}

.contact .base-button {
    text-align: center;
}

.contact .base-button a {
    padding: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    transition: .3s;
    box-shadow: 0 5px 8px 0 rgb(133 168 201 / 50%);
}

@media screen and (max-width: 991px) {
    .contact .base-button a {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.contact .base-button.kagawa a {
    background-color: #589DD9;
    color: #fff;
}

.contact .base-button.kagawa a:hover {
    background-color: #4d8dc4;
    color: #2f6a9e;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

.contact .base-button.tokyo a {
    background-color: #4ABE88;
    color: #fff;
}

.contact .base-button.tokyo a:hover {
    background-color: #43ac7b;
    color: #238858;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

.contact .base-button.osaka a {
    background-color: #5a66b7;
    color: #fff;
}

.contact .base-button.osaka a:hover {
    background-color: #4b5495;
    color: #7181f3;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

@media screen and (min-width: 992px) {
    .section-box.base-select {
        padding-bottom: 150px;
    }
}

.progressbar li {
    font-weight: normal;
    font-size: 12px;
}

/*-----------------------------------------------------------*/
.table-res-form .secret {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 12px;
    margin-top: 30px;
}

.table-res-form td.submit-button {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
}

.table-res-form input[name="submitConfirm"] {
    border: 1px transparent solid;
    padding: 20px;
    width: 100%;
    background: #32c0aa;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    /*border-radius: 5px;*/
    margin-left: 0;
}

.contact .mw_wp_form textarea {
    border: 1px #32c0aa solid;
    padding: 1em;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
}

.table-res-form .comment {
    font-size: 11px;
}

.table-res-form .privacy {
    margin-left: 10px;
    display: inline-block;
}

.table-res-form .privacy a {
    text-decoration: underline;
}

.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 0.7em 1em;
}

.mw_wp_form_confirm .comment {
    display: none;
}

.table-res-form td {
    font-size: 14px;
}

.mw_wp_form.mw_wp_form_confirm .table-res-form th.hissu label:after {
    display: none;
}

.section-box.confirm .text-wrap .description {
    text-align: center;
}

.table-res-form td.submit-button {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
}

.section-box.confirm .table-res-form input[type="submit"] {
    outline: none;
    width: 67%;
    margin-left: 3%;
    cursor: pointer;
}

.section-box.confirm .table-res-form input.mw-button-back[name="submitBack"] {
    display: inline-block !important;
    width: 30%;
    background: #1c3b22;
    color: #fff;
    border: 1px transparent solid;
    padding: 20px 0;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    /*border-radius: 5px;*/
    margin-left: 0;
}

.contact-bread {
    margin-top: 65px;
}

.contact .base-button {
    text-align: center;
}

.contact .base-button a {
    padding: 20px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    transition: .3s;
    box-shadow: 0 5px 8px 0 rgb(133 168 201 / 50%);
}

@media screen and (max-width: 991px) {
    .contact .base-button a {
        margin-bottom: 30px;
        font-size: 16px;
    }
}

.contact .base-button.kagawa a {
    background-color: #589DD9;
    color: #fff;
}

.contact .base-button.kagawa a:hover {
    background-color: #4d8dc4;
    color: #2f6a9e;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

.contact .base-button.tokyo a {
    background-color: #4ABE88;
    color: #fff;
}

.contact .base-button.tokyo a:hover {
    background-color: #43ac7b;
    color: #238858;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

.contact .base-button.osaka a {
    background-color: #5a66b7;
    color: #fff;
}

.contact .base-button.osaka a:hover {
    background-color: #4b5495;
    color: #7181f3;
    box-shadow: 0 3px 3px 0 rgb(133 168 201 / 50%);
}

@media screen and (min-width: 992px) {
    .section-box.base-select {
        padding-bottom: 150px;
    }
}

.progressbar li {
    font-weight: normal;
    font-size: 12px;
}

/*20220902_追加*/
/*-----------------------------------------------------------*/
.table-res-form .table-button-tr .submit-button {
    margin-top: 30px;
}

/*20221027_追加*/
/*-----------------------------------------------------------*/
.section-box.vietnam .pdf-inner-col {
    flex-wrap: wrap;
}

.section-box.vietnam .pdf-dl-link {
    margin-right: 0;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .section-box.vietnam .pdf-dl-link {
        width: 100%;
    }
}

/*20230214_追加*/
/*-----------------------------------------------------------*/
.hero-news .category {
    padding: 1px 10px;
    padding-bottom: 3px;
}

/*20230218_追加*/
/*-----------------------------------------------------------*/
/*--------CI-NET修正--------*/
.cinet-form .table-res-form tr {
    border: 1px #25786b solid;
    border-top: none;
    padding: 15px;
}

.cinet-form .table-res-form th {
    width: 30%;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.cinet-form .table-res-form th.width-100 {
    width: 100%;
    padding: 10px 0;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.cinet-form .table-res-form th.width-100 label {
    font-size: 14px;
}

.cinet-form .table-res-form td.ml-0 {
    margin-left: 0;
    line-height: 1.4;
}

.cinet-form .table-res-form td span {
    display: inline-block;
}

.cinet-form .table-res-form td span label {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .cinet-form .table-res-form tr.doui {
        display: block;
        width: 100%;
    }

    .cinet-form .table-res-form tr.doui th {
        display: block;
        width: 100%;
    }

    .cinet-form .table-res-form tr.doui td {
        display: block;
        width: 100%;
    }
}

.separate-q {
    display: flex;
}

.separate-q li {
    display: flex;
    align-items: center;
}

.separate-q li span {
    padding: 0 5px 0 10px;
}

.separate-q li:first-of-type span {
    padding-left: 0;
}

.tr-separate {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

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

.cinet-form .table-res-form th span.comment {
    font-size: 11px;
    color: #2a70ad;
}

.cinet-form .table-res-form input[type="text"], .cinet-form .table-res-form input[type="email"], .cinet-form .table-res-form input[type="tel"], textarea {
    font-size: 14px;
    margin-bottom: 5px;
}

.cinet-form .table-res-form td span.comment {
    color: #54a6a5;
    margin-top: 10px;
}

.cinet-pdf-box {
    padding: 15px 10px 5px 10px;
    border: 1px solid #c4c4c4;
    margin-bottom: 30px;
}

.cinet-pdf-wrap li img {
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

.cinet-pdf-wrap {
    margin: 25px 0;
    margin-bottom: 15px;
    width: 100%;
}

.pdf-desc {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}

.cinet-form .mw_wp_form .table-res-form th.hissu:before {
    content: '必須';
    /*background-color: #B70000;*/
    background-color: #0080b7;
    color: #FFF;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.cinet-form .mw_wp_form .table-res-form th.nini:before {
    content: '任意';
    background-color: #888;
    color: #FFF;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.cinet-form .mw_wp_form .table-res-form th.hissu label:after {
    content: '';
}

@media screen and (min-width: 768px) {
    .cinet-form .table-res-form td span {
        margin-left: 15px;
    }

    .cinet-form .table-res-form td span:first-of-type {
        margin-left: 0;
    }
}

.cinet-form .table-res-form {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.cinet-form .pickup {
    display: block;
    padding-bottom: 20px;
}

.cinet-form .table-res-form {
    border-spacing: 0;
    /*background-color: #fafafa;
    padding: 15px;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #c4c4c4;*/
}

.cinet-form .table-res-form th {
    width: 100%;
    margin-bottom: 15px;
}

.cinet-form .table-res-form td {
    width: 100%;
    margin-left: 0;
}

.tr-separate {
    flex-flow: column;
    align-items: normal;
}

.single-bg .item {
    background-size: cover;
    width: 100%;
    height: 40vh;
    min-height: 40vh;
}

.single-bg .item-box {
    width: 100%;
    height: 40vh;
    min-height: 40vh;
    display: table;
    text-align: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}

.single-bg .slide-title p span {
    font-size: 50px;
}

.single-bg .slide-title p span.small {
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .cinet-pdf-wrap {
        padding: 0 10px;
        margin-top: 15px;
    }

    .cinet-pdf-wrap li:last-of-type {
        margin-bottom: 0;
    }

    .cinet-pdf-wrap li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .cinet-pdf-wrap li img {
        height: 30px;
        display: inline;
        width: auto;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .cinet-pdf-wrap li p {
        width: auto;
        display: inline-block;
        text-align: left !important;
    }

    .ui-datepicker table tbody td {
        width: auto;
        display: table-cell;
    }
}

.section-box.cinet-form .text-wrap-inner {
    margin-bottom: 30px;
}

.section-box.cinet-form .mw_wp_form_complete {
    font-size: 14px;
    line-height: 2;
    color: #444;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
}

/*送信ボタンスタイリング*/
.cinet-form .submit-box {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}

.cinet-form .submit-box input[type="submit"] {
    border: 1px transparent solid;
    padding: 30px 0;
    /*border-radius: 5px;*/
    width: 100%;
    background: #32c0aa;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(50, 192, 170, 0.5);
    /*font-weight: bold;*/
    transition: .3s;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
}

.cinet-form .submit-box input[type="submit"]:hover {
    background: rgb(40, 151, 133);
    box-shadow: none;
    cursor: pointer;
}

.cinet-form .submit-box .acceptance-td {
    padding: 30px 0;
    padding-top: 12px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .cinet-form .submit-box .acceptance-td {
        padding: 20px 0;
        text-align: center;
    }
}

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

.cinet-form .dedicated {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    line-height: 1;
    width: 100%;
}

.cinet-form .submit-box .doui {
    border: 1px #25786b solid;
    padding: 15px;
    margin-top: 15px;
    background-color: #edf3f2;
}

.cinet-form .submit-box .doui label {
    font-size: 14px;
}

.cinet-form .submit-box .doui span.privacy {
    font-size: 13px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .cinet-form .submit-box .doui span.privacy {
        margin-left: 15px;
    }
}

.cinet-form .submit-box .doui .hissu:before {
    content: '必須';
    background-color: #0080b7;
    color: #FFF;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    margin-right: 5px;
    white-space: nowrap;
}

.cinet-form .submit-box .error {
    display: inline-block !important;
    font-size: 12px;
    white-space: nowrap;
    padding-left: 0;
    background-color: #ff0000;
    color: #fff !important;
    padding: 5px;
    padding-left: 10px;
    border-radius: 50px;
    line-height: 1;
}

.cinet-form .mw_wp_form_preview td {
    width: 100%;
    margin-left: 0;
    background-color: #efefef;
    padding: 5px 10px;
}

.cinet-form .mw_wp_form_preview .separate-q span {
    display: none;
}

.cinet-form .submit-box .submit-button {
    margin-top: 15px;
    width: 100%;
    display: flex;
    height: auto;
}

.cinet-form .submit-box input[type="submit"] {
    color: #fff;
    border-radius: 0;
    border: 1px transparent solid;
    padding: 30px 0;
}

.cinet-form .submit-box input[type="submit"][name="submitBack"] {
    width: 30%;
    margin-right: 2%;
    background-color: #2e786c;
}

@media screen and (max-width: 767px) {
    .cinet-form .submit-box input[type="submit"][name="submitBack"] {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }

    .cinet-form .mw_wp_form_preview .submit-box .submit-button {
        flex-flow: column-reverse;
    }
}

.cinet-form.complete .text-wrap-inner {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.cinet-form.complete .mw_wp_form_complete {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    text-align: center;
}

.tr-separate .name-col input {
    width: 150px;
}

@media screen and (max-width: 767px) {
    .cinet-form .table-res-form .name-col input {
        width: calc(100% - 30px);
    }

    .cinet-form .table-res-form .name-col span.name {
        width: 25px;
    }
}

.cinet-form .table-res-form td span.error {
    margin: 2px;
}

.cinet-form .table-res-form span.comment {
    color: #54a6a5;
    margin-top: 10px;
}

.grouping-keiyaku {
    background-color: #e8e9f3;
}

.grouping-ichiji {
    background-color: #f6f3e3;
}

.grouping-saishu {
    background-color: #ebf7ed;
}

.cinet-form.complete .text-wrap-inner .description-box {
    /*background-color: #fafafa;
    padding: 15px;
    border: 1px #25786b solid;
	margin-top: 15px;*/
    margin-top: 30px;
}

.cinet-form.complete .text-wrap-inner .description {
    /*border-bottom: 1px #25786b solid;*/
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.cinet-form.complete .text-wrap-inner .text {
    line-height: 2;
    margin-bottom: 10px;
    border: 1px solid #25786b;
    padding: 10px;
    font-size: 14px;
}

.cinet-form.complete .description-box .ari span {
    background-color: #009944;
    color: #fff;
    padding: 5px;
    line-height: 2.8;
}

.cinet-form.complete .description-box .nashi span {
    background-color: #4a59ae;
    color: #fff;
    padding: 5px;
    line-height: 2.8;
}

.mw_wp_form_preview .name-col span {
    display: none !important;
}

.data-preview td {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #1a95c0;
    padding: 5px 10px;
    font-weight: 600;
}

.section-box.cinet-form.data-preview .text-wrap .form-des-box {
    margin-bottom: 0;
}

.cinet-form.data-preview .dedicated {
    margin-bottom: 25px;
}

.section-box.data-preview .data-col {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.section-box.data-preview .data-col a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 0;
}

.section-box.data-preview .data-col:first-of-type a {
    border-top: 1px solid #ccc;
}

.section-box.data-preview .data-col .title {
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
}

.section-box.data-preview .track-number {
    font-size: 14px;
    color: #0465a8;
}

.mw_wp_form_preview .name-col-comment-wrap {
    display: none;
}

.tracking-number-box {
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 25px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.tracking-number-box .num-title {
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.tracking-number-box .number {
    font-size: 28px;
    padding-top: 5px;
}

/*20230214_追加*/
/*-----------------------------------------------------------*/
.hero-news .category {
    padding: 1px 10px;
    padding-bottom: 3px;
}

/*20230303_追加*/
/*-----------------------------------------------------------*/
.section-box .text-wrap .title span.ci-net-chui {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 12px;
    display: block;
    color: #fff;
    line-height: 1.4;
    margin-top: 10px;
}

/*20230516_追加*/
/*-----------------------------------------------------------*/
.breadcrumb-wrap.breadcrumb-head.simple {
    margin-top: 65px;
    padding-bottom: 0;
}

.hero-wrap-simple {
    padding-top: 30px;
}

.hero-wrap-simple .slide-title-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    display: table;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.hero-wrap-simple .slide-title p {
    color: #393232;
    font-size: 20px;
    display: inline-block;
}

.hero-wrap-simple .slide-title p span {
    color: #393232;
}

.hidden.simple .menu-mega>li a {
    color: #444;
}

.parking-flex {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .parking-flex .text-wrap-inner {
        width: 50%;
    }

    .parking-flex .text-wrap-inner:nth-child(odd) {
        padding-right: 15px;
    }

    .parking-flex .text-wrap-inner:nth-child(even) {
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb-wrap.breadcrumb-head.simple {
        margin-top: 50px;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .hero-wrap-simple .slide-title p span {
        font-size: 60px;
    }

    .section-box.parking .text-wrap .description {
        text-align: center;
    }
}

.parking-flex .text-wrap-inner img {
    border: 1px solid #c7c6c6;
}

.section-box .parking-flex .title-wrap {
    background-color: #2A77E0;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.section-box .parking-flex .title-wrap-green {
    background-color: #299887;
}

.section-box .parking-flex .title {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.section-box .parking-flex .title.num_1:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../images/parking/num_1.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.section-box .parking-flex .title.num_2:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../images/parking/num_2.png");
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.section-box.parking .text-wrap-inner {
    margin-bottom: 50px;
    text-align: center;
}

.section-box.parking {
    padding-top: 50px;
}

.section-box.parking .text-wrap-inner {
    margin-bottom: 50px;
}

.section-box.parking figcaption {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .hero-wrap-simple .slide-title p {
        color: #393232;
        font-size: 16px;
        display: inline-block;
    }

    .section-box.parking .text-wrap-inner {
        margin-bottom: 30px;
    }

    .section-box.parking .text-wrap-inner.green {
        background-color: #299887;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
        border-radius: 10px;
    }

    .section-box.parking .text-wrap-inner figure:last-of-type {
        margin-bottom: 0;
    }

    .parking-flex .text-wrap-inner.green img {
        border: 1px solid #ffffff;
    }

    .section-box.parking .green figcaption {
        color: #fff;
    }

    .section-box .parking-flex .title-wrap-green {
        margin-bottom: 0;
    }
}

.parking-a {
    display: block;
    position: relative;
    transition: .3s;
}

.parking-a:hover {}

.parking-a .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: .3s;
    display: flex;
    flex-flow: column;
}

@media screen and (max-width: 767px) {
    .parking-a .cover {
        display: none;
    }
}

.parking-a:hover .cover {
    opacity: 1;
}

.parking-a .cover img {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 15px;
}

.parking-a .cover p {
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.lb-data .lb-caption {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
}

.lb-data {
    color: #eee;
}

.recruit-banner a {
    transition: .3s;
}

.recruit-banner a:hover {
    opacity: 0.6;
}

/*--------------ローディング--------------*/
.load_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2023;
    top: 0;
    left: 0;
}

.load {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cbedc4;
}

.load:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    content: "";
}

.load div {
    width: 40px;
    height: 20px;
    border-radius: 20px 20px 0 0;
}

.load div:first-child {
    background: #53bbe3;
    transform-origin: 20px 20px;
    transform: rotate(0deg);
    animation: load1 0.5s linear 0s infinite normal;
}

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*-------------- SDGs_追加 --------------*/
.sdgs-furugi .sdgs-title {
    color: #0b2b6e;
}

.sdgs-furugi .sdgs-title-box {
    border: 2px solid #0b2b6e;
}

.sdgs-furugi .sdgs-contents-box {
    border: 2px solid #0b2b6e;
}

.sdgs-furugi .sdgs-title-box .img-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sdgs-furugi .img-box .sdgs-icon {
    width: 14.285%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .sdgs-furugi .sdgs-title {
        padding: 10px 0;
    }

    .sdgs-furugi .sdgs-title-box {
        flex-flow: column-reverse;
        align-items: flex-start;
    }

    .sdgs-furugi .sdgs-title-box .img-box {
        width: 100%;
    }

    .sdgs-furugi .img-box .sdgs-icon {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }

    .sdgs-furugi .img-box .sdgs-icon:first-of-type {
        padding-left: 5px;
    }

    .sdgs-furugi .img-box .sdgs-icon:last-of-type {
        padding-right: 5px;
    }
}

/*--------------　20240705_鍵付きページ作成　--------------*/
.partner-select.secret-pdf a {
    background-color: #57758f;
    color: #fff;
    font-size: 13px;
    padding: 15px;
}

.partner-select.secret-pdf a:hover {
    background-color: #4e667c;
    color: #b2bec9;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

.partner-select-box:first-of-type {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .partner-select a {
        width: 300px;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .partner-select {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .partner-select-box:last-of-type {
        padding-top: 30px;
    }

    .partner-select {
        width: 100%;
    }

    .partner-select a {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .business-select-box {
        display: block !important;
    }

    .business-select a {
        width: 350px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .business-select:last-of-type a {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .business-select-box {
        display: block !important;
    }

    .business-select a {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .business-select:last-of-type a {
        margin-bottom: 0;
    }
}

.constitution-image-01 {
    background-image: url(../images/partner/constitution/bg-constitution.jpg);
    background-position: center bottom !important;
}

.constitution-image-02 {
    background-image: url(../images/partner/constitution/bg-constitution.jpg);
    background-position: center bottom !important;
}

.constitution .dedicated {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    line-height: 1;
    width: 100%;
}

.section-box.constitution .text-wrap .pdf-des-box {
    margin-bottom: 50px;
}

/*-----------------------社員専用ページ-----------------------*/
.employees-only-image-01 {
    background-image: url("../images/employees-only/bg.jpg");
    background-position: center bottom !important;
}

.employees-only-image-02 {
    background-image: url("../images/employees-only/bg.jpg");
    background-position: center bottom !important;
}

.section-box.employees .dl-box.partner-text-ex p {
    background: #000000;
    color: #FFF;
}

.section-box.partner .txt-dl-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 18px;
}

.section-box.partner .txt-dl-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/partner/images/txt.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.section-box.employees .text-wrap .description {
    text-align: justify;
    position: relative;
    display: flex;
    align-items: center;
}

.section-box.employees .text-wrap .description:before {
    content: "\025cf";
    font-size: 10px;
    font-weight: normal;
    color: #000;
    margin-right: 5px;
}

/* ------------------202500519_追加--------------------- */
.partner-select-box.add-select-box {
    flex-direction: column;
    gap: 50px;
}

.partner-select.secret-ci-net a {
    background-color: #EF7802;
    color: #fff;
    font-size: 13px;
    padding: 15px;
}

.partner-select.secret-ci-net a:hover {
    background-color: #df7207;
    color: #c5b4a3;
    box-shadow: 0 3px 3px 0 rgba(133, 168, 201, .5);
}

/*-----------------------協力業者の皆様へ_CI-NET 新規導入について-----------------------*/
@media screen and (max-width: 767px) {
    .partner-select-box.add-select-box {
        gap: 0;
    }
}

.cinet-installation-image-01 {
    background-image: url("../images/partner/bg-partner-cinet.jpg");
    background-position: center bottom !important;
}

.cinet-installation-image-02 {
    background-image: url("../images/partner/bg-partner-cinet.jpg");
    background-position: center bottom !important;
}

#cinet-installation .section-box.agreement .text-wrap .title span {
    display: inline;
    font-size: 28px;
}

#cinet-installation .slide-title-wrapper {
    background-color: transparent;
}

#cinet-installation .slide-title p span.small {
    color: #fff;
    font-size: 16px;
}

#cinet-installation .text-wrap-inner.intro {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #cinet-installation .text-wrap-inner.intro {
        background-color: #ffffff;
        margin-bottom: 50px;
    }

}

#cinet-installation .text-wrap-inner.intro p {
    padding: 15px 25px;
    background-color: #EF7821;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    #cinet-installation .text-wrap-inner.intro p {
        background-color: #ffffff;
        border: 1px solid #EF7821;
        padding: 15px 15px;
        color: #393232;
        text-align: left;
    }

}

#cinet-installation .intro p span {
    /* color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal; */
}

@media screen and (max-width: 991px) {
    #cinet-installation .intro p span {
        /* padding: 0;
        text-align: left;
        font-size: 14px;
        text-indent: -0.6em;
        padding-left: 1em;
        color: #393232; */
    }

    #cinet-installation .section-box.agreement .text-wrap .title {
        margin-bottom: 50px;
    }

}

#cinet-installation .stepdeco {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px solid #ef7821;
}

@media screen and (max-width: 767px) {
    #cinet-installation .stepdeco {
        display: block;
        margin-bottom: 30px;
    }

}

#cinet-installation .stepdeco .item {
    position: relative;
    width: auto;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    #cinet-installation .stepdeco .item {
        padding: 5px 10px;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }

}

#cinet-installation .stepdeco .item.active {
    z-index: 1;
    background: #EF7821;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    #cinet-installation .stepdeco .item::after {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 100%;
        content: '';
        border: 30px solid transparent;
        border-left: 15px solid #F5F5F5;
        margin: auto;
    }

    #cinet-installation .stepdeco .item.active::after {
        border-left-color: #EF7821;
    }
}

/* @media screen and (max-width: 767px) {
    #cinet-installation .stepdeco .item::after {
        border: 22px solid transparent;
    }

} */

#cinet-installation .stepdeco p {
    font-size: 20px;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    #cinet-installation .stepdeco p {
        font-size: 20px;
        margin-left: 0;
        text-align: center;
        padding: 10px 0;
        font-weight: 500;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        color: #325283;

    }
}

#cinet-installation .step-content-box {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #cinet-installation .step-content-box {
        margin-bottom: 50px;
    }

}

.step-content-box .text-box {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .step-content-box .text-box {
        padding-left: 70px;
    }
}

.step-content-box .text-box:last-of-type {
    margin-bottom: 0;
}

#cinet-installation .step-content-box .text {
    margin-bottom: 30px;
    padding: 0 15px;
}

#cinet-installation .step-content-box .text p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#cinet-installation .step-content-box .text.torihiki {
    margin-bottom: 0;
}

#cinet-installation .step-content-box .text.torihiki p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #cinet-installation .step-content-box .text.torihiki p {
        text-align: center;
    }

}

#cinet-installation .step-content-box .text a {
    text-decoration: underline;
}

#cinet-installation .step-content-box .text-box h4 {
    display: block;
    background-color: #325283;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 50px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #cinet-installation .step-content-box .text-box h4 {
        display: block;
        text-align: center;
    }

}

#cinet-installation .step-content-box .notes p {
    border: 2px solid #325283;
    font-size: 15px;
    padding: 15px;
    line-height: 1.8;
    border-radius: 10px;
}

#cinet-installation .zip-link {
    text-align: center;
}

#cinet-installation .zip-link a {
    display: inline-block;
    margin-bottom: 15px;
}

#cinet-installation .zip-link:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/partner/zip.svg);
    background-size: contain;
    vertical-align: middle;
}

#cinet-installation .zip-link span {
    margin-left: 15px;
    font-size: 14px;
    text-decoration: underline;
}

/* ステップバー */
#cinet-installation .stepbar {
    margin: 0 auto;
    width: auto;
}

#cinet-installation .stepbar .stepbarwrap {
    margin: 3em 0;
    position: relative;
}

#cinet-installation .stepbar .stepbarwrap .step-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#cinet-installation .stepbar .stepbarwrap .step-col .stepcircle {
    display: inline-block;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #325283;
    color: #fff;
    text-align: center;
}

#cinet-installation .stepbar .stepbarwrap .step-col .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
}

#cinet-installation .stepbar .stepbarwrap .step-col .text {
    font-size: 15px;
    margin: 0;
    display: inline-block;
    width: calc(100% - 30px);
    text-align: left;
    padding-left: 30px;
    line-height: 1.8;
}

#cinet-installation .stepbar .stepbarwrap .stepline {
    width: 2px;
    height: calc(100% + 3em);
    background-color: #325283;
    position: absolute;
    top: 1em;
    left: 1.4em;
    z-index: -1;
}

#cinet-installation .stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}

@media screen and (max-width: 960px) {
    #cinet-installation .stepbar {
        width: 90%;
    }
}

#cinet-installation table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-family: sans-serif;
}

#cinet-installation th, #cinet-installation td {
    border: 1px solid #ccc;
    padding: 0.6em 1em;
    font-size: 15px;
    text-align: center;
}

#cinet-installation th {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 13px;
}

#cinet-installation tbody tr:nth-child(odd) {
    /* background-color: #fafafa; */
}

/* スマホ表示でテーブルを縦並びのブロック形式に変換 */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    #cinet-installation thead {
        display: none;
        /* 見出しは各項目に出すので非表示に */
    }

    #cinet-installation tr {
        margin-bottom: 30px;
        border: 1px solid #325283;
        padding: 0;
        background-color: #fff;
    }

    #cinet-installation td {
        border: none;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    #cinet-installation td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        width: 100%;
        color: #333;
        text-align: center;
        padding: 12px 0;
        background-color: #dfe8f6;
        color: #393232;
        font-size: 13px;
        line-height: 1;
    }
}




.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow_list {
    padding-left: 0;
}

.flow_list>li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

.flow_list>li:not(:last-child) {
    padding-bottom: 50px;
}

.flow_list>li .flow_icon {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #325283;
    color: #fff;
    position: absolute;
    left: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.flow_list>li:not(:last-child)::before {
    content: '';
    background: #325283;
    width: 3px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flow_list>li dl {
    margin-bottom: 0;
    padding-left: 15px;
}

.flow_list>li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    color: #4D9BC1;
}

.flow_list>li dl dd {
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}