@charset "utf-8";

img {
	max-width: 100%;
}

/*common*/
.slick-dots li button {
	width: 0;
	height: 0;
	text-indent: -9999px;
}
.fade {
	opacity: 0;
	transition: all 1s ease-out;
	transform:  translateY(35px);
}
.fadeIn {
	opacity: 1;
	transform:  translateY(0);
}
@media screen and (min-width: 1071px) {
	.pc-none {
		display: none;
	}

	.sec-inner {
		padding: 6.51vw 6.51vw 6.313vw;
		position: relative;
	}
    .sec-inner-02 {
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        padding: 6.061vw 0;
    }

	.link-btn-wrapper {
		text-align: center;
		margin-top: 4.948vw;
	}

	.link-btn-wrapper a {
		border: 1px solid #fff;
		border-radius: 4.167vw;
		background: #bfbfb8;
		color: #1d1d1f;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.938vw;
		font-weight: 500;
		line-height: 1.4;
		width: min(24.242vw,480px);
		height: min(4.04vw,80px);
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}

	.link-btn-wrapper a:hover {
		background-color: #000;
		color: #fff;
		opacity: 1;
	}

	.link-btn-arrow {
		display: block;
		width: 1.667vw;
		margin: auto;
		position: absolute;
		top: 0;
		right: 1.042vw;
		bottom: 0;
	}

	.link-btn-wrapper a:hover .link-btn-arrow path {
		transition: all .2s ease-out;
	}

	.link-btn-wrapper a:hover .link-btn-arrow path {
		stroke: #fff;
	}
}

@media screen and (max-width: 1070px) {
	.sp-none {
		display: none;
	}

	.sec-inner {
		padding: 22vw 6.667vw;
		position: relative;
	}
    .sec-inner-02 {
		padding: 22vw 6.667vw;
        position: relative;
    }
    
	.link-btn-wrapper {
		text-align: center;
		margin-top: 12vw;
	}

	.link-btn-wrapper a {
		border: 1px solid #fff;
		border-radius: 10.667vw;
		background: #bfbfb8;
		color: #1d1d1f;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		width: 100%;
		height: 13.333vw;
		position: relative;
	}

	.link-btn-wrapper a:hover {
		background-color: #000;
		color: #fff;
		opacity: 1;
	}

	.link-btn-arrow {
		display: block;
		width: 5.067vw;
		margin: auto;
		position: absolute;
		top: 0;
		right: 3.333vw;
		bottom: 0;
	}

	.link-btn-wrapper a:hover .link-btn-arrow path {
		transition: all .2s ease-out;
	}

	.link-btn-wrapper a:hover .link-btn-arrow path {
		stroke: #fff;
	}

}
/*sec-01*/
@media screen and (min-width: 1071px) {
    .sec-mission0 {
		background: url('../img/home/mission0_bg.png') no-repeat center / cover;
	}
    
	.sec-mission0-img img {
		width: 38.788vw;
		margin: auto;
		position: absolute;
		right: 6.51vw;
		bottom: 6.414vw;
	}
    .sec-mission0-hl-wrapper {
		margin-bottom: 3.061vw;
	}

	.sec-mission0-hl {
		margin-bottom: 2.604vw;
	}

	.sec-mission0-hl-text-01 {
		color: #fff;
		font-size: 2.828vw;
        font-weight: 600;
        line-height: 1.4;
	}

	.sec-mission0-hl-text-02 {
		color: #fff;
		font-size: 1.414vw;
        font-weight: 600;
	}

	.sec-mission0-text-p {
		color: #fff;
		font-size: 1.414vw;
		font-weight: 500;
		margin-bottom: 18.061vw;
	}

    .sec-mission0-logo {
        position: absolute;
        top: 6.465vw;
        right: 6.414vw;
    }
}
@media screen and (max-width: 1070px) {
    .sec-mission0 {
		background: url('../img/home/mission0_bg_sp.png') no-repeat center / cover;
	}
    .sec-mission0-hl-wrapper {
        margin-bottom: 15.061vw;
	}
    .sec-mission0-hl img {
        width: 44vw;
    }
	.sec-mission0-hl {
        margin-bottom: 2.604vw;
	}
    
	.sec-mission0-hl-text-01 {
        color: #fff;
		font-size: 7.467vw;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 1vw;
	}
    
	.sec-mission0-hl-text-02 {
        color: #fff;
		font-size: 4.8vw;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 6vw;
	}
    .sec-mission0-logo {
        width: 48.667vw;
    }
    .sec-mission0-img {
        margin: 16.8vw 0 12vw;
    }
	.sec-mission0-text-p {
        color: #fff;
		font-size: 4.267vw;
		font-weight: 500;
	}
}

