.overview_title {
    text-align: center;
}

@media screen and (min-width:480px) {
    .overview_title {
        /* display: none; */
    }
}

.overview_information--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.overview_profile--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.overview_plant--contents {
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.overview_japan--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.overview_section .container {
    display: flex;
    flex-direction: row; /* Horizontal direction */
    justify-content: space-between; /* Space between contents */
    max-width: 1200px; /* Max width for the container */
    margin: auto; /* Centering the container */
    flex-wrap: wrap;
}

.overview_section .container .image-content {
    display: flex;
    flex-direction: column; /* Vertical direction for each content */
    align-items: center;
    background-color: #F5F5F6;
    padding: 0 0;
    flex: 0 0 30%; /* Adjust width for 3 contents per row with gaps */
    box-sizing: border-box;
    margin-bottom: 80px;
    width: 100%;
    max-width: 370px;
}

.overview_japan .container .image-content:last-child {
    margin-bottom: 0px;
}

.overview_section .container .top-image {
    width: 100%;
    height: auto;
}

.overview_japan--contents .container .google-location-image {
    width: 90%;
}

.image-title,
.info-title {
    margin: 25px 0;
    text-align: center;
}

.image-title {
    font-size: 16px;
}

.info-title {
    font-size: 15px;
}

.overview_oversea--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
}

.overview_profile--contents .link-item {
    background-color: #F5F5F6;
    padding: 40px 90px 30px 90px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview_profile--contents .link-item:hover {
    cursor: pointer;
}

.overview_profile--contents .link-item .arrow_down img {
    width: 30px;
    height: 17px;
}

.overview_profile--contents .link-item .subtitle {
    margin-bottom: 0;
}

.overview_profile--contents .link-item-content {
    display: none;
}

.overview_profile--contents .link-item-content table {
    margin-top: 25px;
    width: 100%;
}

.overview_profile--contents .link-item-content tr td {
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    padding: 20px 0 20px 90px;
    font-size: 20px;
}

.overview_profile--contents .link-item-content tr td:nth-child(1) {
    border-right: 1px solid #707070 !important;
    width: 25%;
}

.overview_plant {
    padding: 0;
}

@media screen and (min-width:320px) {
    .overview_japan .overview_japan--contents .subtitle,
    .overview_oversea .overview_oversea--contents .subtitle {
        text-align: center;
    }

    .overview_section .container {
        justify-content: center;
    }

    .info-title {
        font-size: 12px;
    }

    .overview_section .container .image-content {
        flex: 0 0 100%;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(1) {
        padding-left: 10px;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(2) {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item-content tr td {
        font-size: 12px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width:480px) {
    .overview_japan .overview_japan--contents .subtitle,
    .overview_oversea .overview_oversea--contents .subtitle {
        text-align: center;
    }

    .overview_section .container {
        justify-content: center;
    }

    .overview_section .container .image-content {
        flex: 0 0 100%;
    }

    .info-title {
        font-size: 12px;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(1) {
        padding-left: 10px;
        /* border-right: 0px !important; */
    }

    .overview_profile--contents .link-item-content tr td:nth-child(2) {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item-content tr td {
        font-size: 12px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width:768px) {
    .overview_japan .overview_japan--contents .subtitle,
    .overview_oversea .overview_oversea--contents .subtitle {
        text-align: left;
    }

    .overview_section .container {
        justify-content: space-between;
    }

    .overview_section .container .image-content {
        flex: 0 0 45%;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(1) {
        padding-left: 10px;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(2) {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item-content tr td {
        font-size: 20px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
        padding-right: 40px;
    }
}

@media screen and (min-width:1024px) {
    .overview_profile--contents .link-item-content tr td:nth-child(1) {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item-content tr td:nth-child(2) {
        padding-left: 20px;
    }

    .overview_profile--contents .link-item {
        padding-left: 20px;
        padding-right: 40px;
    }
}

@media screen and (min-width:1460px) {
    .header--menu>ul li:nth-child(2) {
        padding-right: 24px;
        padding-left: 24px;
        margin-left: 21px;
        background-color: #fff
    }

    .header--menu>ul li:nth-child(2) a {
        margin-left: 0;
        color: #000
    }
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: auto;
}

/* .video-container iframe {
    width: 100%;
    height: 675px;
} */

.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#youtubePlayer {
    max-width: 560px;
    width: 100%;
    height: 315px;
}

.overview_policy--contents {
    max-width: 1200px;
    margin: 0 auto clamp(4.0625rem, 3.108365019rem + 4.1825095057vw, 7.5rem);
    padding: 0px 20px;
}

.overview_policy--contents ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_policy--item {
    display: flex;
    flex-direction: row;
    width: 31%;
}

.about_policy--band {
    width: 16px;
    height: auto;
    background-color: #297fca;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16), inset 3px 3px 6px rgba(0, 0, 0, .16)
}

.about_policy--body {
    width: 100%;
    text-align: center;
    align-content: center;
    font-size: 20px;
    padding: 25px 20px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16), inset 3px 3px 6px rgba(0, 0, 0, .16);
}

@media screen and (max-width:768px) {
    .overview_policy--contents ul {
        flex-direction: column;
    }

    .about_policy--item {
        width: 85%;
        margin: auto;
        margin-bottom: 20px;
    }

    .overview--br-sp {
        display: none;
    }

    .about_policy--body {
        font-size: 16px;
    }
}