/*PagesCommon*/
.page_fv{
	background-size: cover;
    background-position: center;
    height: 381px;
}
.page_fv_S {
	height: 250px;
}
.page_fv_SS {
	height: auto;
	text-align: left;
	padding: 20px 0;
}
.page_fv .in{
	align-items: center;
	justify-content: center;
	height: 100%;
}
.page_fv .page_ttl_w{
	width: 300px;
	text-align: center;
}
.page_fv .page_ttl_w .page_ttl{
	font-weight: 600;
	font-size: 2.8rem;
	list-style: 1;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page_fv .page_ttl_w .en{
	font-size: 2.0rem;
	list-style: 1;
}

.page_fv_SS .page_ttl_w {
	width: auto;
	text-align: left;
	display: flex;
	align-items: center;
}
.page_fv_SS .page_ttl_w .page_ttl {
	font-weight: 600;
	font-size: 2.0rem;
	list-style: 1;
	border-bottom: 0px solid #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
}
.page_fv_SS .page_ttl_w .en {
	font-size: 1.6rem;
	list-style: 1;
}
@media screen and (max-width: 750px) {
	.page_fv{
		height: 250px;
	}
	.page_fv .page_ttl_w .page_ttl{
		font-size: 2.4rem;
	}
	.page_fv .page_ttl_w .en{
		font-size: 1.8rem;
		list-style: 1;
	}
}

/*Service*/
#page_service{

}
#page_service .page_fv{
	background-image: url(../images/page/up_main_service@x2.jpg);
}
#page_service #service_list{
	padding: 100px 0 80px;
}
#page_service #service_list .service_list_i{
	background: #fff;
	padding:70px 0 50px;
	position: relative;
	margin-bottom: 70px;
}
#page_service #service_list .service_list_i:nth-last-of-type(1){
	margin-bottom: 0px;
}
#page_service #service_list .service_list_i .bg_grd_ttl_w{
	position: absolute;
	top:-25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 90%;
}
#page_service #service_list .service_list_i .img_txt_w{
	padding: 0 5%;
	margin-bottom: 30px;
}
#page_service #service_list .service_list_i .img_txt_w .imgarea{
	flex-shrink: 0;
	margin-right: 40px;
}
#page_service #service_list .service_detail_w{
	padding: 0 5%;
	margin-bottom: 30px;
}
#page_service #service_list .service_detail_w .service_detail_i{
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
#page_service #service_list .service_detail_w .service_detail_i h4{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
#page_service #service_list .service_detail_w .service_detail_i a {
	text-decoration: underline;
}
#page_service #service_list .service_detail_list {
	padding: 0 5%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ececec;
	margin-top: 20px;
}
#page_service #service_list .service_detail_list li{
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 10px
}
#page_service #service_list .service_detail_list.flex li{
	width: 30%;
	margin: 0 10px 10px 0;
}
#page_service #service_list .service_detail_list li:before{
	content: "";
	display: flex;
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	border-radius: 100%;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	#page_service #service_list{
		padding: 40px 0 40px;
	}
	#page_service #service_list .service_list_i{
		padding: 0px 0 50px;
	}
	#page_service #service_list .service_list_i .bg_grd_ttl_w{
		position: static;
		transform: translate(0,0);
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		margin-bottom: 7.5%;
	}
	#page_service #service_list .service_list_i .img_txt_w{
		padding: 0 7.5%;
		margin-bottom: 30px;
	}
	#page_service #service_list .service_list_i .img_txt_w .imgarea{
		flex-shrink: unset;
		margin-right: 0;
		margin-bottom: 7.5%;
	}
	#page_service #service_list .service_detail_w{
		padding: 0 7.5%;
		margin-bottom: 30px;
	}
	#page_service #service_list .service_detail_w .service_detail_i h4{
		font-size: 1.6rem;
	}
	#page_service #service_list .service_detail_list {
		padding: 0 7.5% 7.5%;
	}
	#page_service #service_list .service_detail_list li{
		align-items: flex-start;
	}
	#page_service #service_list .service_detail_list li:before{
		margin-top: 10px;
	}
	#page_service #service_list .service_detail_list.flex li{
		width: 100%;
		margin: 0 0px 10px 0;
	}
}