/*sec-02*/
@media screen and (min-width: 1071px) {
    .sec-02 {
        background: #000;
        color: #fff;
    }
    .sec-02-hl {
        font-size: 2.828vw;
        font-weight: 600;
    }
    .sec-02-text {
        font-size: 1.111vw;
        font-weight: 500;
        margin: 2.273vw 0 5.808vw;
    }
    .sec-02-scientist-hl {
        margin-bottom: 1.768vw;
    }
    .scientist-slider {
        width: 1044px;
    }
    .scientist-box {
        background: #d9d9d6;
        box-sizing: border-box;
        height: 525px!important;
        margin-right: 64px;
        padding: 60px 45px 60px 476px;
        position: relative;
    }
    .scientist-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .scientist-img img {
        width: 426px;
    }
    .scientist-name {
        color: #000;
        font-size: 1.414vw;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 1.263vw;
    }
    .scientist-katagaki {
        color: #000;
        font-size: 14px;
    }
    .scientist-text {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        margin-top: 40px;
    }
    .slick-list {
        overflow: visible!important;
    }
    .sec-02 .slick-dots li button:before {
        background: #bfbfb8;
        width: 48px;
        height: 2px;
    }
    .sec-02 .slick-dots li.slick-active button:before {
        background: #fff;
        opacity: 1;
        height: 4px;
        transform: translateY(-1px)
    }

	.sec-02 .slick-dots {
		z-index: 10;
		bottom: -2.5vw;
	}


	.sec-02 .slick-dots li {
		width: 48px;
		height: 2px;
        margin: 0;
	}
    .sec-02 .slick-next,
    .sec-02 .slick-prev {
        opacity: 1 !important;
        margin: auto;
        top: initial;
        bottom: -3.2vw;
        z-index: 100;
    }
    .sec-02 .slick-next {
        transform: rotate(45deg);
        right: -17.5vw;
        left: 0;
    }
    .sec-02 .slick-prev {
        transform: rotate(-135deg);
        right: 0;
        left: -17.5vw;
    }

    .sec-02 .slick-next:before,
    .sec-02 .slick-prev:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        display: block;
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 1070px) {
    .sec-02 {
        background: #000;
        color: #fff;
    }
    .sec-02-hl {
        font-size: 7.467vw;
        font-weight: 600;
    }
    .sec-02-text {
        font-size: 4.267vw;
        font-weight: 500;
        margin: 14.667vw 0;
    }
    .sec-02-scientist-hl {
        margin-bottom: 5.333vw;
    }
    .sec-02-scientist-hl img {
        width: 49.6vw;
    }
    .scientist-box {
        background: #d9d9d6;
        box-sizing: border-box;
        height: 122.8vw!important;
        margin-right: 2.666vw;
        margin-left: 2.666vw;
        position: relative;
    }
    .scientist-img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .scientist-img img {
        width: 34.133vw;
    }
    .scientist-info {
        min-height: 37.033vw;
        padding: 5.333vw 6vw 0 38.667vw;
    }
    .scientist-name {
        color: #000;
        font-size: 4.8vw;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 2.667vw;
    }
    .scientist-katagaki {
        color: #000;
        font-size: 3.2vw;
        line-height: 1.4;
    }
    .scientist-text {
        color: #000;
        font-size: 3.733vw;
        font-weight: 500;
        margin-top: 6vw;
        padding: 0 4vw 4.267vw;
    }
    .slick-list {
        overflow: visible!important;
    }
    .sec-02 .slick-dots li button:before {
        background: #bfbfb8;
        width: 48px;
        height: 2px;
    }
    .sec-02 .slick-dots li.slick-active button:before {
        background: #fff;
        opacity: 1;
        height: 4px;
        transform: translateY(-1px);
    }

	.sec-02 .slick-dots {
		z-index: 10;
		bottom: -11.5vw;
	}


	.sec-02 .slick-dots li {
		width: 48px;
		height: 2px;
        margin: 0;
	}
    .sec-02 .slick-next,
    .sec-02 .slick-prev {
        opacity: 1 !important;
        width: 5vw;
        height: 5vw;
        margin: auto;
        top: initial;
        bottom: -13.9vw;
        z-index: 100;
    }
    .sec-02 .slick-next {
        transform: rotate(45deg);
        right: -56.5vw;
        left: 0;
    }
    .sec-02 .slick-prev {
        transform: rotate(-135deg);
        right: 0;
        left: -56.5vw;
    }

    .sec-02 .slick-next:before,
    .sec-02 .slick-prev:before {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        content: '';
        display: block;
        width: 4vw;
        height: 4vw;
    }
}

