.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign img {
	display: block;
	width: 100%;
	height: auto;
}

.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 49%;
}
.maindesign .half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 49%;
}
.maindesign .half-column .half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .half-column--item {
		width: 100%;
	}
	.maindesign .half-column .half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign h1 span.heading_main{
position: absolute;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4.5em;
    line-height: 1.2;
    width: 86%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    font-feature-settings: "palt" 1;
}
.maindesign h1 span.heading_main span.heading_main__stlong{

}
.maindesign h1 span.heading_sub{
position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2em;
}
@media screen and (max-width:767px) {

.maindesign h1 span.heading_sub {
    position: absolute;
        top: 18%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 3.5vw;
        width: 90%;
        text-align: center;
}
.maindesign h1 span.heading_main {
    position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 7vw;
        line-height: 1.2;
        width: 95%;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
        font-feature-settings: "palt" 1;
}
}

.maindesign .cpEndTxt {
    padding: 1em;
    font-size: 3em;
    font-weight: bold;
    color: #f00;
}