@charset "UTF-8";

@media screen and (min-width: 768px) {
    .sp_show {
        display: none;
    }
}

.slide_target {
    pointer-events: none;
}

.pageHeader_about {
    display: flex;
    background: linear-gradient(to right, #00469B, #3382ED);
    padding: min(30%, 16.675rem) 6rem 14.525rem 8rem;
    justify-content: space-between;
    min-height: 250px;
}

.title_about {
    margin-top: -1rem;
}

.title_about h2 {
    font-family: roboto;
    color: #fff;
    opacity: 50%;
    font-size: min(10vw, 11rem);
    font-weight: 500;
    white-space: nowrap;
}

.title_about p {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    margin: -3.5rem 0 0 0;
    letter-spacing: 0.15em;
}

.bgabout01 {
    background-color: #F4F6F8;
}

.bgabout02 {
    background-color: #fff;
}

@media screen and (min-width: 1366px) {
    .pageHeader_about {
        padding: min(30%, 16.675rem) calc(100vw / 3 - 268px) 14.525rem calc(100vw / 3 - 375px);
    }

}



@media screen and (max-width: 1028px) {

    .pageHeader_about {
        padding: 6.8rem 16rem 7.2rem 3rem;
    }

    .title_about h2 {
        font-size: clamp(5.7rem, 10vw, 13rem);
    }

    .title_about p {
        font-size: 1.8rem;
        margin: -2.5rem 0 0 0;
    }

    .title_about {
        margin: 1rem 2rem 0;
    }

}



@media screen and (max-width: 570px) {
    .pageHeader_about {
        padding: 7rem 16rem 6rem 0;
    }
}

@media screen and (max-width: 410px) {
    .title_about h2 {
        font-size: min(14vw, 5.7rem);
    }

    .pageHeader_about {
        min-height: 200px;
    }
}


/***********************:title****************************/
.about_title01 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}

