/********** Style CSS **********/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

:root {
    --primary: #df0616;
    --light: #666;
    --dark: #111;
    --mincho:
        '游明朝',
        'Yu Mincho',
        YuMincho,
        'Hiragino Mincho Pro',
        serif;
}

@media screen and (min-width: 993px) {
    .display-sp {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .display-pc {
        display: none !important;
    }
}

@media screen and (min-width: 678px) {
    .display-xs {
        display: none !important;
    }
}

.mp-15 {
    margin-top: 14.5rem;
}

.mp-18 {
    margin-top: 18.5rem;
}

.mb-15 {
    margin-bottom: 14.5rem;
}

section {
    font-size: 1.6rem;
    line-height: 2.8;
}

html {
    font-size: 62.5%;
}

section>div[id] {
    display: block;
    height: 1rem;
    margin-top: -1rem;
    content: "";
}

@media (max-width: 992px) {
    section>div[id] {
        padding-top: 45px;
        margin-top: -45px;
    }
}

@media (max-width: 768px) {
    section>div[id] {
        padding-top: 50px;
        margin-top: -50px;
    }
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

dl {
    list-style: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navLeftBg {
    background: #f6f6f6;
    box-shadow: 19px 0px 14px -20px rgba(122, 122, 122, 0.6) inset;
    border-radius: 0px;
}

.navbar .navbar-nav .nav-link:first-child {
    margin: 0 20px;
}

.navbar .navbar-nav .nav-link {
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    line-height: 1;
    margin: 0 20px;
}

/* .navbar .navbar-nav .nav-link:nth-child(4) {
    color: #df0616;
    margin-right: 30px;
    background-color: #000;
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.hBtn {
    background-color: #111;
    padding: 4px 0 6px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    margin-left: 20px;
    text-align: center;
}

.hBtn span {
    display: block;
    color: #ccc !important;
}

.hBtn a {
    display: block;
    color: #fff !important;
}

.hBtn a:hover {
    display: block;
    color: #fff;
    opacity: 0.5;
}

header.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.logo img {
    /* width: 100%; */
    /* padding-left:10px 10px 10px 11px; */
}

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

/*** Main Slide ***/

.mySwiper.swiper {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    /* height: 800px; */
    height: 100%;
}

@media (max-width: 992px) {
    .mySwiper .swiper-slide {
        padding: 10% 8%;
    }

}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* @media (max-width: 768px) {
    .bg-position-78 {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 78% 50% !important;
    }

    .bg-position-84 {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 84% 50% !important;
    }
} */

.mySwiper .swiper-slide .slideTitle {
    position: relative;
    font-size: 8.0rem;
    font-weight: 800;
    top: 40%;
    line-height: 1.25;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.mySwiper .swiper-slide .slideSubtitle {
    position: relative;
    font-size: 2.1rem;
    top: 50%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1600px) {
    .mySwiper .swiper-slide .slideTitle {
        font-size: 4.8rem;
        font-size: calc(54/992*100vw);
    }
}

@media (max-width: 992px) {
    .mySwiper .swiper-slide .slideTitle {
        position: relative;
        font-size: 4.8rem;
        font-size: calc(54/992*100vw);
        font-weight: 800;
        top: 40%;
        line-height: 1.25;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .mySwiper .swiper-slide .slideSubtitle {
        position: relative;
        font-size: 2.1rem;
        top: 50%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .mySwiper .swiper-slide .slideTitle.last-child {
        top: 25%;
    }

    .mySwiper .swiper-slide .slideSubtitle.last-child {
        top: 30%;
    }
}

.mySwiper .swiper-slide .slideBtn {
    position: relative;
    top: 55%;
}

@media (max-width: 992px) {
    .mySwiper .swiper-slide .slideBtn {
        position: relative;
        top: 40%;
    }
}

/*** Section Title ***/
.titleCol {
    background: #f4ebeb;
    height: 145px;
}

@media (max-width: 992px) {
    .titleCol {
        height: auto;
    }
}

.section-title h2 {
    color: var(--primary);
    font-weight: 100 !important;
    letter-spacing: 3rem;
    text-transform: uppercase;
    font-size: 9.0rem;
    font-style: normal;
    margin-bottom: 0;
}

.section-title p.cap {
    color: var(--dark);
    font-weight: 200 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2.6rem;
    font-style: normal;
    font-family: var(--mincho);
    margin-top: -30px;
    padding-bottom: 20px;
}

.titleImg {
    padding: 0;
    overflow: hidden;
}

.section-title {
    color: var(--primary);
    font-weight: 200 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 9.0rem;
    font-style: normal;
    background: #fff;
    width: 45%;
    padding: 0 5%;
    margin: 0 0 0 5%;
    z-index: 10;
}

.section-title h2 {
    mix-blend-mode: multiply;
    /* 乗算 */
}

/*** About ***/
.red {
    color: var(--primary);
}

.readAbout {
    font-size: 4.0rem;
    font-family: var(--mincho);
    letter-spacing: 3px;
    line-height: 1.5;
}

.txtAbout {
    font-size: 2.0rem;
    letter-spacing: 3px;
    line-height: 2.5;
}

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 600px;
}


.about-img img,
.feature-img img {
    position: absolute;
    width: 40%;
    height: 80%;
    /* object-fit: cover; */
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 40% 25% 0 25%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    top: 40%;
    left: 5%;
    z-index: 1;
}

/*** Facts ***/
.readFact {
    font-size: 2.8rem;
    font-family: var(--mincho);
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 70px auto;
    text-align: center;
}

.bgFactImg .container-xxl {
    max-width: 100%;
    position: relative;
}

.bgFactImg .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1320px;
    padding-top: .5rem;
    padding-bottom: 4rem;
    position: relative;
}

.fact-item {
    position: relative;
    margin-bottom: -4.5rem;
}

.fact-item__text--inner {
    display: flex;
    align-items: center;
}

.fact-item__text--ttl {
    color: #fff;
    line-height: 1;
    margin-bottom: 0rem;
    background-color: #df0616;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}

.fact-item__text--ttl span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0rem;
}

.fact-item__text--ccopy {
    font-size: 1.7rem;
    line-height: 2;
    color: #000;
    margin-left: 1.4rem;
    font-weight: 600 !important;
    margin-bottom: 0rem;
    padding-top: 0.8rem;
}

.fact-item__note--text {
    font-size: 1.4rem;
    padding-left: 1.6rem;
    letter-spacing: -.5px;
}



.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    /* transition: .5s; */
}

.text-col01 {
    width: 400px;
    position: absolute;
    top: 1.8rem;
    left: 1.4rem;
}

.text-col02 {
    position: absolute;
    top: 1.8rem;
    right: 3rem;
}

.text-col03 {
    position: absolute;
    bottom: 6.6rem;
    left: 1.4rem;
}

@media (max-width: 1320px) {
    .fact-item {
        position: relative;
        margin-bottom: calc(-50/1320*100vw);
    }

    .fact-item__text--ttl {
        border-radius: 50%;
        width: calc(80/1320*100vw);
        height: calc(80/1320*100vw);
        position: relative;
    }

    .fact-item__text--ttl span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #fff;
        font-size: calc(28/1320*100vw);
        line-height: 1;
        margin-bottom: 0rem;
    }

    .fact-item__text--ccopy {
        font-size: calc(18/1320*100vw);
        line-height: 2;
        color: #000;
        margin-left: 1rem;
        font-weight: 600 !important;
        margin-bottom: 0rem;
        padding-top: 0.8rem;
    }

    .text-col01 {
        width: 400px;
        position: absolute;
        top: .4rem;
        left: 1.4rem;
    }

    .text-col02 {
        position: absolute;
        top: .4rem;
        right: 1rem;
    }
}

@media (max-width: 992px) {
    .fact-item {
        position: relative;
        margin-bottom: calc(-0/992*100vw);
    }

    .fact-item__text--ttl {
        border-radius: 50%;
        width: calc(170/992*100vw);
        height: calc(170/992*100vw);
        position: relative;
    }

    .fact-item__text--ttl span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #fff;
        font-size: calc(54/992*100vw);
        line-height: 1;
        margin-bottom: 0rem;
    }

    .fact-item__text--ccopy {
        font-size: calc(36/992*100vw);
        line-height: 1.5;
        color: #000;
        margin-left: 1.4rem;
        font-weight: 600 !important;
        margin-bottom: 0rem;
        padding-top: 0.8rem;
    }

    .fact-item__note--text {
        font-size: 1.6rem;
        font-size: calc(26/992*100vw);
        padding-left: calc(50/992*100vw);
        padding-left: 6.9%;
        letter-spacing: -.5px;
    }

    .text-col01 {
        width: 100%;
        position: absolute;
        top: 2.75%;
        left: 2.75%;
    }

    .text-col02 {
        width: calc(440/750*100vw);
        width: 60.6%;
        position: absolute;
        top: 27.75%;
        right: 2.75%;
    }

    .text-col03 {
        position: absolute;
        bottom: 2.75%;
        left: 6.9%;
    }
}