/*About*/
#page_about {}
#page_about .page_fv {
	background-image: url(../images/page/up_main_about@x2.jpg);
}
#page_about #about_w{
	padding: 80px 0 50px;
}
.lead_area{
	margin-bottom: 80px;
}
.lead_area .sec_ttl_enjp_w{
	flex-shrink: 0;
	margin-right: 80px;
}
.lead_area .txt{
	line-height: 2.2;
}
#page_about .about_group_list_w{
	justify-content: space-between;
}
#page_about .about_group_list_i{
	background: #fff;
	width: 48%;
	padding: 30px 0;
	margin-bottom: 40px;
}
#page_about .about_group_list_i .l_line_ttl_w{
	margin-bottom: 15px;
}
#page_about .about_group_list_i .about_group_list_i_d{
	padding:0 5%;
}
#page_about .about_group_list_i_d table{
	width: 100%;
}
#page_about .about_group_list_i_d table th{
	width: 60px;
}
#page_about .about_group_list_i_d table th,
#page_about .about_group_list_i_d table td{
	padding: 5px 0;
}
#page_about .about_group_list_i .btn_bor_blue{
	margin-left: auto;
	margin-right: 0;
}
#page_about #partner{
	padding: 80px 0;
}
#page_about #partner ul{
	justify-content: space-between;
}
#page_about #partner ul li{
	width: 24%;
	height: 75px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
	background: #fff;
}
@media screen and (max-width: 750px) {
	.lead_area{
		margin-bottom: 40px;
	}
	#page_about .about_group_list_i{
		background: #fff;
		width: 100%;
		padding: 7.5% 0;
		margin-bottom: 20px;
	}
	#page_about .about_group_list_i_d table th,
	#page_about .about_group_list_i_d table td{
		padding: 0;
		display: block;
		text-align: left;
	}
	#page_about .about_group_list_i_d table td{
		padding-bottom: 15px;
	}
	#page_about #partner{
		padding: 40px 0 20px;
	}
	#page_about #partner ul li{
		width: 48%;
		height: 75px;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
}

#page_top_massege{

}
#page_top_massege .page_fv {
	background-image: url(../images/page/up_main_top@x2.jpg);
}
#page_top_massege #top_m_w {
	padding: 80px 0 80px;
}
#page_top_massege #top_m_w .top_m_i{
	background: #fff;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
#page_top_massege #top_m_w .top_m_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#page_top_massege #top_m_w .top_m_i .txtarea{
	min-width: 69%;
}
#page_top_massege #top_m_w .top_m_i .top_m_i_head{
	padding: 20px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}
#page_top_massege #top_m_w .top_m_i .l_line_ttl_w{
	margin-bottom: 10px;
}
#page_top_massege #top_m_w .top_m_i .table_w{
	padding-left: 5%;
}
#page_top_massege #top_m_w .top_m_i .table_w table{
	width: 100%;
}
#page_top_massege #top_m_w .top_m_i .table_w table th,
#page_top_massege #top_m_w .top_m_i .table_w table td{
	padding: 10px 0;
}
#page_top_massege #top_m_w .top_m_i .table_w table th{
	width: 7.5%;
	text-align: left;
}
#page_top_massege #top_m_w .top_m_i .imgarea{
	flex-shrink: 0;
	margin-left: 40px;
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	#page_top_massege #top_m_w {
		padding: 40px 0 40px;
	}
	#page_top_massege #top_m_w .top_m_i{
		background: #fff;
		padding-right: 0px;
		padding-bottom: 7.5%;
		margin-bottom: 20px;
	}
	#page_top_massege #top_m_w .top_m_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#page_top_massege #top_m_w .top_m_i .txtarea{
		min-width: inherit;
	}
	#page_top_massege #top_m_w .top_m_i .top_m_i_head{
		padding: 20px;
		border-bottom: 1px solid #ececec;
		margin-bottom: 20px;
	}
	#page_top_massege #top_m_w .top_m_i .l_line_ttl_w{
		margin-bottom: 10px;
	}
	#page_top_massege #top_m_w .top_m_i .table_w{
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
	#page_top_massege #top_m_w .top_m_i .table_w table{
		width: 100%;
	}
	#page_top_massege #top_m_w .top_m_i .table_w table th,
	#page_top_massege #top_m_w .top_m_i .table_w table td{
		display: block;
		width: 100%;
		padding: 0;
	}
	#page_top_massege #top_m_w .top_m_i .table_w table th{
		width: 100%;
		text-align: left;
	}
	#page_top_massege #top_m_w .top_m_i .table_w table td{
		padding-bottom: 10px;
	}
	#page_top_massege #top_m_w .top_m_i .imgarea{
		flex-shrink: unset;
		margin-left: 0;
		margin-top: 30px;
		padding:0 7.5%;
	}
}

