.main-wrapper {
	background: linear-gradient(to bottom, #16519d 0%, #0d1828 5% );
	color: #fff;
}


.headline__rect {
	position: relative;
	display: flex;
	margin: -90px auto 30px;
	padding-top: 8px;
	width: 200px;
	height: 200px;
	/* border-radius: 100px; */
	background: #E42021;
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
	flex-flow: column;
	align-items: center;
    /* letter-spacing: -0.2ch; */
}

.gas .headline__rect {
	font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
	.headline__rect {
		margin: -68px auto 30px;
		padding-top: 12px;
		width: 160px;
		height: 135px;
		font-size: 2.2rem;
        letter-spacing: normal;
	}
}

.headline__rect::before {
	display: block;
	margin-bottom: 8px;
	content: attr(data-num) '';
	font-size: 10.1rem;
	font-family: 'EB Garamond', serif;
}

@media only screen and (max-width: 767px) {
	.headline__rect::before {
		font-size: 4.1rem;
	}
}

.headline__rect span {
	margin-top: 12px;
	color: #fff;
	font-size: 1.7rem;
	font-family: 'Cormorant Garamond', serif;
    letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
	.headline__rect span {
		font-size: 1.5rem;
	}
}

.headline__rect.step {
	padding-top: 45px;
	text-align: center;
	font-size: 1.7rem;
	font-family: 'Cormorant Garamond', serif;
}v

@media only screen and (max-width: 767px) {
	.headline__rect.step {
		padding-top: 35px;
	}
}

.headline__rect.step:before {
	display: none;
}

.headline__rect.step::after {
	display: block;
	content: attr(data-num) '';
	font-size: 7.6rem;
	font-family: 'EB Garamond', serif;
}

@media only screen and (max-width: 767px) {
	.headline__rect.step::after {
		font-size: 5.1rem;
	}
    .section-article.gas .headline__rect{
        font-size: 1.9rem;

    }
}




.lead {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}


.section-hero {
	background-image: url(../img/strong/hero.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.section .content h3 {
    text-align: center;
    font-size: 3.7rem;
    margin: 1.75em 0 1em;
}

@media only screen and (max-width: 767px) {
    .section .content h3 {
        font-size: 1.9rem;
    }
}

.section .content .btn__more {
    margin: 4em 0;
    text-align: center;
}
.section .content .btn__more a{
    display: inline-block;
    width: 400px;
    padding: 1.75em 0;
    background: linear-gradient(to bottom, #F76F64 0%, #FB5492 50% );
    font-size: 1.9rem;
    font-weight: 600;
    position: relative;
}

.section .content .btn__more a::after {
    content: " ";
    position: absolute;
    background-image: url(../img/common/arrow_wh-r.png);
    width: 30px;
    height: 30px;
    top: 50%;
    right: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform:translate(0, -50%);
}
@media only screen and (max-width: 767px) {
    .section .content .btn__more a {
        width: 100%;
        font-size: 1.5rem;
        padding: 1.5em 0;
    }
    .section .content .btn__more a::after {
        background-size: 10px auto;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .section .content .btn__more a:hover {
        opacity: 0.8;
    }
}



.section-intro {
	padding: 66px 0 82px;
}

@media only screen and (max-width: 767px) {
	.section-intro {
		padding: 0 0 30px;
	}
}
.section-intro .headline {
	text-align: center;
}

.section-intro .headline h2 {
	font-weight: 600;
	font-size: 4.3rem;
	line-height: 1.5;
}

.section-intro .content {
	margin-top: 4em;
	text-align: center;
}

@media only screen and (max-width: 767px) {
     .section-intro .headline {
         padding-top: 3em;
     }
    .section-intro .headline h2 {
        font-size: 2.3rem;
    }
	.section-intro .content {
		display: block;
	}
}

.section-intro .content-right {
	padding-left: 40px;
	width: 50%;
}

@media only screen and (max-width: 767px) {
    .section-intro .figure img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.section .headline {
		margin-right: -25px;
		margin-left: -25px;
	}
}

@media only screen and (max-width: 767px) {
	.section .headline img {
		width: 100%;
		height: 250px;
		font-family: 'object-fit: cover;';

		object-fit: cover;
	}
}

.content-manufacturing {
	padding: 0 60px 100px;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing {
		padding: 0 0 50px;
	}
}

.content-manufacturing .lead {
	margin-bottom: 60px;
	/* color: #0d1828; */
	/* text-align: center; */
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing .lead {
		font-size: 1.5rem;
	}
}

.content-manufacturing-list {
	display: flex;
	margin-right: -1.25em;
	margin-left: -1.25em;

	flex-flow: row wrap;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing-list {
		display: block;
		margin: 0;
	}
}

.content-manufacturing-list > li {
	margin: 0 1.25em;
	width: 45%;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing-list > li {
		margin: 0;
		width: auto;
	}
	.content-manufacturing-list > li:not(:last-of-type) {
		margin-bottom: 30px !important;
	}
}

.content-manufacturing-list > li .img img {
	width: 100%;
}

.content-manufacturing-list > li:not(:nth-last-of-type(-n+2)) {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing-list > li:not(:nth-last-of-type(-n+2)) {
		margin-bottom: 0;
	}
}

.content-manufacturing-list > li > dl > dt {
	margin: 25px 0 20px;
	font-weight: 600;
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing-list > li > dl > dt {
		margin: 15px 0 8px;
		font-size: 1.5rem;
	}
}

.content-manufacturing-list > li > dl dl dt {
	float: left;
	clear: both;
}

.content-manufacturing-list > li > dl dl dt::after {
	content: ':';
}

.content-manufacturing ol dl > dt::before {
	content: attr(data-list) '';
	vertical-align: -2px;
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.content-manufacturing ol dl > dt::before {
		vertical-align: 0;
		font-size: 1.6rem;
	}
}

.section-maintenance .content-manufacturing-list > li.wide {
	width: 100%;
}

.section-maintenance .content-manufacturing-list > li.wide .imgarea {
	display: flex;
	text-align: center;

	flex-flow: row wrap;
	justify-content: space-between;
}

.section-maintenance .content-manufacturing-list > li.wide .imgarea .img {
	position: relative;
	width: 480px;
}

@media only screen and (max-width: 767px) {
	.section-maintenance .content-manufacturing-list > li.wide .imgarea .img {
		width: 46%;
	}
	.section-maintenance .content-manufacturing-list > li.wide .imgarea .img img {
		width: 100%;
	}
}

.section-maintenance .content-manufacturing-list > li.wide .imgarea .img:not(:last-of-type)::after {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	display: block;
	width: 68px;
	height: 50px;
	background: url(../img/manufacturing/arrow_maintenance.png);
	background-size: cover;
	content: '';
	transform: translate(100%, -50%);
}

@media only screen and (max-width: 767px) {
	.section-maintenance .content-manufacturing-list > li.wide .imgarea .img:not(:last-of-type)::after {
		right: 6px;
		width: 40px;
		height: 30px;
	}
}

.section-maintenance .content-manufacturing-list > li.wide-3 {
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.section-maintenance .content-manufacturing-list > li.wide-3 {
		margin-top: 0;
	}
}

.section-maintenance .content-manufacturing-list > li.wide-3 .imgarea .img {
	width: 310px;
}

@media only screen and (max-width: 767px) {
	.section-maintenance .content-manufacturing-list > li.wide-3 .imgarea .img {
		width: 28%;
	}
}

.section-remodeling .content-manufacturing {
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.section-remodeling .content-manufacturing {
		padding-bottom: 60px;
	}
}

.section-remodeling .content-manufacturing-list > li.wide {
	width: 100%;
	text-align: center;
}

.section-remodeling .content-manufacturing-list > li.wide .imgarea {
	display: flex;
	margin-bottom: 55px;
	text-align: center;

	flex-flow: row wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.section-remodeling .content-manufacturing-list > li.wide .imgarea {
		margin-bottom: 20px;
	}
}

.section-remodeling .content-manufacturing-list > li.wide .imgarea .img {
	position: relative;
	display: flex;
	width: 480px;

	flex-flow: column;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.section-remodeling .content-manufacturing-list > li.wide .imgarea .img {
		width: 48%;
	}
}

.section-facilities {
	padding-bottom: 148px;
}

@media only screen and (max-width: 767px) {
	.section-facilities {
		padding-bottom: 70px;
	}
}

.section-facilities::before {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 1px;
	background: #0d1828;
	content: '';
}

@media only screen and (max-width: 767px) {
	.section-facilities::before {
		width: 75px;
	}
}

.section-facilities .headline__title {
	padding: 47px 0 68px;
}

@media only screen and (max-width: 767px) {
	.section-facilities .headline__title {
		padding: 30px 0 40px;
	}
}

.section-facilities .headline__title .fzn {
	margin-bottom: 28px;
	color: #e42121;
	font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
	.section-facilities .headline__title .fzn {
		margin-bottom: 15px;
		font-size: 1.2rem;
	}
}

.section-facilities .headline__title .fz4 {
	font-size: 3.3rem;
}

@media only screen and (max-width: 767px) {
	.section-facilities .headline__title .fz4 {
		font-size: 2.2rem;
	}
}

.section-facilities .common_table {
	padding: 0 40px;
}

@media only screen and (max-width: 767px) {
	.section-facilities .common_table {
		padding: 0 25px;
	}
}

/* headline_anker */
.section-intro .headline-anker {
	display: flex;
	margin: 25px -8px 0;
	justify-content: center;
	padding: 0 60px;
}

@media only screen and (max-width: 767px) {
	.section-intro .headline-anker {
		display: flex;
		margin: 25px -8px 0;
		justify-content: center;
		padding: 0;
		flex-wrap: wrap;
	}
}

.headline__rect_anker {
	position: relative;
	display: flex;
	padding-top: 8px;
	width: 150px;
	height: 150px;
	background: #E42021;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	flex-flow: column;
	align-items: center;
	margin: 0 10px;
}

@media only screen and (max-width: 767px) {
	.headline__rect_anker {
		position: relative;
		display: flex;
		padding-top: 12px;
		width: 90px;
		height: 90px;
		background: #E42021;
		color: #fff;
		font-size: 0.8rem;
		line-height: 0.75;
		flex-flow: column;
		align-items: center;
		margin: 0 10px;
		margin-bottom: 20px;
		letter-spacing: 0.1px;
	}
}

@media only screen and (max-width: 320px) {
	.headline__rect_anker {
		position: relative;
		display: flex;
		padding-top: 9px;
		width: 80px;
		height: 80px;
		background: #E42021;
		color: #fff;
		font-size: 10px;
		line-height: 0.75;
		flex-flow: column;
		align-items: center;
		margin: 0 7px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
}

.headline__rect_anker::after {
	content: " ";
    position: absolute;
    background-image: url(../img/common/arrow_wh-r.png);
    background-size: 100%;
    width: 13px;
    height: 25px;
    bottom: -40px;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	.headline__rect_anker::after {
		display: none;
	}

	.headline__rect_anker::before {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 320px) {
	.headline__rect_anker::before {
		font-size: 2rem;
	}
}

.headline__rect_anker:hover {
	opacity: .7;
}


.gas .headline__rect_anker {
	font-size: 2.0rem;
}

.headline__rect_anker::before {
	display: block;
	margin-bottom: 12px;
	content: attr(data-num) '';
	font-size: 6rem;
	font-family: 'EB Garamond', serif;
}

@media only screen and (max-width: 767px) {
	.headline__rect_anker::before {
		font-size: 3rem;
	}
}

.headline__rect_anker span {
	margin-top: 12px;
	color: #fff;
	font-size: 1.1rem;
	font-family: 'Cormorant Garamond', serif;
    letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
	.headline__rect_anker span {
		font-size: 0.5rem;
	}
}

@media only screen and (max-width: 320px) {
	.headline__rect_anker span {
		font-size: 8px;
		margin-top: 11px;
	}
}
/* end headline_anker */