@media (max-width: 576px) {
    .bgFactImg .container-xxl {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .bgFactImg .container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0rem;
        padding-bottom: 0;
        position: relative;
    }

    .fact-item__text--ttl {
        width: calc(130/750*100vw);
        height: calc(130/750*100vw);
    }

    .fact-item__text--ttl span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #fff;
        font-size: calc(42/750*100vw);
        line-height: 1;
        margin-bottom: 0rem;
    }

    .fact-item__text--ccopy {
        font-size: calc(28/750*100vw);
        line-height: 1.7;
        margin-left: 1rem;
    }

    .fact-item__note--text {
        font-size: calc(24/750*100vw);
        padding-left: calc(50/750*100vw);
        letter-spacing: -.5px;
        margin-bottom: 0;
    }

    .text-col01 {
        width: 100%;
        position: absolute;
        top: 2.5%;
        left: 2.75%;
    }

    .text-col02 {
        width: 62.6%;
        position: absolute;
        top: 26.75%;
        right: 2.75%;
    }

    .text-col03 {
        position: absolute;
        bottom: 2.75%;
        left: 6.9%;
    }
}

.fact-item__Img {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.fact-item__Img img {
    width: 100%;
}

.fact-item:hover .fact-icon {
    /* background: var(--dark); */
}

.fact-item .fact-icon i {
    /* color: var(--primary);
    transition: .5; */
}

.fact-item:hover .fact-icon i {
    /* color: #FFFFFF; */
}

.ttlFact {
    font-family: var(--mincho);
    font-size: 2.0rem;
}

.subTtle {
    font-family: var(--mincho);
    font-size: 1.7rem;
    color: #df0616;
}


/*** Service ***/
.border-service {
    border-top: #ccc 1px solid;
    padding: 5px 0;
}

.border-service:last-child {
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
}

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

.service-title {
    margin-bottom: 3rem;
}

.svsCol {
    padding: 6rem;
}

.titleNo {
    color: #df0616;
    font-size: 3.8rem;
    display: inline-block;
    border-bottom: 1.5px solid #df0616;
    padding-bottom: 10px;
}

.svsTtl {
    font-family: var(--mincho);
    font-size: 2.8rem;
    padding: 0 0 0 2rem;
}

.svsList {
    line-height: 1.8;
}

.svsTxt {
    line-height: 2.4;
    /* padding-right: 5rem; */
}

.svsBtnRound {
    margin-top: 5rem;
}

a.btnRed {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #df0616;
    padding: 18px 30px;
    transition: .3s;
    width: 50%;
}

a.btnRed:hover {
    opacity: 0.6;
}

.floatR {
    float: right;
    width: 33.3%;
}

.floatL {
    float: left;
    width: 33.3%;
}

.svsImgBtn {
    position: relative;
}

.svsImgBtn a {
    position: absolute;
}

a.btnBlack {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #111;
    padding: 12px 20px;
    transition: .3s;
    width: 80%;
    opacity: 0.8;
    text-decoration: underline;
    text-align: center;
}

a.btnBlack:hover {
    opacity: 0.5;
}

/*** Interview ***/
.interviewColor {
    color: #fff;
}

.int-icon {
    font-size: 2.4rem;
    position: absolute;
    width: 120px;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    border-radius: 120px;
    /* transition: .5s; */
    color: #df0616;
    right: -20%;
    /* top: 45%; */
    z-index: 5;
}

.int-item:hover .int-icon {
    /* background: var(--dark); */
}

.int-item .int-icon i {
    /* color: var(--primary);
    transition: .5; */
}

.int-item:hover .int-icon i {
    /* color: #FFFFFF; */
}

.Int_text-center {
    text-align: center;
    padding: 20px 10px 20px 20px;
}

.image_link,
.image_link_soon {
    display: block;
    position: relative;
    text-decoration: none;
}

.image_link img,
.image_link_soon img {
    display: block;
    width: 100%;
}

.image_link_soon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #000;
    opacity: 0;
    transition: 0.3s;
    opacity: 0.5;
}

