@charset "utf-8";
html {
    font-size: 64%
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.8;
    letter-spacing: .06em;
    text-align: left;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFF;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #333;
    text-decoration: none
}

img {
    width: 100%;
    height: auto;
    image-rendering: auto
}

* {
    box-sizing: border-box
}

#contents-wrap {
    opacity: 0;
    transition: all 1s
}

#contents-wrap.fade-in {
    opacity: 1
}

.loading-img {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    margin-top: -110px;
    margin-left: -90px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-align: center
}

.loading-img img {
    width: 100%;
    height: auto
}

.sec-ttl {
    margin-bottom: 80px
}

.sec-ttl.center {
    text-align: center
}

.sec-ttl .eng {
    display: block;
    margin-bottom: 7px;
    padding-left: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: .04em
}

.sec-ttl .jpn {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4
}

.sec-link {
    position: relative;
    display: inline-block;
    padding-right: 70px
}

.sec-link .sec-link-inner {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #407bff
}

.sec-link .sec-link-inner::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 19px;
    width: 14px;
    height: 11px;
    background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
    background-size: 14px 11px;
    z-index: 10
}

.sec-sub-link {
    position: relative;
    display: inline-block;
    padding-right: 39px
}

.sec-sub-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #333
}

.sec-sub-link::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 6px;
    height: 6px;
    background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
    background-size: 6px 6px;
    z-index: 10
}

.sec-sub-link span {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: .03em
}

.sec-sub-link span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333
}

#header {
    padding-top: 75px;
    background-color: #f5f5f5
}

#top #header {
    padding-top: 0
}

.header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 180px;
    z-index: 10
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0
    }
}

#contents {
    margin-top: 35px;
    margin-bottom: 80px
}

#top #contents {
    margin: 0
}

#footer {
    background-color: #f5f5f5
}

.contact-sec {
    padding: 10px 10px 0;
    color: #fff
}

.contact-sec-inner {
    padding: 65px 11% 90px;
    background-color: #444
}

.contact-sec-ttl {
    margin-bottom: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: .03em
}

.contact-sec-lead {
    margin-bottom: 45px;
    font-size: 1.3rem;
    line-height: 2.2
}

.contact-sec-btn {
    display: block;
    border: 1px solid #fff;
    border-radius: 35px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    text-align: center
}

.contact-sec-btn:hover {
    color: #fff
}

.footer-inner {
    position: relative;
    padding-top: 75px
}

.footer-company {
    margin-bottom: 35px
}

.footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
    padding: 0 0 0 10%
}

.footer-address-list {
    margin-bottom: 30px;
    padding: 0 10%
}

.footer-address-list li {
    margin-bottom: 25px;
    font-size: 1.2rem
}

.footer-address-list li:last-child {
    margin-bottom: 0
}

.footer-address-name {
    margin-bottom: 5px;
    font-weight: 700
}

.footer-illust-area {
    margin-bottom: 45px
}

.footer-illust01 {
    margin-right: 9%;
    text-align: right
}

.footer-illust01 img {
    width: 130px
}

.footer-illust02 {
    margin: -10px calc(9% + 100px) 0 0;
    text-align: right
}

.footer-illust02 img {
    width: 65px
}

.footer-copyright {
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    background-color: #fff
}

.footer-copyright small {
    display: block;
    padding: 16px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transform: scale(.8);
    transform-origin: center
}