#page_recruit {}

#page_recruit .page_fv {
	background-image: url(../images/page/up_main_recruit@x2.jpg);
}
#page_recruit #recruit_list_w{
	padding: 80px 0;
}
#page_recruit #recruit_list_w ul li a{
	background: #fff;
	padding: 20px;
	display: block;
	position: relative;
}
#page_recruit #recruit_list_w ul li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg) translate(0, -50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: 0.25s;
}
@media screen and (max-width: 750px) {
}

#page_contact #contact_w {
	padding: 80px 0;
}
#page_contact .othr_cont_btn_w{
	justify-content: space-between;
	margin-bottom: 30px;
}
#page_contact .othr_cont_btn_w a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	background: #fff;
	border: 1px solid #e9e9e9;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
#page_contact .othr_cont_btn_w a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg) translate(0, -50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: 0.25s;
}
#page_contact .othr_cont_btn_w a img{
	width: 30px;
	margin-right: 20px;
}

.form_w{
	background: #fff;
	padding: 40px;
}
.form_w table{
	width: 100%;
}
.form_w table th,
.form_w table td{
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
}
.form_w table th{
	width: 25%;
	font-weight: normal;
}
.form_w table th span{
	color: #cc4338;
	display: inline-block;
	margin-left: 10px;
}
.form_w table td input[type=text],
.form_w table td input[type=tel],
.form_w table td input[type=email],
.form_w table td select{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}
.form_w table td textarea{
	width: 100%;
	height: 200px;
}
.form_w .agree_w{
	text-align: center;
}
.form_w .submit_area{
	text-align: center;
	margin-top: 30px;
}
.form_w .submit_area input[type=submit]{
	background-image: -moz-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
	background-image: -ms-linear-gradient(45deg, rgba(255, 153, 51, 0.99608) 0%, rgb(255, 113, 102) 100%);
    width: 345px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
	border: 0px;
}
@media screen and (max-width: 750px) {
	#page_contact .othr_cont_btn_w a{
		width: 100%;
		margin-bottom: 5px;
	}
	.form_w table th,
	.form_w table td{
		width: 100%;
		display: block;
	}
	.form_w .submit_area input[type=submit]{
		width: 100%;
	}
}

.post-type-archive .page_fv{
	background-image: url(../images/page/up_main_news@x2.jpg);
}
.post-type-archive .news_archive_w{
	padding: 80px 0;
}
.post-type-archive .news_list_w{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.post-type-archive .news_list_w .news_i{
	padding: 15px 0;
	border-top: 1px solid #e9e9e9;
	align-items: center;
}
.post-type-archive .news_list_w .news_i:nth-last-of-type(1){
	border-bottom: 1px solid #e9e9e9;
}
.post-type-archive .news_list_w .news_i dt,
.post-type-archive .news_list_w .news_i dd{
	letter-spacing: 0.5;
}
.post-type-archive .news_list_w .news_i dt{
	font-weight: 600;
	width: 15%;
}
.post-type-archive .news_list_w .news_i dd{
	font-size: 1.6rem;
}
.post_w {
	padding: 80px 0;
}
.post_w > .in{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.post_w .article_head{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ececec;
}
.post_w .article_head h1{
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 10px;
}
.post_w .article_head .date_scat{
	align-items: center;
}
.post_w .article_head .date_scat .cat{
	font-size: 1.2rem;
	padding: 5px;
	line-height: 1;
	margin-right: 10px;
}
.post_w .article_head .date_scat .date{
	line-height: 1;
}
.article_single_content_i{

}
.article_single_content_i p{
	margin-bottom: 20px;
}
.article_single_content_i h2{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height:1.25;
	display: flex;
	align-items: center;
}
.article_single_content_i h2:before{
	content: "";
	width: 20px;
	height: 2px;
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}
.article_single_content_i h3 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height:1.25;
	color: #2569ba;
}
.article_single_content_i ul{
	margin-bottom: 20px;
}
.article_single_content_i ul li{
	background: #f0f0f0;
	margin-bottom: 5px;
	padding:10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.article_single_content_i ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background-image: -moz-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(31, 100, 180, 0.99608) 0%, rgb(78, 147, 225) 100%);
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 100px;
}
@media screen and (max-width: 750px) {
	.post-type-archive .news_list_w{
		padding: 20px;
	}
	.post-type-archive .news_list_w .news_i dt{
		width: 100%;
	}
	.single-news .page_fv{
		height: 50px;
	}
	.post_w > .in{
		padding: 20px;
	}
}