.image_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #000;
    opacity: 0;
    transition: 0.3s;
}

.comingsoon {
    display: block;
    color: #df0616;
    line-height: 48px;
    width: 180px;
    border: solid 1px #fff;
    /* border-radius:5px; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -90px;
    z-index: 3;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.image_link:after {
    content: "ダミー画像";
    display: block;
    color: #df0616;
    line-height: 48px;
    width: 180px;
    border: solid 1px #fff;
    /* border-radius:5px; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -90px;
    opacity: 0;
    z-index: 3;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.image_link:hover:before {
    opacity: 0.5;
}

.image_link:hover:after {
    opacity: 1;
    margin-top: -0.5em;
}

.ancer {
    margin: 0;
    padding: 0;
}

/*** Works ***/
.works-item {
    border: 1px solid  #ccc;
    height: 100%;
}

.works-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.works-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.works-movie .player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.works-movie .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.works-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    }

.works-txt {
    line-height: 1.8;
    padding: 2rem 2rem .5rem;
}

.works-txt dt {
    margin-bottom: 1rem;
}


.mySwiperWorks.swiper {
    padding-bottom: 40px;
}

.mySwiperWorks .swiper-wrapper {
    width: 100%;
    height: auto;
}

.mySwiperWorks .swiper-button-prev, .swiper-button-next {
    color: #fff;
}