@media only screen and (min-width: 560px) {
    #contents-wrap {
        opacity: 0;
        transition: all 1s
    }

    #contents-wrap.fade-in {
        opacity: 1
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -130px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center
    }

    .loading-img img {
        width: 100%;
        height: auto
    }

    .sec-ttl.center {
        text-align: center
    }

    .sec-ttl .eng {
        display: block;
        margin-bottom: 7px;
        padding-left: 2px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.6;
        letter-spacing: .04em
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.4
    }

    .sec-link {
        position: relative;
        display: inline-block;
        padding-right: 70px
    }

    .sec-link .sec-link-inner {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 51px;
        height: 51px;
        border-radius: 50%;
        background-color: #407bff
    }

    .sec-link .sec-link-inner::before {
        content: "";
        position: absolute;
        top: 20px;
        right: 19px;
        width: 14px;
        height: 11px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
        background-size: 14px 11px;
        z-index: 10
    }

    .sec-sub-link {
        position: relative;
        display: inline-block;
        padding-right: 39px
    }

    .sec-sub-link::before {
        content: "";
        position: absolute;
        top: 1px;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #333
    }

    .sec-sub-link::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
        background-size: 6px 6px;
        z-index: 10
    }

    .sec-sub-link span {
        display: inline-block;
        position: relative;
        padding-bottom: 2px;
        font-weight: 700;
        letter-spacing: .03em
    }

    .sec-sub-link span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #333
    }

    #header {
        padding-top: 121px;
        background-color: #f5f5f5
    }

    #top #header {
        padding-top: 0
    }

    .header-logo {
        position: absolute;
        top: 40px;
        left: 40px;
        width: 240px;
        z-index: 100
    }

    @-webkit-keyframes active-menu-bar02 {
        100% {
            height: 0
        }
    }@keyframes active-menu-bar02 {
         100% {
             height: 0
         }
     }#contents {
          margin-top: 60px;
          margin-bottom: 100px
      }

    #top #contents {
        margin: 0 0 100px
    }

    #footer {
        background-color: #f5f5f5
    }

    .contact-sec {
        padding: 10px 10px 0;
        color: #fff
    }

    .contact-sec-inner {
        padding: 85px 11% 90px;
        background-color: #444
    }

    .contact-sec-ttl {
        margin-bottom: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 3.4rem;
        line-height: 1.4;
        letter-spacing: .03em
    }

    .contact-sec-lead {
        margin-bottom: 45px;
        font-size: 1.3rem;
        line-height: 2.2
    }

    .contact-sec-btn {
        display: block;
        width: 340px;
        border: 1px solid #fff;
        border-radius: 35px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff;
        line-height: 70px;
        text-align: center
    }

    .contact-sec-btn:hover {
        color: #fff
    }

    .footer-inner {
        position: relative;
        padding-top: 0
    }

    .footer-company {
        margin-bottom: 0
    }

    .footer-logo {
        width: 220px;
        height: auto;
        margin-bottom: 50px;
        padding: 0 0 0 10%
    }

    .footer-address-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 10%
    }

    .footer-address-list li {
        width: 45%;
        margin: 0 0 30px 0;
        font-size: 1.2rem
    }

    .footer-address-list li:nth-child(odd) {
        margin-right: 10%
    }

    .footer-address-list li:last-child {
        margin-bottom: 0
    }

    .footer-address-name {
        margin-bottom: 5px;
        font-weight: 700
    }

    .footer-illust-area {
        margin-bottom: 85px
    }

    .footer-illust01 {
        margin-right: 10%;
        text-align: right
    }

    .footer-illust01 img {
        width: 130px
    }

    .footer-illust02 {
        margin: -10px calc(10% + 100px) 0 0;
        text-align: right
    }

    .footer-illust02 img {
        width: 65px
    }

    .footer-copyright {
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: center;
        background-color: #fff
    }

    .footer-copyright small {
        display: block;
        padding: 16px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        transform: scale(.8);
        transform-origin: center
    }
}

