@charset "UTF-8";

@font-face {
    font-family: 'Oooh Baby';
    src: url(/fonts/OoohBaby-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
.l-main * {
    font-family: "Zen Old Mincho", serif;
}

.l-main {
    overflow: hidden;
    background: #fff;
    padding: 0 0 100px;
    width: 100%;
}
[class*="cnt__wrap"]{
    padding-block: 100px;
}
    [class*="cnt__inner"] {
        width: 1140px;
        margin: 0 auto;
    }
        [class*="cnt__ttl"] {
            font-size: 42px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.1em;
            color: #002E7B;
            text-align: center;
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 2.0s ease, transform 2.0s ease;
        }
        [class*="cnt__ttl"].is-active {
            opacity: 1;
            transform: translateY(0);
        }
        [class*="cnt__ttl"].is-active .cnt__ttl--reason__num {
            opacity: 1;
            transform: translateY(0);
        }
        [class*="cnt__ttl"] span {
            display: block;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0;
            color: #828282;
            text-align: center;
            margin-top: 19px;
        }
[class*="cnt__bt"] {
    margin-top: 50px;
}
[class*="cnt__bt"] a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 55px;
    background: #fff;
    border: 1px solid #002E7B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #002E7B;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
[class*="cnt__bt"] a::after {
    content: "";
    width: 17px;
    height: 6px;
    background: url(/images/top/cnt_bt-arrow-bl.svg) no-repeat center / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
}
/*/////////// MV /////////////*/
.mv {
    margin: 0;
}
.mv__img {
    display: block;
    width: 100%;
    height: auto;
}

/*/////////// message（代表挨拶） /////////////*/
.cnt__inner--message {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
}
.message__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    width: 100%;
}
.message__col--txt {
    flex: 0 1 754px;
    max-width: 754px;
    display: flex;
    flex-direction: column;
    gap: 57px;
}
.message__blocks {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.message__p {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.9;
    color: #333;
}
.message__p strong {
    font-weight: 500;
}
.message__sign {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: right;
}
.message__col--img {
    flex: 0 0 auto;
    width: 344px;
    height: 427px;
    overflow: hidden;
}
.message__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}


/*/////////// development（上瀬谷の発展） /////////////*/
.cnt__wrap--development {
    position: relative;
    background-image: url(/images/company/deveropment__bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.cnt__inner--development {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 52px;
    position: relative;
    z-index: 1;
}
.development__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.development__row {
    display: flex;
    align-items: center;
    width: 100%;
}
.development__img {
    flex: 0 1 50%;
    max-width: 570px;
    min-width: 0;
    height: 300px;
    overflow: hidden;
}
.development__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.development__txt {
    flex: 1 1 50%;
    min-width: 0;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-inline: 50px;
    color: #002e7b;
}
.development__name {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.4;
    color: #002E7B;
}
.development__date {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    max-width: 420px;
    color: #002E7B;
}

/*/////////// transportation（交通網の整備） /////////////*/
.cnt__inner--transportation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.transportation__lead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.transportation__label {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #333;
    white-space: nowrap;
}
.transportation__badge {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 5px 12px;
    background: #d9e2f0;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #002e7b;
    text-align: center;
    white-space: nowrap;
}
.transportation__badge-sep {
    font-weight: 400;
}
.transportation__figure {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 368px;
    overflow: hidden;
    position: relative;
}
.transportation__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*/////////// reason（選ばれる3つの理由） /////////////*/
.cnt__wrap--reason {
    position: relative;
    background-color: #fff;
    background-image: url(/images/company/reason__bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.cnt__inner--reason {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.cnt__ttl--reason > .cnt__ttl--reason__jp {
    display: block;
    margin-top: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #002e7b;
}

.reason-block__area {
    align-self: center;
    padding: 4px;
    border: 1px solid #86a6da;
    background: #fff;
    box-sizing: border-box;
}
.reason-block__area-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 15px 47px;
    border: 1px solid #86a6da;
    background: #fff;
    box-sizing: border-box;
}
.reason-block__area-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.reason-block__area-label {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #333;
    white-space: nowrap;
}
.reason-block__area-line {
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
    flex-shrink: 0;
}
.reason-block__area-city {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #002e7b;
    white-space: nowrap;
}
.reason-block__area-tags {
    display: flex;
    align-items: center;
    gap: 6px;
}
.reason-block__area-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 13px;
    background: #d9e2f0;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #002e7b;
    white-space: nowrap;
}
.reason-block__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.reason-block__item {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 270px;
}
.reason-block__visual {
    position: relative;
    flex: 0 1 520px;
    width: 50%;
    max-width: 520px;
    min-width: 0;
    align-self: center;
}
.reason-block__photo {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.reason-block__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.reason-block__script {
    position: absolute;
    left: 0;
    bottom: -10px;
    margin: 0;
    font-family: "Oooh Baby", cursive;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}
.reason-block__script-r {
    color: #3ca6cd;
    font-family: "Oooh Baby";
}
.reason-block__script--cyan .reason-block__script-tail {
    color: #002e7b;
    font-family: "Oooh Baby", cursive;
}
.reason-block__script--split .reason-block__script-tail {
    color: #002e7b;
    font-family: "Oooh Baby", cursive;
}
.cnt__ttl--reason .cnt__ttl--reason__num {
    display: inline;
    margin-top: 0;
    padding: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #002e7b;
}
.reason-block__body {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding-block: 30px;
    box-sizing: border-box;
}
.reason-block__item--img-left .reason-block__body {
    padding-left: 40px;
}
.reason-block__item--img-right .reason-block__body {
    padding-right: 40px;
}
.reason-block__ttl {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #002e7b;
}
.reason-block__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}
.reason-block__txt p {
    margin: 0 0 0.5em;
}
.reason-block__txt p:last-child {
    margin-bottom: 0;
}
.reason-block__txt--single {
    margin: 0;
}


/*/////////// customer（お客様の声） /////////////*/
.cnt__inner--customer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
}
.cnt__inner--customer [class*="cnt__bt"] {
    margin-top: 0;
}
.customer__grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.customer__card {
    flex: 0 0 336px;
    width: 336px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}
.customer__divider {
    flex: 0 0 1px;
    width: 1px;
    align-self: stretch;
    background: #d9d9d9;
}
.customer__head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.customer__icon {
    flex: 0 0 auto;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}
.customer__name {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.customer__attr {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #828282;
}
.customer__txt {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}
/*/////////// staff（スタッフ紹介） /////////////*/
.cnt__wrap--staff {
    background: url(/images/company/staff__bg.webp) no-repeat center center / cover;
    padding: 100px 0;
}
.cnt__ttl--staff {
    margin-bottom: 50px;
}
.staff__list {
    display: flex;
    gap: 28px;
    margin-bottom: 42px;
}
.staff__item {
    width: 264px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}
.staff__img {
    width: 264px;
    height: 198px;
    overflow: hidden;
    margin-bottom: 10px;
}
.staff__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.staff__name {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.cnt__bt--staff {
    margin-top: 0;
}
/*/////////// store（店舗紹介） /////////////*/
.cnt__wrap--store {
    position: relative;
    background: url(/images/company/store__bg.webp) no-repeat center center / cover;
}
.cnt__inner--store {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
    position: relative;
    z-index: 1;
}
.store__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.store__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.store__gallery-item {
    margin: 0;
    flex: 0 0 360px;
    width: 360px;
    max-width: 100%;
    height: 270px;
    overflow: hidden;
}
.store__gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.store__access {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.store__access-main {
    display: flex;
    align-items: stretch;
    gap: 50px;
    width: 100%;
}

.store__info-head {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}
.store__info-name {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #333;
}
.store__contact {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-bottom: 8px;
}
.l-main .store__dl-row {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
}
.store__dl-label {
    margin: 0;
    flex: 0 0 140px;
    width: 140px;
    font-family: "Noto Sans JP", sans-serif;
}
.store__dl-value {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-family: "Noto Sans JP", sans-serif;
}
.store__dl-value a {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    color: #002E7B;
    text-decoration: underline;
}
.store__note {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #828282;
    text-indent: -1em;
    padding-left: 0.9em;
    margin-bottom: 30px;
}
.store__floor {
    width: 100%;
    aspect-ratio: 518 / 200;
    overflow: hidden;
}
.store__floor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.store__map-area {
    flex: 0 0 570px;
    width: 570px;
    max-width: 100%;
    height: 509px;
    overflow: hidden;
    align-self: center;
}
.store__map-area-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.store__gmap-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.store__gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 35.09%;
    overflow: hidden;
    background: #e8eef5;
}
.store__gmap-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.store__gmap-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}
.store__address {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    flex: 1 1 auto;
    min-width: 0;
}
.cnt__inner--store [class*="cnt__bt"] {
    margin-top: 0;
}

/*/////////// company（会社概要） /////////////*/
.cnt__inner--company {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
}
.company__table {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}
.company__row {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.company__th {
    flex: 0 0 190px;
    width: 190px;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #002e7b;
    padding-block: 30px;
}
.company__row--first .company__th {
    border-top: 1px solid #002e7b;
}
.company__th-in {
    display: block;
    padding-left: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
}
.company__td {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding-block: 30px;
}
.company__row--first .company__td {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.company__td-in {
    margin: 0;
    padding-left: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
}
.company__td-in--wrap {
    white-space: normal;
}
.company__td-in a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: #002E7B;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: underline;
}

[class*="org-contact__item"] a {
    display: flex;
}
.org-contact__img {
    width: 620px;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}
[class*="org-contact__item"] a img {
    transition: .4s;
}
.org-contact__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.org-contact__txt-box {
    width: 100%;
    padding: 62px 50px 0;
    background: #002E7B;
    position: relative;
    z-index: 1;
}
.txtbox__top {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.org-contact__ttl {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFF;
}
.org-contact__ttl span {
    font-size: 44px;
    font-weight: 500;
    color: #FFF;
}
.org-contact__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #FFF;
}
.org-contact__txt-en {
    font-family: "Oooh Baby";
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, .2);
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.org-contact__txt-box::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/images/top/contact_arrow01.svg) no-repeat center / cover;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}