@charset "UTF-8";
body {
    background: #191e3a;
	font-family: "Amiri", "Shippori Mincho", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
}
.mv-sub {
	background: url("/_common/img/quantum/mv.webp") 50% 100% / cover no-repeat;
}
@media screen and (max-width: 767px) {
    .mv-sub {
        background: url("/_common/img/quantum/mv.webp") 50% 0% / cover no-repeat;
    }
}
/* -------------------------------- */
.fusion {
	padding: 0 5%;
    background: url("/_common/img/quantum/fusion-bg.webp") 50% 50% / 100% auto no-repeat;
}
.fusion__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 106px;
	background: url("/_common/img/quantum/fusion-bg2.webp") 50% -20px / 100% auto no-repeat;
}
.fusion__title-en {
	color: #aa915b;
	font-size: 140px;
    font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
	opacity: .3;
}
.fusion h2 {
	margin-top: -110px;
	font-size: 36px;
	letter-spacing: .05em;
	line-height: 56px;
	text-align: center;
}
.fusion__description {
	margin-top: 30px;
	letter-spacing: .05em;
	line-height: 34px;
	text-align: center;
}
.fusion__lists {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 115px;
}
.fusion__list {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px;
    background-color: rgba( 34,40,76 , .6 );
}
.fusion__number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #aa915b;
    font-size: 24px;
    border: 1px solid #aa915b;
    border-radius: 40px;
}
.fusion__list h3 {
    font-size: 26px;
    line-height: 48px;
    letter-spacing: .05em;
    text-align: center;
}
.fusion__text {
    margin-top: 30px;
    line-height: 34px;
    letter-spacing: .05em;
    text-align: center;
}
.fusion2__visual {
    margin-top: 35px;
}
.fusion__text2 {
    margin-top: 25px;
    line-height: 34px;
    letter-spacing: .05em;
}
.fusion__list:nth-of-type(2) h4 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
	padding-left: 15px;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 1;
	border-left: 1px solid #aa915b;
}
.fusion__list:nth-of-type(2) h4::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 1px;
	background-color: #fff;	
}
.fusion__energy ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
    margin-bottom: 35px;
	padding: 35px 55px;
	background-color: rgba( 14,20,50 , .5 );
	color: #fff;
}
.fusion__energy ul li {
	width: 50%;
	letter-spacing: .05em;
	line-height: 32px;
}
.fusion__evidence ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px 30px;
    margin-top: 30px;
}
.fusion__evidence ul li {
    
}
.fusion__evidence-number {
    margin-top: 15px;
    color: #aa915b;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .05em;
}
.fusion__evidence h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .05em;
}
.fusion__evidence-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
    .fusion {
        padding: 0 5%;
    }
    .fusion__inner {
        padding: 50px 0;
        background: url("/_common/img/quantum/fusion-bg2.webp") 50% 0% / 100% auto no-repeat;
    }
    .fusion__title-en {
        font-size: 50px;
        letter-spacing: .1em;
    }
    .fusion h2 {
        margin-top: -20px;
        font-size: 26px;
        letter-spacing: .05em;
        line-height: 1.5;
    }
    .fusion__description {
        margin-top: 30px;
        line-height: 1.65;
        text-align: center;
    }
    .fusion__lists {
        gap: 60px;
        margin-top: 80px;
    }
    .fusion__list {
        padding: 60px 20px 20px;
        background-color: rgba( 34,40,76 , .6 );
    }
    .fusion__number {
        width: 60px;
        height: 60px;
    }
    .fusion__list h3 {
        font-size: 26px;
        line-height: 48px;
        letter-spacing: .05em;
        text-align: center;
    }
    .fusion__text {
        margin-top: 20px;
        line-height: 1.65;
    }
    .fusion2__visual {
        margin-top: 35px;
    }
    .fusion__text2 {
        margin-top: 25px;
        line-height: 1.65;
        letter-spacing: .05em;
    }
    .fusion__list:nth-of-type(2) h4 {
        margin-top: 40px;
        margin-bottom: 45px;
        padding-left: 15px;
        font-size: 18px;
    }
    .fusion__energy ul {
        gap: 12px 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px 16px;
    }
    .fusion__energy ul li {
        width: 100%;
        line-height: 1.5;
    }
    .fusion__evidence ul {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
        margin-top: 30px;
    }
    .fusion__evidence-number {
        margin-top: 15px;
        color: #aa915b;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: .05em;
    }
    .fusion__evidence h4 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .05em;
    }
    .fusion__evidence-text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: .05em;
    }
}