@media only screen and (min-width: 960px) {
    img {
        width: 100%;
        height: auto
    }

    #contents-wrap {
        position: relative;
        opacity: 0;
        transition: all 1s
    }

    #contents-wrap.fade-in {
        opacity: 1
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 240px;
        height: 240px;
        margin-top: -170px;
        margin-left: -120px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center
    }

    .loading-img img {
        width: 100%;
        height: auto
    }

    .sec-ttl.center {
        text-align: center;
        margin-bottom: 80px
    }

    .sec-ttl .eng {
        display: block;
        margin-bottom: 9px;
        padding-left: 2px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-size: 1.35rem;
        line-height: 1.6;
        letter-spacing: .04em
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .sec-link {
        position: relative;
        display: inline-block;
        padding-right: 93px
    }

    .sec-link .sec-link-inner {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 63px;
        height: 63px;
        border-radius: 50%;
        background-color: #407bff;
        overflow: hidden;
        transition: background-color .5s
    }

    .sec-link:hover .sec-link-inner {
        background-color: #47cfde
    }

    .sec-link .sec-link-inner::after, .sec-link .sec-link-inner::before {
        content: "";
        position: absolute;
        top: 26px;
        right: 25px;
        width: 14px;
        height: 11px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-large.svg) 0 0 no-repeat;
        background-size: 14px 11px;
        z-index: 10
    }

    .sec-link .sec-link-inner::after {
        transform: translateX(-38px)
    }

    .sec-link:hover .sec-link-inner::before {
        animation: transformBefore .5s
    }

    .sec-link:hover .sec-link-inner::after {
        animation: transformAfter .5s
    }

    @keyframes transformBefore {
        0% {
            transform: translateX(0);
            opacity: 1
        }
        100% {
            transform: translateX(38px);
            opacity: 0
        }
    }@keyframes transformAfter {
         0% {
             transform: translateX(-38px);
             opacity: 0
         }
         100% {
             transform: translateX(0);
             opacity: 1
         }
     }.sec-sub-link {
          position: relative;
          display: inline-block;
          padding-right: 39px
      }

    .sec-sub-link::before {
        content: "";
        position: absolute;
        top: 1px;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #333;
        transition: background-color .3s
    }

    .sec-sub-link:hover::before {
        background-color: #666
    }

    .sec-sub-link::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 8px;
        width: 6px;
        height: 6px;
        background: url(https://www.yuridenki.co.jp/wp/wp-content/themes/yuridenki/assets/images/common/btn-arrow-small.svg) 0 0 no-repeat;
        background-size: 6px 6px;
        z-index: 10;
        transition: right .3s
    }

    .sec-sub-link:hover::after {
        right: 6px
    }

    .sec-sub-link span {
        display: inline-block;
        position: relative;
        padding-bottom: 2px;
        font-weight: 700;
        letter-spacing: .03em
    }

    .sec-sub-link span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform .3s
    }

    .sec-sub-link:hover span::after {
        transform-origin: right top;
        transform: scale(0, 1)
    }

    #header {
        padding-top: 200px;
        background-color: #f5f5f5
    }

    #top #header {
        padding-top: 0
    }

    .header-logo {
        position: absolute;
        top: 70px;
        left: 80px;
        width: 280px;
        z-index: 100
    }

    @-webkit-keyframes active-menu-bar02 {
        100% {
            height: 0
        }
    }@keyframes active-menu-bar02 {
         100% {
             height: 0
         }
     }#contents {
          margin-top: 110px;
          margin-bottom: 180px
      }

    #top #contents {
        margin: 0 0 180px
    }

    #footer {
        background-color: #f5f5f5
    }

    .contact-sec {
        padding: 10px 10px 0;
        color: #fff
    }

    .contact-sec-inner {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0;
        background-color: #444
    }

    .contact-sec-inner::before {
        content: "";
        position: absolute;
        top: 90px;
        left: 50%;
        width: 1px;
        height: calc(100% - 180px);
        background-color: #575757
    }

    .contact-sec-inner .left-side {
        width: 50%;
        padding: 105px 10% 120px 10%
    }

    .contact-sec-inner .right-side {
        display: flex;
        justify-content: center;
        width: 50%
    }

    .contact-sec-ttl {
        margin-bottom: 16px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 4.6rem;
        line-height: 1.4;
        letter-spacing: .03em
    }

    .contact-sec-lead {
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2
    }

    .contact-sec-btn {
        display: block;
        min-width: 400px;
        border: 1px solid #fff;
        border-radius: 40px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        line-height: 78px;
        text-align: center;
        transition: all .3s
    }

    .contact-sec-btn:hover {
        color: #333;
        background-color: #fff;
        letter-spacing: .12em
    }

    .footer-inner {
        position: relative;
        padding-top: 0
    }

    .footer-company {
        margin: -40px 0 60px 7.5%
    }

    .footer-logo {
        width: 160px;
        height: auto;
        margin-bottom: 50px;
        padding: 0
    }

    .footer-address-list {
        display: flex;
        flex-wrap: wrap;
        width: 660px;
        margin-bottom: 30px;
        padding: 0
    }

    .footer-address-list li {
        width: 330px;
        margin: 0 0 30px 0;
        font-size: 1.35rem
    }

    .footer-address-list li:nth-child(odd) {
        margin-right: 0
    }

    .footer-address-list li:last-child {
        margin-bottom: 0
    }

    .footer-address-name {
        margin-bottom: 5px;
        font-weight: 700
    }

    .footer-illust-area {
        position: absolute;
        bottom: 0;
        right: 70px;
        margin: 0
    }

    .footer-illust01 {
        margin-right: 0;
        text-align: right
    }

    .footer-illust01 img {
        width: 180px
    }

    .footer-illust02 {
        margin: -30px 150px 0 0;
        text-align: right
    }

    .footer-illust02 img {
        width: 80px
    }

    .footer-copyright {
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: center;
        background-color: #fff
    }

    .footer-copyright small {
        display: block;
        padding: 16px 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 1.55rem;
        transform: scale(.8);
        transform-origin: center
    }
}

