@charset "utf-8";
/*
Theme Name: solaris_tcd088-child
Author: r Ku
Version: 2.1.3
Text Domain:tcd-solaris
Template: solaris_tcd088
*/


/* =======================================================
* page-company
* ======================================================= */
.page_company_container {
    background: url(/wp-content/uploads/2023/10/about_01.jpg) center no-repeat;
    background-size: cover;
}

#page_company .page_desc {
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.page_company_container .page_desc {
    color: #FFF;
}

#page_company .page_desc .title::after {
    top: 45%;
}

.page_company_container .page_desc .title::after {
    background: #FFF;
}

.philosophy_container {
    width: 100%;
    max-width: 1400px;
    background: #FFF;
    box-sizing: border-box;
    padding: 30px 100px;
    margin: 80px auto 0;
}

.philosophy_container li {
    color: #3B4043;
    font-size: 20px;
    padding: 10px 0;
}

.page_message_container {
    padding-bottom: 0 !important;
}

.page_message_container div {
    text-align: center;
}

.page_message_container .text {
    font-size: 20px;
}

.page_message_container div .sign.flex-block {
    justify-content: center;
    padding: 60px 0 50px;
}


/* tab */
.prefectures_tab {
    width: 880px;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.prefectures_tab li {
    width: 100%;
    max-width: 165px;
    border: 1px solid #63AFD9;
    border-radius: 30px;
    color: #63AFD9;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    padding: 10px 0;
    margin: 0 10px;
}

.prefectures_tab li:last-of-type {
    border: 1px solid #71B0B4;
    color: #71B0B4;
}

.prefectures_tab li:hover {
    opacity: 0.7;
}
@media screen and (min-width: 441px) {
    .prefectures_tab li:first-child {
        margin-left: 0;
    }
}

.prefectures_tab li.select {
    background: #63AFD9;
    color: #FFF;
}

.prefectures_tab li.select:last-of-type {
    background: #71B0B4;
}

.prefectures_list {
    width: 100%;
    max-width: 880px;
    padding: 25px 0 0;
    margin: 0 auto;
}

/* flow */
.prefectures_flow {
    position: relative;
    padding-left: 135px;
}

.prefectures_flow > li {
    position: relative;
    padding: 18px 0;
}

.prefectures_flow > li::before {
    width: 4px;
    height: 100%;
    background: #007FC5;
    content: "";
    position: absolute;
    top: 30px;
}

.prefectures_flow.products_history > li::before {
    background: #1D929A;
}

.prefectures_flow > li .year {
    color: #63AFD9;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -135px;
    z-index: 100;
}

.prefectures_flow.products_history > li .year {
    color: #71B0B4;
}

.prefectures_flow > li dl {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.prefectures_flow > li dl::before,
.prefectures_flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

.prefectures_flow > li dl::before {
    width: 12px;
    height: 12px;
    background: #007FC5;
    border-radius: 50%;
    left: -4px;
    margin-top: -7px;
}

.prefectures_flow.products_history > li dl::before {
    background: #1D929A;
}

.prefectures_flow > li dl:not(:first-of-type)::before {
    display: none;
}

.prefectures_flow > li dl dt {
    width: 50px;
    color: #007FC5;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding-right: 55px;
}

.prefectures_flow.products_history > li dl dt {
    color: #1D929A;
}
.prefectures .hide {
    display: none;
}

.overview_container .products_lineup_type_list {
    width: 100%;
    max-width: 880px;
    padding-bottom: 0;
    margin: 0 auto;
}

.products_lineup_type_list li:first-of-type {
    border-top: 1px solid #DDD;
    text-align: left;
    padding-right: 25px;
}

.products_lineup_type_list li:first-of-type .type_content {
    width: 60%;
}

.company_gallery_container img {
    width: 25%;
    object-fit: cover;
}


.access_container {
    padding-bottom: 0;
}

.access_container iframe {
    vertical-align: bottom;
    padding-bottom: 160px;
}

.access_container .special_contents {
    max-width: 700px;
    background: #63AFD9;
    box-shadow: unset;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 80px;
    margin: 0;
}


/* =======================================================
* max-width: 1399px
* ======================================================= */
@media screen and (max-width: 1399px) {
    #page_company .page_desc {
        padding: 40px 25px;
    }

    #page_company .page_desc .title::after {
        top: -20%;
    }    

    .philosophy_container {
        margin: 40px auto 0;
    }

    .access_container .special_contents {
        max-width: 500px;
        padding: 40px 50px;
    }
}

/* =======================================================
* max-width: 990px
* ======================================================= */
@media screen and (max-width: 990px) {
    .prefectures_flow > li dl {
        display: block;
        line-height: 1.6;
        padding-bottom: 10px;
    }

    .prefectures_flow > li dl dt {
        text-align: left;
    }

    .special_inner {
        display: block;
        position: unset;
    }

    .access_container iframe,
    #page_company .access_container.page_desc {
        padding-bottom: 0;
    }

    .access_container .special_contents {
        max-width: 70%;
        position: relative;
        margin: 0 auto;
    }
}



/* =======================================================
* max-width: 770px
* ======================================================= */
@media screen and (max-width: 770px) {
    .philosophy_container {
        padding: 25px 50px;
    }

    .philosophy_container li {
        font-size: 16px;
        line-height: 1.6;
    }

    .page_message_container .text {
        font-size: 14px;
    }

    .page_message_container div .sign.flex-block {
        padding: 30px 0 25px;
    }

	/* tab */
	.prefectures_tab {
		width: 100%;
		min-width: 300px;
		overflow: hidden;
	}

    .access_container .special_contents {
        padding: 30px 35px;
    }

    .special_contents h2 {
        font-size: 16px;
        padding-bottom: 5px;
    }

}





/* =======================================================
* max-width: 440px
* ======================================================= */
@media screen and (max-width: 440px) {
    .philosophy_container {
        padding: 25px 30px;
    }

    .page_message_container div .sign.flex-block {
        align-items: baseline;
    }

    .prefectures_tab {
        display: block;
    }

    .prefectures_tab li {
        padding: 5px 0;
        margin: 0 auto 8px;
    }

    .prefectures_list {
        padding: 10px 0 0;
    }

    .prefectures_flow {
        padding-left: 110px;
    }

    .prefectures_flow > li::before {
        top: 20px;
        left: -23px;
    }

    .prefectures_flow > li .year {
        font-size: 24px;
        left: -110px;
    }

    .prefectures_flow > li dl {
        padding-left: 0;
    }

    .prefectures_flow > li dl::before {
        left: -27px;
        margin-top: -16px;
    }

    .prefectures_flow > li dl dt {
        font-size: 14px;
    }

    .prefectures_flow > li dl dd {
        font-size: 12px;
    }

    .access_container iframe {
        height: 300px;
    }

    .access_container .special_contents {
        max-width: 100%;
        position: unset;
    }

    .access_container .special_contents {
        padding: 25px;
        margin-bottom: 40px;
    }




}