@charset "UTF-8";

.sec_header .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
}

.sec_header .header h1 {
    color: #242b36;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sec_header .header h1 i {
    font-size: 1.5rem;
    color: #4f4f4f;
}

.sec_header .header h1 span {
    color: #00bdf2
}


/* visual */
.visual {}
.service {
    height: 100%;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: -3px;
}
.service_title{
	height: 15rem;
	background: url(../img/main_background.png) no-repeat center top / cover;
	padding: 0 2rem;
}
.service_title p {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    color: #19399c;
	padding: 2.2rem 0 1rem;
}
.service_title span {
	font-size: 1rem;
	line-height: 1.3rem;
	letter-spacing: -1px;
}


.service_top img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.service .service_bottom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.8rem;
    margin: 0 auto;
	background-color: #19399b;
}

.service .service_bottom figure {
	width: 100px;
	position: relative;
	top: -1.8rem;
}

.service .service_bottom figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}

.service .service_bottom figure img {
	width: 100%;
	margin-bottom: .5rem;
}

.service .service_bottom figure figcaption {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05rem;
	color:#fff;
}

.service .service_bottom figure figcaption i{margin-left: 0.4rem;}

.contents {
	padding-bottom: 1.5rem;
}
.contents .container {
	padding: 1rem 1.5rem;
}

.contents .container:not(:last-of-type) {
	border-bottom: 1px solid #e8e8e8;
}

.contents .container h2 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 0;
}

.contents .container > p {
	font-size: 1.5rem;
	line-height: 1.4;
	word-break: keep-all;
}

.contents .container ul {
	padding: .5rem 0 0;
}

.contents .container ul li {
	font-size: 1.5rem;
	line-height: 1.4;
	word-break: keep-all;
	padding: .4rem 0;
	color: #333;
}

.contents .container ul li em {
	position: relative;
	padding-left: .8rem;
}

.contents .container ul li em::before {
	content: "";
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.title_wrap {display: flex;align-items: center;padding: 0 1.4rem;justify-content: space-between; margin-top: 1.5rem;}
.title_wrap h2 {font-size: 2rem;font-weight: 900;margin: 1rem 0;}
.title_wrap a {background: #19399b;color: #fff;font-size: 1.3rem;padding: 0.5rem;border-radius: 1rem;}