@charset "UTF-8";

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.bg_txt {
	    left: 700px;
	    white-space: nowrap;
	}

	.sec{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 90px;
	}
}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.bg_txt {
		right: calc(-72%);
		white-space: nowrap;
	}
	.sec{
		width: auto;
		padding: 0 5%;
	}
}

/* contentWrap
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.contentWrap{
		padding-top: 70px;
	}

	.sec01_list li{
		display: flex;
		padding: 15px 0;
		line-height: 2;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.contentWrap .sec{
		padding-bottom: 50px;
	}
	
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}

@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}


/* newsリスト
***************************************************************/
/*.newsWrap.serviceWrap .inner{
	max-width: 100%;
	margin-left: 100px;
}*/
.newsWrap_sub {
    width: 1200px;
    /* margin-left: calc((100% - 1100px) / 2 - 100px); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 100px;
}
.newsWrap_sub .more_btn {
    /*margin-left: auto;*/
    margin-right: 0.1%;
    text-align: right;
    font-size: 16px;
    display: block;
}
.news_list{
	padding: 15px 20px 0;
	position: relative;
}
.news_list::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
.news_link {
    display: flex;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    position: relative;
	z-index: 2;
}
.news_link > li {
    width: calc(960px / 3);
    background: #fff;
    color: #fa858e;
    position: relative;
    padding: 20px 6px 20px;
    cursor: pointer;
    text-align: center;
    line-height: 1.16;
    border-top: 1px solid #fa858e;
    border-right: 1px solid #fa858e;
    border-bottom: 1px solid #fa858e;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
/*.news_link li + li {
	border-left: 1px solid #fa858e;
}*/
.news_link > li:first-child {
	border-left: 1px solid #fa858e;
}
/*.news_link li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #c3d4dc;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}*/
/*.news_link li.active:after, .news_link li:hover:after {
	display: block;
}*/

.news_link li.active {
	background: #fa858e;
	color: #fff;
}

.news-content a{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	align-items: center;
	padding: 15px 0 15px;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #f4f4f4;
}
.news-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}
.news-date span.date01 {
    font-size: 15px;
    font-weight: 700;
}
.news-date span.date02{
	font-size: 40px;
	font-weight: 700;
}
.tags {
	margin-right: 20px;
	/*background: #c3d4dc;*/
	width: 133px;
	font-size: 12px;
	text-align: center;
	padding: 2px 0 6px;
	/*height: 35px;*/
	line-height: 1.3em;
	color: #fa858e;
	position: relative;
	border-bottom: 1px solid #fa858e;
	flex-shrink: 0;
}
.news-content a .news-r {
    color: #000;
    position: relative;
    line-height: 1.6;
    transition: color 0.3s ease;
    text-align: justify;
    padding-right: 2em;
}

.news-content a[href$=".pdf"] .news-r::after {
    content: '';
    background: url(../img/common/pdf_ico.png) center / contain no-repeat;
    width: 18px;
    height: 23px;
    position: absolute;
    margin-top: -0.06em;
    transition: 0.3s ease;
    margin-left: 0.5em;
}

.news-content a[href="#"] {
	pointer-events: none;
}


/*アコーディオン*/
.menu__item {
  background: #5200b7;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
}
.date_wrap {
    color: #fff;
    display: block;
    line-height: 56px;
    padding: 0;
    position: absolute;
    right: 0;
    background: #fff;
    width: 275px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    height: 58px;
}
.date_wrap > a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
    border: 1px solid #cccccc;
  background: #fff;
  transition: .3s ease;
}
/*.menu__item__link:after {
  background: #33105f;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}*/
/*.menu__item__link.on:after {
  content: '\f068';
}
 */
.submenu {
  display: none;
  position: relative;z-index: 0;
  top:58px;
  /*transition: .3s ease;*/
}
.submenu__item {
    border-bottom: 1px solid #ccc;
    color: #222;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: .3s ease;
    background: #fff;
    line-height: 40px;
	cursor: pointer;
}

.menu__item__link:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:20px;
	bottom:0;
	/*left:0;*/
	margin:auto;
	width: 16px;
	height: 2px;
	background-color: #cccccc;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.menu__item__link:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 20px;
	bottom: 0;
	/*left: 0;*/
	margin: auto;
	width: 16px;
	height: 2px; 
	background-color: #cccccc;
	transition: .3s;
}
.menu__item__link.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.menu__item__link.on:after{
	background-color: transparent;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.newsWrap_sub {
	    min-height: 285px;
	}
	.news-content a:hover .news-r {
		color: #fa858e;
		transition: color 0.3s ease;
	}
	.news_link li:hover {
		background: #fa858e;
		color: #fff;
	}
	.date_wrap {
	    margin-left: 5px;
	    position: relative;
	}
	.date_wrap > a:hover{
	  color: #fa858e;
	}
	.submenu__item:hover {
	    color: #fa858e;
	    /*background-color: #fa858e;*/
	}
}

@media all and (min-width:681px) and (max-width: 1300px){
	.newsWrap.serviceWrap .inner {
	    width: 100%;
	    max-width: 1100px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.newsWrap {
	  width: 100%;
	}
	.newsWrap_sub {
	  width: 100%;
	  max-width: 1100px;
	  margin-left: auto;
	}
}
@media all and (min-width:681px) and (max-width: 1200px){
  .newsWrap {
  	padding-left: 5%;
  	padding-right: 5%;
  }
}
@media all and (min-width:681px) and (max-width: 1100px){
  .newsWrap_sub {
  	max-width: 1000px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.news_link {
	    margin: 0 0 0;
	}
	.news_link > li[data-filter~="catCorpo"] {
	    letter-spacing: -0.1em;
	}
	.newsWrap {
	    padding-bottom: 90px;
	}
	.newsWrap.serviceWrap .inner {
	    margin-left: 5%;
	    margin-right: 5%;
	}
	.newsWrap_sub {
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 0;
	    margin-bottom: 50px;
	}
	.newsWrap_sub ul.news_link > li:first-of-type{
		border-left: none;
	}
	.newsWrap_sub ul.news_link > li:last-of-type{
		border-right: none;
	}
	.newsWrap_sub .more_btn {
	    font-size: 18px;
	    position: absolute;
	    z-index: 1000;
	    bottom: 50px;
	    left: 50%;
	    transform: translateX(-50%);
	    margin-left: 0px;
	}
	.news_list {
	    margin-top: 100px;
	}
	.news-content a {
	    flex-wrap: wrap;
	    padding: 15px 0 15px;
	}
	.news-date {
	    margin-right: 25px;
	}
	.news-content a .news-r {
		font-size: 14px;
	    line-height: 2;
	    width: 100%;
	    padding-left: 100px;
	    font-size: 16px;
	    margin-top: 10px;
	}
	.news-content a[href$=".pdf"] .news-r::after {
	    margin-top: 0.15em;
	}
	.date_wrap {
	    line-height: 50px;
	    width: 100%;
	    font-size: 12px;
	    height: 50px;
	    bottom: -50px;
	}
	.date_wrap > a{
		border-top: none;
	}
	.submenu {
	    top: 50px;
	}
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){}














