/*----------------------------------------------------*/
/*                     company                        */
/*----------------------------------------------------*/

/* 共通パーツ */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
h3.sub-ttl {
    border-bottom: solid 3px #dddddd;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
h3.sub-ttl:after {
    position: absolute;
    content: ' ';
    display: block;
    border-bottom: solid 3px #e60012;
    bottom: -3px;
    width: 20%;
}
h4.sub-ttl-2 {
    border-left: solid 4px #e60012;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* ------------------------------------------------------------- */
/*   hero                                                        */
/* ------------------------------------------------------------- */

.lower-mv.company {
    background: url(../img/company/hero-company.jpg) no-repeat;
    background-size: cover;
    background-position: 0%;
}
.lead_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 2;
}
@media (max-width: 768px) {
    .lead_text {
        font-size: 16px;
    }
}
.sub_text {
    text-align: center;
    margin-bottom: 20px;
}

.s-company__flame .s-company__inner .s-company__col {
    margin-bottom: 50px;
}
.s-company__flame .s-company__inner .case {
    margin-bottom: 0;
}
.s-company__flame .s-company__inner .s-company__col .ttl {
    margin-bottom: 30px;
}
.s-company__flame .s-company__inner .s-company__col .card-box {
    margin: 15px 15px 0 15px;
    width: calc(50% - 30px);
}
@media (max-width: 768px) {
    .s-supplier__flame .s-company__inner .s-company__col .card-box {
        width: 100%;
    }
}
.s-company__flame .s-company__inner .s-company__col .card-box .card-img {
    display: inline-block;
    margin-bottom: 15px;
}
.s-company__flame .s-company__inner .s-company__col .card-box .card-img img {
    width: 100%;
}
.s-company__flame .s-company__inner .s-company__col .card-box .card-title {
    text-align: center;
}
.s-company__flame .s-company__inner .s-company__col .card-box .card-title p {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.s-company__flame .s-company__inner .s-company__col .card-box .card-text {
    text-align: center;
}
.s-company__flame .s-company__inner .s-company__col .history-img {
    margin-top: 20px;
    text-align: center;
}
.s-company__flame .s-company__inner .s-company__col .history-img img {
    width: 70%;
}
.s-company__flame .company_btn_area {
    text-align: center;
}
.s-company__flame .company_btn_area .company_btn {
    display: inline-block;
    width: 260px;
    font-size: 16px;
    border-radius: 33px;
    color: #e60012;
    background-color: #ffffff;
    border: solid 2px #e60012;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.s-company__flame .company_btn_area .company_btn:hover {
    background: #e60012;
    color: #fff;
    opacity: 1;
}

.company-table {
    width: 80%;
    margin: 0 auto 50px;
}

@media (max-width: 768px) {
    .company-table {
        width: 100%;
        margin: 0 auto;
    }
}

.company-table tr {
    border-bottom: 1px solid #dddddd;
}

.company-table th {
    width: 30%;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    text-align: left;
}

.company-table td {
    width: 70%;
    padding: 20px 15px;
    text-align: left;
}

@media (max-width: 499px) {
    .company-table tr {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        width: 100%;
        padding: 15px 15px;
    }

    .company-table th {
        width: 100%;
        padding: 0;
    }

    .company-table td {
        width: 100%;
        padding: 0;
    }
}

.s-company__accessBtn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: min(6.25vw, 40px);
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
    text-decoration: none;
    font-weight: bold;
}

.s-company__accessBtn_circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(28vw, 120px);
    height: min(28vw, 120px);
    color: #ffffff;
    background-color: #d12d26;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
}

.s-company__accessBtn_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: min(5.6vw, 20px);
}

.history-table {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .history-table {
        width: 100%;
        margin: 0 auto;
    }
}

.history-table tr {
    border-bottom: 1px solid #dddddd;
}
.history-table th {
    width: 30%;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    text-align: left;
    position: relative;
}

.history-table td {
    width: 70%;
    padding: 10px 15px 10px 15px;
    text-align: left;
    position: relative;
}

.location__col {
    margin-bottom: 60px;
    padding: 40px;
    background: #f3f1ef;
    border-radius: 10px;
}
@media (max-width: 500px) {
    .location__col {
        padding: 20px;
    }
}
.location__col p {
    background: #fff;
    padding: 20px 20px;
}
.location__col .location-block {
    margin-bottom: 15px;
}
@media (max-width: 500px) {
    .location__col .location-block {
        flex-direction: column;
    }
}
.location__col .location-block .location-img {
    width: 30px;
}
.location__col .location-block .location-map {
    width: 70%;
}

@media (max-width: 500px) {
    .location-map_spbtn {
        margin: 15px auto 0;
    }

    .location__col .location-block .location-img,
    .location__col .location-block .location-img img,
    .location__col .location-block .location-map {
        width: 100%;
    }
}

.location__col .location-block .location-map iframe {
    width: 100%;
    height: 206px;
}
.l-s2 .ttl {
    margin-bottom: 50px;
}

.history__list {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px) {
    .history__list {
        width: 100%;
    }
}