.mySwiperWorks .swiper-pagination-fraction,
.mySwiperWorks .swiper-pagination-custom,
.mySwiperWorks .swiper-horizontal>.swiper-pagination-bullets,
.mySwiperWorks .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
}


/*** News ***/
.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.newsItem {
    width: 100%;
    display: inline-grid;
}

.newsItem.-end .title::before {
    content: "\3010\7D42\4E86\3057\307E\3057\305F\3011";
}

.news-list .newsItem a,
.news-list .newsItem .newsDetails {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}

.news-list .newsItem a:hover {
    background: #f4ebeb;
    text-decoration: none;
}

.news-list .newsItem:first-child a {
    border-top: 1px solid #CCC;
}

.news-list .newsItem .date {
    margin: 0;
    min-width: 120px;
    color: #999;
    padding: 0;
    display: table-cell;
}

.news-list .newsItem .category {
    margin: 0;
    min-width: 120px;
    padding: 0 0 0 20px;
    display: table-cell;
}

.news-list .newsItem .category span {
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
}

span.iconInfo {
    display: block;
    background: #999;
    text-align: center;
}

span.iconIvnt {
    background: #111;
    text-align: center;
}

.news-list .newsItem .title {
    margin: 2% 0 0;
    width: 100%;
    line-height: 2.0;
}

.news-list .newsItem a:hover .title {
    color: #df0616;
}

.news-list .date {
    border-right: 1px solid #ccc;
}

