@charset "UTF-8";


#about .l-sub-img {
    background: url(../images/mainimg01_sp.jpg) no-repeat center/cover
}

@media all and (min-width: 600px) {
    #about .l-sub-img {
        background-image: url(../images/mainimg01_pc.jpg)
    }
}

.about-message__inner {
    padding-top: 50px;
    padding-bottom: 55px
}

.about-message__sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 18px
}

.about-message__sign+.about-message__sign {
    margin-top: 6px
}

.about-message__sign-name {
    display: inline-block;
    margin-left: 15px;
    width: 86px;
    line-height: 1.2
}

.about-message__sign-position {
    min-width: 110px
}

.about-message__policy {
    margin-top: 56px
}

@media all and (min-width: 600px) {
    .about-message__inner {
        padding-top: 40px;
        padding-bottom: 100px
    }

    .about-message__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .about-message__area-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 100px
    }

    .about-message__tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
        width: calc(50% - 80px)
    }

    .about-message__sign {
        margin-top: 30px
    }

    .about-message__sign+.about-message__sign {
        margin-top: 15px
    }

    .about-message__sign-name {
        width: 118px
    }

    .about-message__sign-position {
        min-width: 126px
    }

    .about-message__policy {
        margin-top: 100px
    }
}

.about-overview {
    position: relative;
    background: #f3f2f3
}

.about-overview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 125px;
    background: url(../../children/images/bg_overview01_sp.jpg) no-repeat center/cover;
    z-index: 2;
}

.about-overview:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 450px;
    background: #ebebeb;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg)
}

.about-overview__inner {
    position: relative;
    z-index: 3;
    padding-top: 45px;
    padding-bottom: 50px
}

.about-overview__outline-box {
    margin: 0 -20px;
    padding: 10px 20px 20px;
    background: #fff
}

.about-overview__outline-table-txt {
    position: relative;
    display: block;
    padding-left: 15px
}

.about-overview__outline-table-txt:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #705fa6
}

.about-overview__outline-pdf {
    display: block;
    text-decoration: none;
    color: #705fa6
}

.about-overview__history {
    margin-top: 50px
}

.about-overview__history-box {
    margin: 0 -20px;
    padding: 30px 20px;
    background: #fff
}

.about-overview__history dl {
    padding: 0 15px
}

.about-overview__history dl+dl {
    margin-top: 10px
}

.about-overview__history dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 160px;
    font-weight: 700
}

.about-overview__history dt .is-year {
    width: 120px
}

@media all and (min-width: 600px) {
    .about-overview:before {
        height: 360px;
        background-image: url(../../children/images/bg_overview01_pc.jpg);
    }

    .about-overview:after {
        right: -100px;
        width: 2000px
    }

    .about-overview__inner {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .about-overview__outline-box {
        margin: 0;
        padding: 50px 80px
    }

    .about-overview__outline-table-txt {
        padding-left: 18px
    }

    .about-overview__outline-table-txt:before {
        top: 9px
    }

    .about-overview__outline-table-note {
        margin: 5px 0
    }

    .about-overview__outline-pdf {
        margin-top: 5px
    }

    .about-overview__outline-pdf:hover {
        text-decoration: underline
    }

    .about-overview__history {
        margin-top: 100px
    }

    .about-overview__history-box {
        margin: 0;
        padding: 70px 80px
    }

    .about-overview__history dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0
    }

    .about-overview__history dl+dl {
        margin-top: 10px
    }

    .about-overview__history dt {
        width: 200px
    }

    .about-overview__history dt .is-year {
        width: 140px
    }

    .about-overview__history dd {
        margin-left: 85px
    }
}

.about-office__inner {
    padding-top: 50px;
    padding-bottom: 60px
}

.about-office__set+.about-office__set {
    margin-top: 35px
}

.about-office__set-area-map {
    position: relative
}

.about-office__set-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 71%
}

.about-office__set-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-office__set-map-btn {
    position: absolute;
    right: 0;
    bottom: 0
}

.about-office__set-map-btn-link {
    position: relative;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    background: #795548;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
}

.about-office__set-map-btn-link:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    background: url(../img/common/ico_arw01_white.png) no-repeat center/contain
}

