@charset "UTF-8";

body, .site-header { min-width: 1280px; }

body {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.125;
}

/*====== Common Style =====*/
.for_tab, .for_sp { display: none !important; }

/* module */
.m-fs_l { font-size: 18px !important; }
.m-fs_s { font-size: 14px !important; }

.m-mtp_s { margin-top: 20px !important; }
.m-mtp_m { margin-top: 70px !important; }
.m-mtp_l { margin-top: 120px !important; }

.m-mbt_s { margin-bottom: 20px !important; }
.m-mbt_m { margin-bottom: 70px !important; }
.m-mbt_l { margin-bottom: 120px !important; }

.m-sec01 {
    padding: 100px 0;
}

.m-sec02 {
    margin-top: 80px;
}

.m-lb01 {
    margin-bottom: 40px;
    font-size: 1em;
}

.m-lb01__main {
    display: block;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: .8;
}

.m-lb01__sub {
    display: block;
    margin-bottom: 65px;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.m-lb01__main + .m-lb01__sub {
    margin-top: 15px;
}

.m-lb02 {
    margin-bottom: 30px;
    font-size: 1em;
    text-align: center;
}

.m-lb02__main {
    position: relative;
    display: block;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.m-lb02__main::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 22px;
    margin-left: -11px;
    border-bottom: solid 1px #ef8253;
}

.m-lb02__sub {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}

.m-lb02__main + .m-lb02__sub {
    margin-top: 10px;
}

.m-lb03 {
    margin-bottom: 28px;
    color: #ef8253;
    font-size: 1em;
}

.m-lb03__sub {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}

.m-lb03__main {
    display: block;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.m-lb03__sub + .m-lb03__main {
    margin-top: 15px;
}

.m-lb04 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.m-lb04::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    display: block;
    width: 12px;
    border-bottom: solid 2px #ef8253;
}

.m-catch01 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.529;
}

.m-catch02 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
}

.m-catch03 {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.857;
}

.m-link01 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    height: 60px;
    padding: 0;
    border-radius: 3em;
    background: -webkit-gradient(linear, right top, left top, from(#ef8253), color-stop(48%, #f7c163), color-stop(51%, #f7c163), to(#ef8253));
    background: linear-gradient(270deg, #ef8253 0%, #f7c163 48%, #f7c163 51%, #ef8253 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    color:#fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.m-link01.is-more {
    width: 240px;
}

.m-link01::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.875em;
}

.m-link01:hover {
    background-position: 99% 50%;
    opacity: 1;
}

.m-leadBlock .flex-lr__txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.m-leadBlock .flex-lr__img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}

.m-leadBlock .m-lb01__sub {
    margin-bottom: 45px;
}

.m-leadBlock .m-catch03 {
    margin-bottom: 35px;
}

.m-para p + p {
    margin-top: 2em;
}

.m-map iframe {
    width: 100%;
}

.m-tel {
    display: inline-block;
    padding: 10px 25px;
    color: inherit;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.m-tel__tel,
.m-tel__time {
    display: block;
}

.m-tel__tel {
    color: #ef8253;
    font-size: 2.285em;
    font-weight: 500;
}

.m-tel__tel i {
    font-size: .615em;
}

.m-tel__time {
    padding-left: 3em;
    margin-top: 5px;
    font-size: .857em;
}

.m-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.m-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.m-column2__img {
    width: 41.833%;
}

.m-column2__txt {
    width: 54.166%;
    padding-right: 25px;
}

.m-dl_ind > dd {
    padding-left: 1em;
}

.m-dlTable01 {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.m-dlTable01 > div {
    display: table-row;
}

.m-dlTable01 > div > dt,
.m-dlTable01 > div > dd {
    display: table-cell;
    padding: 12px 20px;
    border: solid 1px #cfd5d8;
}

.m-dlTable01 > div > dt {
    width: 355px;
    background: #fef5eb;
}

.m-dlTable01 > div > dd {
    background: #fff;
}

.m-table01 {
    width: 100%;
    font-size: 1.125em;
}

.m-table01 .small {
    display: inline-block;
    font-size: 0.778em;
}

.m-table01 th,
.m-table01 td {
    vertical-align: middle;
    height: 67px;
    padding: .8em .5em;
    border: solid 1px #cfd5d8;
    text-align: center;
}

.m-table01 thead th {
    background: #fef5eb;
}

.m-table01 tbody th,
.m-table01 tbody td {
    background: #fff;
}

.m-table01 tbody th {
    font-weight: 500;
}

.flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.bg-text-isoiz {
    position: relative;
}

.bg-text-isoiz::before {
    content: "ISOIZ CORPORATION ISOIZ CORPORATION";
    position: absolute;
    /* left: 50%;
    transform: translate(-43%, 0); */
    left: 0;
    bottom: 0;
    display: block;
    color: #fff;
    font-size: 250px;
    font-size: 16vw;
    line-height: .66;
    opacity: .4;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-10.38em);
        transform: translateX(-10.38em);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-10.38em);
        transform: translateX(-10.38em);
    }
}