.history__item {
    display: flex;
    align-items: center;
    position: relative;
}

.history__year {
    background: #e60012;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.history__year::before {
    display: none;
    /*
    content: '';
    width: 10px;
    height: 300%;
    background: #e60012;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
	*/
}

.history__item:last-of-type .history__year::before {
    content: none;
}

.history__item:not(:first-child):before {
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    background-color: #e60012;
    position: absolute;
    top: -40px;
    left: 35px;
    z-index: -1;
}

@media (min-width: 501px) {
    .history__item:not(:first-child):before {
        left: 45px;
    }
}

@media (max-width: 768px) {
    .history__year {
        margin-right: 50px;
        flex-shrink: 0;
    }
}

@media (max-width: 500px) {
    .history__year {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}
.history__child-list {
    border-bottom: 1px solid #dddddd;
    width: 77%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

.history__child-item {
    display: flex;
}

.history__child-list li + li {
    margin-top: 20px;
}

.history__child-month {
    color: #e60012;
    font-weight: bold;
    margin-right: 30px;
    width: 40px;
}
@media (max-width: 768px) {
    .history__child-month {
        flex-shrink: 0;
        width: 40px;
    }
}
@media (max-width: 768px) {
    .history__child-month {
        flex-shrink: 0;
        width: 40px;
        margin-right: 0;
    }
}

.consider-block {
    margin-top: 50px;
}
.consider-block .consider-item {
    width: 30%;
}
@media (max-width: 768px) {
    .consider-block .consider-item {
        width: 100%;
    }
}
.consider-block .consider-item .consider-title {
    border: 1px solid #999999;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
}
.consider-block .consider-item .consider-list {
    margin-top: 10px;
    margin-bottom: 10px;
}
.consider-block .consider-item .consider-list li {
    padding: 10px 8px;
    font-weight: bold;
}

.s-company__col.case .col-inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .s-company__col.case .col-inner {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .s-company__col.case .col-inner {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .s-company__col.case .col-inner {
        width: 1170px;
    }
}
.s-company__col.strong .col-bg-inner .col-inner,
.s-company__col.business .col-bg-inner .col-inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .s-company__col.strong .col-bg-inner .col-inner,
    .s-company__col.business .col-bg-inner .col-inner {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .s-company__col.strongs .col-bg-inner .col-inner,
    .s-company__col.business .col-bg-inner .col-inner {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .s-company__col.strong .col-bg-inner .col-inner,
    .s-company__col.business .col-bg-inner .col-inner {
        width: 80%;
    }
}
.s-company__col.philosophy {
    background: url(../img/company/bg-philosophy.jpg) no-repeat;
    background-size: cover;
    background-position-y: 60%;
    margin-bottom: 0 !important;
}
.s-company__col.philosophy .col-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 120px 0px 120px 0px;
}
@media (max-width: 768px) {
    .s-company__col.philosophy .col-inner {
        padding: 100px 15px;
    }
}

.s-company__col.history .col-inner {
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 120px 0px 120px 0px;
}
.s-company__col.business {
    background: url(../img/company/bg-business.jpg) no-repeat;
    background-size: cover;
    background-position-y: 60%;
    background-attachment: fixed;
    margin-bottom: 0px !important;
}
.s-company__col.business .col-bg-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 120px 0px 120px 0px;
}
@media (max-width: 768px) {
    .s-company__col.business .col-bg-inner {
        padding: 100px 0;
    }
}
.s-company__col.case .col-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.s-company__col.strong {
    background: url(../img/company/bg-strong.jpg) no-repeat;
    background-size: cover;
    background-position-y: 60%;
    background-attachment: fixed;
    margin-bottom: 0px !important;
}
.s-company__col.strong .col-bg-inner {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 120px 0px 120px 0px;
}
@media (max-width: 768px) {
    .s-company__col.strong .col-bg-inner {
        padding: 100px 0;
    }
}
.s-company__col.activity {
    background: url(../img/company/bg-activity.jpg) no-repeat;
    background-size: cover;
    background-position-y: 60%;
}
.s-company__col.activity .col-inner {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 120px 0px 120px 0px;
}

.s-company__col.case .business-item {
    margin-bottom: 30px;
}
.s-company__col.case .business-item .card-box {
    margin: 15px 0px 0px 0px;
    width: calc(33% - 15px);
}
.s-company__col.case .business-item .card-box a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .s-company__col.case .business-item .card-box {
        width: 100%;
    }
}
.s-company__col.case .business-item .card-box .card-img {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.s-company__col.case .business-item .card-box .card-img img {
    width: 100%;
}
.s-company__col.case .business-item .card-box .card-img .tag-area {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.s-company__col.case .business-item .card-box .card-img .tag-area .tag {
    background-color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px;
    margin-right: 5px;
}
.s-company__col.case .business-item .card-box .card-text {
    text-align: left;
}
.s-company__col.case .business-item .card-box .card-text .company-name {
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.s-company__col.case .business-item .card-box .card-text p {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.s-company__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #e60012;
    border: solid 1px #e60012;
    border-radius: 30px;
    max-width: 180px;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    font-size: 13px;
}

.s-company__btn::after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url('../img/company/ic_tab.png') no-repeat center / contain;
    margin-left: 10px;
}

.strong-block {
    margin-top: 50px;
}
.strong-itemWrap {
    width: calc(100% / 3 - 20px);
}
.strong-block .strong-item {
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 70px;
    background: url(../img/company/strong_img01.jpg) no-repeat;
    background-position-x: center;
}
.strong-block .strong-itemWrap:nth-of-type(2) .strong-item {
    background: url(../img/company/strong_img02.jpg) no-repeat;
    background-position-x: center;
}
.strong-block .strong-itemWrap:nth-of-type(3) .strong-item {
    background: url(../img/company/strong_img03.jpg) no-repeat;
    background-position-x: center;
}
@media (max-width: 768px) {
    .strong-itemWrap {
        width: 100%;
        margin-bottom: 40px;
        background-size: cover;
    }
    .strong-block .strong-item {
        width: 100%;
        margin-bottom: 60px;
    }
}
.strong-block .strong-item .strong-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 70%;
    border-radius: 4px;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #e60012;
    padding: 50px 0;
}
@media (max-width: 768px) {
    .strong-block .strong-item .strong-title {
        font-size: 18px;
    }
}

.strong-block .strong-item .strong-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #fff;
}
.strong-block .strong-item .strong-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.s-company__col.business .business-item {
    margin-bottom: 30px;
    justify-content: space-around;
}
.s-company__col.business .business-item .business-box {
    margin: 15px 0px 0px 0px;
    /* width: calc(25% - 15px); */
    width: 270px;
    height: 270px;
    border: 2px solid #a1a1a1;
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 50%;
    padding: 40px 30px 20px 30px;
}
@media (max-width: 768px) {
    .s-company__col.business .business-item .business-box {
        margin: 0 auto 15px;
    }
}
.s-company__col.business .business-item .business-box .business-box-img {
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.s-company__col.business .business-item .business-box .business-box-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.s-company__col.business .business-item .business-box .business-box-data {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #e60012;
}
.s-company__col.business .business-item .business-box .business-box-data .data-big {
    font-size: 36px;
}

.operation-block {
    margin-top: 50px;
}

.operation-block .operation-item {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 10px 10px 0px 0px rgba(230, 0, 18, 0.5);
    margin: 15px 15px 0 15px;
    width: calc(50% - 30px);
    position: relative;
}

@media (max-width: 768px) {
    .operation-block .operation-item {
        width: 100%;
        box-shadow: none;
        margin: 0 0 20px 0;
    }
}

.operation-block .operation-item .operation-title {
    font-weight: bold;
    font-size: 30px;
    padding: 8px 0px;
    text-align: center;
    color: #e60012;
    position: relative;
}
.operation-block .operation-item .operation-title::after {
    content: '';
    width: 90%;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 10px auto;
}
@media (max-width: 768px) {
    .operation-block .operation-item .operation-title {
        font-size: 20px;
    }
}
.operation-block .operation-item .operation-text {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.sustainability {
    background: url(../img/top/top_sustainability_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
@media (max-width: 768px) {
    .sustainability {
        padding: 100px 15px;
    }
}
.sustainability .ttl {
    color: #fff;
}
.sustainability .ttl__txt {
    color: #fff;
}
.sustainability .ttl::after {
    background-color: #fff;
}
.sustainability .lead_text {
    color: #fff;
}

.s-history {
    background: url(../img/company/s-history_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0px !important;
}
.s-history .col-bg-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 100px 0px;
}
.s-history .col-inner {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .s-history .col-inner {
        width: 100%;
        padding: 0 15px;
    }
}
.s-history__list {
    position: relative;
    margin-top: 60px;
}

.s-history__list::after {
    content: '';
    width: 10px;
    height: 90%;
    background: #e60012;
    top: 0;
    left: 45px;
    position: absolute;
    z-index: 1;
}

@media (max-width: 768px) {
    .s-history__list::after {
        content: none;
    }
}

.s-history__list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .s-history__list li {
        display: block;
        /* width: 60%; */
        width: 80%;
        margin: 20px auto;
        position: relative;
    }
}

.s-history__list li:nth-of-type(5) {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.s-history__year {
    width: 100px;
    height: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .s-history__year {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
}

.s-history__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e60012;
    color: #fff;
    flex-shrink: 0;
    /* margin-right: 30px; */
    margin-right: 0;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 768px) {
    .s-history__year {
        position: absolute;
    }
}

.s-history__img {
    /* margin-right: 30px; */
    margin-right: 0;
}
@media (max-width: 768px) {
    .s-history__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.s-history__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .s-history__title {
        font-size: 18px;
    }
}
.s-history__list li .s-history__dot {
    display: block;
    width: 5px;
    height: 5px;
    background: #e60012;
    margin-bottom: 10px;
    border-radius: 50%;
    position: relative;
    left: 22%;
}
@media (max-width: 768px) {
    .s-history__list li .s-history__dot {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.company_mov_area {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 200;
}

.company_mov_area img {
    width: 300px;
}
