@charset "utf-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/

/*Noto Sans JP 400*/
@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/*///////////////////// 共通 ///////////////////////////*/
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.pageHead {
    display: none;
}

#contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.company * {
    font-family: 'Noto Sans JP', sans-serif;
    color: #283439;
    box-sizing: border-box;
}

.company a {
    transition: .3s ease;
}

.company a:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7;
    transition: .3s ease;
}

.company {
    background-color: #FFF;
}

.cont__wrap {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.cont__inner {
    width: 1080px;
    margin: 0 auto;
}

.ttl__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 0 30px;
}

.ttl__sub {
    font-size: 13px;
    color: #788857;
    line-height: 1.231;
    letter-spacing: 0.25em;
}

.ui__ttl {
    position: relative;
    font-size: 25px;
    line-height: 1.56;
    font-weight: 500;
}

/*///////////////////// mv ///////////////////////////*/
.mv {
    padding: 0;
}

.mv__inner {
    width: 100%;
    height: 594px;
}

.mv__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*///////////////////// promise ///////////////////////////*/
.promise__content {
    position: relative;
}

.promise__content:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/company/deco_dog1.webp) no-repeat center / cover;
    width: 150px;
    height: 186px;
    top: -123px;
    right: 185px;
}

.promise__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.promise__item {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 20px 50px 20px 20px;
    background: #F4FBEF;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.promise__item:nth-of-type(even) {
    flex-direction: row-reverse;
    padding: 20px 20px 20px 40px;
}

.promise__num {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #788857;
    border-radius: 0 0 20px 0;
    font-size: 11px;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 18px 0 0;
}

.promise__item:nth-of-type(even) .promise__num {
    border-radius: 0 0 0 20px;
    right: 0;
    left: auto;
}

.promise__num span {
    display: block;
    font-size: 34px;
    color: #fff;
    padding: 2px 0 0;
}

.promise__img {
    width: 343px;
    height: 230px;
}

.promise__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promise__item-ttl {
    font-size: 20px;
    line-height: 1.7;
    color: #DD722D;
    font-weight: 500;
}

.promise__txt {
    font-size: 16px;
    line-height: 1.688;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

/*///////////////////// message ///////////////////////////*/
.message {
    padding-top: 0;
}

.message__content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.message__txt {
    flex: 1;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 2px;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

.message__img {
    width: 431px;
    height: 323px;
}

/*///////////////////// about ///////////////////////////*/
.about {
    background: url(../images/company/bg_about.webp) no-repeat center center / cover;
}

.about__inner {
    background: #fff;
    border-radius: 20px;
    width: 1240px;
    padding: 80px;
}

.about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.about__item {
    width: 520px;
    display: flex;
    gap: 20px;
}

.about__img {
    width: 250px;
    height: 250px;
    position: relative;
}

.about__tag {
    position: absolute;
    font-size: 18px;
    color: #fff;
    background: #788857;
    border-radius: 0 5px 5px 0;
    top: 12px;
    padding: 8px 10px;
}

.about__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__txt {
    font-size: 16px;
    line-height: 1.688;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}

[class^="about__link--"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border-radius: 9999px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 0 2px;
}

.about__link--1 {
    background: #DD722D;
}

.about__link--2 {
    background: #DDB42D;
}

.about__link--3 {
    background: #BA5644;
}

.about__link--4 {
    background: #68A858;
}

[class^="about__link--"]:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/company/arrow_link.webp) no-repeat center center / cover;
    width: 6px;
    height: 11px;
}

/*///////////////////// compatible ///////////////////////////*/
.compatible__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 32px;
    justify-content: center;
}

.compatible__item {
    width: 246px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
}

.compatible__img {
    width: 210px;
    height: 210px;
    border-radius: 9999px;
}

.compatible__item-ttl {
    font-size: 20px;
    color: #788857;
    line-height: 1.2;
    margin: 0 0 4px;
    font-weight: 500;
}

.compatible__txt {
    font-size: 16px;
    line-height: 1.688;
    text-align: left;
}

/*///////////////////// voice swiper ///////////////////////////*/
.voice {
    padding-top: 0;
}

.voice__slider {
    width: 100%;
    position: relative;
}

.voice__slider.no-swiper {
    overflow: visible;
}

.voice__slider .voice__list {
    z-index: 0;
}

.voice__slider.no-swiper .voice__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.voice__slider .voice__item {
    width: 635px;
    height: 240px;
    box-sizing: border-box;
    background: #F4FBEF;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.voice__link {
    display: flex;
    gap: 20px;
    align-items: center;
}

.voice__img {
    width: 266px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.voice__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.voice__item-ttl {
    color: #fff;
    font-size: 16px;
    background: #DD722D;
    display: inline-block;
    width: fit-content;
    padding: 6px 15px 7px;
    font-weight: 400;
    border-radius: 5px;
}

.voice__txt {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.688;
}

.voice__slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: fit-content;
    margin: 46px auto;
}

.voice__slider-nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.voice__slider.no-swiper .voice__slider-nav {
    display: none;
}

.voice__slider-nav .swiper-button-prev,
.voice__slider-nav .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    position: relative;
    width: 32px;
    height: 32px;
}