.company-sec-ttl {
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333
}

.company-sec-ttl .eng {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #999;
    vertical-align: top
}

.company-sec-ttl .jpn {
    display: block;
    margin-top: 2px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2
}

.csr-intro-sec {
    margin-bottom: 70px
}

.csr-intro-inner {
    margin-bottom: 40px
}

.csr-intro-inner .img-side {
    margin-bottom: 30px
}

.csr-intro-ttl {
    margin-bottom: 20px
}

.csr-intro-ttl .jpn {
    display: inline-block;
    padding-right: 14px;
    font-size: 2.4rem;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.8
}

.csr-intro-ttl .eng {
    display: inline-block;
    padding-top: 3px;
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: .01em;
    vertical-align: middle
}

.csr-intro-lead {
    margin-bottom: 30px;
    line-height: 2.2
}

.csr-sec {
    margin-bottom: 60px
}

.csr-sec:last-child {
    margin-bottom: 0
}

.csr-sec-ttl {
    position: relative;
    margin-bottom: 25px;
    padding-left: 42px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4
}

.csr-sec-ttl span {
    position: absolute;
    top: 6px;
    left: 0;
    font-family: termina, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: .04em;
    color: #407bff
}

.csr-sec-lead {
    margin-bottom: 30px
}

.csr-sec-box {
    margin-bottom: 25px
}

.csr-sec-box:last-child {
    margin-bottom: 0
}

.csr-sec-box-ttl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6
}

.csr-sec-box-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    margin-top: -6px;
    height: calc(100% - 12px);
    background-color: #407bff
}

.csr-sec-ul-list {
    margin-top: 15px
}

.csr-sec-ul-list li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 16px
}

.csr-sec-ul-list li:last-child {
    margin-bottom: 0
}

.csr-sec-ul-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 4px;
    height: 4px;
    border: 1px solid #333;
    border-radius: 50%
}