.bg-newsBorder {
    border: solid 2px;
    border-image-source: url("../img/underline.gif");
    border-image-slice: 30;
    opacity: 100;
}

hr {
    margin: 0;
}

/*** Ditail ***/
.newsDetailsTtl {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 15rem;
}

.newsDetailsTtl .date {
    border-right: 1px solid #ccc;
    text-align: center;
}

.newsDetailsTtl .category span {
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    margin-left: 10%;
}

.newsDetailsTtl p {
    margin: 0;
    padding: 2rem;
}

.newsDetailsCont img {
    display: flex;
    margin: 1rem auto;
    text-align: center;
    width: 50%;
}

.newsDetailsCont a {
    color: #df0616;
}

.newsDetailsCont a:hover {
    color: #df0616;
    text-decoration: underline;
    opacity: 0.5;
}

/*** Conmany ***/
.compamyBg {
    background: #f4ebeb;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-top: 1px solid #ccc;
    vertical-align: middle;
}

.cmpTitle {
    font-size: 2.8rem;
    font-family: var(--mincho);
    margin-top: 5rem;
    margin-left: 2rem;
    padding: 4rem 0;
}

.table> :not(caption)>*>* {
    padding: 2rem;
}

.table-responsive ul {
    list-style: none;
    padding: 0;
}

/*** Contact ***/

.contact_btn_ttl {
    font-size: 4.2rem;
    letter-spacing: 1rem;
}

.contact_btn_txt {
    font-size: 1.5rem;
    color: #df0616;
    margin-top: -50px;
    letter-spacing: 0.2rem;
}

.contactBtn {
    color: #333;
    background: transparent;
    padding: 50px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.contactBtn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #df0616;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.contactBtn a:hover {
    color: #fff;
    opacity: 0.5;
}

.contactBtn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.contactArrow {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-color: #1e1919;
    line-height: 3;
    margin: 0 auto;
    position: absolute;
    right: 30%;
    top: 40%;

}

.contactSubmit .btn {
    padding: 2rem;
}

.contactSubmit .btn:hover {
    opacity: 0.5;
}

.contactWidth {
    width: 768px;
    margin: 0 auto;
}

.contactTxt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}

.form-control {
    height: unset;
}


/*** Background fix ***/
.fixed-background {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.bgFactImg {
    background-image: url("../img/bg_fact_about_pc.png");
    background-size: cover;
    background-position: center;
}

.bgIntviewImg {
    background-image: url("../img/bg_interview.png");
}


/*** Form ***/
.form-check-input {
    position: unset;
    margin-top: 0.9rem;
    margin-left: 0;
}

.pri {
    border: #cccccc 1px solid;
    padding: 15px;
    margin: 0;
    height: 150px;
    overflow: auto;
    font-size: 12px;
    text-align: left;
    background: #fcfcfc;
}

.pri h4 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold !important;
}