/*sec-03*/
.sec-03 {
    background: #bfbfb8;
}
.underLine {
    border-bottom: 2px solid #18ac91;
    font-weight: 700;
}
.antagonistic .underLine {
    border-bottom: 2px solid #ffc400;
}
.integrative .underLine {
    border-bottom: 2px solid #a50042;
}
.factor-ankerLink-item:nth-of-type(1)::before {content: '1';}
.factor-ankerLink-item:nth-of-type(2)::before {content: '2';}
.factor-ankerLink-item:nth-of-type(3)::before {content: '3';}
.factor-ankerLink-item:nth-of-type(4)::before {content: '4';}
.factor-ankerLink-item:nth-of-type(5)::before {content: '5';}
.antagonistic .factor-ankerLink-item:nth-of-type(1)::before {content: '6';}
.antagonistic .factor-ankerLink-item:nth-of-type(2)::before {content: '7';}
.antagonistic .factor-ankerLink-item:nth-of-type(3)::before {content: '8';}
.integrative .factor-ankerLink-item:nth-of-type(1)::before {content: '9';}
.integrative .factor-ankerLink-item:nth-of-type(2)::before {content: '10';}
.integrative .factor-ankerLink-item:nth-of-type(3)::before {content: '11';}
.integrative .factor-ankerLink-item:nth-of-type(4)::before {content: '12';}