.about-office__set-area-info {
    margin-top: 20px
}

.about-office__set-name {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 700
}

.about-office__set-add {
    margin-top: 5px
}

.about-office__img {
    margin: 40px -20px 0
}

.about-office__relation {
    margin-top: 45px
}

.about-office__relation-info {
    padding: 12px 0 15px;
    border-bottom: 1px solid #dcdcdc
}

.about-office__relation-info:first-of-type {
    padding-top: 0
}

.about-office__relation-info:last-of-type {
    border-bottom: 0
}

.about-office__relation-info dt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #705fa6;
    line-height: 1.5
}

.about-office__relation-info dt .is-small {
    display: block;
    font-size: 1.4rem
}

.about-office__relation-info dd {
    margin-top: 7px
}

.about-office__relation-info-img {
    position: relative
}

.about-office__relation-info-note {
    position: absolute;
    bottom: 4px;
    left: 8px;
    font-weight: bold
}

.about-office__group {
    margin-top: 35px
}

.about-office__group-info {
    padding: 12px 0 15px;
    border-bottom: 1px solid #dcdcdc
}

.about-office__group-info:first-of-type {
    padding-top: 0
}

.about-office__group-info dt {
    font-size: 1.8rem;
    font-weight: 700;
    color: #705fa6;
    line-height: 1.5
}

.about-office__group-info dt .is-small {
    display: block;
    font-size: 1.4rem
}

.about-office__group-info dd {
    margin-top: 7px
}

@media all and (min-width: 600px) {
    .about-office__inner {
        padding-top: 100px;
        padding-bottom: 120px
    }

    .about-office__set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-office__set+.about-office__set {
        margin-top: 80px
    }

    .about-office__set-area-map {
        width: 452px;
        height: 431px
    }

    .about-office__set-area-map iframe {
        width: 452px;
        height: 431px
    }

    .about-office__set-map-btn-link {
        padding: 10px 50px 10px 25px;
        font-size: 1.5rem
    }

    .about-office__set-map-btn-link:before {
        right: 20px;
        width: 18px;
        height: 5px
    }

    .about-office__set-area-info {
        box-sizing: border-box;
        width: calc(100% - 452px);
        padding-left: 60px;
        margin-top: 0
    }

    .about-office__set-name {
        margin-top: 20px;
        font-size: 2.8rem
    }

    .about-office__set-add {
        margin-top: 15px
    }

    .about-office__set-contact {
        margin-top: 15px
    }

    .about-office__set-img {
        width: 390px
    }

    .about-office__img {
        width: 1920px;
        margin: 125px 0 0 -400px
    }

    .about-office__relation {
        margin-top: 90px
    }

    .about-office__relation-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 70px;
        padding: 20px 0
    }

    .about-office__relation-info dt {
        box-sizing: border-box;
        width: 530px;
        padding: 0 20px;
        font-size: 2rem
    }

    .about-office__relation-info dt .is-small {
        font-size: 1.6rem
    }

    .about-office__relation-info dd {
        box-sizing: border-box;
        width: calc(100% - 530px);
        padding: 0 10px;
        margin-top: 7px
    }

    .about-office__relation-info-img {
        margin-top: 30px;
        padding-bottom: 50px;
        border-bottom: 1px solid #dcdcdc
    }

    .about-office__relation-info-note {
        bottom: 80px;
        left: 16px;
        font-weight: normal
    }

    .about-office__group {
        margin-top: 110px
    }

    .about-office__group-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 70px;
        padding: 20px 0
    }

    .about-office__group-info dt {
        box-sizing: border-box;
        width: 530px;
        padding: 10px 20px;
        font-size: 2rem
    }

    .about-office__group-info dt .is-small {
        font-size: 1.6rem
    }

    .about-office__group-info dd {
        box-sizing: border-box;
        width: calc(100% - 530px);
        padding: 0 10px;
        margin-top: 7px
    }
}

.parent {
  display: flex;
}
.child {
/*  width: 535px; */
  margin: 20px;
}
@media screen and (max-width: 800px) {
  .parent {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .parent {
    display: block;
  }
}