.pri h5 {
    font-size: 1.3rem;
    text-align: left;
    font-weight: bold !important;
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/********** Media CSS **********/
@media (max-width: 576px) {
    .readAbout {
        font-size: 3.0rem;
    }

    .txtAbout {
        font-size: 1.8rem;
        line-height: 2.2;
    }

    .bgFactImg {
        background: url("../img/bg_fact_about_sp.jpg");
        max-height: 100%;
    }

    .titleCol {
        background: #f4ebeb;
        height: unset;
        overflow: hidden;
        /* display: inline-flex; */
        margin: 10px 0;
    }

    .titleImg {
        background: #fff;
    }

    .titleImg img {
        height: 50%;
    }

    .section-title {
        color: var(--primary);
        font-weight: 200 !important;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 9.0rem;
        font-style: normal;
        background: #fff;
        width: 80%;
        padding: 0 0 0 2%;
        margin: 0;
        z-index: 10;
    }

    .section-title h2 {
        font-size: 4.0rem;
        letter-spacing: 1rem;
        margin-top: 3.5rem;
    }

    .section-title p.cap {
        width: 200%;
    }

    /* .mySwiper .swiper-slide .slideTitle {
        position: relative;
        font-size: 5.5rem;
        font-weight: 800;
        top: 0%;
        line-height: 1.25;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .mySwiper .swiper-slide .slideSubtitle {
        position: relative;
        font-size: 2.1rem;
        top: 6%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    } */


    .mySwiper .swiper-slide .slideTitle {
        font-size: 2.1rem;
        top: 35%;
        line-height: 1.5;
    }

    .mySwiper .swiper-slide .slideSubtitle {
        top: 45%;
        font-size: 1.5rem;

    }

    .mySwiper .swiper-slide .slideBtn {
        position: relative;
        top: 20%;
    }

    .mySwiper .swiper-slide .slideTitle.last-child {
        top: 5%;
    }

    .mySwiper .swiper-slide .slideSubtitle.last-child {
        top: 10%;
    }

    a.btnRed {
        padding: calc(14/750*100vw) calc(20/750*100vw);
        font-size: 1.5rem;
        font-size: calc(26/750*100vw);
    }

    a.btnBlack {
        padding: 18px 20px;
        font-size: 1.5rem;
    }

    .mp-15 {
        margin-top: 0;
    }

    .mp-18 {
        margin-top: 0;
    }


    .mb-15 {
        margin-bottom: 0;
    }

    .about-img img,
    .feature-img img {
        position: absolute;
        width: 70%;
        height: 80%;
        /* object-fit: cover; */
    }

    .about-img img:last-child,
    .feature-img img:last-child {
        margin: 40% 28% 0;
    }

    .readFact {
        font-size: 2rem;
        font-family: var(--mincho);
        letter-spacing: 3px;
        line-height: 1.5;
        margin: 0 auto 4.6rem;
        text-align: center;
    }

    .fact-item .fact-icon {
        margin-top: 60px;
    }

    .svsTxt {
        padding-right: 0;
    }

    .svsTtl {
        font-size: 2.8rem;
        display: flex;
        margin-top: -5rem;
        padding: 0 0 0 5rem;
    }

    .int-icon {
        font-size: 2.2rem;
        position: static;
        width: 100px;
        height: 100px;
        margin-top: 30px;
        margin-bottom: 1.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #111;
        border-radius: 120px;
        /* transition: .5s; */
        color: #df0616;
        right: -20%;
        /* top: 45%; */
        z-index: 5;
    }

    .contactArrow {
        display: none;
    }

    .copyTxt {
        font-size: 1.2rem;
    }

    .table> :not(caption)>*>* {
        padding: 1rem;
        line-height: 1.5;
    }

    .cmpTitle {
        font-size: 2.8rem;
        font-family: var(--mincho);
        margin-top: 0rem;
        margin-left: 0;
        padding: 4rem 0;
    }

    .floatR {
        float: none;
        width: 100%;
    }

    .svsCol {
        padding: 2rem;
    }

}

@media (max-width: 420px) {
    .mySwiper .swiper-slide .slideBtn {
        position: relative;
        top: 10%;
    }

}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-right: 15%;
    }
}

@media (max-width: 992px) {
    .fact-imgItem img {
        width: 90%;
    }

    .svsCol {
        padding: 2rem;
    }

    .mp-15 {
        margin-top: 4rem;
    }

    .mp-18 {
        margin-top: 6rem;
    }

    .mb-15 {
        margin-bottom: 4rem;
    }

    .about-img img:last-child,
    .feature-img img:last-child {
        margin: 10% 22% 0 35%;
    }
}

