@charset "UTF-8";

h1 {
    display: none;
}

.company-policy {
    width: 800px;
    margin: 0 auto 155px;
}

.company-policy__heading {
    line-height: 1;
    margin: 100px 0 70px;
    text-align: center;
}

.company-policy__heading__main {
    display: block;
    margin: 0 0 12px;
}

.company-policy__heading__main img {
    width: 116px;
}

.company-policy__heading__sub {
    display: block;
    color: #00a0e9;
    font-size: 1.6rem;
    font-weight: normal;
}

.company-policy h3 {
    width: 185px;
    line-height: 4.0rem;
    margin: 0 auto 60px;
    background: #0a0204;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.company-policy__mission-statement {
    margin: 0 0 105px;
}

.company-policy__mission-statement__body {
    line-height: 2.45;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.company-policy__motto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-policy__motto__body {
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
}

.company-policy__motto__body li:not(:last-child) {
    margin: 0 0 22px;
}

.company-profile {
    margin: 0 0 140px;
}

.company-profile .hcenter_text{
    display: inline-block;
    vertical-align: middle;
}

.company-profile .red_text{
    margin-left: 15px;
    font-size: 1.4rem;
    color: #e60012;
    display: inline-block;
    vertical-align: middle;
}

.company-profile__heading {
    line-height: 1;
    margin: 0 0 80px;
    text-align: center;
}

.company-profile__heading__main {
    display: block;
    margin: 0 0 12px;
}

.company-profile__heading__main img {
    width: 140px;
}

.company-profile__heading__sub {
    display: block;
    color: #00a0e9;
    font-size: 1.6rem;
    font-weight: normal;
}

.company-profile__overview {
    width: 800px;
    margin: 0 auto 160px;
}

.company-profile__overview dl {
    display: flex;
    line-height: 1.7;
    padding: 35px 0;
    border-bottom: 1px solid #0a0204;
}

.company-profile__overview dt {
    flex-shrink: 0;
    width: 175px;
}

.company-profile__overview dd {
    flex-grow: 1;
}

.company-profile__overview dd a{
    pointer-events: none;
}

.company-profile__central-office__heading {
    margin: 0 0 15px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.company-profile__central-office__map {
    position: relative;
    height: 0;
    margin: 0 0 90px;
    padding: 0 0 39.0625%;
    /* 縦500px / 横1280px * 100 */
    overflow: hidden;
}

.company-profile__central-office__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company-profile__office {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto 100px;
}

.company-profile__office__text {
    flex-grow: 1;
    margin: 20px 0 0;
}

.company-profile__office__text .company-profile__office__text__address a{
    pointer-events: none;
}

.company-profile__office__text__name {
    line-height: 1;
    margin: 0 0 22px;
    font-size: 2.4rem;
    font-weight: bold;
}

.company-profile__office__map {
    flex-shrink: 0;
}

.company-profile__office__image {
    margin: 40px 0 0;
}

.company-profile__title {
    width: 800px;
    line-height: 5.0rem;
    margin: 0 auto 90px;
    background: #0a0204;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .company-policy {
        width: auto;
        margin: 0 15px 70px;
    }

    .company-policy__heading {
        margin: 32px 0 30px;
    }

    .company-policy__heading__main {
        margin: 0 0 7px;
    }

    .company-policy__heading__main img {
        width: 87px;
    }

    .company-policy__heading__sub {
        font-size: 1.0rem;
    }

    .company-policy h3 {
        width: 95px;
        line-height: 3.2rem;
        margin: 0 auto 15px;
        font-size: 1.6rem;
    }

    .company-policy__mission-statement {
        margin: 0 0 40px;
    }

    .company-policy__mission-statement__body {
        line-height: 1.9;
        font-size: 1.3rem;
    }

    .company-policy__motto h3 {
        margin: 0 auto 18px;
    }

    .company-policy__motto__body {
        font-size: 1.3rem;
    }

    .company-policy__motto__body li {
        white-space: nowrap;
    }

    .company-policy__motto__body li:not(:last-child) {
        margin: 0 0 10px;
    }

    .company-profile {
        margin: 0 0 80px;
    }

    .company-profile__heading {
        margin: 0 0 20px;
    }

    .company-profile__heading__main {
        margin: 0 0 7px;
    }

    .company-profile__heading__main img {
        width: 105px;
    }

    .company-profile__heading__sub {
        font-size: 1.0rem;
    }

    .company-profile__overview {
        width: auto;
        margin: 0 40px 60px;
        font-size: 1.4rem;
    }

    .company-profile__overview dd a{
        pointer-events: auto;
    }

    .company-profile__overview dl {
        display: block;
        line-height: 1.5;
        padding: 20px 0;
        border-bottom: 1px solid #0a0204;
    }

    .company-profile__overview dt {
        width: auto;
        margin: 0 0 4px;
        font-weight: bold;
    }

    .company-profile__central-office__heading {
        font-size: 1.9rem;
    }

    .company-profile__central-office__map {
        margin: 0 0 58px;
        padding: 0 0 71.428571429%;
      /* 縦500px / 横700px * 100 */
    }

    .company-profile__office {
        position: relative;
        display: block;
        width: auto;
        margin: 0 40px 45px;
        padding: 0 0 45px;
    }

    .company-profile__office__text {
        margin: 0 0 35px;
    }

    .company-profile__office__text .company-profile__office__text__address a{
        pointer-events: auto;
    }

    .company-profile__office__text__name {
        margin: 0 0 10px;
        font-size: 1.8rem;
    }

    .company-profile__office__text__address {
        font-size: 1.4rem;
    }

    .company-profile__office__map {
        position: relative;
        height: 0;
        padding: 0 0 55.555555556%;
        /* 縦300px / 横540px * 100 */
        overflow: hidden;
    }

    .company-profile__office__map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .company-profile__office__image {
        margin: 0 0 15px;
    }

    .company-profile__office__image img {
        width: 100%;
    }

    .company-profile__office:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #0a0204;
    }

    .company-profile__office--last-child {
        padding: 0;
    }

    .company-profile__office--last-child:after {
        content: none;
    }

    .company-profile__title {
        width: auto;
        line-height: 5.0rem;
        margin: 0 33px 45px;
        font-size: 1.8rem;
    }

    .company-profile .red_text{
        margin-left: 10px;
        font-size: 1.2rem;
        color: #e60012;
        display: inline-block;
        vertical-align: middle;
    }
}