@media only screen and (min-width: 560px) {
    .company-sec-ttl {
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333
    }

    .company-sec-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-top: 2px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .csr-intro-sec {
        margin-bottom: 70px
    }

    .csr-intro-inner {
        display: flex;
        margin-bottom: 40px
    }

    .csr-intro-inner .img-side {
        width: 40%;
        margin: 0 10% 0 0
    }

    .csr-intro-inner .text-side {
        width: 50%
    }

    .csr-intro-ttl {
        margin-bottom: 20px
    }

    .csr-intro-ttl .jpn {
        display: inline-block;
        padding-right: 14px;
        font-size: 2.4rem;
        font-weight: 700;
        vertical-align: middle;
        line-height: 1.8
    }

    .csr-intro-ttl .eng {
        display: inline-block;
        padding-top: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;
        letter-spacing: .01em;
        vertical-align: middle
    }

    .csr-intro-lead {
        margin-bottom: 30px;
        line-height: 2.2
    }

    .csr-sec {
        margin-bottom: 60px
    }

    .csr-sec:last-child {
        margin-bottom: 0
    }

    .csr-sec-ttl {
        position: relative;
        margin-bottom: 25px;
        padding-left: 42px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .csr-sec-ttl span {
        position: absolute;
        top: 6px;
        left: 0;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.1;
        letter-spacing: .04em;
        color: #407bff
    }

    .csr-sec-lead {
        margin-bottom: 30px
    }

    .csr-sec-box {
        margin-bottom: 25px
    }

    .csr-sec-box:last-child {
        margin-bottom: 0
    }

    .csr-sec-box-ttl {
        position: relative;
        margin-bottom: 10px;
        padding-left: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.6
    }

    .csr-sec-box-ttl::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 5px;
        margin-top: -6px;
        height: calc(100% - 12px);
        background-color: #407bff
    }

    .csr-sec-ul-list {
        margin-top: 15px
    }

    .csr-sec-ul-list li {
        position: relative;
        margin-bottom: 3px;
        padding-left: 16px
    }

    .csr-sec-ul-list li:last-child {
        margin-bottom: 0
    }

    .csr-sec-ul-list li::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 2px;
        width: 4px;
        height: 4px;
        border: 1px solid #333;
        border-radius: 50%
    }
}

@media only screen and (min-width: 960px) {
    .company-sec-ttl {
        margin-bottom: 60px;
        padding-bottom: 17px;
        border-bottom: 1px solid #333
    }

    .company-sec-ttl .eng {
        padding-left: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .company-sec-ttl .jpn {
        display: block;
        margin-top: 2px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .csr-intro-sec {
        margin-bottom: 110px
    }

    .csr-intro-inner {
        display: flex;
        margin-bottom: 55px
    }

    .csr-intro-inner .img-side {
        width: 45%;
        margin: 0 12% 0 0
    }

    .csr-intro-inner .text-side {
        width: 43%;
        padding-top: 30px
    }

    .csr-intro-ttl {
        margin-bottom: 25px
    }

    .csr-intro-ttl .jpn {
        display: inline-block;
        padding-right: 22px;
        font-size: 3.4rem;
        font-weight: 700;
        vertical-align: middle;
        line-height: 1.8
    }

    .csr-intro-ttl .eng {
        display: inline-block;
        padding-top: 3px;
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.2;
        letter-spacing: .01em;
        vertical-align: middle
    }

    .csr-intro-lead {
        margin-bottom: 40px;
        line-height: 2.3;
        font-size: 1.5rem
    }

    .csr-sec {
        margin-bottom: 90px
    }

    .csr-sec:last-child {
        margin-bottom: 0
    }

    .csr-sec-ttl {
        position: relative;
        margin-bottom: 45px;
        padding-left: 60px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.4
    }

    .csr-sec-ttl span {
        position: absolute;
        top: 8px;
        left: 0;
        font-family: termina, sans-serif;
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 1.1;
        letter-spacing: .04em;
        color: #407bff
    }

    .csr-sec-lead {
        margin-bottom: 45px;
        font-size: 1.5rem;
        line-height: 2.2
    }

    .csr-sec-box {
        margin-bottom: 35px
    }

    .csr-sec-box:last-child {
        margin-bottom: 0
    }

    .csr-sec-box-ttl {
        position: relative;
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.6
    }

    .csr-sec-box-ttl::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        margin-top: -7px;
        height: calc(100% - 16px);
        background-color: #407bff
    }

    .csr-sec-box-lead p {
        font-size: 1.5rem;
        line-height: 2.2
    }

    .csr-sec-ul-list {
        margin-top: 15px
    }

    .csr-sec-ul-list li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 16px;
        font-size: 1.5rem
    }

    .csr-sec-ul-list li:last-child {
        margin-bottom: 0
    }

    .csr-sec-ul-list li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 2px;
        width: 4px;
        height: 4px;
        border: 1px solid #333;
        border-radius: 50%
    }
}