@media (max-width: 768px) {

    /* .int-icon {
font-size: 2.4rem;
position: absolute;
width: 100px;
height: 100px;
margin-top: 15px;
margin-bottom: 1.5rem;
display: inline-flex;
align-items: center;
justify-content: center;
background: #111;
border-radius: 100px;
transition: .5s;
color: #df0616;
right: -25%;
top: 0;
z-index: 5;
} */
    .fixed-background {
        min-height: unset;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }

    .contactWidth {
        width: unset;
        margin: 0 auto;
    }

    .mp-15 {
        margin-top: 0;
    }

    .mp-18 {
        margin-top: 0;
    }

    .mb-15 {
        margin-bottom: 0;
    }

    .readAbout {
        font-size: 3.0rem;
    }

    .txtAbout {
        font-size: 1.8rem;
        line-height: 2.2;
    }

    .ttlFact {
        font-size: 1.8rem;
    }

    .fact-item .fact-icon {
        margin-top: 60px;
    }

    .bgFactImg {
        background: url("../img/bg_fact_about_pc.png");
        max-height: 100%;
    }

    .titleCol {
        background: #f4ebeb;
        height: unset;
        overflow: hidden;
        /* display: inline-flex; */
        margin: 10px 0;
    }

    .titleImg {
        background: #fff;
    }

    .titleImg img {
        height: 71.5%;
    }

    .section-title {
        color: var(--primary);
        font-weight: 200 !important;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 9.0rem;
        font-style: normal;
        background: #fff;
        width: 80%;
        padding: 0 0 0 2%;
        margin: 0;
        z-index: 10;
    }

    .contactArrow {
        display: none;
    }

    .about-img img,
    .feature-img img {
        position: absolute;
        width: 40%;
        height: 80%;
        left: 7%;
        /* object-fit: cover; */
    }

    .about-img img:last-child,
    .feature-img img:last-child {
        margin: 10% 25% 0 35%;
    }

    .newsDetailsTtl p {
        margin: 0;
        padding: 0;
    }

    .newsDetailsTtl .category span {
        margin-left: 0;
    }

    .newsDetailsTtl .date {
        border-right: 0;
        text-align: center;
    }

    .newsDetailsTtl {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin-top: 15px;
    }

    .newsDetailsCont img {
        width: 100%;
    }

    /*** Works @media ***/
    .mySwiperWorks .swiper-button-prev:after,
    .mySwiperWorks .swiper-button-next:after {
        font-size: 2rem;
    }

    .mySwiperWorks .swiper-button-prev,
    .mySwiperWorks .swiper-rtl .swiper-button-next {
        left: 0;
        right: auto;
    }

    .mySwiperWorks .swiper-button-next,
    .mySwiperWorks .swiper-rtl .swiper-button-prev {
        right: 0;
        left: auto;
    }
}

header {
    height: 84.5px;
    margin: 0;
    padding: 0;
    position: relative;
}

.hlogo {
    display: inline-flex;
    padding: 10px 15px 15px 2%;
}

.navbar {
    margin: 0;
    padding: 0;
}

#g-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

#g-nav li {
    list-style: none;
}

@media (max-width: 992px) {

    /*ナビゲーション*/
    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        /* position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f2ebf0;
  background: linear-gradient(184deg, #f2ebf0 0%, white 70%, white 100%);
  transition: all 0.3s; */
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        top: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav ul {
        display: none;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #g-nav.panelactive ul {
        display: block;
    }

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 20px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 2rem;
        margin: 10px;
    }

    #g-nav li a:hover {
        color: #df0616;
        opacity: 1;
    }

    .openbtn1 {
        position: fixed;
        z-index: 9999;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #g-nav li.hBtn {
        background-color: #111;
        padding: 0;
        margin: 0;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        display: block;
    }

    .lastbar {
        padding-bottom: 30px !important;
        margin: 0 0 50px 0 !important;
        border-bottom: 1px solid #ccc;
        display: block;
    }

    #g-nav li.hBtn a:hover {
        opacity: 0.5;
    }

}


@media (min-width: 393px) {
    .Android .int-icon {
        font-size: 2.2rem;
        position: static;
        width: 100px;
        height: 100px;
        margin-top: 30px !important;
        margin-bottom: 1.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #111;
        border-radius: 120px;
        /* transition: .5s; */
        color: #df0616;
        right: -20% !important;
        /* top: 45%; */
        z-index: 5;
    }
}