@charset "UTF-8";

.-sp {
    display: none;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 575px) {
    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    .sp-br {
        display: block;
    }
}

.tb-br {
    display: none;
}

@media screen and (max-width: 767px) {
    .tb-br {
        display: block;
    }
}

.bg-white {
    background-color: white;
    border-radius: 10px;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .bg-white {
        padding: 40px 0;
    }
}

.history-title {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 0.02em;
    color: var(--bluegrey);
    text-align: center;
    line-height: 2.3rem;
    margin-bottom: 40px;
}

.history-title_ja {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 575px) {
    .history-title {
        font-size: 28px;
        line-height: 2rem;
        margin-bottom: 32px;
    }

    .history-title_ja {
        font-size: 18px;
        letter-spacing: 0;
    }

        .bg-white {
        padding: 40px 0 120px;
        }
}

a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

/*　会社概要　*/
.history {
    background-color: var(--bg);
    padding: 120px 0 160px;
}

.inner-history {
    max-width: 760px;
    width: 92%;
    margin: 0 auto;
}

.history-item-container {
    display: flex;
}

.history-item-title {
    width: 120px;
    border-bottom: solid 2px #5F86D3;
    padding: 20px 0;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-item-title_year {
    color: var(--navy);
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.history-item-title_month {
    color: var(--navy);
    letter-spacing: 0.02em;
    line-height: 1.6;
}

.history-item-text {
    border-bottom: solid 1px #BEC0C1;
    padding: 20px 0 20px 24px;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.history-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.history-btn_link {
    padding: 18px 0;
    display: block;
    width: 360px;
    text-align: center;
    border: solid 1px #00437c;
    border-radius: 200px;
    color: var(--navy);
    font-weight: 700;
    transition: 0.5s ease;
    text-transform: uppercase;
    overflow: hidden;
    padding-left: 16px;
}

.history-btn_item {
    margin-left: 38px;
}

.history-btn_item:first-child {
    margin-left: 0;
}

.history-btn_text {
    position: relative;
}

.history-btn_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(135deg) translateY(50%);
  margin-left: 20px;
}

.history-btn_link:hover {
    color: #fff;
    transform: scale(1.1, 1.1);
}

.history-btn_link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--navy);
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.5s ease;
    transition-property: transform;
    overflow: hidden;
}

.history-btn_link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (max-width: 991px) {
    .history-btn_link {
        width: 200px;
    }
}

@media screen and (max-width: 575px) {
    .history {
        padding: 55px 0;
    }

    .history-btn {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 55px;
    }

    .history-btn_item {
        margin: 0;
        margin-top: 24px;
    }

    .history-btn_link {
        width: 250px;
    }

    .history-item-text {
        padding-left: 24px;
    }

    .history-item-title {
        width: 58px;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        flex-shrink: 0;
    }
}

/*　受賞歴　*/
.awards {
    background-color: var(--bg);
}

.awards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.awards-item {
    width: 280px;
    padding: 0 20px;
    margin-bottom: 32px;
    text-align: center;
}

.awards-item-title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.other {
    padding-top: 80px;
    padding-bottom: 160px;
}

.other-title {
    color: var(--aqua);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.other-list {
    /* margin-top: 48px; */
}

.other-item {
    display: flex;
    align-items: start;
    margin-top: 40px;
}

.other-item-icon{
    flex-shrink: 0;
}

.other-item-text {
    padding-left: 14px;
    line-height: 1.6;
}

.other-item:first-child {
    margin-top: 0;
}

.other-item-text_text {
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
}

@media screen and (max-width: 575px) {
    .awards-item-title {
        margin-top: 8px;
    }

    .other {
    padding-top: 40px;
    padding-bottom: 55px;
}

    .other-title{
        font-size: 20px;
    }

    /* .other-list {
    margin-top: 32px;
} */

    .other-item {
        margin-top: 32px;
    }

    .other-item-text_day{
        font-size: 14px;
    }

    .other-item-text_text{
        font-size: 16px;
    }

}