/*====== header =====*/
.area-anchor {
    padding-top: 80px;
    margin-top: -80px;
}

#header {
    padding-top: 80px;
}

.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.site-header__logo {
    padding: 0;
    margin: 0 45px;
    font-size: 10px;
}

.site-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gnv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnv > li {
    position: relative;
    margin: 0 12px;
}

.gnv > li > a,
.gnv > li > .no-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: 5px;
}

.gnv > li > .no-link::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    margin-bottom: -22px;
    color: #ef8253;
    font-size: .714em;
    text-align: center;
}

.gnv-child {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 764px;
    margin-left: -382px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.gnv > li:hover .gnv-child {
    display: block;
}

.gnv-child__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gnv-child__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.gnv-child__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 40px 0;
}

.gnv-child__txt dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: solid 1px #cfd5d8;
    color: #ef8253;
}

.gnv-child__txt dt .font-serif {
    font-size: 1.429em;
}

.gnv-child__txt dt .font-en-s {
    margin-left: .5em;
    font-style: italic;
    font-size: 1.143em;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.gnv-child__txt dd {
    margin-bottom: 25px;
}

.gnv-child__txt dd:nth-of-type(odd) {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
}

.gnv-child__txt dd:nth-of-type(even) {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
}

.gnv-child__txt dd .font-bold {
    display: block;
}

.gnv-child__txt dd .font-en-g {
    display: block;
    margin-top: 10px;
    color: #ef8253;
    font-size: 1.143em;
}

.site-header__tel .m-tel__tel {
    font-size: 1.857em;
}

.site-header__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 80px;
    background: #ef8253;
    color: #fff;
    text-align: center;
}

.site-header__mail i {
    display: block;
    margin-bottom: 10px;
    font-size: 1.143em;
}

/* Page Header */
.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 317px;
    padding-top: 20px;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
}

.page-title {
    margin: 0;
}

.page-title__main {
    display: block;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: .8;
}

.page-title__sub {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 20px 0 5px;
    font-size: 0.75em;
    line-height: 1;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

/* content */
.top-content,
.page-content {
    position: relative;
    z-index: 3;
    border-bottom-left-radius: 100px;
    background: #fff;
}


/*====== cta =====*/
.area-cta {
    position: relative;
    z-index: 2;
    padding: 200px 0 100px;
    margin-top: -100px;
    border-bottom-right-radius: 100px;
    background: url("../image/footer/cta_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.area-cta > .m-inner {
    max-width: 800px;
}

.ctaBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 7px 35px;
    margin-top: 35px;
    border-radius: 10px;
    background: #fff;
    color: #3b3b3b;
    text-align: center;
}

.ctaBlock__tel,
.ctaBlock__mail {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.ctaBlock__lb {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.ctaBlock__mail .m-link01 {
    width: 270px;
    margin-top: 10px;
}


/*====== footer =====*/
.site-footer {
    position: relative;
    z-index: 1;
    padding: 180px 0 55px;
    margin-top: -100px;
    background: url("../image/footer/footer_bg.jpg") 50% 100% no-repeat;
    background-size: cover;
    font-size: 14px;
    line-height: 1;
}

.site-footer__logo {
    margin-bottom: 20px;
}

.site-footer__info {
    letter-spacing: 0.05em;
    line-height: 1.714;
}

.fnv {
    display: table;
}

.fnv__row {
    display: table-row;
}

.fnv__item {
    display: table-cell;
    padding: 10px 0 15px 50px;
}

.fnv .font-bold {
    display: block;
}

.fnv .font-en-g {
    display: block;
    margin-top: 5px;
    color: #ef8253;
    font-size: 1.143em;
    font-weight: 500;
}

.site-footer__copy {
    margin-top: 55px;
    color: #c7c6c1;
    text-align: right;
}