@charset "UTF-8";

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

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

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

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

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

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

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

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

.m-lb01__main {
    display: block;
    font-size: 48px;
    font-size: min(12.8vw, 48px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: .8;
}

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

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

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

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

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

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

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

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

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

.m-lb03__main {
    display: block;
    font-size: 25px;
    font-size: min(6.67vw, 25px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

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

.m-lb04 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    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: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.529;
}

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

.m-catch03 {
    margin-bottom: 40px;
    font-size: 20px;
    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: 230px;
    height: 54px;
    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: 200px;
}

.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 .m-lb01__sub {
    margin-bottom: 30px;
}

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

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

.m-map {
    position: relative;
    height: 0;
    padding-top: 70%;
}

.m-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 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__img {
    margin-bottom: 20px;
    text-align: center;
}

.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: 8px 13px 6px;
    border: solid 1px #cfd5d8;
}

.m-dlTable01 > div > dt {
    width: 5.2em;
    background: #fef5eb;
}

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

.m-table-wrap {
    position: relative;
    overflow-x: scroll;
}

.m-table-wrap::before {
    content: "※横にスクロールできます。";
    font-size: .786em;
}

.m-table-wrap .m-table {
    min-width: 600px;
}

.m-table01 {
    width: 100%;
}

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

.m-table01 th,
.m-table01 td {
    vertical-align: middle;
    height: 58px;
    padding: .8em .3em .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 > * + * {
    margin-top: 40px;
}

.flex-lr__img {
    text-align: center;
}

.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: 62px;
    margin-top: -62px;
}

#header {
    padding-top: 62px;
}

.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    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;
    height: 62px;
}

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

/* toggle */
.toggle-button {
    position: absolute;
    z-index: 102;
    right: 0;
    top: 0;
    display: block;
    width: 76px;
    height: 62px;
    background: transparent;
    cursor: pointer;
}

.toggle-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background: #3b3b3b;
    font-size: 0;
}

.toggle-button span::before,
.toggle-button span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b;
    -webkit-transition: .6s;
    transition: .6s;
}

.toggle-button span::before {
    top: -10px;
}

.toggle-button span::after {
    top: 10px;
}

.toggle-nav {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 62px;
    font-size: 15px;
    font-size: min(4vw, 20px);
    line-height: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s;
}

.toggle-nav__inner {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.tnv {
    padding: 0 6.66%;
}

.tnv > li + li {
    border-top: solid 1px #f2f2f2;
}

.tnv a,
.tnv .no-link {
    display: block;
    padding: 1em 0;
    color: inherit;
    text-decoration: none;
}

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

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

.tnv__child {
    margin-bottom: 5px;
    font-size: 0.933em;
}

.tnv__child > li {
    border-top: solid 1px #f2f2f2;
}

.tnv__child a {
    position: relative;
    padding-left: 1.8em;
}

.tnv__child a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: .7em;
    top: 1.3em;
    font-size: 0.786em;
}

.tcv {
    padding: 40px 6.66%;
    background: #f8f8f8;
}

.tcv a {
    display: block;
    height: 4em;
    line-height: 4em;
    border-radius: 3em;
    text-align: center;
    text-decoration: none;
}

.tcv a .m-icon {
    margin-right: .25em;
}

.tcv a + a {
    margin-top: 10px;
}

.tcv__tel {
    background: #ef8253;
    color: #fff;
}

.tcv__tel .font-en-g {
    font-size: 1.6em;
    font-weight: 500;
}

.tcv__mail {
    border: solid 1px;
    background: #fff;
    color: #ef8253;
}

.tcv__mail .font-bold {
    font-size: 1.067em;
}

/* toggle - menu Open */
.is-gnvOpen {
    overflow: hidden;
}

.is-gnvOpen .toggle-button span {
    background: transparent !important;
}

.is-gnvOpen .toggle-button span::before,
.is-gnvOpen .toggle-button span::after {
    top: 0;
}

.is-gnvOpen .toggle-button span::before {
    -webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.is-gnvOpen .toggle-button span::after {
    width: 100%;
    -webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

.is-gnvOpen .toggle-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

/* 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: 160px;
    padding-top: 10px;
    background: 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
}

.page-title {
    margin: 0;
}

.page-title__main {
    display: block;
    font-size: 40px;
    font-size: min(10.67vw, 52px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: .8;
}

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

/* breadcrumbs */
.breadcrumbs {
    padding: 15px 0 3px;
    font-size: 0.786em;
    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: 50px;
    background: #fff;
}


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

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

.ctaBlock {
    padding: 20px 5px 30px;
    margin-top: 30px;
    border-radius: 10px;
    background: #fff;
    color: #3b3b3b;
    text-align: center;
}

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

.ctaBlock__mail {
    margin-top: 20px;
}

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


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

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

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

.fnv {
    font-size: 1.083em;
}

.fnv__item + .fnv__item {
    margin-top: 20px;
}

.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: 40px;
    color: #c7c6c1;
    text-align: center;
}


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

    .for_sp { display: block !important; }

    .site-header__logo img {
        width: 138px;
    }

    .site-footer__logo img {
        width: 180px;
    }

}