.voice__slider-nav .swiper-button-prev:after,
.voice__slider-nav .swiper-button-next:after {
    content: "";
    border-radius: 9999px;
    display: block;
    width: 32px;
    height: 32px;
}

.voice__slider-nav .swiper-button-prev:after {
    background: #C5D4BA url(../images/company/arrow_prev.webp) no-repeat center center / cover;
}

.voice__slider-nav .swiper-button-next:after {
    background: #C5D4BA url(../images/company/arrow_next.webp) no-repeat center center / cover;
}

.voice__slider-nav .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
    background: #F2F2F2;
    opacity: 1;
}

.voice__slider-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #788857;
}

.voice__slider-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    gap: 14px;
    bottom: 0;
    position: relative;
}

.voice__more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border-radius: 9999px;
    color: #fff;
    font-size: 16px;
    background: #788857;
    margin: 0 auto;
    position: relative;
}

.voice__more-link:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/company/arrow_link.webp) no-repeat center center / cover;
    width: 6px;
    height: 11px;
}

/*///////////////////// location ///////////////////////////*/
.location {
    padding: 0;
}

.location__inner {
    background: #F4FBEF;
    width: 1280px;
    border-radius: 20px;
    padding: 80px 0;
}

.location__content {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 1080px;
    margin: 0 auto;
}

.location__map {
    width: 559px;
    height: 421px;
}

.location__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 30px;
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.info-label {
    background: #DD722D;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 3px 13px 4px 31px;
    border-radius: 5px;
}

.info-label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 21px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 9999px;
}

.info-row--traffic .info-label::before {
    background: url(../images/company/icn_traffic.webp) no-repeat center center / cover;
}

.info-row--location .info-label::before {
    background: url(../images/company/icn_location.webp) no-repeat center center / cover;
}

.info-content ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.info-content ul li {
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 1.625;
}

.info-content ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #788857;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 9999px;
}

.info-content {
    flex: 1;
    position: relative;
    bottom: 1px;
}

.location__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border-radius: 9999px;
    color: #fff;
    font-size: 16px;
    background: #788857;
    position: relative;
}

.location__link:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/company/arrow_link.webp) no-repeat center center / cover;
    width: 6px;
    height: 11px;
}

/*///////////////////// movie ///////////////////////////*/
.movie__content {
    height: 605px;
}

/*///////////////////// history ///////////////////////////*/
.history {
    background: #F4FBEF;
}

.history__content {
    display: flex;
    gap: 50px;
    position: relative;
}

.history__content:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/company/deco_dog2.webp) no-repeat center / cover;
    width: 200px;
    height: 249px;
    top: -129px;
    right: 0;
}

.history__img--wrapper {
    width: 292px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history__img {
    width: 100%;
    height: 203px;
}

.history__detail {
    position: relative;
    flex: 1;
    width: 738px;
}

.history__detail:before,
.history__detail:after {
    position: absolute;
    content: "";
    display: block;
}

.history__detail:before {
    background: url(../images/company/line_history.webp) no-repeat center / cover;
    width: 1px;
    height: 462px;
    top: -17px;
    left: 113px;
}

.history__detail:after {
    background: url(../images/company/icn_history_none.webp) no-repeat center / cover;
    width: 6px;
    height: 21px;
    top: 128px;
    left: 27px;
}

.history__timeline {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.history__item {
    display: flex;
    gap: 91px;
    align-items: center;
    min-height: 24px;
}

.history__year {
    display: block;
    width: 68px;
    font-size: 20px;
    color: #DD722D;
    line-height: 1.2;
    letter-spacing: 0.04em;
    white-space: nowrap;
    position: relative;
    top: 1px;
}

.history__txt {
    flex: 1;
    color: #333533;
    font-size: 18px;
    position: relative;
    line-height: 1.223;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.history__txt::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #788857;
    top: 50%;
    left: -51px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 9999px;
    margin: 1px 0 0;
}

/*///////////////////// corporate ///////////////////////////*/
.corporate__top {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 0 0 39px;
}

.corporate__img {
    width: 499px;
}

.corporate__detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.corporate__head {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
}

.corporate__head .corporate__head--label {
    color: #fff;
    background: #DD722D;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    padding: 2px 14px;
    margin: 0 0 5px;
}

.corporate__head span {
    color: #788857;
    font-weight: 500;
}

.corporate__txt--wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.corporate__txt {
    font-size: 16px;
    line-height: 1.813;
}

.corporate__info {
    display: grid;
    grid-template-columns: 100px 1fr 100px 1fr;
    margin: 0;
    gap: 19px 0;
}

.corporate-row {
    display: contents;
}

.corporate-row dt,
.corporate-row dd {
    font-size: 16px;
    line-height: 1.625;
    border-bottom: 1px solid #D5DEC3;
    padding: 0 0 20px;
}

.corporate-row dt {
    color: #788857;
}

.corporate-row dd {
    padding-left: 40px;
}

.corporate-row dd:last-of-type {
    padding-left: 55px;
}

.corporate-row dd:first-of-type {
    margin-right: 15px;
}

.corporate-row dt:last-of-type {
    margin-left: 15px;
}