@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.l-page *{
	box-sizing: border-box;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}
/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section,
#path {
	display: none;
}

#contents {
	width: 100%;
	padding-bottom: 0;
}

/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/
.l-page {

}

.mainCatch {
	background: url(../images/main_bg.png) center top no-repeat;
	height: 400px;
	padding: 90px 0;
	margin-bottom: 80px;
}
.mainCatch__ttl {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.3;
}
.mainCatch__text {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.pg_inner {
	width: 1000px;
	margin: 0 auto;
}

/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/
.cont-parts22 {
	margin-bottom: 80px;
}
.parts22__contTtl {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.parts22__contTtl span {
	color: #52C5FF;
	font-size: 20px;
	font-weight: 500;
}

.parts22__list {
	display: flex;
	flex-wrap: wrap;
}

.parts22__item {
	width: 310px;
	min-height: 220px;
	margin-top: 67px;
	padding: 43px 23px 25px;
	position: relative;
	border: 4px solid #52C5FF;
}

.parts22__item:nth-child(1),
.parts22__item:nth-child(2),
.parts22__item:nth-child(3) {
	margin-top: 43px;
}

.parts22__item:not(:nth-child(3n+1)) {
	margin-left: 32px;
}

.parts22__item:not(:nth-child(3n+1))::before {
	content: "";
	width: 14px;
	height: 23px;
	margin: auto;
	background: url(../images/icn_parts22.png) center/contain no-repeat;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
}

.parts22__num {
	width: 90px;
	height: 90px;
	margin: auto;
	font-size: 40px;
	color: #fff;
	background: #52C5FF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	font-weight: 400;
}

.parts22__ttl {
	margin-bottom: 11px;
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.parts22__ttl::after {
	content: "";
	width: 50px;
	height: 1px;
	margin: auto;
	background: #333;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
}

.row1 .parts22__ttl {
	height: 22px;
}

.row2 .parts22__ttl {
	height: 50px;
}

.parts22__text {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	font-weight: 400;
}
.parts22__detail ul {
	display: flex;
	flex-wrap: wrap;
}
.parts22__detail ul li {
	width: 135px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
}
.parts22__detail ul li:nth-child(odd){
	width: 120px;
}

/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/

.message_cont {
	background-color: #FDF3DF;
	padding: 30px 40px 40px;
	margin-bottom: 80px;
}
.message_ttl {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #F1AD2B;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 20px;
}
.message_ttl::after {
    content: "";
    width: 920px;
    height: 1px;
    margin: auto;
    background: #333;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
}

.message_sub_ttl {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 13px;
}
.message_sub_ttl span {
	font-size: 16px;
}
.message_text {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.message_text span {
	font-weight: bold;
	font-size: 16px;
}
/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/
.contact_sec {
	background-color: #EDF9FF;
	padding: 50px 0;
}
.contact_inner {
	width: 660px;
	margin: 0 auto;
}
.contact_ttl {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 17px;
}
.contact_box {
	width: 613px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contact_subttl {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 7px;
}
.contact_tel {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.contact_left {
	padding-left: 3px;
	position: relative;
}
.contact_tel:before{
    content: "";
    width: 21px;
    height: 27px;
    margin: auto;
    background: url(../images/tel_icon.png) center/contain no-repeat;
    display: block;
    position: absolute;
	top: 5px;
    bottom: 0;
    left: -4px;
}

.contact_form {
	width: 290px;
	margin: 0 auto;
}
.contact_form a {
	width: 290px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background-color: #F1AD2B;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}
.contact_form a:hover{
	opacity: .8;
}
.contact_form a:after{
    content: "";
    width: 8px;
    height: 13px;
    margin: auto;
    background: url(../images/arrow_icon.png) center/contain no-repeat;
    display: block;
    position: absolute;
	top: 0px;
    bottom: 0;
    right: 20px;
}

.contact_left:after{
    content: "";
    width: 1px;
    height: 88px;
    margin: auto;
    background: url(../images/line.png) center/contain no-repeat;
    display: block;
    position: absolute;
	top: 0px;
    bottom: 0;
	right: -58px;
}