.about_title01::after {
    content: 'GREETING';
    position: absolute;
    top: 50%;
    font-family: "Roboto Condensed", sans-serif;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(4.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #fff;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.about_title02 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}

.about_title02::after {
    content: 'PHILOSOPHY';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(4.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #F4F6F8;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.about_title03 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    margin: 0 0 125px 0;
    /* 上下に50pxのマージンを設定 */
    letter-spacing: 0.15em;
}


.about_title03::after {
    content: 'COMPANY PROFILE';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(4.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #fff;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.about_title04 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
}


.about_title04::after {
    content: 'ORGANIZATION CHART';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(3.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #F4F6F8;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.about_title05 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    margin: 0 0 93px 0;
    /* 上下に50pxのマージンを設定 */
    letter-spacing: 0.15em;
}


.about_title05::after {
    content: 'LOCATIONS';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(4.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #F4F6F8;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}


.about_title06 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 30px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;

}


.about_title06::after {
    content: 'HISTORY';
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    top: 50%;
    /* 垂直方向の中央寄せ */
    left: 50%;
    /* 水平方向の中央寄せ */
    transform: translate(-50%, -55%);
    /* 中央に配置 */
    font-size: clamp(4.5rem, 10vw, 14.6rem);
    /* 背景テキストのフォントサイズ */
    color: #fff;
    /* 背景テキストの色（透明度含む） */
    z-index: 0;
    /* 背景として配置 */
    white-space: nowrap;
    /* テキストの折り返し防止 */
    letter-spacing: normal;
}

.about_title07 {
    position: relative;
    display: flex;
    /* フレックスボックスを有効化 */
    justify-content: center;
    /* 水平方向の中央寄せ */
    align-items: center;
    /* 垂直方向の中央寄せ */
    font-size: 25px;
    /* 通常テキスト用のフォントサイズ */
    color: #000;
    /* 通常テキストの色 */
    letter-spacing: 0.15em;
    background: #fff;
    max-width: 920px;
    margin: 26px auto 0;
    height: 90px;
    cursor: pointer;
}

.about_title07:hover {
    opacity: .5;
    transition: 0.2s ease-out;
}

.about_title07::after {
    position: absolute;
    display: block;
    content: '';
    top: 38%;
    right: 40px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;

}

.open:after {
    transform: rotate(-45deg);
    top: 49%;
}

.show_history {
    background: #fff;
    max-width: 920px;
    margin: 0 auto;
}



.about_title_line {
    background-image: linear-gradient(to right, #00469B, #3382ED);
    min-width: 110px;
    text-align: center;
    /* 線の色 */
    background-size: 110px 8px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position: bottom;
    /* 下に配置 */
    background-repeat: no-repeat;
    /* 背景を繰り返さない */
    padding-bottom: 21px;
    /* オフセット */
    z-index: 1;
}


@media screen and (max-width: 767px) {

    .about_title01,
    .about_title02,
    .about_title03,
    .about_title04,
    .about_title05,
    .about_title06 {
        font-size: 22px;
    }

    .about_title07 {
        font-size: 20px;
    }

    .about_title01::after {
        top: 45%;
    }

    .about_title03 {
        margin: 0 0 28px 0;
    }



    .about_title05 {
        margin: 0 0 66px 0;
    }

    .about_title07 {
        max-width: 920px;
        margin: 40px auto;
        height: 80px;
    }

    .open.about_title07::after {
        top: 48%;
    }

    .about_title07::after {
        top: 41%;
        width: 10px;
        height: 10px;
    }

    .about_title_line {
        background-size: 80px 6px;
        /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 400px) {

    .about_title07::after {
        right: 15px;
    }

}

/*********************************************************/

.greeting_content {
    padding: 11.5rem 0 11.6rem 0;
}

.greeting_wrapper {
    width: 100%
}

.greeting_block {
    width: 100%;


}

.greeting_mgn {
    margin: 9.7rem 0 0 13rem;
}

.greeting_boxes {
    max-width: 1238px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 6rem;
}


.greeting_left {
    max-width: 638px;
    /*    width: calc(638 / 1238* 100vw);*/
    width: 100%;
}

.greeting_left h4 {
    font-size: 4.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4
}

.greeting_left p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.12;
    text-align: justify;
}

.greeting_left .greeting_name {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    letter-spacing: 0.1em;
}

.greeting_name_sp {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    letter-spacing: 0.1em;
}

.greeting_name_sp span {
    font-weight: bold;
    font-size: 2.3rem;
}

.greeting_name span {
    font-weight: bold;
    font-size: 2.3rem;
}

.greeting_right {
    width: 100%;
    /*    width: calc(530 / 1238* 100vw);*/
    max-width: 530px
}


@media screen and (min-width:1029px) {
    .greeting_name_sp {
        display: none;
    }

    .pc_delete {
        display: none;
    }
}

@media screen and (max-width:1028px) {
    .greeting_mgn {
        margin: 0 auto;
    }

    .greeting_content {
        padding: 6.3rem 0 6rem 0;
    }

    .greeting_block {
        margin: 0 auto;
        width: calc(100% - 14rem);
        max-width: 1238px;
    }

    .greeting_boxes {
        display: block;
        margin: 47px auto 0;
    }

    .greeting_left {
        margin: 0 auto 27px;
        max-width: 100%;
    }

    .greeting_right {
        text-align: center;
        margin: 0 auto;
        max-width: 388px;
    }

    .greeting_right img {
        width: 100%;
        max-width: 388px;
    }

    .greeting_name {
        display: none;
    }


}

@media screen and (max-width:767px) {
    .greeting_block {
        width: calc(100% - 4rem);
    }

    .greeting_left h4 {
        font-size: 2.5rem;
    }

    .greeting_left p {
        font-size: 1.5rem;
    }


}

@media screen and (max-width:427px) {

    .pc_delete {
        display: none;
    }
}

.philosophy_content {
    padding: 11.5rem 0 8.6rem 0;
}

.philosophy_container_top {
    margin-bottom: 65px;
}

.philosophy_container_top h4 {
    font-size: 4.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-align: justify;
}

.philosophy_container_top p {

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.12;
    text-align: justify;

}


.philosophy_block {
    max-width: 1040px;
    margin: 0 auto;
    width: calc(100% - 4rem);
}

.philosophy_box {
    margin: 8rem 0 0 0;
}

.philosophy_under {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    color: #4f4f4f;
    letter-spacing: 0.03em;
}

.philosophy_under_sp {
    margin-top: 53px;
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    color: #4f4f4f;
    letter-spacing: 0.03em;
}



.philosophy_container {
    margin: 0 auto;
}

.philosophy_container .slick-img img {
    height: 100%;
    width: 100%;
    max-height: 500px;
    min-height: 200px;
    max-width: 440px;
    text-align: center;
}

.philosophy_container .slider {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.philosophy_container > .grid {
    column-gap: 26px;
    ;
}

.cols-2 {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.scroll_parent {
    position: relative;
}

.philosophy_fixstart {
    padding-top: 100px;
}

.scroll_fix.fixed {
    position: fixed;
    top: 0;
    width: 50%;
    /* 必要に応じて調整 */
    z-index: 10;
    transform: translateX(0);
}

.philosophy_txt {
    margin-top: -87px;
}



.philosophy_pg dt {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4f4f4f;
    margin-bottom: 0.5rem;
}

.philosophy_pg dt:not(:first-child) {
    margin-top: 4.5rem;

}

.philosophy_pg dd {
    font-size: 2rem;
    font-weight: 400;
    margin-top: -8px;
    color: #4f4f4f;

}


.scroll_fix.stopped {
    position: absolute;
    top: 1382px;

}

.philosophy_mb:not(:last-child) {
    margin-bottom: 15.5rem
}

.philosophy_sub {
    font-size: 3.3rem;
    font-weight: bold;
    color: #3382ed;
    margin-bottom: 4.6rem;
    text-align: center;
}

.philosophy_pg {
    font-size: 2rem;
    font-weight: 400;
    color: #4f4f4f;
    letter-spacing: 0.03em;
    text-align: justify;

}

.philosophy_pg:not(:last-child) {
    margin-bottom: 4.5rem;
}

.philosophy_pg:last-child {
    margin-bottom: 6.5rem;
}

.philosophy_pg dt {
    text-align: center;
}

.philosophy_pg dd {
    text-align: center;
}

.philosophy_sub_margin {
    margin-bottom: 0.5rem;
}

/*
@media screen and (max-width:970px) {
    .scroll_fix.fixed {
        width: 350px;
    }
}
*/

@media screen and (min-width:1093px) {
    .philosophy_under_sp {
        display: none;
    }
}


@media screen and (max-width:1092px) {
    .philosophy_br01 {
        display: none;
    }
}

@media screen and (max-width:1028px) {

    .philosophy_container {
        margin: 0 auto;
    }

    .philosophy_content {
        padding: 4.5rem 0 6.5rem 0;
    }


    .philosophy_container > .grid {
        display: flex;
        flex-direction: column;
    }

    .philosophy_fixstart {
        padding-top: 55px;
    }

    .philosophy_mb:not(:nth-child(5)) {
        margin-bottom: 6rem
    }

    .philosophy_mb:nth-child(5) {
        margin-bottom: 5rem
    }

    .philosophy_pg dt:not(:first-child) {
        margin-top: 2.8rem;
    }

    .scroll_parent {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .scroll_parent img {
        text-align: center;
    }

    .philosophy_txt {
        text-align: center;
        order: 1
    }

    .philosophy_sub {
        font-size: 2.7rem;
    }

    .philosophy_box {
        margin: 8rem 0 0 0;
    }

    .philosophy_pg {
        font-size: 1.7rem;
        letter-spacing: 0.03em;
    }

    .philosophy_pg dt {
        font-size: 2rem;
    }

    .philosophy_pg dd {
        font-size: 1.7rem;
        letter-spacing: 0.03em;
    }

    .philosophy_under {
        display: none;
    }

    .philosophy_txt {
        margin: -87px 0 62px 0;
    }

    .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width: 767px) {
    .philosophy_br01 {
        display: block;
    }

    .philosophy_container_top h4 {
        font-size: 2.5rem;
    }

    .philosophy_pg dd {
        text-align: justify;
    }

}

@media screen and (max-width: 687px) {
    .philosophy_br01 {
        display: none;
    }
}


.profile_content {
    padding: 11.5rem 0 15rem 0
}

.profile_block {
    max-width: 918px;
    width: calc(100% - 4rem);
    margin: 0 auto;
}

.profile_boxes {
    border-top: 1px solid #cacaca;
}

.profile_boxes .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 31.055px 0 31.055px 36px;
    border-bottom: 1px solid #cacaca;
    font-size: 1.8rem;
    letter-spacing: .03em;
}

.profile_boxes .dl-row02 {
    display: flex;
    flex-wrap: wrap;
    padding: 33.1px 0 33.1px 36px;
    border-bottom: 1px solid #cacaca;
    font-size: 1.8rem;
    letter-spacing: .03em;
}

.profile_boxes .dl-row03 {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 0 36px 36px;
    border-bottom: 1px solid #cacaca;
    font-size: 1.8rem;
    letter-spacing: .03em;
}

.profile_boxes .dl-row04 {
    padding: 36px 0 60px 0;
    border-bottom: 1px solid #cacaca;
    font-size: 1.8rem;
    letter-spacing: .03em;
}

.profile_boxes .dl-row04 .access_detail {
    padding-left: 36px;
    display: flex;
    flex-wrap: wrap;
}

.profile_dt {
    font-weight: 700;
    flex: 0 0 160px;
    padding-right: 20px;
}

.profile_dd {
    font-weight: 400;
    flex: 0 0 calc(100% - 160px);
}

.profile_dd02 {
    font-weight: 400;
    flex: 0 0 calc(100% - 160px);

    line-height: 205%;
}

.profile_mb {
    margin-bottom: 3.3rem;
}

.profile_map {
    display: flex;
    margin-top: 30px;
    gap: 10px;
}

.profile_map iframe {
    height: auto;
}

.train_profile {
    position: relative;
    padding-left: 1.5em;
}

.train_profile::before {
    content: url(../images/common/train.svg);
    display: inline-block;
    width: 19px;
    vertical-align: middle;
    position: absolute;
    top: 6.5px;
    left: 1px;
}

.car_profile {
    position: relative;
    padding-left: 1.3em;
}

.car_profile::before {
    content: url(../images/common/car.svg);
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    position: absolute;
    top: 2.5px;
    left: -2px;
}

@media screen and (max-width:1028px) {
    .map_img {
        display: none;
    }

    .profile_map {
        padding: 0;
        margin: 0
    }

    .profile_map iframe {
        display: block;
        margin: 30px auto 10px;
        gap: 10px;
        text-align: center;
        height: 50vh;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .profile_content {
        padding: 4.3rem 0 6rem 0;
    }

    .profile_boxes .dl-row {
        display: block;
        padding: 16px 33px 16px 33px;
    }

    .profile_boxes .dl-row02 {
        display: block;
        padding: 16px 33px 16px 33px;
    }

    .profile_boxes .dl-row03 {
        display: block;
        padding: 16px 33px 16px 33px;
    }

    .profile_boxes .dl-row04 {
        padding: 16px 0;
    }

    .profile_boxes .dl-row04 .access_detail {
        display: block;
        padding: 0 33px;
    }


    .profile_map {
        display: block;
        margin: 0 auto;
        gap: 10px;
        text-align: center;
        padding: 0
    }

    .profile_map iframe {
        display: block;
        margin: 30px auto 10px;
        gap: 10px;
        text-align: center;
        height: 50vh;
        width: 100%;
    }

    .map_img {
        width: 100%;
    }

    .map_img img {
        width: 100%;
        max-width: 1500px;
    }
}

.organization_content {
    padding: 11.5rem 0 8.6rem 0;
}

.organization_block {
    text-align: center;
}

.organization_block img {
    margin-top: 6.5rem;
    margin-right: 2rem;
    margin-left: 2rem;
    max-width: 1000px;
}

@media screen and (max-width: 746px) {
    .organization_content {
        padding: 4.3rem 0 6rem 0;
    }

    .organization_block img {
        margin-top: 3.6rem;
    }


}

.locations_content {
    padding: 11.5rem 0 8.6rem 0;
}

.locations_block {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

.locations_box02 {
    margin: 6.4rem auto 0;
    max-width: 1100px
}

.locations_box {
    margin: 6.4rem auto 0;
    max-width: 1100px
}

.locations_subtitle {
    color: #00469b;
    letter-spacing: 0.03em;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.locations_subtitle::after {
    border-top: 1px solid #00469b;
    margin-left: 8px;
    content: "";
    width: 100%;
}

.locations_group01 {
    display: flex;
    gap: 50px;
    flex-wrap: wrap
}

.locations_group {
    display: flex;
    gap: 50px;
    flex-wrap: wrap
}

.locations_card dt {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 1.3rem;
}

.locations_card dd {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.5
}

@media screen and (max-width: 1123px) {
    .locations_group {
        width: 702px;
        margin: 0 auto;
    }

    .locations_group01 {
        width: 702px;
        margin: 0 auto;
    }

    .locations_subtitle {
        width: 702px;
        margin: 0 auto;
    }


}

@media screen and (max-width: 746px) {
    .locations_content {
        padding: 4.3rem 0 6rem 0;
    }

    .locations_group {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .locations_group01 {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .locations_subtitle::after {
        display: none;
    }

    .locations_subtitle {
        width: 100%;
        justify-content: center;
        border-bottom: solid 1px #00469b;
        padding-bottom: 14px;
        margin: 0 auto;
    }

    .locations_card {
        text-align: center;
    }

}


.history_content {
    padding: 11.5rem 0 8.6rem 0;
}

.history_block {
    /*    width: calc(100vw - 4rem);*/
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}

.history_box {
    margin: 10.5rem auto 0;
    max-width: 880px;
    padding-bottom: 70px;
}

.history_box02 {
    margin: 20px auto 0;
    max-width: 880px;
    padding-bottom: 70px;
}

.history_item {
    display: flex;
}

.history_item_year {
    flex: 0 0 150px;
    margin: -4px 20px 0 0;
    text-align: right;
    color: #00469b;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: "Roboto Condensed", sans-serif;

}

.history_item_body {
    position: relative;
    padding-bottom: 38px;
    padding-left: 34px;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.5
}

.history_item_body::before {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 2.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00469b;
    content: "";
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

.history_item_body::after {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 7px;
    width: 1px;
    height: 100%;
    background-color: #00469b;
    content: "";
}

.history_item_body02 {
    position: relative;
    padding-bottom: 60px;
    padding-left: 34px;
    font-weight: 400;
    font-size: 1.6rem
}


.history_item_body02::after {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 7px;
    width: 1px;
    height: 100%;
    background-color: #00469b;
    content: "";
}

@media screen and (max-width: 1028px) {

    .history_item_year {
        flex: 0 0 100px;
    }
}

@media screen and (max-width: 767px) {

    .history_block {
        padding: 0;
    }

    .history_content {
        padding: 4.3rem 0 6rem 0;
    }

    .history_box {
        margin: 4.7rem auto 0;
        width: calc(100% - 8rem);
    }

    .history_box02 {
        margin: 4.7rem auto 0;
        width: calc(100% - 4rem);
    }


    .history_item_year {
        flex: 0 0 45px;
    }
}


.locHistory_content {
    padding: 11.5rem 0 8.6rem 0;
}

.locHistory_block {
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
}


@media screen and (max-width: 767px) {

    .locHistory_content {
        padding: 4.3rem 0 6rem 0;
    }

}
