address {
    font-style: normal;
}

@media screen and (max-width: 1024px) and  (min-width: 768px) {
    .is-only-tab-dn {
        display: none;
    }
}

.lp-text-button {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    font-size: 16px;
    text-decoration: none;
    color: #010024;
    border-radius: 4px;
    transition: 0.2s;
}

.lp-text-button:hover {
    background-color: #DDDDDD;
}

.sg-link > img.lp-icon.link {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.sg-header-left-nav {
    height: 100%;
}

.sg-header-left-nav-items {
    height: 100%;
    display: flex;
    align-items: center;
}

.sg-header-left-nav-items > li + li {
    margin-left: 32px;

}

.sg-header-brand-list > li + li {
    margin-left: 24px;
}

.sg-header-brand img {
    height: 38px;
    width: auto;
}

.sg-header-brand .sg-header-brand-list-separater {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .sg-header-brand img {
        height: 36px;
        width: auto;
    }

    .sg-header-brand img.logo-kokb {
        height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .sg-header-brand img {
        height: 32px;
    }

    .sg-header-nav {
        display: none;
    }

    .sg-header-brand-list > li + li {
        margin-left: 16px;
    }

    .sg-header-brand .sg-header-brand-list-separater {
        width: 12px;
        height: 12px;
    }

    .sg-header-brand {
        width: 100%;
    }
}

.sg-header-contact {

}

.sg-header-contact-tel-num {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #010024;
}

.sg-header-contact-tel-num::after {
}

.sg-header-contact-tel-num .lp-icon.tel {
    width: 18px;
    margin-right: 4px;
}


.sg-header-contact-label {
    display: block;
    font-size: 12px;
}

.sg-header-left-nav-items {
    display: flex;
}

.sg-header-left-nav-items > li + li {
    margin-left: 32px;
}

.sg-text-button {
    font-size: 16px;
    text-decoration: none;
    color: #010024;
}

.sg-text-button:hover {
    background-color: #dddddd;
}

.sg-header, .lp-body {
    font-family: "Noto Sans CJK JP", sans-serif;
    color: #444444;
}

.section {
    background-color: #FFFFFF;
    /*padding-top: 96px;*/
    /*padding-bottom: 96px;*/
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.section-bg {
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .section {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.small {
    padding-top: 56px;
    padding-bottom: 56px;
}

@media screen and (max-width: 767px) {
    .section.medium {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section.small {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.section.small .section-body {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .section.small .section-body {
        margin-top: 32px;
    }
}

.section.medium .section-body {
    margin-top: 56px;
}

@media screen and (max-width: 767px) {
    .section.medium .section-body {
        margin-top: 40px;
    }
}

.section-header {
    text-align: center;
    color: #0D2F5C;
}

.section-heading {
    font-size: 0;
    text-align: center;
    line-height: 1.8;
}

.section-heading > * {
    vertical-align: bottom;
    line-height: 1;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .section-heading > * {
        line-height: 1.5;
    }
}

.section-heading > span {
    font-size: 34px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .section-heading > span {
        font-size: 27px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading > span {
        font-size: 18px;
    }
}

.section-heading > strong {
    font-size: 51px;
}

@media screen and (max-width: 1024px) {
    .section-heading > strong {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading > strong {
        display: block;
        font-size: 27px;
    }
}

.section-heading.light {
    color: #FFFFFF;
}

.section-heading-caption {
    padding-top: 24px;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: 350;
    color: #888888;
}

@media screen and (max-width: 767px) {
    .section-heading-caption {
        padding-top: 8px;
        font-size: 13px;
    }
}

.section-body {
    /*margin-top: 80px;*/
    margin-top: 32px;
}

.section-body.center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .section-body {
        margin-top: 48px;
    }
}

.container {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.pg-landing .bg-theme {
    background-color: #F8F9FB;
}

.lp-mv {
    position: relative;
    padding-top: 40.625%;
    /*height: 0;*/
    background-size: cover;
    background-position: bottom;
    min-height: 680px;
}

@media screen and (max-width: 1024px) {
    .lp-mv {
        min-height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mv {
        min-height: 560px;
    }
}

.lp-mv-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1160px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .lp-mv-body {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.lp-mv-title {
    font-size: 48px;
    line-height: 1.5;
    margin-top: 24px;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .lp-mv-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mv-title {
        font-size: 27px;
        text-align: center;
        color: #FFFFFF;
        line-height: 1.68;
    }
}

@media screen and (max-width: 374px) {
    .lp-mv-title {
        font-size: 34px;
        font-size: 9.09091vw;
    }
}

.lp-mv-title > span {
    display: block;
}

.lp-mv-title > span + span {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.lp-mv-caption {
    text-shadow: none;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1;
    font-weight: bold;
    border-bottom: 3px solid #FFE067;
}

@media screen and (max-width: 1024px) {
    .lp-mv-caption {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .lp-mv-caption {
        font-size: 16px;
    }
}

@media screen and (max-width: 374px) {
    .lp-mv-caption {
        font-size: 16px;
        font-size: 4.27807vw;
    }
}

@media screen and (max-width: 1024px) {
    .lp-mv-caption > span {
        display: block;
    }
}

.lp-main-visual-footer {
    margin-top: 48px;
    display: inline-block;
}

@media screen and (max-width: 1279px) {
    .lp-main-visual-footer {
        margin-top: 64px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-main-visual-footer {
        margin-top: 48px;
    }
}

.lp-mv-about-price {
    max-width: 320px;
}

.lp-mv-cta {
    margin-top: 40px;
}

/* 運送・物流会社の経営者様へこのような悩みはございませんか？ */

.section-worry {
    background-color: #F0F0F0;
}

.lp-worry-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -24px;
    margin-left: -12px;
    margin-right: -12px;
}

.lp-worry-list > li {
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
}

.lp-worry-card {
    /*margin: 12px;*/
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 304px;
    height: 106px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

.lp-worry-card > .lp-worry-card-figure {
    max-width: 64px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-10%, -50%);
}

/* お悩みの解決に向けてM&Aが有効です！ */

.lp-recommend-list {
}

.lp-recommend-list > li + li {
    margin-top: 32px;
}

.lp-recommend-def {
}

.lp-recommend-def > dt {
    font-size: 21px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lp-recommend-def > dt {
        font-size: 16px;
    }
}

.lp-recommend-def > dd {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .lp-recommend-def > dd {
        margin-top: 8px;
    }
}

.lp-recommend-def > dd > strong {
    font-weight: bold;
}

/* 運送業の買収希望の企業様の一部をご紹介 */

.lp-cassette-list {
    margin-top: -16px;
}

.lp-cassette-list > li {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* M&A専門チームのご紹介 */

/* ご成約事例 */

.lp-agreement-content-list > li + li {
    margin-top: 32px;
}

.lp-agreement-card {
    border-radius: 4px;
    border: solid 1px #CCCCCC;
}

.lp-agreement-card-figure {
    max-width: 450px;
}

.lp-agreement-card-content {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .lp-agreement-card-content > h3 {
        font-size: 17px;
    }
}

.lp-agreement-card-about-company {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 48px 64px 40px;
    position: relative;
}

.lp-agreement-card-about-company::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
    background-color: #FFFFFF;
    width: 44px;
    transform: skewX(-8deg) translateX(-50%);
    box-shadow: -8px 0px 8px -1px rgba(0, 41, 77, 0.15);
    -webkit-box-shadow: -8px 0px 8px -1px rgba(0, 41, 77, 0.15);
}


@media screen and (max-width: 1024px) {
    .lp-agreement-card-figure {
        max-width: 100%;
        max-height: 320px;
        overflow: hidden;
    }

    .lp-agreement-card-content {
        flex-direction: column;
    }

    .lp-agreement-card-about-company {
        padding: 16px;
        box-shadow: 0 -8px 8px -1px rgba(0, 41, 77, 0.15);
        -webkit-box-shadow: 0 -8px 8px -1px rgba(0, 41, 77, 0.15);
    }

    .lp-agreement-card-about-company::before {
        content: none;
    }
}

.lp-agreement-company-list {
    margin-top: 24px;
}

.lp-agreement-company-list > li {
    display: flex;
    align-items: center;
}

.lp-agreement-company-list > li.seller::before,
.lp-agreement-company-list > li.buyer::before {
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    border: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.lp-agreement-company-list > li.seller::before {
    content: '買';
    border-color: #00A26C;
    color: #00A26C;
}

.lp-agreement-company-list > li.buyer::before {
    content: '売';
    border-color: #00A3D6;
    color: #00A3D6;
}

.lp-agreement-company-def > dd {
    margin-top: 4px;
}

.lp-agreement-effect-list {
    display: flex;
    margin-top: 32px;
}

.lp-agreement-effect-list > li + li {
    margin-left: 48px;
    position: relative;
}

.lp-agreement-effect-list > li + li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -24px;
    border-top: 16px solid transparent;
    border-left: solid 16px #CCCCCC;
    border-bottom: solid 16px transparent;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
    .lp-agreement-effect-list {
        flex-direction: column;
    }

    .lp-agreement-effect-list > li + li {
        margin-left: 0;
        margin-top: 48px;
    }

    .lp-agreement-effect-list > li + li::before {
        top: -24px;
        left: 50%;
        border-top: 16px solid #CCCCCC;
        border-left: solid 16px transparent;
        border-right: solid 16px transparent;
        border-bottom: none;
        transform: translate(-50%, -50%);
    }
}

.lp-agreement-effect-def {
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.lp-agreement-effect-def > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    background-color: #F8F8F8;
    color: #7D8389;
    font-size: 16px;
}

.lp-agreement-effect-def > dd {
    padding: 16px;
    border-left: solid 1px #CCCCCC;
    width: 100%;
}

.lp-agreement-story {
    margin-top: 24px;
}

/* よくある質問 */

.section-faq {
    background-color: #F0F0F0;
}

.section-faq .sg-pulldown {
    background-color: #FFFFFF;
}

/* 運営会社 */

.lp-about-us-company-structure {
    display: flex;
    flex-wrap: wrap;
}

.lp-about-company-abstract-section {
    margin-top: 32px;
}

.lp-about-up-company-structure-figure {
    max-width: 610px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-about-up-company-structure-figure {
        max-width: 100%;
    }
}

.lp-about-company-info {
    padding: 24px;
}

.lp-about-company-info-list {
    margin-top: 32px;
}

.lp-about-company-info-def {
    display: flex;
}

.lp-about-company-info-def + .lp-about-company-info-def {
    margin-top: 16px;
}

.lp-about-company-info-def > dt {
    width: 120px;
    font-weight: 500;
}

.lp-about-company-info-def > dd {
}


.txt-light {
    color: #FFFFFF;
}

.link-light {
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}


/* Cassette */
.lp-cassette-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (max-width: 767px) {
    .lp-cassette-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}


.lp-cassette-list > li {
    width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-cassette-list > li {
        width: 50%;
    }
}


@media screen and (max-width: 767px) {
    .lp-cassette-list > li {
        width: 100%;
    }
}

.lp-cassette {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #0D2F5C;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.lp-cassette-image img {
    width: 100%;
}

.lp-cassette-main {
    padding: 24px 16px;
}

.lp-cassette-intro + .lp-cassette-header {
    margin-top: 16px;
}

.lp-cassette-header {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
}

.lp-cassette-footer {
    margin-top: 20px;
}

.lp-cassette-footer-items > li + li {
    margin-top: 6px;
}

/* Figure list horizontal */
.lp-horizontal-figure-list {
    counter-reset: lp-horizontal-figure-list;
    display: flex;
    margin-left: -32px;
    margin-right: -32px;
}

@media screen and (max-width: 1024px) {
    .lp-horizontal-figure-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-horizontal-figure-list {
        display: block;
        margin-top: -32px;
    }
}

.lp-horizontal-figure-list > li {
    counter-increment: lp-horizontal-figure-list;
    vertical-align: top;
    width: 33.33333%;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-horizontal-figure-list > li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .lp-horizontal-figure-list > li {
        width: 100%;
        padding-top: 32px;
    }
}

.lp-horizontal-figure-item {
    position: relative;
}

.lp-horizontal-figure-image {
    max-width: 224px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .lp-horizontal-figure-image {
        max-width: 164px;
    }
}

.lp-horizontal-figure-image + .lp-horizontal-figure-body {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .lp-horizontal-figure-image + .lp-horizontal-figure-body {
        margin-top: 20px;
    }
}

.lp-horizontal-figure-definition > dt {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-horizontal-figure-definition > dt {
        font-size: 18px;
    }
}

.lp-horizontal-figure-definition > dt + dd {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #B1BCCA;
}

@media screen and (max-width: 767px) {
    .lp-horizontal-figure-definition > dt + dd {
        margin-top: 12px;
        padding-top: 0;
        border-top: 0;
    }
}
