@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.section-title-area .section-subtitle {
	letter-spacing: 1px;
}


/*--------------------------------------------------------------
スライダー：heroセクション
--------------------------------------------------------------*/
section#hero {
}


/*--------------------------------------------------------------
CONCEPT：aboutセクション
--------------------------------------------------------------*/
section#about .container {
	max-width: 1200px;
}
#wrap_topcon {
	position: relative;
	padding-bottom: 50px;
}
#wrap_topcon .wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#wrap_topcon .box {
	width: 50%;
}
#wrap_topcon .txtarea {
	/*width: 60%;*/
}
#wrap_topcon .txtarea h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #777;
}
#wrap_topcon .txtarea h2 {
	font-size: 50px;
	color: #523be3;
}
#wrap_topcon .txtarea .txt {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#wrap_topcon .txtarea .morebtn {
}
#wrap_topcon .morebtn a {
}
#wrap_topcon .morebtn .inner {
	display: inline-block;
	background-color: #e0e0e0;
	padding: 10px 30px;
	line-height: 1.5;
}

#wrap_topcon .pharea {
	position: relative;
	padding-left: 30px;
	/*width: 40%;*/
}
#wrap_topcon .ph {
}
#wrap_topcon .com {
	/*position: absolute;*/
	left: 30%;
	top: 55%;
	width: 35%;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 5px 10px 0px rgba(1, 1, 1, 0.1);
}
#wrap_topcon .com .inner {
	border-left: 2px solid #2931d4;
	padding-left: 20px;
}

/*--------------------------------------------------------------
SERVICE：serviceセクション
--------------------------------------------------------------*/
section#services {
	background-color: #fff;
	padding-bottom: 0;
}
section#services:before {
	display: none;
}
section#services .container {
}
section#services h2 {
	color: #aeb2ff;
	font-size: 50px;
}
section#services .section-subtitle {
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
section#services .section-desc {
	font-size: 16px;
	color: #fff;
}
section#services .bgimg {
	background-size: cover;
	position: absolute;
	top: 0;
}

#wrap_topservice {
}
#wrap_topservice .flexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#wrap_topservice .flexbox .box {
	position: relative;
	width: 33.3%;
	padding: 0 15px;
}
#wrap_topservice .flexbox .wrap {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	transition: all 100ms ease-out 0s;
	background-color: #fff;
}
#wrap_topservice .flexbox .wrap:hover {
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}
#wrap_topservice .flexbox .ph {
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
#wrap_topservice .flexbox .ph img {
	transition-duration: 0.5s;
}
#wrap_topservice .flexbox .ph:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
#wrap_topservice .flexbox .txtbox {
	padding: 30px;
	text-align: center;
}
#wrap_topservice .flexbox .txt {
	margin-bottom: 15px;
}
#wrap_topservice .flexbox .txtbox .title {
	display: table;
	width: 100%;
	/*min-height: 60px;*/
	margin-bottom: 10px;
}
#wrap_topservice .flexbox .txtbox h3 {
	font-size: 26px;
	color: #e8340c;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
#wrap_topservice .flexbox .box2 .txtbox h3 {
	letter-spacing: 0;
}
#wrap_topservice .flexbox .morebtn {
}
#wrap_topservice .flexbox .morebtn .inner {
	display: inline-block;
	background: linear-gradient(#3f27d6, #5e4bd6);
	background-image: linear-gradient(90deg, rgba(63, 39, 214, 1), rgba(94, 75, 214, 1));
	color: #fff;
	padding: 10px 20px;
	line-height: 1.5;
}


#topaqua {
	background: url(images/bg_topaquabnr.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 100px 20px 30px;
}
#topaqua .wrap {
	max-width: 1200px;
	margin: 0 auto;
}
#topaqua .ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	align-items: center;
}
#topaqua .ph .box {
}
#topaqua .ph .logo {
}
#topaqua .ph .item {
}
#topaqua .ph .txt {
	font-size: 30px;
	text-shadow: 0 0 10px #fff;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: 0;
	line-height: 1.3;
}

#topaqua .morebtn {
	text-align: center;
}
#topaqua .morebtn a {
}
#topaqua .morebtn .inner {
	display: inline-block;
	background-image: linear-gradient(90deg, rgba(63, 39, 214, 1), rgba(94, 75, 214, 1));
	color: #fff;
	padding: 10px 20px;
	line-height: 1.5;
}

/*--------------------------------------------------------------
NEWS：newsセクション
--------------------------------------------------------------*/
#topnews .blog-entry,
#topnews .wrap {
	width: 100%;
}
#topnews .wrap {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 50px;
	color: #fff;
}
#topnews .tbbox {
	display: table;
	width: 100%;
}
#topnews .tbbox .td {
	display: table-cell;
	vertical-align: middle;
}
#topnews .tbbox .title {
	width: 40%;
	text-align: center;
}
#topnews h2 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
}
#topnews .tbbox .title .morebtn {
}
#topnews .tbbox .title .morebtn a {
	color: #666;
}
#topnews .tbbox .title .morebtn .inner {
	background-color: #fff;
	display: inline-block;
	padding: 10px 20px;
	line-height: 1.5;
}

#topnews .tbbox .newslist {
	width: 60%;
}
#topnews .newslist ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#topnews .newslist ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	display: table;
	width: 100%;
	border-top: 1px solid #fff;
}
#topnews .newslist .date,
#topnews .newslist .txt {
	display: table-cell;
	vertical-align: middle;
}
#topnews .newslist .date {
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	width: 100px;
	padding-right: 36px;
}
#topnews .newslist .date .year {
	font-size: 12px;
}
#topnews .newslist .date .day {
	font-size: 30px;
	line-height: 1;
}
#topnews a {
	color: #fff;
}
#topnews .newslist .ptitle {
	font-size: 18px;
	font-weight: 400;
}


/*--------------------------------------------------------------
RECUIT：teamセクション
--------------------------------------------------------------*/





























