@charset "UTF-8";
/* ------------------------------------------------------------------
 *
 * !home.css 
 *
 * ==[INDEX]=========================================================
 * 
 *  01.home_news
 *  02.
 *  03.
 *  04.
 *  05.  
------------------------------------------------------------------ */

/* 01.news

 *------------------------------------------------------------------ */
.flex_news {
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	align-items:center;
}
.flex_news .flex_news--tit {
	width: 320px;
	position: relative;
	padding:40px 0;
}

.flex_news .flex_news--tit::before {
   position: absolute;
   left: 20px;
   top: 0;
   content: "";
   width: 1px;
   height: 80px;
   background: #000;
   border-radius: 3px;
   transform: rotate(35deg);
}
.flex_news .flex_news--tit::after {
   position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 80px;
    background: #000;
    border-radius: 3px;
    transform: rotate(35deg);
}
.flex_news .flex_news--list {
	width: calc( 100% - 400px );
	margin-left: 80px;
}
.flex_contact {
	display: block;
	justify-content: center;
	display: flex;
	background: url(../../../images/bg_soudan.png) no-repeat;
	background-position: left;
	background-size: cover;
	padding: 16px 32px;
	border-radius: 10px;
	justify-content: flex-start;
	margin: 24px 0;
	color: #FFF;
	position: relative;
}
.flex_contact .flex_contact--img {
	/* width: 260px; */
	margin-right: 40px;
	position: absolute;
	right: 0;
	top: -24px;
}
.flex_contact--txt {
	width:calc( 100% - 316px );
	margin-left:16px;
}
.flex_contact h2 {
	margin:0 !important;
	color: #FFF !important;!i;!;
}
.flex_contact .flexCol {

	padding:0;
}
.flex_contact h2::before {
	content:url(../../images/ico/ico_wifi.png);
	vertical-align: middle;
	margin-right: 16px;
}
div#kurashiWrap--inner {
    max-width: 90%;
    margin-top: 40px;
    min-width:480px;
}
div#kurashiWrap--inner .slick-slide {
    padding:0 16px;
}
div#intaviewWrap--inner {
    max-width: 100%;
    margin-top: 40px;
}

div#intaviewWrap--inner .slider03 .slick-track {
	display:flex;
	align-items:flex-end;
	
}
div#intaviewWrap--inner .slick-slide {
	padding:16px;
}
div#intaviewWrap--inner .slider03 img {
	max-width:100%;
	min-width:100%;
}
div#intaviewWrap--inner .slider03 .slick-track .slick-slide:nth-child(odd) {
    width: 20% !important;
}
/*　SNSフィード追加*/
.home__snsfeed {
	display: flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	align-items: center;
	justify-content: center;
	width:100%;
	margin:32px 0;
}
.home__snsfeed--facebook {
	margin-right: 56px;
}
.home__snsfeed--instagram {
	width:60%;
}

@media screen and (max-width:959px) {
.flex_news {
	display: block;
	justify-content: inherit;
	display: inherit;
}
.flex_news .flex_news--tit {
	width: 100%;
}
.flex_news .flex_news--tit::before {
	margin-top:-30px;
	vertical-align: middle;
	display:inline-block;
	}
.flex_news .flex_news--list {
	width: 100%;
	margin-left: 0;
}
.flex_contact {
	display: inherit;
	background: #0a4d90;
	background-position: left;
	padding: 24px;
	border-radius: 10px;
	justify-content: flex-start;
	margin: 24px 0;
	color: #FFF;
}
.flex_contact .flex_contact--img {
	position:relative;
	width: 100%;
	text-align:center;
	margin-right: 0;
	top: 0;
}
.flex_contact .flex_contact--txt {
	width:100%;
	margin-left:0;
}
.flex_contact h2 {	
padding: 8px 0 8px 40px;
font-size: 1.1rem;
}
.flex_contact h2::before {
	content: '';
	background:url(../../images/ico/ico_wifi.png) no-repeat;
	vertical-align: middle;
	margin-right: 16px;
	width: 2em;
	height: 2em;
	background-size:contain;
position: absolute;left: 0;
}
.flex_contact .flexWrap {
	display:block;
}
.flex_contact .flexWrap .flexCol {
	padding:0;
	text-align: center;
	margin: 1em 0;
}
div#kurashiWrap--inner {
    max-width: 100%
    margin-top: 40px;
    min-width:100%;
}
div#kurashiWrap--inner .slick-slide {
    padding:0 8px;
}
div#intaviewWrap--inner {
    max-width: 100%;
    margin-top: 40px;
}
div#intaviewWrap--inner .slider02 {
	width:100% !important;
	margin:16px;
}

div#intaviewWrap--inner .slider03 .slick-track {
	display:flex;
	align-items:flex-end;
	
}
div#intaviewWrap--inner .slick-slide {
	padding: 4px;
}
div#intaviewWrap--inner .slider03 img {
	max-width:100%;
	min-width:100%;
}
div#intaviewWrap--inner .slider03 .slick-track .slick-slide:nth-child(odd) {
    width: 20% !important;
}
.home__snsfeed {
	margin-top:24px;
	flex-wrap:wrap;
}
.home__snsfeed--facebook {
	margin-right: 0;
	width:100%;
}
.home__snsfeed--instagram {
	width:100%
}

}
/* ---------------------------------- */
/* !アクセスランキング */
/*  sidebarにクラス名を付与するscriptを記述
/*  functionsで動作※プラグインは使用しない。
/* ---------------------------------- */
aside.ranking {
}
.latest_wrap {
	padding: 8px;
	width: 100%;
	border-bottom: 1px solid #f0efef;
	text-decoration: none;
	position: relative;
}
.latest_wrap dt {
	float: left;
	margin: 0 16px 0 0;
	width: 80px;
	height: 100px;
	border: 0;
	border-radius: 0;
	transition: 0.5s;
	position: relative;
}
.latest_wrap div {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	display: block;
	/* padding: 8px 0; */
	z-index: 999999;
	background-color: #fccf17;
}
.latest_wrap div.count1:before {
	content: "1";
}
.latest_wrap div.count2:before {
	content: "2";
}
.latest_wrap div.count3:before {
	content: "3";
}
.latest_wrap div.count4:before {
	content: "4";
}
.latest_wrap div.count5:before {
	content: "5";
}
.latest_wrap div.count6:before {
	content: "6";
}
.latest_wrap div.count7:before {
	content: "7";
}
.latest_wrap div.count8:before {
	content: "8";
}
.latest_wrap div.count9:before {
	content: "9";
}
.latest_wrap div.count10:before {
	content: "10";
}
dl.latest_wrap dd {
	margin-left: 100px;
	height: 100px;
	position: relative;
}
dl.latest_wrap dd .title {
	margin: 0;
	color: #4c4c4c;
	font-weight: 400;
	font-size: 11px;
}
dl.latest_wrap .view_count {
	position: absolute;
	right: 0;
	font-family: arial;
	color: #fccf17;
	font-size: 78%;
}
dl.latest_wrap dd .view_count:after {
	content: "view";
	color: #a09f9f;
	margin: 0;
}
