/* 全体の横スクロール指定 */
body {
    overflow-x: hidden;
    background: var(--white);
}

/* ビジュアル部分 */
#Visual {
    padding: 240px 0 120px;
}
#Visual * {
    color: var(--white);
}
h1.project-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0!important;
}
p.project-subtitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 20px!important;
}
p.project-subtitle span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    margin-left: 16px;
}
p.project-mission {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 20px!important;
}


.single-container-wrapper {
    color: #fff;
    background-blend-mode: multiply;
    background-size: cover!important;
    background-position: center!important;
}

/* サイドメニュー */
.single-sidemenu {
    padding-top: 120px;
    transition: all ease-in-out .3s;
}
html[lang^="en"] .single-sidemenu {
    padding-right: 12px;
}
@media screen and (max-width: 576px) {
    html[lang^="en"] .single-sidemenu {
        padding-right: 0;
    }
}

ul.single-sidemenu-list li {
    margin-bottom: 28px;
    position: relative;
    padding-left: 20px;
}
ul.single-sidemenu-list li::before {
    content: "";
    background: #2E5FE6;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
}
ul.single-sidemenu-list li a {
    font-weight: 600;
    opacity: .5;
    transition: all ease-in-out .3;
    font-size: 1.4rem;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    overflow-wrap: break-word;
}
ul.single-sidemenu-list li a.is-active {
    opacity: 1;
}

/* 歴史 */
h2.single-maincontent-content-title {
    font-size: 4rem;
    color: #2E5FE6;
    font-weight: 600;
    margin-bottom: 40px;
}
.single-maincontent {
    padding: 120px 0;
}
.project-year {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 8px!important;
}
.project-year-list-wrapper {
    position: relative;
    overflow: hidden;
}
.project-year-wrapper:last-of-type {
    padding-right: 50px;
}
.project-year-list {
    display: flex;
    padding-top: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.project-year-list-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	pointer-events: none;
    z-index: 10;
	background: linear-gradient(
		to right,
		rgba(255,255,255,0),
		rgba(255,255,255,1)
	);
    display: block;
}
.project-year-list::-webkit-scrollbar {
    display: none;
}
.project-year-wrapper {
    border-top: solid 1px #2E5FE6;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.project-year-wrapper::before {
    content: "";
    display: block;
    background: #2E5FE6;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    position: absolute;
    top: -6px;
    left: 0;
}
.project-content-list {
    padding-right: 36px;
    display: flex;
    gap: 12px;
}
.project-content-text-wrapper ul {
    min-width: 25vw;
    padding-left: 1.5em!important;
    list-style: disc;
}
.project-content-text-wrapper ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .single-maincontent {
        padding: 48px 0;
    }
    nav.single-sidemenu.sticky-top {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 9999;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.12);
        padding-top: 0;
    }

    nav.single-sidemenu.sticky-top .single-sidemenu-list {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 12px 16px;
        margin: 0;
        scrollbar-width: none;
        filter: var(--dropshadow-header);
    }

    nav.single-sidemenu.sticky-top .single-sidemenu-list::-webkit-scrollbar {
        display: none;
    }

    nav.single-sidemenu.sticky-top .single-sidemenu-list li {
        margin-bottom: 0;
        padding-left: 0;
        white-space: nowrap;
    }

    nav.single-sidemenu.sticky-top .single-sidemenu-list li::before {
        display: none;
    }
    ul.single-sidemenu-list li a {
        padding: 12px 16px;
    }
    ul.single-sidemenu-list li a {
        white-space: nowrap;
        overflow-wrap: normal;
    }
    .project-content-text-wrapper ul {
        min-width: 50vw;
    }
}


/* 他共通 */
p {
    line-height: 1.8;
}
.partner-block {
    margin-bottom: 56px;
}
.partner-headline {
    border-left: solid 3px var(--title-black);
    padding-left: 16px;
}
.partner-headline-label {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 4px!important;
    color: var(--title-black);
}
.partner-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}
.partner-body p a {
    color: #2E5FE6;
    vertical-align: baseline;
    margin-right: 4px;
}
.partner-body p a::after {
    content: "";
    display: inline-block;
    padding-left: 6px;
    width: 16px;
    height: 16px;
    background-image: url(../images/external_link_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.partner-headline-company {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    color: var(--title-black);
}
.partner-headline-content {
    font-weight: 600;
}
.partner-works {
    margin-top: 24px;
}
.partner-works img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    display: block;
    margin-right: auto;
}
img.alignright {
    display: block;
    margin-left: auto;
}
.partner-works-label {
    margin-bottom: 8px!important;
    font-weight: 600;
}
.partner-company-content {
    display: flex;
    justify-content: space-between;
}
.partner-company-content img {
    width: calc(50% - 12px);
    margin-top: 12px;
}
.partner-overview {
    width: calc(50% - 12px);
    margin-top: 12px;
}
@media screen and (max-width: 768px) {
    .partner-company-content img {
        width: 100%;
    }
    .partner-company-content {
        flex-direction: column;
        justify-content: center;
    }
    .partner-overview {
        width: 100%;
        margin-top: 8px;
    }
}