@media screen and (min-width: 1071px) {
    .sec-03-hl {
        font-size: 56px;
        font-weight: 600;
    }
    .sec-03-hl-02 {
        font-size: 56px;
        font-weight: 500;
    }
    .sec-03-img {
        text-align: center;
        margin: 30px 0 45px;
    }
    .sec-03-p {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5.556vw;
    }
    .factor.primary {
        margin-top: 95px;
    }
    
    .factor + .factor {
        margin-top: 130px;
    }
    .factor-hl-wrapper {
        margin-bottom: 130px;
        position: relative;
    }
    .factor-hl {
        background: #18ac91;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 3.045vw;
        margin-right: 15vw;
        padding: 15px 0 18px 25px;
    }
    .antagonistic .factor-hl {
        background: #ffc400;
    }
    .integrative .factor-hl {
        background: #a50042;
        color: #fff;
    }
    .factor-hl-span {
        font-size: 14px;
        font-weight: 400;
        margin-left: 13px;
    }
    .factor-hl-sub {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .factor-hl-list {
        width: 535px;
    }
    .factor-hl-list li {
        font-size: 18px;
        font-weight: 500;
        text-indent: -6px;
        margin-left: 16px;
        padding-left: 6px;
    }
    .factor-hl-list li::before {
        content: '●';
        display: inline-block;
        font-size: 10px;
        transform: translateY(-3px);
    }
    .factor-hl-img {
        position: absolute;
        top: -50px;
        right: 0;
    }
    .factor-ankerLink {
        display: flex;
        flex-wrap: wrap;
    }
    .factor-ankerLink-item {
        background: #e3e3e0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 474px;
        position: relative;
    }
    .factor-ankerLink-item::before {
        display: flex;
        align-items: center;
        font-size: 24px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
    }


    .factor-ankerLink-item:nth-of-type(odd) {
        margin-right: 32px;
    }
    .factor-ankerLink-item:not(:last-of-type) {
        margin-bottom: 32px;
    }
    .integrative .factor-ankerLink-item:nth-of-type(3) {
        margin-bottom: 0;
    }
    .factor-ankerLink-item a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 20px 78px 20px 72px;
        position: relative;
    }
    .factor-ankerLink-item a::after {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        content: '';
        display: block;
        transform: rotate(45deg);
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
    }
    .factor-ankerLink-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 74px;
    }
    .factor-ankerLink-text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 20px;
        line-height: 1.4;
        width: 227px;
    }
    .factor-ankerLink-span {
        font-size: 14px;
        line-height: 1.2;
    }
    .factor-info {
        margin-top: 95px;
    }
    .factor-info-hl {
        background: #18ac91;
        cursor: pointer;
        font-size: 24px;
        font-weight: 400;
        padding: 7px 30px 10px 30px;
        position: relative;
    }
    .antagonistic .factor-info-hl {
        background: #ffc400;
    }
    .integrative .factor-info-hl {
        background: #a50042;
        color: #fff;
    }
    .batsu {
        transition: all .2s ease-out;
        width: 20px;
        height: 20px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 45px;
    }
    .factor-info-hl.active .batsu {
        transform: rotate(45deg);
    }
    .batsu::before,
    .batsu::after {
        background: #000;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .batsu::after {
        transform: rotate(90deg);
    }
    .integrative .batsu::before,
    .integrative .batsu::after {
        background: #fff;
    }
    .factor-info-box {
        background: #e3e3e0;
        border-bottom: 1px solid #bfbfb8;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 40px 20px 115px;
        position: relative;
    }
    .factor-info-box:last-of-type {
        border-bottom: none;
    }
    .factor-info-box:nth-of-type(even) {
        background: #d9d9d6;
    }
    .factor-info-box::before {
        border-right: 2px solid #6d6d6b;
        counter-increment: number2 1;
        content: counter(number2);
        display: block;
        font-size: 24px;
        text-align: center;
        width: 60px;
        margin: 15px 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .factor-info-box:nth-of-type(1)::before {content: '1';}
    .factor-info-box:nth-of-type(2)::before {content: '2';}
    .factor-info-box:nth-of-type(3)::before {content: '3';}
    .factor-info-box:nth-of-type(4)::before {content: '4';}
    .factor-info-box:nth-of-type(5)::before {content: '5';}
    .antagonistic .factor-info-box:nth-of-type(1)::before {content: '6';}
    .antagonistic .factor-info-box:nth-of-type(2)::before {content: '7';}
    .antagonistic .factor-info-box:nth-of-type(3)::before {content: '8';}
    .integrative .factor-info-box:nth-of-type(1)::before {content: '9';}
    .integrative .factor-info-box:nth-of-type(2)::before {content: '10';}
    .integrative .factor-info-box:nth-of-type(3)::before {content: '11';}
    .integrative .factor-info-box:nth-of-type(4)::before {content: '12';}
    .factor-info-img {
        width: 220px;
    }
    .factor-info-img-text {
        line-height: 1.4;
        margin-top: 30px;
    }
    .factor-info-img-text-span {
        display: inline-block;
        font-size: 14px;
    }
    .factor-info-text {
        font-size: 16px;
        font-weight: 400;
        width: 570px;
    }
    .origin {
        background: #acaca6;
        margin-top: 130px;
        padding: 65px 45px;
    }
    .origin-hl {
        display: flex;
        align-items: center;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .origin-hl img {
        margin-right: 25px;
    }
    .origin-box + .origin-box {
        margin-top: 95px;
    }
    .origin-box picture {
        display: block;
        margin-bottom: 60px;
    }
    .origin-hl-02 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .origin-text p {
        font-size: 18px;
        font-weight: 400;
        width: 704px;
    }
}
@media screen and (max-width: 1070px) {
    .sec-03-hl {
        font-size: 7.467vw;
        font-weight: 600;
    }
    .sec-03-hl-02 {
        font-size: 7.467vw;
        font-weight: 600;
    }
    .sec-03-h02 {
        font-size: 7.467vw;
        font-weight: 500;
    }
    .sec-03-img {
        text-align: center;
        margin: 11.333vw 0 12vw;
    }
    .sec-03-p {
        font-size: 4.267vw;
        font-weight: 500;
        margin-bottom: 22.667vw;
    }
    .factor.primary {
        margin-top: 12vw;
    }
    
    .factor + .factor {
        margin-top: 23.6vw;
    }
    .factor-hl-wrapper {
        margin-bottom: 11.333vw;
        position: relative;
    }
    .factor-hl {
        background: #18ac91;
        display: flex;
        align-items: center;
        font-size: 4.8vw;
        font-weight: 600;
        margin-bottom: 6vw;
        padding: 3.767vw 4vw;
    }
    .primary .factor-hl img {
        width: 20.267vw;
    }
    .antagonistic .factor-hl {
        background: #ffc400;
    }
    .antagonistic .factor-hl img {
        width: 34.667vw;
    }

    .integrative .factor-hl {
        background: #a50042;
        color: #fff;
    }
    .integrative .factor-hl img {
        width: 29.2vw;
    }

    .factor-hl-span {
        font-size: 3.2vw;
        font-weight: 400;
        margin-left: 2.667vw;
    }
    .factor-hl-sub {
        font-size: 4.8vw;
        font-weight: 600;
        margin-bottom: 5.333vw;
        line-height: 1.4;
    }
    .factor-hl-list {
        margin-top: 8vw;
    }
    .factor-hl-list li {
        font-size: 4.267vw;
        font-weight: 500;
        text-indent: -1.4vw;
        padding-left: 1.4vw;
    }
    .factor-hl-list li::before {
        content: '●';
        display: inline-block;
        font-size: 2.333vw;
        transform: translateY(-3px);
    }
    .factor-ankerLink {
    }
    .factor-ankerLink-item {
        background: #e3e3e0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 28.4vw;
        position: relative;
    }
    .factor-ankerLink-item + .factor-ankerLink-item {
        margin-top: 4vw;
    }
    .factor-ankerLink-item::before {
        display: flex;
        align-items: center;
        font-size: 4.8vw;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4vw;
    }

    .factor-ankerLink-item a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 3vw 8vw 3vw 11.333vw;
        position: relative;
    }
    .factor-ankerLink-item a::after {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        content: '';
        display: block;
        transform: rotate(45deg);
        width: 3.067vw;
        height: 3.067vw;
        margin: auto;
        position: absolute;
        top: 0;
        right: 4.667vw;
        bottom: 0;
    }
    .factor-ankerLink-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11.333vw;
        height: 11.333vw;
    }
    .factor-ankerLink-img img {
        max-width: 11.333vw;
        max-height: 11.333vw;
    }
    .factor-ankerLink-text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 4.8vw;
        line-height: 1.4;
        width: 50.667vw;
    }
    .factor-ankerLink-span {
        font-size: 3.733vw;
        line-height: 1.2;
    }
    .factor-info {
        margin-top: 12.667vw;
    }
    .factor-info-hl {
        background: #18ac91;
        font-size: 4.267vw;
        font-weight: 400;
        padding: 3.067vw 4vw 3.333vw 4vw;
        position: relative;
    }
    .antagonistic .factor-info-hl {
        background: #ffc400;
    }
    .integrative .factor-info-hl {
        background: #a50042;
        color: #fff;
    }
    .batsu {
        width: 5.333vw;
        height: 5.333vw;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4vw;
    }
    .batsu::before,
    .batsu::after {
        background: #000;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .batsu::after {
        transform: rotate(90deg);
    }
    .integrative .batsu::before,
    .integrative .batsu::after {
        background: #fff;
    }
    .factor-info-box {
        background: #e3e3e0;
        border-bottom: 1px solid #bfbfb8;
        padding: 8.667vw 4vw 7.333vw;
        position: relative;
    }
    .factor-info-box:last-of-type {
        border-bottom: none;
    }
    .factor-info-box:nth-of-type(even) {
        background: #d9d9d6;
    }
    .factor-info-img {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 10.667vw;
        position: relative;
    }
    .factor-info-img::before {
        border-right: 2px solid #6d6d6b;
        display: block;
        font-size: 4.533vw;
        text-align: left;
        width: 6.933vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .factor-info-box:nth-of-type(1) .factor-info-img::before {content: '1';}
    .factor-info-box:nth-of-type(2) .factor-info-img::before {content: '2';}
    .factor-info-box:nth-of-type(3) .factor-info-img::before {content: '3';}
    .factor-info-box:nth-of-type(4) .factor-info-img::before {content: '4';}
    .factor-info-box:nth-of-type(5) .factor-info-img::before {content: '5';}
    .antagonistic .factor-info-box:nth-of-type(1) .factor-info-img::before {content: '6';}
    .antagonistic .factor-info-box:nth-of-type(2) .factor-info-img::before {content: '7';}
    .antagonistic .factor-info-box:nth-of-type(3) .factor-info-img::before {content: '8';}
    .integrative .factor-info-box:nth-of-type(1) .factor-info-img::before {content: '9';}
    .integrative .factor-info-box:nth-of-type(2) .factor-info-img::before {content: '10';}
    .integrative .factor-info-box:nth-of-type(3) .factor-info-img::before {content: '11';}
    .integrative .factor-info-box:nth-of-type(4) .factor-info-img::before {content: '12';}

    .factor-info-img img {
        max-width: 14.333vw;
        max-height: 14.333vw;
    }
    .factor-info-img-text {
        font-size: 4.8vw;
        line-height: 1.4;
        width: 50vw;
    }
    .factor-info-img-text-span {
        font-size: 3.733vw;
        display: inline-block;
    }
    .factor-info-text {
        font-size: 3.733vw;
        font-weight: 400;
        margin-top: 6vw;
    }
    .origin {
        background: #acaca6;
        margin-top: 16.667vw;
        padding: 8vw 5.333vw;
    }
    .origin-hl {
        display: flex;
        align-items: center;
        font-size: 4.8vw;
        font-weight: 600;
        margin-bottom: 8.667vw;
    }
    .origin-hl img {
        width: 16.533vw;
        margin-right: 3.333vw;
    }
    .origin-box + .origin-box {
        margin-top: 16.667vw;
    }
    .origin-box picture {
        display: block;
        margin-bottom: 6.667vw;
    }
    .origin-hl-02 {
        font-size: 4.8vw;
        font-weight: 500;
        margin-bottom: 5.333vw;
    }
    .origin-text p {
        font-size: 4.267vw;
        font-weight: 400;
    }
}

