@charset "UTF-8";

body {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FFF;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

img {
    width: 100%;
    display: block;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.lnp .inner {
    max-width: 1300px;
}

.sp {
    display: none;
}

.abs {
    position: absolute;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex.reverse {
    flex-direction: row-reverse;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

.btn {
    cursor: pointer;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
}

.header-left {
    width: 295px;
}

.header-nav ul li {
    padding: 0px 15px;
}

.header-nav ul li a {
    color: #333333;
    transition: all .7s;
}

.header-nav ul li a:hover {
    color: #666;
}

.mv {
    position: relative;
}

.mv-txt {
    position: absolute;
    top: 50%;
    left: 11vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mv-txt img {
    width: 30vw;
    display: block;
    margin-bottom: 20px;
}

.btn {
    width: 300px;
    background-color: #375ed0;
    text-align: center;
    padding: 15px 0;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 5px 0px #6f99e6;
    display: block;
    transition: all .4s;
}

.btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.txt-box h2,
.txt-box h3,
.txt-box h4 {
    border: 2px solid #006fde;
    color: #006fde;
    font-size: 22px;
    letter-spacing: .4rem;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px 2.5px;
}

.c01-txt {
    width: 55%;
}

.c01-txt h2 {
    font-size: 32px;
    max-width: 600px;
    margin-left: auto;
    font-weight: bold;
    letter-spacing: .2rem;
}

.c01-bg {
    width: 45%;
    background-image: url(../img/bg_parts.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
    padding: 120px 0 120px 60px;
}

.c01-bg-txt p {
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: .3rem;
}

.service_nav {
    padding: 120px 0 30px;
    background-color: #d8d8d8;
    z-index: 1;
}

.border-title {
    margin-bottom: 60px;
    text-align: center;
}

.border-title h2,
.border-title h3 {
    font-size: 32px;
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 3px solid #333333;
    font-weight: bold;
    letter-spacing: .2rem;
}

.service_nav-menu {
    margin-bottom: 100px;
}

.service_nav-menu .flex {
    align-items: initial;
}

.service_nav-menu ul li {
    width: 22%;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}

.service_nav-menu-item {
    text-align: center;
    padding: 20px 40px 40px;
}

.service_nav-menu-item h3 {
    color: #333;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

.service_nav-menu-item img {
    max-height: 140px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.service_nav-menu ul li a {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -25px;
}

.service_nav-menu ul li a img {
    transition: all .4s;
}

.service_nav-menu ul li a img:hover {
    transform: scale(1.05);
}

.service_nav-menu ul li:nth-child(3) a,
.service_nav-menu ul li:nth-child(4) a {
    bottom: -10px;
}

.service_nav-menu ul li:nth-child(3) img,
.service_nav-menu ul li:nth-child(4) img {
    padding-top: 15px;
}

.service_nav-txt {
    text-align: center;
}

.service_nav-txt p {
    padding-top: 5px;
    font-size: 20px;
    font-weight: 700;
}

.arrow_bg {
    position: relative;
}

.arrow_bg::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 35px solid #d8d8d8;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.reason {
    background-color: #ececec;
    padding: 100px 0 40px;
}

.reason.arrow_bg::after {
    border-top: 35px solid #ececec;
}

.reason-list ul li {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 30px 0;
    position: relative;
    max-width: 1400px;
}

.reason-list ul li.right .inner {
    padding-left: 20px;
}

.reason-list ul li.left .inner {
    padding-right: 20px;
}

.reason-list ul li p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2rem;
}

.reason-list ul li.left p {
    text-align: right;
}

.reason-list ul li:nth-child(4) p {
    text-align: center;
}

.reason-list ul li.right {
    margin-left: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.reason-list ul li.left {
    margin-right: auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.reason-list-img img {
    max-height: 140px;
    width: auto;
}

.reason-list ul li.left .reason-list-img {
    right: 0;
    z-index: 1;
}

.reason-list ul li.right .reason-list-img {
    left: 0;
    z-index: 1;
}

.reason-list ul li:nth-child(1) .reason-list-img {
    top: -70px;
}

.reason-list ul li:nth-child(2) .reason-list-img {
    top: -45px;
    right: -45px;
}

.reason-list ul li:nth-child(2) .reason-list-img img {
    max-height: 170px;
}

.reason-list ul li:nth-child(3) .reason-list-img {
    top: -40px;
}

.reason-list ul li:nth-child(3) .reason-list-img img {
    max-height: 150px;
}

.reason-list ul li:nth-child(4) .reason-list-img {
    top: -20px;
    right: 15px;
}

.reason_bottom {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.reason_bottom-title.border-title {
    margin-bottom: 20px;
}

.reason_bottom-txt {
    text-align: center;
}

.reason_bottom-txt p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .4rem;
}

.reason_bottom-txt p span {
    border: 2px solid #006fde;
    color: #006fde;
    font-weight: 700;
    padding: 5px 2.5px 5px 7.5px;
}

.lnp {
    padding: 80px 0px;
    background-image: url(../img/lnp_bg.png);
    background-position: center;
    background-size: cover;
}

.lnp#lnp01 {
    background-image: url(../img/lnp_bg01.png);
}

.lnp#lnp02 {
    background-image: url(../img/lnp_bg02.png);
}

.lnp#lnp03 {
    background-image: url(../img/lnp_bg03.png);
}

.lnp#lnp04 {
    background-image: url(../img/lnp_bg04.png);
    padding: 100px 0;
}

.lnp-flex {
    margin-bottom: 0px;
}

.lnp-flex-left {
    width: 45%;
    position: relative;
}

.lnp-flex-left sup {
    position: absolute;
    right: 70px;
    top: -20px;
}

.lnp-flex-right {
    width: 45%;
}

.lnp-flex-right p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .325rem;
}

#lnp02 .lnp-flex-right p {
    text-align: right;
}

.lnp-list .flex {
    align-items: initial;
}

.lnp-list li {
    width: 23%;
    background-color: #fff;
    padding: 50px 5px;
    border-radius: 10px;
    position: relative;
}

.lnp-list li .lnp-list-en {
    top: -17.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lnp-list-en img {
    height: 35px;
}

.lnp-list-txts {
    text-align: center;
    margin-bottom: 25px;
}

.lnp-list-txts .txt-box {
    margin: 0 20px 30px;
}

.lnp-list-txts .txt-box h4 {
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 5px 15px;
    font-weight: bold;
}

.lnp-list-txt p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .2rem;
}

.analysis {
    padding: 120px 0 60px;
}

.top-title {
    margin-bottom: 30px;
    position: relative;
}

.top-title img {
    position: absolute;
    width: 210px;
    top: -160px;
    left: 160px;
}

.txt-box {
    text-align: center;
}

.analysis .txt-box h2 {
    color: #7568db;
    font-size: 32px;
    border: 3px solid #7568db;
    padding: 10px 25px;
    line-height: 1.2;
}

.txt-content {
    text-align: center;
    margin-bottom: 30px;
}

.txt-content p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .4rem;
}

.txt-content p.pb {
    padding-bottom: 20px;
}

.analysis-list ul {
    align-items: initial;
}

.analysis-list li {
    width: 47%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 3px solid #7568db;
    border-radius: 20px;
}

.analysis-list-inner {
    padding: 20px 10px 15px;
}

.analysis-list-img {
    margin: 0 30px 10px;
}

.analysis-list li:nth-child(1) .analysis-list-img {
    margin: 0 0 10px;
}

.analysis-list li:nth-child(5) .analysis-list-img {
    margin: 0 0 10px;
}

.analysis-list li:nth-child(6) .analysis-list-img {
    margin: 0 auto 10px;
    width: 60%;
}

.analysis-list-img img {
    width: 100%;
}

.analysis-list-title {
    text-align: center;
    margin-bottom: 15px;
}

.analysis-list-title h3 {
    font-size: 18px;
    font-weight: 700;
}

.analysis-btn .btn {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #7568db;
    padding: 17.5px 0;
    box-shadow: 0px 5px 0px #5f4fd4;
    font-size: 16px;
}

.analysis-btn .btn:hover {
    box-shadow: none;
}

.analysis-btn .btn img {
    position: absolute;
    width: 10px;
    right: 20px;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.analysis-list-txt {
    text-align: center;
    margin: 40px auto 25px;
}

.analysis-list-txt p {
    font-size: 20px;
    letter-spacing: .3rem;
    font-weight: bold;
}

.analysis-list ul.one li {
    width: 100%;
}

.analysis-list ul.one li:nth-child(1) .analysis-list-img {
    width: 90%;
    margin: 0 auto 10px;
}

.analysis-txt {
    margin-top: 50px;
}

.analysis-txt p {
    color: #7568db;
    font-size: 20px;
    font-weight: 700;
}

.pension {
    padding: 60px 0;
}

.pension .txt-box h2 {
    color: #43bd9d;
    font-size: 32px;
    border: 3px solid #43bd9d;
    padding: 10px 25px;
    line-height: 1.2;
}

.pension-img {
    max-width: 1000px;
    margin: 0 auto;
}

.pension .top-title img {
    width: 120px;
    left: initial;
    top: -80px;
    right: 100px;
}

.ma {
    padding: 60px 0;
}

.ma .txt-box h2 {
    color: #006fde;
    font-size: 32px;
    border: 3px solid #006fde;
    padding: 10px 25px;
    line-height: 1.2;
}

.ma .top-title img {
    top: -90px;
    left: 200px;
}

.ma-img {
    max-width: 900px;
    margin: 0 auto 40px;
}

.ma-img-two {
    max-width: 660px;
}

.ma-img-three {
    max-width: 800px;
}

.sdgs {
    padding: 60px 0 120px;
}

.sdgs .txt-box h2 {
    color: #b49a35;
    font-size: 32px;
    border: 3px solid #b49a35;
    padding: 10px 25px;
    line-height: 1.2;
}

.sdgs-imgs {
    max-width: 700px;
    margin: 0 auto;
}

/* .sdgs-img:nth-child(1) {
    width: 60%;
}

.sdgs-img:nth-child(2) {
    width: 35%;
} */
.flow {
    padding: 120px 0;
    background-color: #f8f8f8;
}

.flow-list {
    max-width: 1000px;
    margin: 0 auto;
}

.flow-list li {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 40px;
}

.flow-list-inner {
    padding: 20px 25px 20px 35px;
}

.flow-list-img {
    width: 4%;
}

.flow-list-img img {
    max-height: 45px;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.flow-list-title {
    width: 20%;
}

.flow-list-txt {
    width: 70%;
}

.flow-list-txt p span {
    font-size: 13px;
    padding-left: 15px;
}

.flow-list-num {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flow-list-num img {
    height: 45px;
    width: auto;
}

.flow-list-arrow {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -40px;
    z-index: 1;
}

.flow-list-arrow img {
    width: 30px;
}

.flow-btn .btn {
    max-width: 560px;
    margin: 0 auto;
    padding: 17.5px 0;
    font-size: 16px;
    position: relative;
}

.flow-btn .btn:hover {
    box-shadow: none;
}

.flow-btn .btn img {
    position: absolute;
    width: 10px;
    right: 20px;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flow-list-title h3 {
    font-size: 24px;
    font-weight: bold;
}

.footer-sitemap {
    background-color: #999999;
    padding: 40px 0;
}

.footer-sitemap-title {
    max-width: 145px;
    margin: 0 auto 20px;
}

.footer-sitemap-lists {
    max-width: 1100px;
    margin: 0 auto;
    align-items: initial;
}

.footer-sitemap-list {
    padding-left: 17.5px;
}

.footer-sitemap-list ul li {
    position: relative;
    margin-bottom: 10px;
}

.footer-sitemap-list ul li::after {
    position: absolute;
    top: 48%;
    left: -17.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.footer-sitemap-list ul ul li::after {
    display: none;
}

.footer-sitemap-list ul ul li {
    margin-bottom: 5px;
}

.footer-sitemap-list ul li a {
    font-size: 16px;
    color: #fff;
    transition: all .7s;
}

.footer-sitemap-list ul li a:hover {
    opacity: .8;
}

.footer-sitemap-list ul ul li a,
.footer-sitemap-list .footer-sitemap-list-inner-content ul li a {
    font-size: 14px;
}

.footer-sitemap-list p {
    color: #fff;
    padding-bottom: 5px;
}

.footer-sitemap-list .footer-sitemap-list-inner-content ul li::after {
    display: none;
}

.footer-sitemap-list .footer-sitemap-list-inner-content:nth-child(2) {
    margin-left: 40px;
}

.footer-nav {
    background-color: #333;
    padding: 25px 0;
}

.footer-nav ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-nav ul li {
    padding: 0 25px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.footer-nav ul li:nth-child(6) {
    border-right: none;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 16px;
    transition: all .7s;
}

.footer-nav ul li a:hover {
    color: #999999;
}

.footer-bottom {
    padding: 40px 0;
}

.footer-bottom-txt {
    text-align: center;
    margin-bottom: 5px;
}

.footer-bottom-txt p {
    font-size: 14px;
}

.footer-bottom-txt a {
    color: #333;
    transition: all .7s;
}

.footer-bottom-txt a:hover {
    color: #666;
}

.copyright {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.remodal {
    padding: 40px 30px;
    color: #333;
    border-radius: 15px;
    border: 3px solid #7568db;
    height: 90vh;
    overflow-y: scroll;
    max-width: 1000px !important;
}

.remodal-close {
    top: 30px !important;
    right: 20px !important;
    left: initial !important;
    width: 50px !important;
    height: 50px !important;
    color: #7568db !important;
}

.remodal-close:before {
    font-size: initial !important;
    line-height: initial !important;
    width: 50px !important;
    height: 2px !important;
    background-color: #7568db;
    content: "" !important;
    transform: rotate(45deg);
    top: initial !important;
}

.remodal-close::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #7568db;
    content: "";
    transform: rotate(-45deg);
}

.modal-title {
    margin-bottom: 20px;
}

.modal-title p {
    font-size: 24px;
    border-bottom: 2px solid #333;
    font-weight: bold;
    display: inline-block;
}

.modal-img {
    margin-bottom: 20px;
}

.modal-txt p {
    padding-bottom: 30px;
    line-height: 1.8;
    letter-spacing: .2rem;
}

.txt-box {
    margin-bottom: 15px;
}

.modal-txt .txt-box p {
    border: 2px solid #7568db;
    color: #7568db;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 0px 15px;
}

.modal-txt ul {
    max-width: 800px;
    margin: 0 auto;
}

.modal-txt ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.modal-txt ul li::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "▶︎";
    color: #333;
    font-size: 16px;
}

.modal-txt-flex {
    display: flex;
}

.modal-txt-flex p {
    text-align: left;
}

.modal-txt-flex p:nth-child(1) {
    margin-right: 10px;
    width: 10%;
}

.element {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.modal-img video {
    width: 100%;
}

.top-back {
    position: fixed;
    width: 90px;
    right: 10vw;
    bottom: 60px;
    z-index: 10;
}

.caution-txt {
    margin-top: 20px;
}

.caution-txt p {
    font-size: 12px;
    text-align: left;
    letter-spacing: 2px;
    padding-left: 2.75em;
    text-indent: -2.75em;
}

.caution-txt p img {
    width: 10px;
    display: inline-block;
    vertical-align: baseline;
}

.caution-txt a {
    color: #333;
    text-decoration: underline;
    transition: all .8s;
}

.caution-txt a:hover {
    text-decoration: none;
}

sup a {
    color: #333;
}

.news {
    padding: 110px 0 120px;
    background: #f8f8f8;
}

.news-inner {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.news-list {
    background: #fff;
    border-radius: 20px;
}

.news-list ul {
    padding: 10px;
}

.news-list ul li {
    border-bottom: 3px dashed #eeeeee;
    padding: 25px 20px;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.3rem;
    display: block;
}

.news-list ul li:last-child {
    border-bottom: none;
}

.lnp-flex-left .caution-txt p sup {
    position: relative;
    right: initial;
    top: initial;
}

@media screen and (max-width: 1400px) {
    .reason-list ul li {
        max-width: 1200px;
    }

    .reason-list ul li.right .inner {
        padding-left: 100px;
    }

    .reason-list ul li.left .inner {
        padding-right: 100px;
    }

    .reason-list-img img {
        max-height: 120px;
    }

    .reason-list ul li:nth-child(1) .reason-list-img {
        top: -30px;
    }

    .reason-list ul li:nth-child(2) .reason-list-img img {
        max-height: 140px;
    }

    .reason-list ul li:nth-child(3) .reason-list-img img {
        max-height: 130px;
    }
}

@media screen and (max-width: 1200px) {
    .inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .border-title h2,
    .border-title h3 {
        font-size: 24px;
    }

    .header-inner {
        padding: 20px 20px 0;
    }

    .reason-list ul li {
        max-width: 1000px;
    }

    .reason-list ul li p {
        font-size: 16px;
    }

    .lnp-list-txts .txt-box h4 {
        font-size: 16px;
        padding: 5px 10px;
    }

    .lnp-list-txt p {
        font-size: 16px;
    }

    .lnp-list-en img {
        height: 30px;
    }

    .lnp-list li .lnp-list-en {
        top: -15px;
    }

    .analysis .txt-box h2,
    .pension .txt-box h2,
    .ma .txt-box h2,
    .sdgs .txt-box h2 {
        font-size: 24px;
    }

    .analysis-txt p {
        font-size: 18px;
    }

    .txt-content p {
        font-size: 16px;
    }

    .top-title img {
        width: 160px;
        top: -100px;
        left: 100px;
    }

    .pension .top-title img {
        width: 90px;
        top: -70px;
    }

    .ma .top-title img {
        top: -70px;
        left: 100px;
    }

    .flow-list-title h3 {
        font-size: 20px;
    }

    .footer-sitemap-lists {
        max-width: 100%;
        padding: 0 20px;
    }

    .footer-nav ul {
        max-width: 100%;
        padding: 0 20px;
    }

    .header-left {
        width: 245px;
    }

    .c01-txt h2 {
        font-size: 24px;
    }

    .c01-bg-txt p {
        font-size: 18px;
    }

    .service_nav-menu ul li {
        width: 23%;
    }

    .txt-box h2,
    .txt-box h3,
    .txt-box h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .ppc {
        display: none;
    }

    .header-nav ul li a {
        font-size: 14px;
    }

    .btn {
        width: 280px;
        padding: 12.5px 0;
    }

    .mv-txt {
        top: 53%;
        left: 20px;
    }

    .mv-txt img {
        width: 33vw;
    }

    .c01-bg {
        padding: 100px 20px 100px 40px;
    }

    .c01-txt {
        padding-left: 20px;
    }

    .lnp-list-txt p,
    .lnp-list-txts .txt-box h4 {
        font-size: 14px;
    }

    .lnp-list li {
        width: 24%;
    }

    .flow-list-num {
        left: 0px;
    }

    .flow-list-num img {
        height: 35px;
    }

    .footer-sitemap-list ul li a {
        font-size: 14px;
    }

    .footer-sitemap-list ul ul li a,
    .footer-sitemap-list .footer-sitemap-list-inner-content ul li a {
        font-size: 12px;
    }

    .footer-nav ul {
        justify-content: center;
    }

    .footer-nav ul li a {
        font-size: 14px;
    }

    .footer-nav ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 834px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .drawer-hamburger {
        width: 35px !important;
        padding: 0 !important;
        top: 20px !important;
        right: 20px !important;
    }

    .drawer-hamburger-icon {
        width: initial !important;
        height: initial !important;
        background-color: initial !important;
        margin-top: 0px !important;
    }

    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        content: initial !important;
    }

    .drawer-hamburger-icon span.drawer-bar {
        width: 100%;
        height: 2px;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #375ed1;
        display: block;
        margin-bottom: 7.5px;
    }

    .drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(1) {
        transform: rotate(45deg)translateY(6.5px);
    }

    .drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(2) {
        transform: rotate(-45deg)translateY(-7.5px);
    }

    .drawer-open .drawer-hamburger-icon span.drawer-bar:nth-child(3) {
        display: none;
    }

    .drawer-nav {
        width: 100% !important;
        padding: 60px 20px 50px;
        height: auto !important;
    }

    .drawer--right .drawer-nav {
        right: -100% !important;
    }

    .drawer--right.drawer-open .drawer-nav {
        right: 0 !important;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 15px !important;
    }

    .drawer-menu-item {
        font-size: 18px !important;
        padding: 0px !important;
        display: inline-block !important;
        position: relative;
        letter-spacing: 0.4rem;
        color: #333 !important;
    }

    .drawer-menu-item:hover {
        text-decoration: none !important;
        color: #777 !important;
    }

    .drawer-nav ul li {
        position: relative;
        display: block !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid #d6d6d6;
        text-align: center;
    }

    .drawer-nav ul li img {
        width: 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .drawer-open .drawer-overlay {
        display: none !important;
    }

    .drawer-menu {
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    .mv-txt {
        top: 90px;
        left: 20px;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

    .mv-txt img {
        width: 95vw;
    }

    .mv-btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .mv-btn .btn {
        padding: 15px 0;
        width: 320px;
    }

    .c01 {
        display: block;
        background-image: url(../img/bg_parts.png);
        background-position: center;
        background-repeat: repeat;
        background-size: 100%;
        padding: 60px 20px;
    }

    .c01-bg {
        width: 100%;
        padding: 0px;
        background-image: initial;
        max-width: 400px;
        margin: 0 auto;
    }

    .c01-txt {
        padding: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .c01-bg-txt p {
        font-size: 16px;
        line-height: 2.2;
        letter-spacing: .2rem;
    }

    .service_nav {
        padding: 60px 0 40px;
    }

    .border-title {
        margin-bottom: 40px;
    }

    .border-title h2,
    .border-title h3 {
        font-size: 20px;
    }

    .service_nav-menu ul li {
        width: 49%;
        margin-bottom: 40px;
    }

    .service_nav-menu .flex {
        max-width: 400px;
        margin: 0 auto;
    }

    .service_nav-menu-item {
        padding: 20px 20px 40px;
    }

    .service_nav-menu-item h3 {
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 1.2;
    }

    .service_nav-menu-item img {
        max-height: 100px;
    }

    .service_nav-menu ul li:nth-child(3) img,
    .service_nav-menu ul li:nth-child(4) img {
        padding-top: 10px;
    }

    .service_nav-menu {
        margin-bottom: 20px;
    }

    .service_nav-txt .txt-box {
        margin-bottom: 0px;
    }

    .service_nav-txt .txt-box h4 {
        padding: 5px 7.5px;
        font-size: 18px;
    }

    .service_nav-txt .txt-box:nth-child(3) h4,
    .service_nav-txt .txt-box:nth-child(4) h4 {
        border-top: none;
    }

    .arrow_bg::after {
        bottom: -25px;
        border-top: 25px solid #d8d8d8;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .reason {
        padding: 80px 0 40px;
    }

    .reason-list ul li {
        max-width: 97.5%;
    }

    .reason-list ul li.right {
        border-top-left-radius: 75px;
        border-bottom-left-radius: 75px;
    }

    .reason-list ul li.left {
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
    }

    .reason-list ul li.right .inner {
        padding-left: 60px;
    }

    .reason-list ul li.left .inner {
        padding-right: 60px;
    }

    .reason-list ul li p {
        font-size: 16px;
        text-align: right;
    }

    .reason-list ul li.left p {
        text-align: left;
    }

    .reason-list ul li:nth-child(1) .reason-list-img {
        top: -30px;
        left: 20px;
    }

    .reason-list ul li:nth-child(2) .reason-list-img {
        bottom: -25px;
        top: initial;
        right: 0px;
    }

    .reason-list ul li:nth-child(3) .reason-list-img {
        top: -10px;
        left: 20px;
    }

    .reason-list ul li:nth-child(4) .reason-list-img {
        top: initial;
        right: 0px;
        bottom: -25px;
    }

    .reason-list-img img {
        max-height: 100px;
    }

    .reason-list ul li:nth-child(2) .reason-list-img img {
        max-height: 120px;
    }

    .reason-list ul li:nth-child(3) .reason-list-img img {
        max-height: 150px;
    }

    .reason-list ul li:nth-child(4) p {
        text-align: left;
    }

    .border-title h2.sp,
    .border-title h3.sp,
    .modal-title p.sp {
        display: inline-block !important;
    }

    .reason_bottom {
        padding: 60px 0;
    }

    .reason_bottom-txt {
        margin-top: 30px;
    }

    .reason_bottom-txt p {
        font-size: 16px;
        line-height: 2;
        letter-spacing: .4rem;
    }

    .lnp-wrap {
        background-image: url(../img/lnp_bg_sp.png);
        background-position: center;
        background-repeat: repeat;
        background-size: 100%;
        padding: 30px 0;
    }

    .lnp {
        padding: 30px 0px;
        background-position: center;
        background-repeat: repeat;
        background-size: 100%;
    }

    .lnp#lnp01,
    .lnp#lnp02,
    .lnp#lnp03,
    .lnp#lnp04 {
        background-image: none;
    }

    .lnp#lnp04 {
        padding: 30px 0;
    }

    .lnp .inner {
        padding: 0px;
    }

    .lnp-flex {
        margin: 0 auto 40px;
        display: block;
        max-width: 440px;
        padding: 0 20px;
    }

    .lnp-flex-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .lnp-flex-right {
        width: 100%;
    }

    .lnp-flex-right p {
        font-size: 16px;
        line-height: 2.2;
    }

    .lnp-list {
        padding-left: 20px;
    }

    .lnp-list .flex {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .lnp-list li {
        width: 100%;
        padding: 15px 7.5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .lnp-list-txts {
        margin-bottom: 0px;
        width: 48%;
    }

    .lnp-list-img {
        width: 48%;
    }

    .lnp-list-txts .txt-box {
        margin: 0 auto 10px;
    }

    .lnp-list-txt p {
        font-size: 14px;
        line-height: 1.5;
    }

    .lnp-list-txts .txt-box h4 {
        font-size: 16px;
        font-weight: bold;
        padding: 4.5px 5px 2.5px;
    }

    .analysis {
        padding: 80px 0 40px;
    }

    .analysis .txt-box h2,
    .pension .txt-box h2,
    .ma .txt-box h2,
    .sdgs .txt-box h2 {
        font-size: 20px;
        padding: 7.5px 12.5px;
    }

    .top-title img {
        width: 120px;
        top: -120px;
        left: 0px;
    }

    .analysis-list ul {
        max-width: 400px;
        margin: 0 auto;
    }

    .analysis-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .analysis-list-title h3 {
        font-size: 16px;
    }

    .analysis-btn .btn {
        max-width: 100%;
        padding: 15px 0;
    }

    .analysis-list-txt {
        margin: 40px auto 15px;
    }

    .analysis-list-txt p {
        font-size: 16px;
    }

    .modal-title p {
        font-size: 20px;
    }

    .modal-txt .txt-box p {
        font-size: 18px;
        padding: 0px 7.5px;
    }

    .modal-txt ul li,
    .modal-txt p {
        font-size: 14px;
    }

    .remodal-close {
        top: 20px !important;
        right: 15px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .remodal-close:before,
    .remodal-close::after {
        width: 40px !important;
    }

    .modal-txt-flex {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .modal-txt-flex p:nth-child(1) {
        margin-right: 0px;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }

    .remodal {
        max-width: 500px !important;
        padding: 20px 15px !important;
        height: auto !important;
    }

    .pension .top-title img {
        width: 70px;
        top: -110px;
        right: 60px;
    }

    .txt-content p.pb {
        padding-bottom: 5px;
    }

    .pension-img {
        max-width: 500px;
        margin: 0 auto;
    }

    .ma {
        padding: 60px 0 20px;
    }

    .ma .top-title img {
        top: -97.5px;
        left: initial;
        right: 0;
    }

    .ma-img {
        max-width: 500px;
    }

    .sdgs {
        padding: 60px 0 90px;
    }

    .sdgs-imgs {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    .sdgs-img:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    .sdgs-img:nth-child(2) {
        width: 100%;
    }

    .flow {
        padding: 90px 0;
    }

    .flow-list {
        max-width: 400px;
    }

    .flow-list-inner {
        padding: 30px 20px;
        display: block;
    }

    .flow-list-img {
        position: absolute;
        height: 45px;
        width: auto;
        top: 20px;
        right: 100px;
    }

    .flow-list-title {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .flow-list-txt {
        width: 100%;
        text-align: center;
    }

    .flow-list-num {
        left: 20px;
        top: -15px;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }

    .flow-list li:nth-child(2) .flow-list-num,
    .flow-list li:nth-child(4) .flow-list-num,
    .flow-list li:nth-child(6) .flow-list-num {
        left: initial;
        right: 20px;
    }

    .flow-list li:nth-child(2) .flow-list-img,
    .flow-list li:nth-child(4) .flow-list-img,
    .flow-list li:nth-child(6) .flow-list-img {
        left: 100px;
        right: initial;
    }

    .flow-list-txt p span {
        display: block;
        font-size: 12px;
        padding-left: 0px;
    }

    .flow-btn .btn {
        max-width: 400px;
        width: 100%;
        padding: 15px 0;
    }

    .footer-sitemap {
        padding: 80px 0 50px;
    }

    .footer-sitemap-title {
        max-width: 130px;
    }

    .footer-sitemap-lists {
        max-width: 400px;
    }

    .footer-sitemap-list {
        padding-left: 12.5px;
        width: 48%;
        margin-bottom: 30px;
    }

    .footer-sitemap-list:nth-child(3),
    .footer-sitemap-list:nth-child(4) {
        width: 100%;
    }

    .footer-sitemap-list ul ul li a,
    .footer-sitemap-list p {
        font-size: 14px;
    }

    .footer-sitemap-list .footer-sitemap-list-inner-content ul li a {
        font-size: 12px;
    }

    .footer-sitemap-list-inner-content {
        width: 48%;
    }

    .footer-sitemap-list .footer-sitemap-list-inner-content:nth-child(2) {
        margin-left: 0px;
    }

    .footer-sitemap-list-last .flex {
        display: flex !important;
        align-items: initial;
    }

    .footer-sitemap-list-last .flex ul {
        width: 48%;
    }

    .footer-sitemap-list-last .flex ul li a {
        font-size: 12px;
    }

    .footer-nav ul {
        flex-wrap: wrap;
    }

    .footer-nav ul li {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .footer-nav {
        padding: 25px 0 20px;
    }

    .footer-bottom-txt a {
        font-size: 14px;
    }

    .caution-txt p {
        font-size: 12px;
        text-align: left;
        letter-spacing: 2px;
    }

    .news {
        padding: 50px 0;
    }

    .news-list {
        max-width: 400px;
        margin: 0 auto;
    }

    .news-list ul li {
        border-bottom: 3px dashed #eeeeee;
        padding: 20px 10px;
        font-size: 13px;
    }

    #lnp02 .lnp-flex-right p {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }

    .mv-txt img {
        width: 90vw;
    }

    .mv-btn {
        width: 90%;
    }

    .mv-btn .btn {
        width: 100%;
    }

    .txt-content p {
        font-size: 14px;
        letter-spacing: .2rem;
    }

    .footer-sitemap-list ul ul li a,
    .footer-sitemap-list p {
        font-size: 12px;
    }

    .top-back {
        width: 60px;
        right: 15px;
        bottom: 60px;
    }

    .news-list ul li {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {
    .header-left {
        width: 200px;
    }

    .drawer-hamburger {
        top: 25px !important;
    }

    .mv-txt {
        top: 70px;
    }

    .mv-txt img {
        width: 87.5vw;
    }

    .mv-btn {
        bottom: 30px;
    }

    .service_nav-txt .txt-box h4 {
        padding: 5px;
        font-size: 16px;
    }

    .service_nav-txt p {
        font-size: 16px;
    }

    .reason-list ul li p {
        font-size: 14px;
        letter-spacing: .1rem;
    }

    .reason-list ul li.right .inner {
        padding-right: 10px;
    }

    .reason-list ul li.left .inner {
        padding-left: 10px;
    }

    .reason_bottom-txt p {
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: .2rem;
    }

    .lnp-flex-right p {
        font-size: 14px;
        letter-spacing: .3rem;
    }

    .analysis-list-txt p {
        font-size: 14px;
        letter-spacing: .2rem;
    }

    .analysis-btn .btn {
        padding: 10px 0 7.5px;
        font-size: 14px;
    }

    .flow-list-img {
        right: 80px;
    }

    .flow-list li:nth-child(2) .flow-list-img,
    .flow-list li:nth-child(6) .flow-list-img {
        left: 80px;
    }

    .flow-list li:nth-child(4) .flow-list-img {
        left: 60px;
    }

    .flow-list li:nth-child(5) .flow-list-img {
        right: 100px;
    }

    .flow-list li:nth-child(6) .flow-list-img {
        left: 100px;
    }

    .flow-list-txt p span {
        font-size: 12px;
    }

    .footer-sitemap-list-last .flex ul {
        width: 50%;
    }

    .footer-nav ul li a,
    .footer-bottom-txt p,
    .footer-bottom-txt a,
    .copyright {
        font-size: 12px;
    }

    .lnp-list-txts .txt-box h4 {
        font-size: 14px;
        padding: 4.5px 2.5px 2.5px;
    }

    .service_nav-menu ul li a {
        width: 40px;
        height: 40px;
    }

    .analysis-list-title h3 {
        font-size: 14px;
    }

    .remodal {
        height: 80vh !important;
        padding: 40px 10px;
    }

    .modal-title p {
        font-size: 18px;
    }

    .modal-txt ul li,
    .modal-txt p {
        font-size: 12px;
    }

    .remodal-close {
        top: 15px !important;
        right: 5px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .remodal-close:before,
    .remodal-close::after {
        width: 30px !important;
    }

    .modal-txt p {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 374px) {
    .drawer-menu-item {
        font-size: 16px !important;
    }

    .c01-txt h2 {
        font-size: 22px;
    }

    .c01-bg-txt p {
        font-size: 14px;
    }

    .service_nav-txt .txt-box h4 {
        font-size: 12px;
    }

    .service_nav-txt p {
        font-size: 14px;
    }

    .reason-list ul li p {
        font-size: 12px;
    }

    .reason-list ul li:nth-child(2) .reason-list-img img {
        max-height: 100px;
    }

    .reason_bottom-txt p {
        font-size: 12px;
        letter-spacing: .1rem;
    }

    .border-title h2,
    .border-title h3 {
        font-size: 18px;
    }

    .lnp-flex-right p {
        font-size: 12px;
        letter-spacing: .2rem;
    }

    .lnp-list-txts .txt-box h4 {
        font-size: 13px;
        white-space: nowrap;
    }

    .analysis .txt-box h2,
    .pension .txt-box h2,
    .ma .txt-box h2,
    .sdgs .txt-box h2 {
        font-size: 18px;
        padding: 7.5px 10px;
    }

    .txt-content p,
    .analysis-list-txt p {
        letter-spacing: .1rem;
        font-size: 13px;
    }

    .pension .top-title img {
        right: 30px;
    }

    .flow-list-img {
        right: 40px;
    }

    .flow-list li:nth-child(2) .flow-list-img,
    .flow-list li:nth-child(6) .flow-list-img {
        left: 55px;
    }

    .flow-list li:nth-child(3) .flow-list-img {
        right: 50px;
    }

    .flow-list li:nth-child(4) .flow-list-img {
        left: 40px;
    }

    .flow-list li:nth-child(5) .flow-list-img {
        right: 80px;
    }

    .flow-list li:nth-child(6) .flow-list-img {
        left: 80px;
    }

    .flow-list-img img {
        max-height: 40px;
    }

    .footer-sitemap-list ul li a {
        font-size: 13px;
    }

    .footer-sitemap-list .footer-sitemap-list-inner-content ul li a,
    .footer-sitemap-list ul ul li a,
    .footer-sitemap-list p {
        font-size: 11px;
    }

    .footer-sitemap-list-last .flex ul li a {
        font-size: 11px;
        white-space: nowrap;
    }

    .lnp-list-txt p {
        font-size: 12px;
    }
}