.access-body {
    padding: 0 8%;
    font-size: 1.3rem;
    line-height: 2
}

.access-map-sec {
    margin-bottom: 60px
}

.access-map-sec:last-child {
    margin-bottom: 0
}

.access-map-ttl {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333
}

.access-map-ttl .num {
    padding-right: 4px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0;
    color: #999;
    vertical-align: top
}

.access-map-ttl .eng {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #999;
    vertical-align: top
}

.access-map-ttl .jpn {
    display: block;
    margin-top: 3px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2
}

.access-map-address {
    margin-bottom: 30px
}

.access-map-gmap {
    margin-bottom: 20px;
    padding: 0
}

.access-map-gmap iframe {
    width: 100%;
    height: 300px;
    vertical-align: bottom
}

.access-map-gmap-btn {
    margin-bottom: 30px;
    text-align: right
}

.office-img {
    margin-bottom: 30px
}

@media only screen and (min-width: 560px) {
    .access-body {
        padding: 0 8%;
        font-size: 1.4rem;
        line-height: 2.2
    }

    .access-map-sec {
        margin-bottom: 100px
    }

    .access-map-sec:last-child {
        margin-bottom: 0
    }

    .access-map-ttl {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333
    }

    .access-map-ttl .num {
        padding-right: 4px;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .jpn {
        display: block;
        margin-top: 3px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .access-map-address {
        margin-bottom: 40px
    }

    .access-map-gmap {
        margin-bottom: 20px;
        padding: 0
    }

    .access-map-gmap iframe {
        width: 100%;
        height: 400px;
        vertical-align: bottom
    }

    .access-map-gmap-btn {
        margin-bottom: 30px;
        text-align: right
    }

    .office-img {
        width: 40%;
        margin: 0 6% 0 0
    }
}

@media only screen and (min-width: 960px) {
    #contents {
        margin-top: 90px
    }

    .access-body {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        font-size: 1.5rem;
        line-height: 2.2;
        margin-bottom: 120px
    }

    .access-map-sec {
        margin-bottom: 120px
    }

    .access-map-sec:last-child {
        margin-bottom: 0
    }

    .access-map-ttl {
        margin-bottom: 30px;
        padding-bottom: 17px;
        border-bottom: 1px solid #333
    }

    .access-map-ttl .num {
        padding-right: 5px;
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: 0;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .eng {
        font-family: termina, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.4;
        letter-spacing: .04em;
        color: #999;
        vertical-align: top
    }

    .access-map-ttl .jpn {
        display: block;
        margin-top: 3px;
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.2
    }

    .access-map-address {
        margin-bottom: 40px
    }

    .access-map-gmap {
        margin-bottom: 40px;
        padding: 0
    }

    .access-map-gmap iframe {
        width: 100%;
        height: 500px;
        vertical-align: bottom
    }

    .access-map-gmap-btn {
        margin-bottom: 30px;
        text-align: right;
        line-height: 1.8;
        font-size: 1.4rem
    }

    .office-img {
        width: 29%;
        margin: 0 6% 0 0
    }
}