/*sec-04*/
.sec-04 {
    background: #000;
    color: #fff;
    counter-reset: number3 0;
}
.sec-04-box {
    position: relative;
}
.sec-04-box::after {
    color: #83837d;
    counter-increment: number3 1;
    content: counter(number3,decimal-leading-zero);
    font-weight: 400;
    line-height: 1;
    position: absolute;
}
@media screen and (min-width: 1071px) {
    .sec-04-hl {
        font-size: 56px;
        font-weight: 600;
        margin-bottom: 35px;
    }
    .sec-04-text {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 125px;
    }
    .sec-04-box {
        background: #555552;
        padding: 60px 40px 40px;
    }
    .sec-04-box::after {
        font-size: 96px;
        right: 22px;
        bottom: 15px;
    }
    .sec-04-box + .sec-04-box {
        margin-top: 96px;
    }
    .sec-04-box-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 40px;
    }
    .sec-04-box-img {
        width: 387px;
        text-align: center;
    }
    .sec-04-box-img-02 {
        width: 290px;
    }
    .sec-04-box-text {
        width: 450px;
    }
    .sec-04-box-hl {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .sec-04-box-p {
        font-size: 16px;
        font-weight: 400;
    }
    .icon_opentab_svg {
        transform: translateY(0.3vw);
    }
}
@media screen and (max-width: 1070px) {
    .sec-04-hl {
        font-size: 7.467vw;
        font-weight: 600;
        margin-bottom: 13.333vw;
    }
    .sec-04-text {
        font-size: 4.8vw;
        font-weight: 500;
        margin-bottom: 16vw;
    }
    .sec-04-box {
        background: #555552;
        padding: 19.333vw 4.667vw 12.667vw;
    }
    .sec-04-box::after {
        font-size: 12.8vw;
        top: 2.667vw;
        right: 3.333vw;
    }

    .sec-04-box + .sec-04-box {
        margin-top: 17.333vw;
    }
    .sec-04-box-inner {
        margin-bottom: 11.333vw;
    }
    .sec-04-box-img {
        margin-bottom: 12vw;
        text-align: center;
    }
    .sec-04-box-img-02 {
        width: 66.133vw;
    }
    .sec-04-box-hl {
        font-size: 4.8vw;
        font-weight: 600;
        margin-bottom: 6.667vw;
    }
    .sec-04-box-p {
        font-size: 4.267vw;
        font-weight: 400;
    }
    .icon_opentab_svg {
        transform: translateY(0.5vw);
    }
}