@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
}

.main_top {
	background: url("../img/main1_background.png") no-repeat center top / cover;
}

/* visual */
.visual {}
.service {
    height: 100%;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: -3px;
}
.service_title{
	height: 15rem;
	padding: 0 2rem;
}
.service_title p {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
	padding: 2.5rem 0 1rem;
}
.service_title span {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: -1px;
	white-space: nowrap;
}


.service_top img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.service .service_bottom {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 1.8rem;
    margin: 0 auto;
}

.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: 1.3rem;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.1rem;
	color:#fff;
	white-space: nowrap;
}

.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: 2rem;
	font-weight: bold;
	padding: 2rem 0 1rem;
}

.contents .container > p {
	font-size: 1.8rem;
	line-height: 1.6;
	word-break: keep-all;
	margin-top:1rem
}

.contents .container ul {
	padding: .5rem 0 0;
}

.contents .container ul li {
	font-size: 1.8rem;
	line-height: 1.4;
	word-break: keep-all;
	padding: .4rem 0;
	color: #333;
}

.contents .container ul li em {
	font-weight: bold;
	display: block
}
.title_wrap {display: flex;align-items: center;padding: 0 1.4rem;justify-content: space-between;}
.title_wrap h2 {font-size: 2rem;font-weight: 900;margin: 1rem 0;}
.title_wrap a {background: #113388;color: #fff;font-size: 1.3rem;padding: 0.5rem;border-radius: 1rem;}
