@charset "utf-8";
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・共通・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
#contents{
	background:none;
}
#contents .btn {
	height:inherit;
}
.contentsInner{
	background:none;
	margin:0 auto 10px;
}
.news-outer {
    box-sizing: border-box;
    clear: both;
    width: 100%;
}

#mainContents {
	font-size: 15px;
	font-size: 1.5rem;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・bnrarea・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.bnrarea {
	margin-bottom: 40px;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・news・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.news{
	background:#EBE8DB;
	padding: 0;
}
.news_inner{
	display:table;
	width:100%;
	padding:16px 0 18px;
}
.news_inner .newsTtl,
.news_inner .newsBoxArea,
.news dl dt,
.news dl dd{
	display:table-cell;
}
.news_inner .link_txt {
	margin-top:10px;
}
.newsArea .link_txt a{
	position: relative;
	color: #0071bc;
}
.newsArea .link_txt a:after{
	background: url(/common_new/images/top/top_ic02.png) no-repeat 0 0 / 11px 17px;
    content: "";
    display: block;
    height: 17px;
    margin: -5px;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 11px;
}
.newsArea{
	padding: 40px 0 10px;
}
.newsArea .ttl-01{
	color: #003064;
}
#mainContents .newsArea h2{
	background: none;
}
.newsArea .lay-3clm-01{
	margin: 0 0 40px;
}
.newsArea .lay-3clm-01>.inner {
	width:30%;
	margin: 0 5% 0 0;
}
.newsArea .lay-3clm-01>.inner-r {
	width:30%;
}
.newsArea .lay-3clm-01 .ttl_txt {
	padding: 0 0 15px;
}
.newsArea .lay-3clm-01 .ttl_txt span{
	font-size: 17px;
	font-size: 1.7rem;
	padding: 0 0 0 60px;
	display: block;
	font-weight: bold;
}
.newsArea .lay-3clm-01 .ttl_txt.clm_1 span{
	background: url("/common_new/images/top/top_ul04_img01.png") no-repeat 0 50% / 55px 38px;
	display: flex;
	align-items: center;
}
.newsArea .lay-3clm-01 .ttl_txt.clm_2 span{
	background: url(/common_new/images/top/top_ul04_img02.png) no-repeat 0 50% / 55px 38px;
}
.newsArea .lay-3clm-01 .ttl_txt.clm_3 span{
	background: url(/common_new/images/top/top_ul04_img03.png) no-repeat 0 50% / 55px 38px;
}
.newsArea .lay-3clm-01 dl{
	margin:0 0 10px;
}
.newsArea .lay-3clm-01 dl dt{
	color: #666666;
	margin: 15px 0 0;
}
.newsArea .lay-3clm-01 dl dd a{
	color:#003064;
	margin: 0 0 20px;
}
a.disable{
	display: block;
	color: #000;
	text-decoration: none;
	cursor: default;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・上部スライダー・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.slick-next.slick-arrow>img,.slick-prev.slick-arrow>img {
	display: none;
}
#main_mv_box {
	position:relative;
}
#main_mv {
	cursor:pointer;
	margin: 0 auto -7px;
	width: 100%;
}
#main_mv .slick-img {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding: 0;
}
#main_mv .slick-slide,#sub_mv .slick-slide {
	padding: 0;
}
#main_mv .slick-slider{
	margin-bottom: 0;
}
#main_mv .slick-img img{
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
}
#sub_mv .slick-img img{
	width: 100%;
	max-width: 290px;
	text-align: center;
	margin: 0 auto;
}
#sub_mv .slick-initialized .slick-img {
	margin-right: 40px;
	padding: 0;
}
#sub_mv .slick-list {
	margin-bottom: 50px;
}
#main_mv .sp {
display: none;
}
#main_mv .pc {
display: block;
}
#main_mv .slick-imgr {
	margin-bottom: 0;
}
#main_mv .slick-dots {
bottom: 11px;
}
#sub_mv .slick-dots {
bottom: -40px;
}
#main_mv .slick-dots li button,#sub_mv .slick-dots li button {
line-height: 0;
display: block;
width: 15px;
height: 15px;
padding: 5px;
cursor: pointer;
border: 0;
outline: none;
background: #dfdfdf;
	border-radius: 10px;
}
#main_mv .slick-dots .slick-active button,#sub_mv .slick-dots .slick-active button {
	background: #7ab2d1;
}
#main_mv .slick-dots li button:before,#sub_mv .slick-dots li button:before {
	display: none;
}
/* Arrows */
#main_mv .slick-prev {
    position: absolute;
    top: 44%;
	left: 50%;
	z-index:99999;
	content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0px;
	margin-left: -520px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: url("../images/top/top_btn_prev.png") no-repeat left top / 40px 40px;
}
#main_mv .slick-next{
    position: absolute;
    top: 44%;
	right: 50%;
	z-index:99999;
	content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0;
	margin-right: -520px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: url("../images/top/top_btn_next.png") no-repeat right top / 40px 40px;
}
#main_mv .slick-prev:hover,
#main_mv .slick-prev:focus,
#main_mv .slick-next:hover,
#main_mv .slick-next:focus
{
    outline: none;
}
#main_mv .slick-prev:hover:before,
#main_mv .slick-prev:focus:before,
#main_mv .slick-next:hover:before,
#main_mv .slick-next:focus:before
{
    opacity: 1;
}
#main_mv .slick-prev.slick-disabled:before,
#main_mv .slick-next.slick-disabled:before
{
    opacity: .25;
}
#sub_mv .slick-prev {
    position: absolute;
    top: 37%;
	left: 50%;
	z-index:99999;
	content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0px;
	margin-left: -513px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: url("../images/top/top_btn_prev.png") no-repeat left top / 40px 40px;
}
#sub_mv .slick-next{
    position: absolute;
    top: 37%;
	right: 50%;
	z-index:99999;
	content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0px;
	margin-right: -513px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: url("../images/top/top_btn_next.png") no-repeat right top / 40px 40px;
}
#main_mv .slick-img {
	padding: 0;
}
#main_mv .slick-current .slick-img:before {
	display: none;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・リニューアル部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	margin-bottom: 20px;
}
h2 span{
	font-size: 10px;
	font-weight: normal;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・ロゴ部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.logo_box {
background: -webkit-linear-gradient(-45deg,  #2d77bc 0%,#5087bd 22%,#7ea74d 45%,#5087bd 73%,#2774bc 100%);
background: linear-gradient(135deg,  #2d77bc 0%,#5087bd 22%,#7ea74d 45%,#5087bd 73%,#2774bc 100%);
}
.logo_box > .flexbox p{
	color: #FFFFFF;
}
.logo_box > .flexbox p span {
	font-weight: bold;
}
.logo_box > .flexbox > .flexbox {
	position: relative;
	margin-right: 40px;
}
.logo_box > .flexbox > .flexbox li{
	margin-right: 15px;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・index部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.index_area .flexbox {
	flex-wrap: wrap;
}
.index_area ul li a {
	text-decoration: none;
}
.index_area ul li {
	display: block;
  position: relative;
}
.index_area ul li p {
	padding: 0 10px 10px;
}
.index_area ul li a img{
	width: 150px;
}
.index_area ul li:nth-of-type(3n) {
	margin-right: 0;
}
.index_area ul li h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.index_area ul li h3:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 64px;
	height: 1px;
	background-color: #adaead;
	left: 50%;
	bottom: -12px;
	margin-left: -32px;
}
.index_area ul li p{
	font-size: 13px;
	color: #000000;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・CV部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.cv_area {
	background-color: #efefee;
	padding: 30px 0 35px;
}
.cv_area > .flexbox li {
	align-items: center;
}
.cv_area > .flexbox li:first-of-type figure {
	margin-right: 15px;
}
.cv_area ul p {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0;
}
.cv_area ul p.style_b {
	color: #0062b1;
	font-weight: normal;
}
.cv_area ul .style_p {
	font-size: 16px;
	margin-bottom: 3px;
}
.cv_area ul .style_p span{
	color: #d3366f;
}
.cv_area ul .top_btn01 a {
	display: block;
	padding: 8px 12px;
	border-radius: 20px;
	background: #fce387;
	background: -moz-linear-gradient(left,  #fce387 1%, #d54375 36%, #39b083 70%, #77c04f 100%);
	background: -webkit-linear-gradient(left,  #fce387 1%,#d54375 36%,#39b083 70%,#77c04f 100%); 
	background: linear-gradient(to right,  #fce387 1%,#d54375 36%,#39b083 70%,#77c04f 100%)  no-repeat; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce387', endColorstr='#77c04f',GradientType=1 );
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2rem;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.cv_area ul .top_btn01 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration:none;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・customers部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.customers_area {
	background-color: #003064;
}
.customers_area .bg_area h2,.customers_area .bg_area h3,.customers_area .bg_area p {
	color: #FFFFFF;
}
.customers_area .bg_area h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.customers_area .bg_area p {
	padding-top: 15px;
}
.customers_area .bg_area .flexbox {
	flex-wrap: wrap;
}
.customers_area .bg_area li {
	transition: 0.7s;
}

.customers_area .bg_area li:hover {
background: -webkit-linear-gradient(-45deg,  #244088 0%,#305298 39%,#406eaf 78%,#4b7ab6 100%);
background: linear-gradient(135deg,  #244088 0%,#305298 39%,#406eaf 78%,#4b7ab6 100%);
}
.customers_area .bg_area li a {
	text-decoration: none;
	padding: 13px 5px 16px;
    display: block;
}
.customers_area .bg_area li h3 {
	font-size: 16px;
	font-weight: bold;
}
.customers_area .bg_area li a p {
	font-size: 12px;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・下部スライダー・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.sub_mv_area {
	background-color: #0062b0;
}
.sub_mv_area .bg_area h2 {
	color: #FFFFFF;
}
.matchHeightBox02 {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 10px;
	height: 100%;
}
.servicesArea {
	background-color: #e6e8eb;
	padding: 20px 0 25px;
}
.servicesBox {
	margin-bottom: 20px;
}
.list-3clm-i01 li {
	width: 23%;
}
.list-3clm-i01 li a {
	color: #003064;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.flexbox {
	display: flex;
}
	.news-inner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
	.customers_area .bg_area {
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 0 30px;
}
	.customers_area .bg_area li {
	width: calc(100% / 2);
	text-align: center;
}
	.customers_area .bg_area li:nth-of-type(5) {
	width:33%;
	text-align: center;
}

	.cv_area > ul {
	width: 600px;
	margin: 0 auto;
}
	.cv_area ul li:first-of-type {
		margin-right: 30px;
		position: relative;
	}
	.cv_area ul li:first-of-type:before {
		content: "";
		display: inline-block;
		position: absolute;
		background-color: #e2e2e1;
		width: 2px;
		height: 90px;
		right: -25px;
		top: 3px;
	}
	.index_area {
	max-width: 960px;
	margin: 50px auto 0;
}
	.index_area ul li a{
		padding: 10px 2px 7px;
		display: block;
	}
	.index_area ul li {
	width: calc((100% - 100px) / 3 - 1px);
	margin-right: 50px;
	text-align: center;
	margin-bottom: 60px;
}
	.index_area ul li:before,.index_area ul li:after {
	 content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.5s linear;
  background: #000000;
}
.index_area ul .topfade:before,.index_area ul .topfade:after {
	background: -webkit-linear-gradient(left, #1c83c8 0%,#1c83c8 44%,#c1dea7 100%);
    background: linear-gradient(to right, #1c83c8 0%,#1c83c8 44%,#c1dea7 100%);
}
.index_area ul .topfade a:before {
	background: #1c83c8;
}
.index_area ul .topfade a:after {
	background: #c1dea7;
}
.index_area ul li a:before,.index_area ul li a:after {
	content:"";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.5s linear;
}
.index_area ul li:hover::before,.index_area ul li:hover::after {
	width: 100%;
}
.index_area ul li:hover a:before,.index_area ul li:hover a:after {
	height: 100%;
}
/*----- button 6 -----*/
.topfade::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.topfade::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.topfade a::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.topfade a::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.topfade:hover::before, .topfade:hover::after{
  left: 0;
}
.topfade:hover a::before, .topfade:hover a::after{
  top: 0;
}
	.logo_box > .flexbox {
	max-width: 700px;
	margin: 0 auto;
	padding: 19px 0;
}
	.sub_mv_area .bg_area {
	padding: 25px 0 20px;
}
	.sub_mv_area h2 {
		max-width: 960px;
		margin: 0 auto 40px;
	}
	.sp-horizontal .sp-arrows {
    width: 100%;
    left: 50%;
    top: 50%;
    margin: -15px -480px 0;
    text-align: center;
}
	.logo_box > .flexbox > .flexbox:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 46px;
	right: -11px;
	top: 3px;
	background-color: #38661a;
	border-radius: 4px;
}
	h2:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 1px;
	background: -webkit-linear-gradient(left,  #fff21f 0%,#fccd00 25%,#f1942e 68%,#ea652d 90%,#e5352b 100%);
	background: linear-gradient(to right,  #fff21f 0%,#fccd00 25%,#f1942e 68%,#ea652d 90%,#e5352b 100%);
	left: 0;
	bottom: -10px;
}
	/*・・・・・・・・・・・・・・・・・・・・・・・・・・・js部分・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
/*フェードで表示*/
.fadein,.topfade {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 0.9s;
}
	.bnrarea .fadein {
		transform : none;
    transition : all 0.9s;
	}
/*フェードで表示横*/
.fadein.fade-x {
    opacity : 0;
    transform : translate( 500px,0);
    transition : all 1.9s;
}
/*フェード非表示解除*/
.fadein.scrollin,.topfade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*フェード非表示段階解除*/
.fadein.scrollin.f02 {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay:0.3s;
}
.fadein.scrollin.f03 {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay:0.4s;
}
.fadein.scrollin.f04 {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay:0.5s;
}
	.fadein.scrollin.f05 {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay:0.6s;
}
}
@media screen and (max-width: 640px) {
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・上部スライダー・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
#main_mv .sp-arrow {
width:20px ;
}
#main_mv .sp-arrow.sp-previous-arrow {
background-size:20px;
right:0;}
#main_mv .sp-arrow.sp-next-arrow {
background-size:20px;
}
#main_mv .sp-buttons {
    bottom: 5px;
}
}
@media screen and (max-width: 768px) {
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・レコメンドツール・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.news-outer{
	padding: 30px 0;
}
.news-outer.news{
	padding: 0;
}
#mainContents {
	font-size: 13px;
	font-size: 1.3rem;
}
	/*・・・・・・・・・・・・・・・・・・・・・・・・・・・news・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.news_inner,
.news_inner .newsList dl dt,
.news_inner .newsList dl dd{
	display: block;
}
.news_inner {
	text-align:center;
}
.news_inner .newsTtl{
	width:auto;
	border-right: none;
	margin: 0 auto 10px;
	padding: 0 0 0 30px;
	display:inline-block;
}
.news_inner .newsBox{
	display: none;
	text-align: left;
}
.news_inner .newsList dl dt {
    padding: 0;
	font-size:13px;
	font-size: 1.3rem;
	text-align: left;
}
.news_inner .newsList dl dd{
	font-size:13px;
	font-size: 1.3rem;
}
.news_inner .newsList li {
	top:0 !important;
	display:block;
	opacity:1 !important;
	position:relative !important;
}
.news_inner .newsList li dl:nth-child(2),
.news_inner .newsList li dl:nth-child(3){
	display:none !important;
}
.news_inner .newsList li:nth-child(2),
.news_inner .newsList li:nth-child(3) {
	display:none !important;
}
.newsArea .lay-3clm-01{
	margin: 0 0 0;
}
.newsArea .lay-3clm-01 .inner ,
.newsArea .lay-3clm-01 .inner-r {
	width:100%;
	margin: 0 0 30px;
}
.newsArea .lay-3clm-01 .ttl_txt{
	display:inline-block;
}
.newsArea .lay-3clm-01 .ttl_txt span{
	display: inline-block;
	padding: 0 0 0 35px;
	margin: 0 0 0 -5px;
}
	.newsArea .lay-3clm-01 .ttl_txt.clm_1 span,.newsArea .lay-3clm-01 .ttl_txt.clm_2 span,.newsArea .lay-3clm-01 .ttl_txt.clm_3 span{
	background-image : none;
		position: relative;
		padding-left: 50px;
}
	.newsArea .lay-3clm-01 .ttl_txt.clm_1 span:before,.newsArea .lay-3clm-01 .ttl_txt.clm_2 span:before,.newsArea .lay-3clm-01 .ttl_txt.clm_3 span:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 55px;
		height: 38px;
		background: url("../images/top/top_ul04_img01.png") no-repeat left 0px top / 45px;
	}
	.newsArea .lay-3clm-01 .ttl_txt.clm_1 span:before {
		background: url("../images/top/top_ul04_img01.png") no-repeat left 0px top / 45px;
	}
	.newsArea .lay-3clm-01 .ttl_txt.clm_2 span:before {
		background: url("../images/top/top_ul04_img02.png") no-repeat left 0px top / 45px;
	}
	.newsArea .lay-3clm-01 .ttl_txt.clm_3 span:before {
		background: url("../images/top/top_ul04_img03.png") no-repeat left 0px top / 45px;
	}
a.disable{
	cursor:pointer;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・上部スライダー・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
#main_mv .sp {
display: block;
}
#main_mv .pc {
display: none;
}
#main_mv.slider-pro {
	margin:0 !important;
}
#main_mv .sp-arrow.sp-previous-arrow {
display: none;
}
#main_mv .sp-arrow.sp-next-arrow {
display: none;
}
/*・・・・・・・・・・・・・・・・・・・・・・・・・・・新規追加・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
	.logo_box > .flexbox ul, .customers_area .flexbox,.cv_area > .flexbox .flexbox  {
		display: flex;
		justify-content: center;
	}
	.flexbox li,h2 {
		text-align: center;
	}
	.logo_box {
		padding: 18px 0;
	}
	.cv_area {
		margin: 0 auto;
		text-align: center;
	}
	.logo_box{
		margin: 0 auto 0;
		text-align: center;
	}
	.index_area figure img {
		max-width: 160px;
	}
	.index_area {
		padding: 15px 10px 40px;
	}
	.index_area .flexbox li {
		margin-bottom: 40px;
	}
	.index_area ul li a{
		padding: 20px 0;
		display: block;
		height: 100%;
	}
	.customers_area {
		padding: 25px 15px 20px;
	}
	.customers_area .flexbox {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.customers_area .flexbox li {
		width: 50%;
	}
	.customers_area .flexbox li h3 {
		font-size: 15px;
	}
	.sub_mv_area {
		padding: 20px 0;
	}
	.sub_mv_area h2{
		margin-bottom: 40px;
	}
	.sub_mv_area .sp-arrow.sp-previous-arrow {
left:50%;
background: url(/common_new/images/top/top_btn_prev.png) no-repeat right -14px center;
margin:0 0 0 -41%;
}
.sub_mv_area .sp-arrow.sp-next-arrow {
right:50%;
background: url(/common_new/images/top/top_btn_next.png) no-repeat right -9px center;
transform:none;
margin:0 -41% 0 0;
}
	.servicesArea .list-3clm-i01 > li {
		float: none;
		width: 100%;
	}
	h2:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 1px;
	background: -webkit-linear-gradient(left,  #fff21f 0%,#fccd00 25%,#f1942e 68%,#ea652d 90%,#e5352b 100%);
	background: linear-gradient(to right,  #fff21f 0%,#fccd00 25%,#f1942e 68%,#ea652d 90%,#e5352b 100%);
	left: 47%;
	bottom: -10px;
}
	.newsArea .lay-3clm-01 .acborder {
		border-bottom: solid 1px #cccccc;
		padding: 20px 0 10px;
		margin-bottom: 0;
	}
	.newsArea .spac .hide-ac {
		display: none;
	}
	.newsArea .spac .ttl_txt {
		position: relative;
		width: calc(100% - 55px);
		padding-left: 20px;
		font-size: 16px;
	}
	.newsArea .spac .link_txt {
		padding: 10px 10px 10px;
		text-align: right;
		margin-right: 30px;
	}
	.newsArea .spac dl dt{
		padding: 0px 10px 10px;
	}
	.newsArea .spac dl dd {
		border-bottom: solid 1px #cccccc;
		padding: 0px 10px 15px;
	}
	.newsArea .matchHeightBox02 {
		padding-bottom: 0;
		border-bottom: none;
	}
	.newsArea .spac .ttl_txt:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 18px;
		background: url("../images/top/top_ic01_open.png") no-repeat right top / 30px 18px;
		top: 7px;
		right: -30px;
	}
	.newsArea .spac .ttl_txt.on:before {
		background: url("../images/top/top_ic01_close.png") no-repeat right top / 30px 18px;
	}
	.servicesArea {
		padding: 20px 15px;
	}
	.cv_area ul li:first-of-type {
		margin-bottom: 20px;
	}
	.sub_mv_area .sp-arrow.sp-previous-arrow,.sub_mv_area .sp-arrow.sp-next-arrow  {
display: none;
}
	#main_mv .slick-dots li button,#sub_mv .slick-dots li button {
width: 10px;
height: 10px;
}
	#main_mv .slick-dots li{
		height: 3px;
	}
}
@media screen and (max-width: 767px) { 
.logo_box > .flexbox ul:before {
		content: "";
		display: inline-block;
		position: absolute;
		background-color: #38661a;
		width: 23px;
		height: 2px;
		bottom: -12px;
		left: 50%;
		margin-left: -12px;
	}
		.logo_box > .flexbox ul {
		max-width: 280px;
		text-align: center;
		margin: 0 calc((100% - 280px) / 2) 25px;
		position: relative;
	}
}