@charset "utf-8";
  
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@media all and (max-width: 736px) {

    html,
    body,
    div,
    span,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    abbr,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    samp,
    small,
    strong,
    sub,
    sup,
    var,
    b,
    i,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        vertical-align: baseline;
        background: 0 0;
        font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
    }

    html {
        overflow: auto
    }

    body {
        line-height: 1;
        color: #333;
        position: relative;
        letter-spacing: .05em
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block
    }

    ol,
    ul {
        list-style: none
    }

    blockquote,
    q {
        quotes: none
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none
    }

    a {
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: 0 0;
        color: #222;
        text-decoration: none
    }

    a:hover {
        text-decoration: underline;
        color: #aaa;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    ins {
        background-color: #ff9;
        color: #000;
        text-decoration: none
    }

    mark {
        background-color: #ff9;
        color: #000;
        font-style: italic;
        font-weight: 700
    }

    del {
        text-decoration: line-through
    }

    abbr[title],
    dfn[title] {
        border-bottom: 1px dotted;
        cursor: help
    }

    table {
        border-collapse: collapse;
        border-spacing: 0
    }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0
    }

    input,
    select {
        vertical-align: middle
    }

    img {
        vertical-align: top;
        font-size: 0;
        line-height: 0;
        max-width: 100%;
        height: auto;
        width: auto
    }

    body {
        margin: 0
    }

    .l-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: left;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 5;
        color: #333;
        overflow: hidden
    }

    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1
    }

    .l-header {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        background-color: #fff;
    }

    @-webkit-keyframes slideDown {
        from {
            top: -100px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes slideDown {
        from {
            top: -100px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .l-nav {
        width: 100%;
        height: 100%;
        height: calc(100% - 50px);
        overflow: scroll;
        background: rgba(61, 80, 103, .95);
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        top: 0;
        z-index: 9999;
        padding-bottom: 50px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease
    }

    .l-nav.is-active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .l-main {
        position: relative;
        display: block
    }

    .l-header.is-fixed+.l-contents {
        padding-top: 60px
    }

    .l-contents {
        position: relative;
        margin: 0 auto
    }

    .l-1200 {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .l-content.l-content-post {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .l-contents.is-front {
        margin-top: 0
    }

    .l-footer {
        clear: both;
        border-top: 3px solid #4780c5;
        background-color: #f6f8fa;
        padding: 0;
        position: relative
    }

    .l-footer.is-front {
        margin-top: 0
    }

    .mt-0-sp {
        margin-top: 0 !important
    }

    .mt--50-sp {
        margin-top: -50px !important
    }

    .pd-15-sp {
        padding: 0 15px !important
    }

    .left-sp {
        text-align: left !important
    }

    .pc {
        display: none !important
    }

    .br-pc {
        display: none
    }

    .none {
        display: none
    }

    .br-1070 {
        display: none
    }

    .br-1100 {
        display: none
    }

    .link-off {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }

    .rellax {
        -webkit-transition: -webkit-transform 30s cubic-bezier(0, 1.5, 0, 1);
        transition: -webkit-transform 30s cubic-bezier(0, 1.5, 0, 1);
        transition: transform 30s cubic-bezier(0, 1.5, 0, 1);
        transition: transform 30s cubic-bezier(0, 1.5, 0, 1), -webkit-transform 30s cubic-bezier(0, 1.5, 0, 1)
    }

    .clear {
        clear: both
    }

    .clearfix:after {
        clear: both;
        height: 0;
        display: block;
        content: ".";
        visibility: hidden
    }

    .fl-r {
        float: right
    }

    .fl-l {
        float: left
    }

    .mt-0 {
        margin-top: 0 !important
    }

    .mb-0 {
        margin-bottom: 0 !important
    }

    .pd {
        padding: 30px 0 !important
    }

    .pd-30 {
        padding: 30px !important
    }

    .pb-0 {
        padding-bottom: 0 !important
    }

    .pt-140 {
        padding-top: 140px !important
    }

    .pt-90 {
        padding-top: 90px !important
    }

    .pt-60 {
        padding-top: 60px !important
    }

    .pb-90 {
        padding-bottom: 90px !important
    }

    .pt-50 {
        padding-top: 50px !important
    }

    .pb-50 {
        padding-bottom: 50px !important
    }

    .pb-80 {
        padding-bottom: 80px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pt-70 {
        padding-top: 70px !important
    }

    .pb-70 {
        padding-bottom: 70px !important
    }

    .pt-40 {
        padding-top: 40px !important
    }

    .pb-40 {
        padding-bottom: 40px !important
    }

    .mlr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mt-40 {
        margin-top: 40px !important
    }

    .mt-50 {
        margin-top: 50px !important
    }

    .mb-40 {
        margin-bottom: 40px !important
    }

    .mb-50 {
        margin-bottom: 50px !important
    }

    .mt-100 {
        margin-top: 100px !important
    }

    .mb-100 {
        margin-bottom: 100px !important
    }

    .fz-20 {
        font-size: 20px !important
    }

    .fz-24 {
        font-size: 24px !important
    }

    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .nrw {
        -webkit-transform: scaleX(.97);
        transform: scaleX(.97);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .wd-270 {
        width: 270px
    }

    .fx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fx-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .fx-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fx-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blue {
        color: #08549b !important
    }

    .orange {
        color: #ec6a1e !important
    }

    .gray {
        color: #898989 !important
    }

    .pink {
        color: #e5004f !important
    }

    .red {
        color: #ed2856 !important
    }

    @-webkit-keyframes flash {
        0% {
            opacity: 1
        }

        100% {
            opacity: .5
        }
    }

    @keyframes flash {
        0% {
            opacity: 1
        }

        100% {
            opacity: .5
        }
    }

    .over {
        -webkit-transition: 1s ease;
        transition: 1s ease
    }

    .over:hover {
        opacity: .3;
        -webkit-transition: 0s ease;
        transition: 0s ease
    }

    .zoom:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .underbar {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #f5f49b), color-stop(30%, transparent));
        background: linear-gradient(to top, #f5f49b 30%, transparent 30%)
    }

    .en {
        font-family: 'Lato', sans-serif
    }

    .en-all * {
        font-family: 'Lato', sans-serif
    }

    .jp {
        font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
    }

    .jp-all * {
        font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
    }

    .btn {
        margin: 30px auto;
        max-width: 320px;
        width: 100%;
        position: relative;
        z-index: 5;
        border-radius: 25px;
        overflow: hidden
    }

    .btn a,
    .btn span {
        background: #4780c5;
        line-height: 40px;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 15px;
        border-radius: 25px;
        border: 1px solid #4780c5;
        text-decoration: none !important;
        position: relative
    }

    .btn a i {
        vertical-align: middle;
        display: inline-block
    }

    .btn-600 {
        width: 600px
    }

    .btn-600 a {
        line-height: 60px;
        border-radius: 30px
    }

    .btn:hover a {
        color: #4780c5;
        background: #fff
    }

    .btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .btns .btn {
        margin-left: 15px;
        margin-right: 15px
    }

    .no-link {
        pointer-events: none
    }

    .bg-gray {
        background-color: #f6f8fa;
        padding: 1px 0 1px
    }

    .bg-blue {
        background: url(/upload/tenant_1/ab85309351900416f90b585f5613e183.webp) 0 0 repeat;
        background-size: 291px 79px
    }

    .bg-blue-2 {
        background: #f6f8fb;
        padding: 1px 0 1px
    }

    .bg-blue-sep {
        background: url(/upload/tenant_1/07c4d64dd000834bd23b56eff1bb46a6.webp) 0 0 repeat;
        background-size: 100px 100px;
        padding: 90px 0;
        position: relative
    }

    .bg-blue-sep .box-white {
        background: #fff;
        -webkit-box-shadow: 5px 5px 0px 1px rgba(71, 128, 197, .1);
        box-shadow: 5px 5px 0px 1px rgba(71, 128, 197, .1);
        position: relative;
        padding: 1px 15px 30px
    }

    .bg-blue-sep .section-header {
        margin-top: -50px
    }

    .bg-blue-2 .section-header {
        margin-top: -50px
    }

    .bg-white .section-header {
        margin-top: -80px
    }

    .mt--80-sp {
        margin-top: -80px !important
    }

    @-webkit-keyframes fade-in {
        0% {
            display: none;
            opacity: 0
        }

        1% {
            display: block;
            opacity: 0
        }

        100% {
            display: block;
            opacity: 1
        }
    }

    @keyframes fade-in {
        0% {
            display: none;
            opacity: 0
        }

        1% {
            display: block;
            opacity: 0
        }

        100% {
            display: block;
            opacity: 1
        }
    }

    @-webkit-keyframes slide-in-1 {
        0% {
            -webkit-transform: translateY(.7vw);
            transform: translateY(.7vw)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes slide-in-1 {
        0% {
            -webkit-transform: translateY(.7vw);
            transform: translateY(.7vw)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes shake {

        from,
        12% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        2%,
        6%,
        10% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }

        4%,
        8% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }

    @keyframes shake {

        from,
        12% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        2%,
        6%,
        10% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0)
        }

        4%,
        8% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0)
        }
    }

    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .anim-fade-1 {
        opacity: 0
    }

    .anim-fade-1.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    .anim-fade-2 {
        opacity: 0
    }

    .anim-fade-2.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .anim-fade-3 {
        opacity: 0
    }

    .anim-fade-3.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .anim-fade-4 {
        opacity: 0
    }

    .anim-fade-4.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .anim-fade-5 {
        opacity: 0
    }

    .anim-fade-5.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .anim-fade-6 {
        opacity: 0
    }

    .anim-fade-6.anim-start {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: shake;
        animation-name: shake;
        visibility: visible !important;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s
    }

    .anim-blur-1 {
        opacity: 0;
        -webkit-transition: blur 2s, opacity 2s, -webkit-filter 2s;
        transition: blur 2s, opacity 2s, -webkit-filter 2s;
        transition: blur 2s, opacity 2s, filter 2s;
        transition: blur 2s, opacity 2s, filter 2s, -webkit-filter 2s;
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }

    .anim-blur-1.anim-start {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .anim-blur-2 {
        opacity: 0;
        -webkit-transition: 2s;
        transition: 2s;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .anim-blur-2.anim-start {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .anim-blur-3 {
        opacity: 0;
        -webkit-transition: 2s;
        transition: 2s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .anim-blur-3.anim-start {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .anim-blur-4 {
        opacity: 0;
        -webkit-transition: 2s;
        transition: 2s;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .anim-blur-4.anim-start {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .anim-blur-5 {
        opacity: 0;
        -webkit-transition: 2s;
        transition: 2s;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .anim-blur-5.anim-start {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .anim-concept-pic-1 {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .anim-concept-pic-1.anim-start {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 1s cubic-bezier(.455, .03, .515, .955);
        transition: 1s cubic-bezier(.455, .03, .515, .955)
    }

    .anim-concept-pic-2 {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .anim-concept-pic-2.anim-start {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 1s cubic-bezier(.455, .03, .515, .955);
        transition: 1s cubic-bezier(.455, .03, .515, .955)
    }

    .anim-text-l:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(51, 51, 51, 1);
        -webkit-transition: .8s cubic-bezier(.57, .15, .13, .97);
        transition: .8s cubic-bezier(.57, .15, .13, .97)
    }

    .anim-text-l.anim-start:after {
        width: 0
    }

    .anim-text-l-2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(51, 51, 51, 1);
        -webkit-transition: .8s cubic-bezier(.57, .15, .13, .97);
        transition: .8s cubic-bezier(.57, .15, .13, .97);
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .anim-text-l-2.anim-start:after {
        width: 0
    }

    .anim-fades>li {
        transition: transform .6s cubic-bezier(.215, .61, .355, 1), opacity .6s linear, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0
    }

    .anim-fades.anim-start>li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .anim-fades.anim-start>li:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    .anim-fades.anim-start>li:nth-child(3) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .anim-fades.anim-start>li:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .anim-fades.anim-start>li:nth-child(5) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .anim-fades.anim-start>li:nth-child(6) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .anim-fades.anim-start>li:nth-child(7) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .anim-fades.anim-start>li:nth-child(8) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .box-content {
        margin: 0 auto;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        border-bottom: 3px solid #4780c5;
        padding-left: 10px
    }

    .header-l {
        width: 180px
    }

    .header-logo {
        width: 100%;
        height: 39px;
        position: relative;
        margin-right: 20px;
    }

    .header-logo:hover {
        cursor: pointer;
        opacity: .7
    }

    .header-logo a {
        width: 90%;
        height: 100%;
        background: url('/import/tenant_1/153.121.73.250/html/wp2/wp-content/themes/tera2/img/logo.webp')no-repeat, url('/import/tenant_1/153.121.73.250/html/wp2/wp-content/uploads/2022/12/next-lab.webp')no-repeat;
        background-size: 35%, 65%;
        background-position: left center, right center;
        text-indent: -9999em;
        display: block;
    }

    footer .header-logo a {
        margin: auto;
    }

    .header-title {
        text-align: left;
        font-size: 10px;
        padding: 5px;
        background-color: #fff;
        letter-spacing: 0;
    }

    .header-r {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
    
    footer .header-r {
      width: 100%;
    }

    .header-social {
        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;
        margin-right: 20px
    }

    .header-social>li {
        width: 22px;
        margin-right: 10px
    }

    .header-social>li>a {
        display: block
    }

    .header-nav {
        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;
        border-left: 1px solid #e2e2e2;
        height: 80px;
        padding: 0 20px
    }

    .header-nav>li {
        margin: 0 10px
    }

    .header-nav>li>a {
        font-size: 13px
    }

    .header-nav>li>a:hover {
        text-decoration: none;
        opacity: .7
    }

    .header-nav>li>a i {
        color: #08549b
    }

    .header-tel {
        background: url(/upload/tenant_1/ab85309351900416f90b585f5613e183.webp) 0 0 repeat;
        background-size: 291px 79px;
        border-left: 1px solid #e2e2e2;
        height: 60px
    }

    .header-tel>a,
    .header-tel>[class*="tel"] {
        display: block;
        font-size: 18px;
        text-align: center;
        color: #3180cb;
        font-weight: 700;
        padding: 10px 5px;
        letter-spacing: normal
    }

    .header-tel>a:hover {
        text-decoration: none;
        opacity: .7
    }

    .header-tel>.tel-wrap .en {
        font-size: 13px;
        font-weight: 700;
        color: #3180cb;
    }

    .header-tel>a .text {
        font-size: 9px;
        display: block;
        text-align: center;
        color: #222;
        padding-top: 5px;
        letter-spacing: normal
    }

    .header-tel>a:nth-child(2) {
        display: none
    }
    
    .header-tel .jp,
    .header-tel .jp>span{
    font-size: 9px;
    display: block;
    text-align: center;
    color: #222;
    padding-top: 5px;
    letter-spacing: normal;
    }
    
    .header-tel .jp>span{
      display: inline;
    }

    .footer-fix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: fixed;
        left: 0;
        bottom: 0;
        width: calc(100% - 50px);
        z-index: 9999
    }

    .footer-fix>div {
        width: 25%
    }

    .footer-fix-btn-1 a {
        display: block;
        height: 50px;
    }
    
    .footer-fix-btn-1 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .footer-fix-btn-2 a {
        display: block;
        height: 50px;
    }
    
    .footer-fix-btn-2 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    } 

    .footer-fix-btn-3 a {
        display: block;
        height: 50px;
    }
    
    .footer-fix-btn-3 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .footer-fix-btn-4 a {
        display: block;
        height: 50px;
    }
    
    .footer-fix-btn-4 a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .footer-fix .menu-trigger {
        display: block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: -50px;
        z-index: 100;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .5s;
        transition: all .5s;
        text-align: center;
        background: rgba(71, 128, 197, .9)
    }

    .menu-trigger.is-active {
        top: 0;
        z-index: 9999
    }

    .menu-trigger span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 14px;
        width: 22px;
        height: 2px;
        background-color: #fff;
        border-radius: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .menu-trigger.is-active span {
        background-color: #fff !important
    }

    .menu-trigger span:nth-of-type(1) {
        top: 12px
    }

    .menu-trigger.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg)
    }

    .menu-trigger span:nth-of-type(2) {
        top: 20px
    }

    .menu-trigger.is-active span:nth-of-type(2) {
        opacity: 0
    }

    .menu-trigger span:nth-of-type(3) {
        top: 28px
    }

    .menu-trigger.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg)
    }

    .menu-trigger small {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 9px;
        position: absolute;
        left: 12px;
        top: 34px
    }

@media (max-width: 736px) and (max-height: 600px) {
    .header-fix .list-header-fix-sns {
        display: none;
    }
}

@media all and (max-width: 736px) {
   .header-tel>a {
        padding: 10px 10px;
    }

    .l-nav .nav-title {
        color: #fff;
        text-align: left;
        font-size: 20px;
        border-bottom: 1px solid rgba(238, 238, 238, .3);
        padding: 15px
    }

    .l-nav .menu>li {
        position: relative
    }

    .l-nav .menu>li>a {
        display: block;
        text-align: left;
        color: #fff;
        font-size: 15px;
        line-height: 47px;
        padding: 0 15px;
        position: relative;
        border-bottom: 1px solid rgba(238, 238, 238, .3)
    }

    .l-nav .menu>li>a:hover {
        color: #fff;
        background: #4780c5;
        text-decoration: none;
        transition: .3s ease-in-out;
        opacity: 1;
    }

    .l-nav .menu .sub {
        position: absolute;
        left: 0;
        top: 47px;
        min-width: 240px;
        z-index: 10;
        display: none;
        opacity: 0;
        padding-top: 3px
    }

    .l-nav .menu .has-child:hover .sub {
        display: block;
        opacity: 1;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -moz-animation-duration: .5s;
        -moz-animation-name: fade-in
    }

    .l-nav .menu .sub>li a {
        display: block;
        border-bottom: 1px solid #e2e2e2;
        line-height: 1.5em;
        background: rgba(255, 255, 255, .9);
        padding: 10px 15px
    }

    .l-nav .menu .sub>li a:hover {
        text-decoration: none;
        background: #4780c5;
        color: #fff
    }

    .bread {
        vertical-align: top;
        top: 0;
        width: 100%;
        z-index: 3;
        height: 30px;
        background: #474747
    }

    .bread ul {
        line-height: 30px;
        margin: 0 auto;
        padding-left: 15px;
        vertical-align: top
    }

    .bread li {
        display: inline-block;
        font-size: 13px;
        color: #ccc;
        vertical-align: top
    }

    .bread li * {
        font-size: 13px;
        color: #ccc
    }

    .bread li a {
        color: #ccc !important;
        text-decoration: none;
        display: inline-block;
        vertical-align: top
    }

    .bread i {
        padding: 0 5px
    }

    .bread li:after {
        content: "";
        background: url("https://l-terakoya.jp/wp2/wp-content/themes/tera2/img/angle-bread.webp") center center no-repeat;
        background-size: contain;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 30px
    }

    .bread li:last-child:after {
        content: none
    }

    .box-side {
        padding: 15px 0 15px;
        border-bottom: 1px solid #e7eef3
    }

    .box-side h2 {
        font-size: 22px;
        color: #08549b;
        margin-bottom: 20px
    }

    .box-side:first-child {
        padding-top: 0
    }

    .box-side:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .list-side li {
        line-height: 1.6em
    }

    .list-side a {
        font-size: 15px;
        color: #333
    }

    .list-side li li {
        margin-left: 15px
    }

    .list-side li li:before {
        content: "-"
    }

    .list-entry-side li {
        position: relative;
        margin-bottom: 20px;
        min-height: 100px
    }

    .list-entry-side .entry-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: block
    }

    .list-entry-side .entry-pic {
        width: 100px;
        position: absolute;
        left: 0;
        z-index: 1
    }

    .list-entry-side .entry-time {
        display: block;
        font-size: 15px;
        color: #4780c5
    }

    .list-entry-side .entry-content {
        padding-left: 120px;
        line-height: 1.733em
    }

    .cat-bottom {
        border-top: 1px solid #e7eef3;
        padding-top: 40px;
        margin-top: 45px
    }

    .main-pickup-title {
        font-size: 18px;
        color: #08549b;
        margin-bottom: 25px
    }

    .box-bottom-contact {
        background-color: #fff;
        padding: 30px
    }

    .box-bottom-contact .box-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 2px solid #2065a5
    }

    .box-bottom-contact .bottom-contact-title {
        background: url(/upload/tenant_1/ab85309351900416f90b585f5613e183.webp) 0 0 repeat;
        background-size: 291px 79px;
        text-align: center;
        border-right: 1px solid #e2e2e2;
        line-height: 1.3em;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #3180cb;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px
    }

    .box-bottom-contact .bottom-contact-tel {
        width: 100%
    }

    .box-bottom-contact .bottom-contact-tel>a {
        text-align: center;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .box-bottom-contact .bottom-contact-tel>a:hover {
        text-decoration: none;
        opacity: .7
    }

    .box-bottom-contact .bottom-contact-tel>a .en {
        color: #3180cb;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 5px 0
    }

    .box-bottom-contact .bottom-contact-tel>a .en span {
        color: #3180cb;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 0.05em;
    }

    .box-bottom-contact .bottom-contact-tel>a .text {
        font-size: 13px;
        color: #333;
        line-height: 1.3em;
        margin-left: 20px
    }

    .box-bottom-contact .bottom-contact-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 300px;
        display: none
    }

    .box-bottom-contact .bottom-contact-btns .bottom-contact-btn {
        width: 96px
    }

    .page-top {
        position: fixed;
        right: 0;
        bottom: 50px;
        z-index: 5;
        width: 50px;
        height: 50px
    }

    .page-top:hover {
        opacity: .7
    }

    .l-footer .footer-r {
        position: static
    }

    .footer-center {
        padding: 45px 0 45px;
        background: #f6f8fa
    }

    .footer-nav {
        border-top: 1px solid #eee
    }

    .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .footer-nav ul:last-child {
        border-right: none
    }

    .footer-nav ul>li {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }

    .footer-nav ul>li>a {
        padding: 15px;
        font-size: 13px;
        display: block;
        color: #444
    }
    
    .footer-nav ul>li>a:hover {
        text-decoration: underline;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 1;
    }

    .footer-bottom {
        position: relative
    }

    .footer-bottom .header-l {
        width: 100%
    }

    .footer-bottom .header-logo {
        margin: 0 auto 20px
    }

    .footer-bottom .header-l .header-title {
        text-align: center;
        font-size: 10px;
        background-color: transparent;
    }

    .footer-bottom .header-r .header-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .footer-bottom .header-r .header-social>li {
        width: 33px;
        margin: 0 10px
    }

    .footer-bottom .header-tel {
        padding-bottom: 15px;
    }

    .footer-bottom .header-tel .tel>a {
        display: block;
        font-size: 28px;
        color: #3180cb;
        text-align: center;
        font-weight: 700;
        padding: 15px 10px;
        letter-spacing: normal;
    }

    .footer-bottom .header-tel .text {
        font-size: 13px;
    }

    .copyright {
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 50px;
        background-color: #3d5067;
        padding-bottom: 50px
    }

    .share ul>li {
        display: block;
        letter-spacing: normal;
        width: 55px;
        height: 40px;
        letter-spacing: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        line-height: 40px;
        border-radius: 0;
        margin: 0
    }

    .share ul>li:hover {
        opacity: .7
    }

    .share ul>li a {
        display: block;
        width: 100%;
        height: 100%
    }

    .share ul>li a:hover {
        text-decoration: none
    }

    .share ul li i,
    .share ul li span {
        color: #fff !important;
        font-size: 25px !important
    }
}
