@charset "UTF-8";

.module_helios {
	word-break: keep-all;
}
.module_helios .minframe {
	padding-left: 10px;
	padding-right: 10px;
}
.module_helios .pg_padding {
	padding: 80px 0 130px;
}

/*card_01*/
.module_helios .card_01 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.module_helios .card_01 ._title {
	text-align: center;
}
.module_helios .card_01 ._title img {
	-webkit-transform: skew(350deg, 0deg) translateX(3%);
	    -ms-transform: skew(350deg, 0deg) translateX(3%);
	        transform: skew(350deg, 0deg) translateX(3%);
	max-height: 55px;
}
.module_helios .card_01 ._title span {
	font-size: 12px;
    color: #CFCFCF;
    padding-top: 6px;
}
.module_helios .card_01 ._cont {
	margin: 50px auto 0;
}
.module_helios .card_01 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_helios .card_01 .item._center {
	margin: 2rem auto;
}
.module_helios .card_01 .item > div {
	background: #9b7b5ad4;
    color: #fff;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	text-align: center;
	margin: 0 1rem;
}

/*card_02*/
.module_helios .card_02 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.module_helios .card_02 .cont-box {
	max-width: 860px;
    border: 1px solid #D0D0D0;
    max-height: 150px;
    padding: 30px 0;
	position: relative;
	margin: 70px auto 0;
	line-height: 1.3;
}
.module_helios .card_02 .cont-box:before {
	content: '';
    position: absolute;
    left: 6px;
    bottom: -7px;
    width: 100%;
    height: 100%;
    border: 1px solid #D0D0D0;
}
.module_helios .card_02 .cont-box h5 {
	color: #2F2E2e;
	font-size: 22px;
	font-family: 'Campton', Sans-serif;
	margin-bottom: 6px;
}
.module_helios .card_02 .cont-box p {
	font-size: 15px;
}
.module_helios .card_02 .cont-box p > span {
	font-size: 17px;
	color: #C37423;
}
.module_helios .card_02 .cont-img {
    width: 100%;
	margin: 60px auto;
}
.module_helios .card_02 .cont-img > img {
	max-height: 230px;
	-webkit-transform: translateX(5%);
	    -ms-transform: translateX(5%);
	        transform: translateX(5%);
}
.module_helios .card_02 .cont-txt {
	font-size: 15px;
	max-width: 305px;
    margin: auto;
}
.module_helios .card_02 .cont-txt > span {
	display: inline;
	color: #C37423;
	font-weight: 500;
}

/*card_03*/
.module_helios .card_03 {
	background: #FBF1E6;
}
.module_helios .card_03 .minframe {
	max-width: 860px;
	margin: auto;
}
.module_helios .card_03 ._title {
	text-align: center;
	background: #EA9E52;
	margin: auto;
	color: #fff;
	font-size: 17px;
	padding: 1rem 0;
	font-weight: 500;
}
.module_helios .card_03 .cont-txt {
	font-size: 15px;
	text-align: center;
	margin: 70px auto;
	max-width: 296px;
}
.module_helios .card_03 .cont-txt > span {
	color: #C37423;
	font-weight: 500;
	display: inline;
}
.module_helios .card_03 .item_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.module_helios .card_03 .item_inner .item {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 4px 8px;
}
.module_helios .card_03 .item_inner .item  p {
	max-width: 165px;
	margin: auto;
}
.module_helios .card_03 .item_inner .__item-title {
	font-family: 'Campton', Sans-serif;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
}
.module_helios .card_03 .item_inner .__item-title small {
	font-size: 12px;
}
.module_helios .card_03 .item_inner .__item-title span {
	font-size: 17px;
	color: #767676;
}
.module_helios .card_03 .item_inner .__item-title span b {
	font-size: 22px;
	font-weight: 600;
}
.module_helios .card_03 .item_inner .__item-title.__black span b {
	color: #101010;
}
.module_helios .card_03 .item_inner .__item-title.__blue span b {
	color: #01A2F0;
}
.module_helios .card_03 .item_inner .__item-title.__red span b {
	color: #F00101;
}
.module_helios .card_03 .item_inner .__item-title.__green span b {
	color: #1EBE38;
}
.module_helios .card_03 .item_inner .item figure {
	position: relative;
	margin-bottom: 40px;
}
.module_helios .card_03 .item_inner .item figure .figure-after {
    position: absolute;
    bottom: -12%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 50%;
    height: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.module_helios .card_03 .item_inner .item figure > img {
	max-height: 151px;
}
.module_helios .card_03 .item_inner .item p > span {
	color: #EA6F52;
    font-weight: 500;
}

/*card_04*/
.module_helios .card_04 {
	text-align: center;
	background: #fff;
}
.module_helios .card_04 .sub-title {
	font-size: 17px;
	position: relative;
	margin: 70px auto 0;
    display: inline-block;
    padding: 0 40px;
}
.module_helios .card_04 .sub-title-before {
    position: absolute;
	top: 0;	
    left: 0;
    width: 14px;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.module_helios .card_04 .sub-title-after {
    position: absolute;
	top: 0;
    right: 0;
    width: 14px;
    height: 100%;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.module_helios .card_04 .item-wrap {
    margin: 70px auto 0;
    max-width: 400px;
}
.module_helios .card_04 .item-inner {
	position: relative;
    border-radius: 15px;
    border: 1px solid #9C9C9C;
    background: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.module_helios .card_04 .item-inner:last-child {
	margin-bottom: 0;
}
.module_helios .card_04 .item-inner .img-main {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.module_helios .card_04 .item-inner .img-main img {
	width: 100%;
}
.module_helios .card_04 .item-inner .img-arrow {
    position: absolute;
    bottom: -11%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
	z-index: 5;
}
.module_helios .card_04 .item-inner .img-arrow img {
	max-height: 58px;
}
.module_helios .card_04 .item-inner .item {
	padding: 1rem 0 2rem;
}
.module_helios .card_04 .item-inner .item span {
	font-size: 30px;
	font-family: 'Campton', Sans-serif;
	font-weight: 600;
	color: #FFE2D4;
	line-height: 1;
}
.module_helios .card_04 .item-inner .item h5 {
	font-size: 17px;
    color: #EA8452;
    font-weight: 700;
    margin-bottom: 1rem;
}
.module_helios .card_04 .item-inner .item p {
	font-size: 15px;
}

/*card_05*/
.module_helios .card_05 {
	background: #F7F7F7;
	position: relative;
	overflow: hidden;
}
.module_helios .card_05 .card-bg {
	position: absolute;
    top: 39.6%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_helios .card_05 .card-bg > img {
	max-height: 800px;
	opacity: 14%;
}
.module_helios .card_05 .minframe {
	position: relative;
	z-index: 5;
}
.module_helios .card_05 .cont-wrap {
	margin-top: 70px;
}
.module_helios .card_05 .cont-inner {
	margin-bottom: 20px;
}
.module_helios .card_05 .cont {
	color: #fff;
    font-size: 15px;
    padding: 2.5rem 2rem;
    border-radius: 92px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 20px;
	opacity: 0.8;
}
.module_helios .card_05 .cont.__color-01 {
	background: #EA9E52;
}
.module_helios .card_05 .cont.__color-02 {
	background: #EB8F62;
}
