

/* PC&タブレット端末向けCSS */
@media screen and (min-width:768px) {


/**************** ヘッダー内コンテンツ *****************/


header{
	width:100%;
	position:relative;
}
.header_bg{
	width:100%;
	/*padding-bottom:50%;*/
	/*padding:25% 0;
	background-size: cover;
	background:url('../images/header_bg.jpg') no-repeat center bottom;*/
}

.header_top{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding: 1% 0;
	background: rgba(1,18,24,.8);
}

.main_image{
	width:100%;
	background: url(../images/header_bg.jpg);
	background-size:cover;
}

.main_image img{
	width:100%;
}

.main_image_inner_contents{
	background:rgba(14, 145, 194, 0.76);
	padding: 15% 5% 15%;
    width: 50%;
	text-align: center;
}

h2.catch_copy{
	font-size: 260%;
    letter-spacing: 0.2em;
    font-weight: 500;
	color: #FFFFFF;
}


h2.catch_copy img{
	width:100%;
	height:100%;
}

.main_image_inner_contents p{
    font-size: 14px;
	text-align:justify;
	line-height: 2;
    color: #FFFFFF;
    font-weight: 600;
	width:85%;
	margin:0 auto;
}


/**************** ヘッダー内コンテンツ end *****************/



/**************** メインコンテンツ *****************/
main{
	background:#FDFDFD;
	overflow: hidden;
}
/**************** メインコンテンツ end *****************/


/**************** 各sectionの見出し *****************/

.section_title{
	margin:8% auto 3%;
	text-align: center;
}

.section_title h2{
	font-weight:500;
}

.section_title h2 span{
	font-size: 190%;
    color: #7fb953;
	margin: 0;
	letter-spacing: 0.1em;
	padding-bottom:0.3em;
}

/**************** 各sectionの見出し end *****************/



/**************** お客様事例 *****************/
.btn {
    display: block;
    width: 50%;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #216ac9;
    color: #fff;
    text-decoration: none;
    text-align: center;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
    filter:drop-shadow(1px 1px 1px rgba(0,0,0,.3));
	/*box-shadow:1px 2px 3px -2px #396d39;*/
	position: relative;
	overflow: hidden;
	font-size: 200%;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
.btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine01 1s infinite;
          animation: shine01 1s infinite;
}

@-webkit-keyframes shine01 {
  100% {
    left: 100%;
  }
}

@keyframes shine01 {
  100% {
    left: 100%;
  }
}

#content {
	background-color: #fff;
}
.tab_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 7% 0;
    max-width: 1000px;
}
.news_link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
    padding: 0;
    list-style-type: none;
    width: 100%;
}
.news_link li {
    width: calc(20% - 2px);
    margin: 0 0 10px 2px;
    background: #78909c;
    color: #FFFFFF;
    position: relative;
    padding: 20px 6px 20px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 0.9rem;
}
/*.news_link li:first-child {
    margin-left: 0;
}*/
.news_link li.active, .news_link li:hover {
    background: #c3d4dc;
    color: #010101;
    font-weight: bold;
}
.news-content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 0.3% 30px 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #ccc;
    width: 24.7%;
}
.news-content:hover {
	border: solid 2px #0d4b8a;
	border-radius: 5px;	
}
.news-content a {
	text-decoration: none;
	color: #222;
	height: 100%;
}
.news-content img {
	border-radius: 3px 3px 0 0;
	width: 100%;
}
.news-r {
	padding: 0 10px 10px;
    margin: 0;
}
.tags {
	background: #c3d4dc;
    max-width: 160px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    color: #000000;
    margin: 10px auto;
    border-radius: 5px;
}
.news-content .news-r a {
    color: #000;
    transition: color 0.2s ease-in-out;
}
.news-content .news-r a:hover {
    color: #8bc73f;
    transition: color 0.2s ease-in-out;
}
.news-content-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.btnArea {
    width: 100%;
}
.btnArea .btn {
	margin-bottom: 30px;
	width: 62.5%;
}
.more_display {
	display: block;
    padding: 20px 0;
    margin: 0 auto;
    color: #216ac9;
    text-decoration: none;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.1em;
    cursor: pointer;
    width: 62.5%;
    border: solid 1px #216ac9;
}
.more_display .fa-angle-down {
	padding: 0 5px 0 0;
}
.more_display:hover {
    animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


/**************** お客様事例 end *****************/


/**************** prefectures *****************/
#prefectures{
	background:url(/images/city.jpg)bottom center no-repeat;
	background-size:cover;
	overflow: hidden;
	z-index:0;
}

.prefectures_inner{
	max-width:1000px;
	margin:0 auto 5.5em;
	padding:0 1em;
}

.prefectures_inner_text{
	width:90%;
	margin:0 auto;
	padding:5em 0 15em;
}

[class^="prefectures_inner_"] h3,
[class*="prefectures_inner_"] h3{
	font-size:180%;
	font-weight:600;
	color:#FFFFFF;
	letter-spacing:0.2em;
	text-align: center;
}

[class^="prefectures_inner_"] p,
[class*="prefectures_inner_"] p{
	width:100%;
	font-size:100%;
	font-weight:500;
	color:#FFFFFF;
	letter-spacing:0.1em;
	text-align:center;
	line-height:2;
}

[class^="prefectures_inner_"] h4,
[class*="prefectures_inner_"] h4{
	font-size:110%;
	font-weight:600;
	color:#16AAE8;
	letter-spacing:0.2em;
	background:#FFFFFF;
	padding:0.2em 1em;
	border-radius:20px;
	text-align: center;
}

[class^="prefectures_inner_"] ul,
[class*="prefectures_inner_"] ul{
	display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	padding:0;
}

[class^="prefectures_inner_"] li,
[class*="prefectures_inner_"] li{
	font-size:90%;
	color:#FFFFFF;
	font-weight:600;
	padding-right:1em;
	line-height:2;
}

/**************** prefectures end *****************/


/**************** sns *****************/
.sns{
	position:fixed;
	right:0;
	top:20vh;
	z-index:200;
}

.fb{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-bottom:1em;
}

.fb a{
	color:#FFFFFF;
	background:#414d7a;
	font-weight: bold;
	padding:2.5em 0.5em;
	text-decoration: none;
}

.fb a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.fb i{
	padding-bottom:0.5em;
}

/**************** sns end *****************/


}