@charset "utf-8";
/*
Theme Name: 工務店
Theme URI: http://wordpress.org/
Description: 工務店
Author: 工務店
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Dentist
*/
@import url("css/sanitize.css");
@import url("css/hamburgers.css");
@import url("css/default.css");
/* @import url("css/responce.css"); */
@import url("css/icon.css");
:root {
	color:#000;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
    width: 100%;
	overflow-x:hidden;
	font-size:1.8rem;
}
body {
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 160%;
}
.min {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.got {
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
	font-family: 'Bitter', serif;
	font-style: italic;
	letter-spacing:0em;
}
.gftype1 {
	font-family: 'Bitter', serif;
	letter-spacing:0em;
}

.jpt{
	letter-spacing:0em;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'Vesper Libre', serif !important;
	
}
.hiram{
	font-family:"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Meiryo,"Lucida Grande", "segoe UI",  Arial, sans-serif;
}
::selection {
  background-color: #0362A2;
  color: #fff;
}
::-moz-selection {
  background-color: #0362A2;
  color: #fff;
}
.hover_o:hover {
	opacity: 0.7;
}
.background{
/* 	background:#e8eff6; */
	background:#a7c8ea;
}
.background2{
	background:#eaeaea;
}
.banner a{
	margin-bottom: 10px;
	padding: 0 5px;
}
.banner a img{
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 80px;
	min-height: 70px;
}
.red{
	color: #de0000;
}
/*****************************************************************************
icon
*****************************************************************************/
.social {
	padding:0 1em;
	width: 200px;
}
.social a{
	color:#ffffff;
}
.social img {
	width:36px;
}
.social_line{
	margin-top: 4px;
}
.social .social_line img{
	width: 100%;
}
/*****************************************************************************
common
*****************************************************************************/
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3{
	position:relative;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	margin:0;
	letter-spacing:0.1em;
}
hr {
	border:none;
	border-top:1px solid #dedede;
}
address {
	font-size:16px;
	font-size:1.6rem;
	font-style:normal;
	line-height:160%;
	padding:1em 0;
}
address div {
	margin-top:1em;
	color:#383838;
	line-height:100%;
}
.stress {
	color:#cfa972;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.white {
	color:#ffffff;
}
.bg_gray{
	background-color: #e8eff6;
}
.bg_center{
	background-color: #e8eff6;
}
.bg_w{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 2em;
}
.col {
	width:100%;
	height:auto;
}
.w50s{
	width: calc(50% - 1em);
}
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.d-border {
	border-bottom:3px double #c9c9c9;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mt1 {
	margin-top:1em;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
	background: #0362A2;
	border-radius: 5px;
  font-size: 1.8rem;
  margin-top: 10px;
  padding: 10px 50px;
  position: relative;
  text-align: center;
  color: #fff;
	display: inline-block;
	text-decoration: none;
}
.btn.type2{
	border: none;
}
.btn.type3{
	width: 210px;
	height: 37px;
	text-align: center;
	padding: 8px 0;
	background: #cbc04c;
	color: #fff;
	border: none;
}
.btn.type3:after{
	content: '';
}
.btn.type4{
	width: 220px;
}
.btn.blog{
	margin-top: 0px;
  width: 200px;
  height: 44px
}
.btn_cta {
  background-color: #3F53CF;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  height: auto;
  line-height: 100%;
  margin-bottom: 0em;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 3px;
  margin-left: 10px;
}

.btn_cta:hover{
	opacity: 0.7;
}
.btn.contact {
	font-weight:bold;
	height:40px;
	background:#ffffff;
	color:#62523e;
	border-radius:2em;
	text-align:center;
	margin-bottom:1em;
}
.btn.contact.tel {
	font-size:20px;
	font-size:2.0rem;
}

.toTop {
	position:fixed;
	width: 40px;
	height: 40px;
	background: #999999;
	z-index:99;
	color:#ffffff;
	text-align:center;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
	z-index: 99999999999999;
	padding: 13px 0;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toTop.active{
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	z-index: 99999999999999;
}

/*****************************************************************************
	logo
*****************************************************************************/
.logo img {
	margin-top: 0px;
	max-width:300px;
	max-height: 60px;
	height: auto;
}
.footerlogo img{
	max-width:300px;
	height: auto;
}
#menu_bar .logo {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	line-height: 0;
}
#menu_bar .logo a{
	padding: 0;
}
#menu_bar.active .logo {
	display:block;
}
/*****************************************************************************
	Header
*****************************************************************************/
header {
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header.home{
	height: auto;
	min-height: auto;
	position: relative;
}
header .headertopbox{
	height: 110px;
	padding: 25px 0;
}
header p.header_catch{
	background: #0362A2;
	border-radius: 50px;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 18px;
	margin-left: 30px;
}
/*****************************************************************************
	Navigation
*****************************************************************************/
#menu_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:86px;
	padding: 0px;
	line-height: 16px;
}
.menu_box{
	display: none !important;
}
#menu_bar .menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#menu_footer_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:86px;
	padding: 20px 0 0;
	line-height: 16px;
}
ul.dropmenu {
	width:100%;
	height:100%;
}
ul.dropmenu li {
	width:auto;
	height:16px;
	border-left: 1px solid #ccc;
}
ul.dropmenu li a{
	font-size: 18px;
	margin: 0px 10px;
	padding: 0 10px;
}
ul.dropmenu li a.active{
	padding-bottom: 10px;
	border-bottom: 3px solid #0362A2;
}
ul.dropmenu li:last-child{
	border-right: 1px solid #ccc;
}
#menu_bar{
	width: 1200px;
	height:150px;
	padding: 0;
	line-height: 16px;
	margin: 0 auto;
	
}
#topmenu{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 150px;
	background:#ffffff;
	z-index: 99999999999;
}
/*****************************************************************************
	Key Visual
*****************************************************************************/
.kvtxt{
	color: #fff;
	font-size: 42px;
	z-index: 2000;
	position: absolute;
	bottom: 20%;
}
.kvtxt p{
	background: #0362A2;
	display: block;
	height: auto;
	padding: 20px 20px 15px;
	margin-bottom: 20px;
}
.kvcontrol{
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#menu_bar{
	z-index: 9999999;
}



.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.box {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin-left: -100%;
  position: absolute;
}
/*******************************************************************************
	メインビジュアル（mainVisual）
*******************************************************************************/
#mainVis {
  background: #fff;
  height: calc(100vh - 150px);
  width: 100%;
  position: relative;
  margin-top: 150px;
}

/* スライダー
---------------------------------------*/
#mainVisImg {
  height: calc(100vh - 220px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide {
  height: calc(100vh - 220px);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-animation: slide_first 0.1s ease 0.76s 1;
  -ms-animation: slide_first 0.1s ease 0.76s 1;
  -webkit-animation: slide_first 0.1s ease 0.76s 1;
  animation: slide_first 0.1s ease 0.76s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width:769px){
	#mainVis {
	  height: 227px;
	}
	#mainVisImg {
	  height: 227px;
	}	
	.slide {
	  height: 227px;
	}	
	#mainVisImg > .mask > .box {
	  height: 227px;
	}
}
.slide img {
  display: block;
  position: absolute;
}
.slide_first {
  z-index: 100;
}
.slide_off {
  position: absolute;
  right: 0;
  width: 0;
  transition: width 0.5s ease;
  z-index: 1000;
}
.slide_on {
  position: absolute;
  z-index: 10;
}
@-moz-keyframes slide_first {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes slide_first {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slide_first {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes slide_first {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#mainVisImg > .mask > .box {
  height: calc(100vh - 220px);
  position: absolute;
  z-index: 10000;
  background-color: #0362A2 !important;
  -moz-animation:    box 1.5s ease 0s 1;
  -ms-animation:     box 1.5s ease 0s 1;
  -webkit-animation: box 1.5s ease 0s 1;
  animation:         box 1.5s ease 0s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.kvtxt {
  position: absolute;
  left: 140px;
  margin-top: -3vh;
  z-index: 2000;
  overflow: hidden;
}
.kvtxt .kvtxt_p {
  height: auto;
 }
.kvtxt .mask .box {
  background-color: #0362A2;
  height: 18vh;
  -moz-animation:    box 1s ease 1s 1;
  -ms-animation:     box 1s ease 1s 1;
  -webkit-animation: box 1s ease 1s 1;
  animation:         box 1s ease 1s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.kvtxt .kvtxt_p {
  opacity: 0;
  -moz-animation:    img 0.1s ease 1.5s 1;
  -ms-animation:     img 0.1s ease 1.5s 1;
  -webkit-animation: img 0.1s ease 1.5s 1;
  animation:         img 0.1s ease 1.5s 1;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mainVisNavbox{
	background-color: #0362A2;
}
.mainVisNav {
  line-height: 70px;
  height: 70px;
  width: 0;
  overflow: hidden;
}
.mainVisNav_active {
	background: #fff;
  transition-delay: 2s;
  transition-duration: 0.5s;
  width: 100%;
}
#mainVisNum {
  float: left;
  margin-left: 25px;
}
#mainVisNum > li {
  float: left;
  margin-right: 10px;
  color: #000;
  font-weight: 100;
  font-size: 14px;
}
#mainVisArrow {
  position: absolute;
/*   bottom: 17.5px; */
  bottom: -50px;
  right: 95px;
}
#mainVisR,#mainVisL {
  float: right;
  display: block;
  cursor: pointer;
}
#mainVisL {
  margin-right: -1px;
}
#mainVisArrow {
  height: 35px;
  overflow: hidden;
  z-index: 9999;
}
/*
.topMainLine {
  background: #fff;
  height: 0;
  width: 1px;
  margin: 10px 0 0 50%;
}

.topMainLine_active {
  height: 15vh;
  transition-delay: 3s;
  transition-duration: 0.5s;
}

.topMainTxtWap {
  line-height: 14px;
  margin-left: 28px;
  overflow: hidden;
  height: 215px;
  width: 14px;
}

.topMainTxt {
  margin-left: -14px;
}

.topMainTxt_active {
  margin-left: 0;
  transition-delay: 3.5s;
  transition-duration: 0.5s;
}
*/

.mainVisRL {
  height: 35px;
  margin-top: 35px;
  overflow: hidden;
  transition-delay: 2.5s;
}
.mainVisRL img{
	margin: 0 20px;
}
.mainVisRL_active {
  margin-top: 0;
  transition-duration: 0.5s;
}


/*******************************************************************************
	CSS3アニメーション（主に共通で使っているもの）
*******************************************************************************/
/* 横移動のアニメーション
----------------------------------------*/
@-webkit-keyframes box {
	0% {
		margin-left: -100%;
	}
	50% {
		margin-left: 0%;
	}
	55% {
		margin-left: 0%;
	}
	100% {
		margin-left: 100%;
	}
}
@keyframes box {
	0% {
		margin-left: -100%;
	}
	50% {
		margin-left: 0%;
	}
	55% {
		margin-left: 0%;
	}
	100% {
		margin-left: 100%;
	}
}

@-moz-keyframes img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}




/*****************************************************************************
	Map
*****************************************************************************/
.accessmap_box{
	width: 100%;
}
.map_box{
	max-width: 700px;
	width: 100%;
}
.gmap {
	position:relative;
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
}
.gmap.index {
	border-radius:1em;
}
.gmap.access {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.gmap+a {
	position:absolute;
	display:block;
	width:152px;
	height:32px;
	right:2em;
	bottom:1em;
	text-align:right;
	z-index:10;
}
/*****************************************************************************
	table
*****************************************************************************/

#post table.recruit{width:100%; border-collapse: collapse; border:1px solid #ccc; margin:20px 0 20px 0;}
#post table.recruit th{background:#f0f0f0; padding:10px; text-align:center; width:9em; border:1px solid #ccc; vertical-align:middle;}
#post table.recruit td{border:1px solid #ccc; width:auto; padding:10px;}
#post table.recruit a{color:#0067ad; text-decoration:underline;}
#post table.recruit.th-l th{width:15em;}

@media screen and (max-width:769px){
  #post table.recruit { margin: 0 -10px; }
  #post table.recruit th,
  #post table.recruit td{
    width: 100%;
    display: block;
    border-top: none;
    }
  #post table.recruit tr:first-child th { border-top: 1px solid #ddd; }
}
/*
table.menu_details_table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin: 30px 0;
}
table.menu_details_table th {
	width: auto;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #868686;
	color: #fff;
	text-align: left;
	background-color: #afd7e1;
}
table.menu_details_table th:last-child{
	width: 150px;
}
table.menu_details_table td {
	width: auto;
	padding: 10px 20px;
	vertical-align: top;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	text-align: left;
}
table.menu_details_table td.price{
	text-align: right;
}
*/
/*
#access table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
#access .table_box{
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	margin: 20px 0;

}
#access table th {
	width: 140px;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#access table tr:last-child th,
#access table tr:last-child td{
	border-bottom: none;
}
#access table th:last-child{
	border-bottom: none;
}
#access table td:last-child{
	border-right: none;
}
#access table td {
	width: 40px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.accesstel{
	color: #43a9be;
}
*/

 

/*****************************************************************************
	ul / dl
*****************************************************************************/
/**会社概要**/
.about ul.intro{
	width: 100%;
}
.about ul.intro li:nth-child(1) span{
	color: #43a9be;
	font-size: 15px;
	font-size: 1.5rem;
}
.about ul.intro li:nth-child(2){
	color: #43a9be;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 10px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
}
ul.blog li{
	margin-bottom: 40px;
}
/** ACCESS **/
#access ul li p:first-child{
	width: 100px;
	position: relative;
}
#access ul li p:first-child:before{
	content: '／';
	position: absolute;
	right: -20px;
	padding-right: 40px;
}
#access ul li p:last-child{
	max-width: 350px;
	position: relative;
}
/** 施工メニュー **/
#menu ul{
	padding: 0px;
	color: #6c6c6c;
	max-width: 670px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
#menu ul li:nth-child(3){
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
#menu ul li:nth-child(3) span{
	font-size: 16px;
	font-size: 1.6rem;
}
#menu ul li:nth-child(2){
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 5px;
	color: #000;
	min-height: 80px;
	margin-bottom: 20px;
}
#menu ul li:nth-child(2) span{
	font-size: 16px;
	color: #000;
}
#menu ul li:nth-child(1){
	color: #000;
	padding-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px dashed #0362A2;
}
.menu_img ul li{
	width: 210px;
	height: auto;
	margin: 20px;
}
#lightgallery a{
	width: 210px;
	height: auto;
	margin: 20px;
}
#lightgallery a img{
	width: 210px;
	height: auto;
}
.listoff{
	display: none
}

/*****************************************************************************
	figure
*****************************************************************************/
figure {
	overflow:hidden;
}
figure a {
	height:100%;
}

figure#headerImg {
	width:100%;
}
figure.blog {
	width: 155px;
	height: auto;
	margin-right:20px;
}
#menu figure {
	width: 100%;
}
.deco figure{
	background-image: url(./img/common/deco.png);
	background-size: 100% 100%;
	padding: 20px;
}
.index-works figure.examples{
	max-height: 225px;
	overflow:hidden;
	font-size: 1.8rem;
}
figure.staff{
	overflow: hidden;
	width: 100%;
	height: auto;
}
figure.staff img{
	width: 100%;
	height: auto;
}
figure.voice{
	overflow: hidden;
	width: 100%;
	max-height: 180px;
	height: auto;
}
figure.voice img{
	width: 100%;
	height: auto;
}
figure.award{
	overflow: hidden;
	width: 100%;
	max-height: 180px;
	min-height: 180px;
	height: auto;
}
figure.award img{
	width: 100%;
	height: auto;
}

/*****************************************************************************
	background
*****************************************************************************/


/*****************************************************************************
	Title Decoration
*****************************************************************************/
h1 {
	line-height:100%;
	text-align: left;
}
h2.title {
	font-size:16px;
	font-size:2.6rem;
	font-weight: normal;
	position: relative;
  display: inline-block;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
	letter-spacing: 0.2em;
}
h2.title span {
	font-size:70px;
	font-size: 7.0rem;
	font-weight: normal;
	text-align: center;
	line-height:65px;
	display: block;
	letter-spacing: 0;
	color: #0362A2;
}

section.bg_center > article h2, section.bg_center > .article h2{
	border-bottom: 1px solid #0362A2;
	width: 100%;
	margin-bottom: 10px;
}
section.bg_center > article h2 span, section.bg_center > .article h2 span{
	text-align: left
}
section.bg_center > .article .f_cc + div.bg_center_txt{
	margin-left: 50px;
	margin-right: 0;
}
.bg_center_txt{
	margin-left: 0px;
	margin-right: 50px;
	width: 400px;
}
.bg_center_txt_left{
	margin-left: 50px;
	margin-right: 0px;
}
h2.kvtitle {
	text-align: center;
	font-size:16px;
	font-size:1.6rem;
	font-weight: normal;
  display: inline-block;
  margin: 0 auto 0px;
  padding: 10px 0px;
	color: #333;
	letter-spacing: 0.2em;
	
}
h2.kvtitle:first-letter{
	text-transform: uppercase;
}
h2.kvtitle span {
	font-size:60px;
	color: #0362A2;
	font-weight: normal;
	text-align: center;
	line-height:60px;
	display: block;
	letter-spacing: 0;
	padding-bottom: 10px;
}
#contents .article{
	height: 100%;
	display: block;
}
#contents{
	min-height: 250px;
	position: relative;
}
h2.title.type2 span {
	padding-top: 5px;
	padding-bottom: 8px;
}
h2.title.type3 span {
	padding-bottom: 8px;
}
h2.title.type4{
	font-size: 20px;
	color: #000;
	text-align: left;
	width:100%;
	padding-left: 0;
	padding-top: 0;
}
h2.title.type4 + div{
	width: 400px;
}
h2.title.type4 + div ul{
	text-align: left;
}
h2.title.type4 + div ul li{
	margin-bottom: 10px;
}
h2.title.type4 + div ul li:before{
	content: '・';
	position: relative;
}
h2.title.type4 + div ul li a{
	text-decoration: underline;
}
h3.title{
	font-size: 28px;
	color: #000;
}
h3.title:before{
	content: '';
	width: 80px;
	margin: 0 auto;
	/*top:40px;*/
	bottom: -10px;
	border-bottom: 2px solid #0362A2;
	position: absolute;
	left: 0;
	right: 0;
}
h4.title{
	color: #0362A2;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 30px;
}
h4.title + p{
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.title_sub {
	margin: 0 auto 40px;
	font-size:16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	line-height:20px;
	width: 600px;
}
h4 {
	font-size:18px;
	font-size:1.8rem;
}
.blog_title {
	width: 860px;
	margin: 0 auto;
}
/*****************************************************************************
	Navigation　Tab
*****************************************************************************/
#post nav.post {
	width: 620px;
	min-width: 620px;
	height: auto;
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
}
#post nav.post a:first-child {
	margin-right: 5px;
}
#post nav.post a:last-child {
	margin-left: 5px;
}
#post nav.post a {
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	color: black;
	width: 310px;
	height: 46px;
	padding: 12px 0;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#post nav.post a.select {
	background-color: #21c4d6;
	color: #fff;
	position: relative;
}
#post nav.post a:after {
	content: '';
}
#post nav.post a.select:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 14.5px 0 14.5px;
	border-color: #21c4d6 transparent transparent transparent;
	line-height: 0px;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	top: auto;
	margin: 0 auto;
}
#examples h2{
	display: block;
	border-left: 5px solid #0067ad;
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #0067ad;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

#examples blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
/* img */ 
#examples .aligncenter {
    display: block;
    margin: 0 auto;
}
#examples .alignright {}
#examples .alignleft { }
#examples img[class*="wp-image-"],
#examples img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
#examples .clearfix {
    overflow: hidden;
    zoom: 1;
}
#examples .clearfix:after {
    content: "";
    display: block;
    clear: both;
}




#examples p {
    padding: 0 0 1em 0;
}
.alignleft {
    display: inline-block;
    float: left;
    margin: 0 1em 1em 0;
}
#examples img{
	max-width: 100%;
	height: auto;
}
#examples table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
}
#examples table th {
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
  width: 9em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#examples table td {
    border: 1px solid #ccc;
    width: auto;
    padding: 10px;
}


/**************施工実績*****************/

/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	width: 100%;
	margin: 0 auto;
	flex-flow:nowrap;
}
/*全サムネイルのコンテナー*/
#thumbs {
	position: relative;
	width: 28%;	
	top: 0px;
	left: 0px;
	
}
/*サムネイルのマウスオーバーでポインターを手のひらに*/
#thumbs label img {
	cursor: pointer;
	width: 100%;
	height: auto;
}
/*初期画面*/
#screen {
	right: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
}
/*初期画面上の文字*/
#screen span {
	position:absolute;
	top:130px;
	left:50px;
	font-size:32px;
}
/*ラジオボタンを非表示に*/
#r1, #r2 {
	display: none;
}
#photo1 img, #photo2 img, #screen img {
	width: 100%;
	height: auto;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
#photo1, #photo2 {
	width: inherit;
	right: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	position:absolute;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ div #photo1, #r2:checked ~ div #photo2 {
	opacity: 1;
}
/*どれかがチェックされたらスクリーン上の文字を非表示に*/
#r1:checked ~ div #screen, #r2:checked ~ div #screen {
	opacity: 0;
}
#examples #thumbs label{
	display: block;
	position: relative;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	max-height: 290px;
}

#examples #thumbs label .gallery01-txt01-wrap {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    line-height: 1;
    background-color: rgba(0,0,0,0.6);
}
#examples .gallery01-txt01 {
    display: block;
    width: auto;
    padding: 10px 20px;
    color: #fff;
}

/*
#examples h3{
	display: block;
	border-left: 5px solid #0067ad;
	padding: 0 0 5px 10px;
	font-size: 18px;
	color: #0067ad;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #0067ad;
	margin-bottom: 20px;
}
*/
#examples iframe{
	display: block;
	margin: 0 auto;
}
#examples h3 {
    position: relative;
    color: #0067ad;
    background: #fff;
    font-size: 24px;
    border-bottom: 1px solid #0067ad;
    margin: 20px 0px 30px 00px;
    padding: 10px 5px 10px 10px;
    text-align: left;
    font-weight: bold;
}

#examples h3:before {
	content: "";
position: absolute;
top: 100%;
height: 0;
width: 0;
    left: 39px;
    border: 10px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 10px;
    border-top: 10px solid #0067ad;
}
#examples h3:after {
	content: "";
position: absolute;
top: 100%;
height: 0;
width: 0;
    left: 40px;
    border: 9px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 9px;
    border-top: 9px solid #fff;
}

#examples h4{
	position: relative;
	color: #0067ad;
	font-size: 22px;
	border-bottom: 1px solid #0067ad;
	margin: 20px 0px 30px 00px;
	padding: 10px 5px 10px 10px;
}
/*
#examples figure.examples {
    max-height: 274px;
}
*/
#examples figure.examples + p{
	font-size: 18px;
	padding: 5px 0 10px;
}
@media screen and (max-width:769px){
	#examples .post .w50s{
		width: 100%;
	}
}
/*****************************************************************************
	CTA
*****************************************************************************/
.ctabox{
	width: 500px;
}
.cta{
	background: rgba(67,169,190,1);
	color: #fff;
	padding: 50px 0;
	font-size: 18px;
}
.cta article{
	width: 900px;
}
#cta_box{
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	width: 100%;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	height: 0;
	opacity: 0;
}
#cta_box .cta{
	padding: 15px 0;
	background: rgba(67,169,190,1);
}
#cta_box.active{
	height: auto;
	opacity: 1;
}
.cta h2.title{
	color: #fff;
}
.cta h2.title span{
	color: #fff;
	font-size: 50px;
	font-size: 5.0rem;
}
.cta .ctabox{
	margin: 20px auto;
	color: #fff;
	transform: scale(1.5);
}
.cta .ctabox .tel, .cta .ctabox .tel h3{
	color: #fff;
}
.ctabox .ctatxt{
	display: none;
}
.headertopbox .ctabox .ctawebtxt{
	font-size: 14px;
	position: absolute;
	top: 8px;
}
.cta .ctabox .header{
	display: none;
}
.cta .ctabox .ctatxt, .cta .ctabox .ctawebtxt{
	display: block;
	margin: 0 auto;
	font-size: 14px;
}
.cta .ctabox .mobile {
  background-image: url(./img/common/tel_w.png);
}
.tel {
	font-size:15px;
	font-size:1.5rem;
	letter-spacing:0;
	margin-left: 5px;
	color: #000;
}
.tel h3{
	font-size: 30px;
	letter-spacing: 0em;
}
.ctabox .tel h3{
	color: #0362A2;
	font-size: 30px;
	letter-spacing: 0em;
}
.mobile {
	background-image: url(./img/common/tel.png);
	width: 20px;
	height: 25px !important;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.mail {
	background-image: url(./img/common/mail.png);
	width: 31px;
	height: 23px !important;
	display: block;
	margin-right: 5px;
}
.accesstelicon{
	background-image: url(./img/common/accesstel.png);
	width: 24px;
	height: 34px !important;
	display: block;
	margin-right: 5px;
}
.accesstel span{
	font-size: 36px;
	margin: 5px 0 0px;
}


/*****************************************************************************
	index
*****************************************************************************/
p .date {
	font-size: 14px;
	font-size: 1.4rem;
	color: #808080;
	font-weight: normal;
}
p .category {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	background: rgba(67,169,190,0.7);
	padding: 0px 10px;
	color: #fff;
	width: auto;
	text-align: center;
	font-weight: normal;
	margin: 0 10px;
}
p .category.type2 {
	width: auto;
}
#home #about {
	min-height:360px;
}
#watcbox_bg{
	margin-top: -150px;
}
.index-works ul{
	margin: 0px 0 0;
}
.index-works li{
	width: 30%;
	margin-right: 50px;
	margin-bottom: 20px;
	position: relative;
}
.index-works li:nth-child(3n){
}
.workbtn:hover,.btn:hover{
	opacity: 0.7;
	cursor: pointer;
}
.index-works li p{
	font-size: 18px;
}
.index-works li figure + p{
	color: #0362A2;
	padding: 10px 0 0;
}
.index-works li .new{
	position: absolute;
	top: -10px;
	left: -10px;
}
/*****************************************************************************
	会社概要
*****************************************************************************/
#about ul li{
	border-bottom: 1px dashed #a0a0a0;
	padding: 6px 15px; 
}
#about ul li:first-child{
	padding-top:0; 
}
#about ul li p:first-child{
	width: 140px;
	font-size: 16px;
}
#about ul li p:last-child{
	max-width: 400px;
	min-width: 350px;
	font-size: 16px;
}
.box2{
	background: #bcd7f1;
	padding: 10px;
	display: block;
	border-radius: 5px;
	font-size: 17px;
}
.ba h4.title{
	margin-top: 0;
}
.ba div img{
	width: 300px;
	margin-right: 50px;
}
.ba.blank{
	margin-bottom: 50px;
}
.ba.blank.last{
	margin-bottom: 100px;
}
.staff ul {
	padding: 0 20px;
}

.staff ul li:first-child{
	color: #000;
	font-size: 22px;
	border-bottom: 1px dashed #a0a0a0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.staff ul li:nth-child(2){
	margin-bottom: 20px;
}
.staff .jpt{
	font-size: 16px;
	margin: 20px 0 0 0;
	line-height: 1.5;
}
.about_txtbox {
	color: #6c6c6c;
	margin-right: 50px;
}
.about figure.type2 {
/*
	width: 50%;
	height: auto;
*/
	padding: 0 30px 0 0px;
}
.about figure.type2 img {
	width: 100%;
	height: auto;
}
.about figure.type3 {
	width: 230px;
	height: auto;
	padding: 0;
}
.about figure.type3 img {
	width: 100%;
	height: auto;
}
#about figure img {
/* 	width: 440px; */
	height: auto;
	z-index: 2;
	position: relative;
}
#about figure img.bg {
	position: absolute;
	width: 440px;
	height: auto;
	background: #fff;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.about_title {
	text-align: left;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 15px;
	color: #0362A2;
}
.about_title + p{
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 1.6;
}
#about .about_txtbox .about_txt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height:28px;
}

/*****************************************************************************
	ご依頼の流れ
*****************************************************************************/
.flow span{
	position: absolute;
	top: -15px;
	display: inline-block;
	background: #0362A2;
	padding: 5px 20px;
	letter-spacing: 0.1em;
	font-size: 20px;
	color: #fff;
}
.flow .bg_center_txt{
	position: relative;
}
.flow .arrow{
	position: absolute;
	bottom: -100px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.flow_area h3 {
	background: #0362A2;
	padding: 6px 50px;
	border-radius: 40px;
	display: inline-block;
	color: #fff;
}
.flow_area ul{
	width: 800px;
	border-radius: 10px;
	background: #fff;
	padding: 30px 50px;
	margin: 40px auto 0;
}
.flow_area ul li span{
	color: #0362A2;
	font-weight: bold;
}

section#qa  > article.sub, section#qa  > .article.sub{
	width: 800px;
}
#qa{
	background: #e8eff6;
	position: relative;
}
#qa div{
	z-index: 2;
}
#qa div li{
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px dashed #a0a0a0;
}
#qa div .faq {
    width: 100%;
}

#qa div .faq > div span.faq_q:first-child{
	color: #fff;
	padding: 10px;
	font-size: 20px;
	background: #0362A2;
}
#qa div .faq > div:first-child {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#qa div .faq > div {
    padding: 10px 0px 20px;
}

#qa div .faq > div span:first-child {
    width: 41px;
    height: 41px;
    display: inline-table;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    color: #0362A2;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Meiryo,"Lucida Grande", "segoe UI", Arial, sans-serif;
}
#qa div .faq > div:first-child h3 {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    color: #0362A2;
}
#qa div .faq > div .faq_a + div{
	margin-top: 10px;
	padding-right: 50px;
}
#qa div .faq > div span:last-child {
    font-size: 30px;
    color: #0362A2;
    display: none;
}
/*****************************************************************************
	お客様の声
*****************************************************************************/
section#vioce > article.sub, section#vioce > .article.sub{
	width: 1000px;
	background: #fff;
	padding: 50px 70px;
}
#vioce li{
	position: relative;
}
#vioce span.icons{
	position: absolute;
	top: 10px;
	left: 10px;
	background: #0362A2;
	display: inline-block;
	padding: 0px 25px;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}
#vioce h4{
	color: #0362A2;
	font-weight: bold;
	padding: 10px 0;
}
#vioce h4 + p{
	height: 148px;
	max-height: 148px;
	overflow: hidden;
}
#vioce h4 + p br {
	display: none;
}
#vioce .vioce_box{
	border-bottom: 1px dashed #a0a0a0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


/****************** 表彰 *******************/
section#award > article.sub, section#award > .article.sub{
	width: 1000px;
	background: #fff;
	padding: 50px 70px;
}
#award li{
	position: relative;
}
#award span.icons{
	position: absolute;
	top: 10px;
	left: 10px;
	background: #0362A2;
	display: inline-block;
	padding: 0px 25px;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}
#award h4{
	color: #0362A2;
	font-weight: bold;
	padding: 10px 0;
	min-height: 60px;
}
/* #award h4 + p{
	height: 148px;
	max-height: 148px;
	overflow: hidden;
} */
#award h4 + p br {
	display: none;
}
#award .award_box{
	border-bottom: 1px dashed #a0a0a0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}




/*****************************************************************************
	アクセス
*****************************************************************************/
.access_box.access {
	width: 940px;
	margin: 0 auto;
}
.access_details {
	max-width: 426px;
	margin-right: 40px;
	width: 100%;
}
/*****************************************************************************
	メニュー詳細 
*****************************************************************************/
ul.menutextbox {
	padding-left: 40px;
	max-width: 780px;
}
ul.menutextbox li:nth-child(2) {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
}
ul.menutextbox li:nth-child(1) {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #0362A2;
	color: #000;
}
ul.menutextbox li:nth-child(3) {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	color: #000;
}
ul.menutextbox li:nth-child(4) {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	color: #000;
}
ul.menutextbox li:nth-child(4) b {
	font-size: 18px;
}
ul.menutextbox li:nth-child(3) span{
	font-size: 18px;
	font-size: 1.8rem;
}
ul.menutextbox.voice li:nth-child(4),
ul.menutextbox.voice li:nth-child(5) {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
}
ul.menutextbox.voice li:nth-child(4) b,
ul.menutextbox.voice li:nth-child(5) b {
	font-size: 16px;
}
#menu h3 {
	text-align:left;
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
	color:#cfa972;
	border-bottom:2px solid #cfa972;
	margin-bottom:0.5em;
}
#menu h3 span {
	font-size:1em;
	padding-left:0.5em;
}
#menu .col {
	margin-bottom: 30px;
	position: relative;
}
#menu .col:nth-child(3), #menu .col:nth-child(4) {
	margin-bottom: 0px;
}
.menuimgbox {
	width: 324px;
}
.menu_details_title + ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #a0a0a0;
}
.menu_details_title + ul li h4 {
	color: #0362A2;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.menu_details_title {
	font-size: 18px;
	font-size: 1.8rem;
	background: #0362A2;
	padding: 10px 40px;
	margin-bottom: 30px;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
}
.menu_details_txt {
	padding: 30px 40px 60px;
}
.pager{
	width:100%;
}
.pager.f_box > div{
	width: calc(100%/3);
}

/*****************************************************************************
	footer
*****************************************************************************/
footer{
	background:#0362A2;
}
footer.icon {
	padding:1.5em 0;
	border-bottom:1px solid #333333;
	margin-bottom:1.5em;
}
footer.icon a {
	display:block;
	margin:0 0.5em;
	line-height:100%;
}
footer nav a {
	font-size:20px;
	font-size:2.0rem;
}
p.copy {
	color:#fff;
	padding:0.5em 0;
	text-align:center;
}
/******************************************************************************
	Post
******************************************************************************/
section#post > article.sub, section#post > .article.sub{
	background: #fff;
	padding: 30px;
}

#post .color-box {
    background: #fff;
    padding: 0 30px 20px;
    max-width: 580px;
    margin: 40px auto;
    font-size: 15px;
    line-height: 1.6;
}
#post .clearfix {
    display: block;
}
#post .check-ttl {
    font-size: 17px;
    font-weight: bold;
    color: #0064af;
    background: url('./img/common/check-red.png') no-repeat left top;
    padding: 0 0 8px 22px;
    line-height: 1.5;
	text-align: left;
}

#post .check_box{
	background: #E4F0F8;
	padding: 0 15px;
	margin: 0 4px;
}


#post .category.type2{
	background: #0362A2;
	padding: 4px 10px;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}
#post ul.list{
	max-width: 940px;
	margin: 0 auto;
}
#post ul.list li{
	width: 100%;
	padding: 8px 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 3px solid #36c9d9;
}
#post ul.list li span{
	margin-left: 40px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
}
#post .side{
	margin-bottom: 60px;
}
/* #post .side */
#post .side h3 {
	font-size:18px;
	font-size:1.8rem;
	text-align:left;
	background: #0362A2;
	color:#fff;
	padding: 5px 15px;
	font-family: 'Noto Serif', serif;
	text-transform:uppercase;
}
#post .side li a:hover {
	background:rgba(98,98,210,0.1);
}
#post .side li a {
	padding:1em 1em;
}
#post .side li{
	position:relative;
	font-size:16px;
	font-size:1.6rem;
	line-height:100%;
	border-bottom:1px solid #909090;
}
#post .side li:last-child{
	margin-bottom: 40px;
}
/* Category */
#category p.category {
	margin:0 1em 0 0;
}
#category p.category span{ 
	padding:0.2em 0.5em;
}
/* Recent */
#recent li a {
	font-size:14px;
	font-size:1.4rem;
	padding:1.5em 0;
}
#recent p {
	line-height:200%;
	color: #333;
}
/* Archive */
#post .side #archive li a {
	display:block;
	padding:1em 0 1em 1.2em;
}
/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
	font-size:16px;
	font-size:1.6rem;
	padding-top: 1em;
}
#post .content img {
	max-width:100%;
	height:auto;
}
#post.single h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:140%;
	margin:1em 0;
}
/************************************************************************************
	single paging
************************************************************************************/
.single_paging {
	width:100%;
	border:0px solid #b09d7c;
	margin:20px 0 20px 0;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
}
.single_paging > div a{
	padding:0.5em 1em;
	width:130px;
	background:#ffffff;
	color:#666666;
}
.single_paging > div a .title {
	-webkit-line-clamp: 2;
}
.single_paging figure {
	text-align:center;
	min-width:100px;
	width:100px;
	height:100px !important;
	margin-right:1em;
	border-radius:100px;
	overflow:hidden;
}
.single_paging .page-numbers.current {
	background-color:#e7f3e9;
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 1px;
	text-align:center;
	border:1px solid #f2efeb;
	border-radius: 0;
	line-height:3em;
	color: #0362A2;
	font-size:16px;
	font-size:1.6rem;
}

#pager .wp-pagenavi .extend{
	border: none;
	background: none;
}
#pager .wp-pagenavi .page.larger{
	border:1px solid #eee;
	border-radius: 5px;
}
#pager .current, .wp-pagenavi > *:hover, #pager .wp-pagenavi a:hover {
	border:1px solid #0362A2;
	border-radius: 5px;
	background:#0362A2;
	color:#fff;
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	color: #0362A2;
	margin-bottom:0.2em;
	border-radius: 5px;
}
/*****************************************************************************
	footer
*****************************************************************************/
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-size:1.5rem;
	line-height:120%;
	z-index:2;
	padding: 0;
	position: absolute;
	color: #0362A2;
}
nav#bread ol{
	margin:0 auto;
	padding:1em 20px;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li:after {
	content: ">";
	padding-left:1em;
	padding-right:1em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
nav#bread a {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    position: relative;
}
nav#bread a::after {
    content: '';
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 13px;
		font-size: 1.3rem;
		line-height: 120%;
    color: #d7d7d7;
    font-weight: normal;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/
/*
section div.picture {
	position:relative;
}
section article.swap div.picture figure {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
section article.swap div.picture figure.active {
	opacity:1;
}
section article.swap div.thumb_list figure {
	cursor:pointer;
}
section article.swap div.thumb_list figure img {
	width:inherit;
}
*/
/************************************************************************************
 contact
************************************************************************************/
#contact{
	font-size: 18px;
	font-size: 1.8rem;
	width: 860px;
	margin: 0 auto;
	padding: 0 100x;
}
#contact input.p-postal-code{
	width: 8rem !important;
}
#contact dl {
	width: 655px;
	margin:0 auto 60px;
}
#contact dt {
	min-width: 200px;
	padding: 0.5em 0;
	float: left;
}
#contact dt span.gray {
	color:#e0e0e0;
}
#contact dd {
	min-width:100%;
	margin-bottom:2em;
	margin-left:0px;
}
#contact  input[type="text"],#contact  input[type="email"] {
	font-size: 16px;
	font-size: 1.6rem;
	width:100%;
	height: 32px;
	padding: 0.5em;
	resize:none;
	border: 1px solid #e6e4e4;
	background:#fff;
}
#contact  textarea {
	font-size: 16px;
	font-size: 1.6rem;
	width:100%;
	padding: 0.5em;
	resize:none;
	border: 1px solid #e6e4e4;
	background:#fff;
}
#contact  input:focus,#contact  textarea:focus {
	content:"";
	border:1px solid #666666;
}
.description,.preview_description{
	margin-bottom: 60px;
}
#contact .btn:first-child, #contact .mw_wp_form_preview .description, #contact .preview_description{
	display: none;
}
#contact .mw_wp_form_preview .contact_preview_btn{
	width: 550px;
	margin: 0 auto;
}
#contact .mw_wp_form_preview .btn:first-child{
	margin-right: 10px;
}
/*
#contact .mw_wp_form_preview .btn:first-child input[type="submit"] {
	padding: 8px 0;
}
*/
#contact .mw_wp_form_preview .btn:first-child:after {
  content: "";
}
#contact .mw_wp_form_preview .btn:last-child{
	margin-left: 10px;
}
#contact .mw_wp_form_preview .btn:last-child:hover{
	background-color: #000;
}
#contact .mw_wp_form_preview .btn:first-child, #contact .mw_wp_form_preview .preview_description, #contact .mw_wp_form_complete .btn {
	display: block;
}
#contact .mw_wp_form_preview dl dd span{
	display: none;
}
#contact .mw_wp_form_complete .btn{
	padding: 15px 30px;
	margin: 0 auto;
}
#contact  input[type="submit"] {
	cursor: pointer;
	display: block;
	padding: 15px 30px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
}
#contact .btn{
	padding: 0;
}
#contact p {
	text-align:center;
	line-height: 1.5;
}
#contact span.key{
	min-width: 130px;
	padding-top: 2px;
	display: block;
	text-align: left;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	border-radius: 5px;
	background: #888;
	border: 1px solid #666;
}
.mw_wp_form .error {
  display: initial !important;
}
.mw_wp_form_confirm .send {
	display:none;
}
p.label {
	margin-right:0.5em;
}
p.label span{
	position:relative;
	font-size:12px;
	font-size:1.2rem;
	color:#ffffff;
	letter-spacing:0;
	line-height:100%;
	padding:0.5em 1em;
	background:#0362A2;
}
p.label span.noneed {
	background:#999999;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
	-webkit-transition:all 0.3s ease-in-out;
			transition:all 0.3s ease-in-out;
}
.scrollup {
	opacity:0;
    -webkit-transform: translateY(30px);
  			  transform: translateY(30px);
	-webkit-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.scrollup.action {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
.scrollSlide {
	opacity:0;
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollSlide.top {
	opacity:0;
    -webkit-transform: translateY(-30px);
  			  transform: translateY(-30px);
}
.scrollSlide.left {
	opacity:0;
    -webkit-transform: translateX(30px);
  			  transform: translateX(30px);
}
.scrollSlide.right {
	opacity:0;
    -webkit-transform: translateX(-30px);
  			  transform: translateX(-30px);
}
.scrollSlide.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
	opacity:1;
}
.scrollZoom {
	opacity:0;
    -webkit-transform: scale3d(0 ,0 , -1);
  			  transform: scale3d(0 ,0 , -1);
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollZoom.action {
    -webkit-transform: scale3d(1 ,1 ,1);
    transform: scale3d(1 ,1 ,1);
	opacity:1;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.zoom:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.scrollup.deco figure{
	background-size: 1000% 1000%;
	-webkit-transition:all 1.5s linear;
					transition:all 1.5s linear;
}
.scrollup.deco.action figure{
  background-size: 100% 100%;
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}

.scroll {
	-webkit-animation: pop 2s infinite;
			animation: pop 2s infinite;
}
@-webkit-keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
}
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px);
}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
} }

@keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
}
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px);
}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
} 
}
/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


/* 修正 ==========================
.kvtxt {
    top: 20%;
}
 */

.move_info{
	max-width: 1200px;
	margin:0 auto;
	margin-top: 80px;
	text-align: center;
}
.move_info_inner img{
	width: 50%;
	border: solid 1px #ddd;
}
.move_info_inner {
	text-align: center;
}

@media screen and (max-width:769px){
	.move_info{
	margin-top: 50px;
	}
	.move_info_inner img{
	width: 70%;
	}
}
#home .news{
	margin-top: 44px;
	border-top: 4px solid #0362A2;
	border-bottom: 4px solid #0362A2;
}
#home .-townnews .news {
	margin-top: 0;
}
#home .news > div{
	padding: 1em;
}
#home .news .label{
	background: #0362A2;
	color: #ffffff;
}
#home .news .info{
	background: #e8eff6;
	border-bottom: 1px solid #0362A2;
	min-height: 160px;
  padding: 0 0 .5em 0;
}
#home .news .info li{
	width: 100%;
	padding: 10px 1.5em;
}
#home .news .info .news_txt{
	margin-left: 1em;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    line-height: 160%;
}
#home .news .info .news_link{
	height: auto;
}
#home .news .info .news_link_btn{
	color: #0362A2;
	border: 1px solid #0362A2;
	margin-left: auto;
	margin-right: auto;
    line-height: 140%;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 16px;
	font-size: 1.6rem;
	padding: 0.2em 1.5em;
	display: inline-block;
}
@media screen and (min-width: 770px){
	#home .news .label {
		text-align: right;
		font-size: 18px;
		font-size: 1.8rem;
		width: -webkit-calc(20%);
		width: calc(20%);
		min-width: calc(20%);
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#home .news .info{
		width: -webkit-calc(80%);
		width: calc(80%);
	}
	#home .news .info li{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#home .news .info .news_date{
		width: 120px;
		min-width: 8em;
		height: auto;
	}
	#home .news .info .news_cat{
		width: 16.5em;
		height: auto;
		font-size: 16px;
		min-width: 13.5em;
	}
	#home .news .info .news_txt{
		width: calc(70%);
		padding-right: 1.5em;
	}
	#home .news .info .news_link{
		width: calc(10%);
		min-width: calc(10%);
	}
}
@media screen and (max-width: 769px) {
	#home .news .label {
		text-align: center;
		font-size: 2.0rem;
		width: 100%;
	}
	#home .news .info{
		width: 100%;
	}
	#home .news .info li{
		-ms-flex-wrap: wrap;
		  flex-wrap: wrap;
		  padding: 10px 1.2em;
	}
	#home .news .info .news_date{
		width: 8em;
		font-size: 15px;
	}
	#home .news .info .news_cat{
		font-size: 12px;
	}
	#home .news .info .news_txt{
		width: calc(100% - 92px);
	}
	#home .news .info .news_link{
		width: 100%;
		margin-top: 8px;
		text-align: right;
	}
	#home .news .info .news_link_btn{
		padding: 0.2em 1em;
	}
}
.about_txt{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
nav.group {
	padding:2em 0;
	width:100%;
}
nav.group a {
	line-height:100%;
	text-align: left;
}
nav.group a span{
	display: inline;
}
.footer_nav_icon{
	color: #0362A2;
}
nav.group a:hover .footer_nav_icon{
	color: #0362A2;
	opacity: .7;
}
@media screen and (max-width:767px) {
	nav.group {
		padding:0;
	}
	nav.group a{
		width:100%;
		padding:0.8em 0.5em 1em 1.5em;
		border-bottom:1px solid #9b9271;
	}
	nav.group ul li a {
		padding-left:1.5em;
	}
}
@media screen and (min-width: 768px) {
	nav.group .footer_nav_box:not(:first-child){
		margin-top: 30px;
	}
	nav.group ul li{
		padding: 8px 0;
	}
	nav.group ul li:first-child{
		margin-top: 8px;
	}
}
.voice_mv{
	background:url(./img/voice/voice_mainvisual.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 767px) {
	.voice_mv{
		background-image: url(./img/voice/voice_mainvisualsp.jpg);
	}
	.index-works li{
		width:100%;
		margin:0 0 30px 0;
	}
}
div.screen {
	width:70%;
}
.voiceMove {
	max-width:350px;
	width:100%;
	display:flex;
	justify-content:space-around;
margin:0 auto;
padding:2em 1em 0 1em;
}
.voiceMove p {
	display: block;
	max-width:150px;
	width:100%;
	padding:0.5em 0;
	margin:0;
}
.voiceMove p a{
	display:block;
}
@media screen and (max-width: 768px) {

.voiceMove p {
	max-width:130px;
	font-size:13px;
}
}
.staff .article.sub.f_box{
	padding-top: 0;
}
.top_slide_wrap{
	position: relative;
	margin-top: 44px;
}
.top_slide_item{
	padding: 0 20px;
}
.top_slide_item img{
	width: 100%;
}
.slick-arrow{
	position: absolute;
	top: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 100%;
}
.slick-prev{
	left: calc(20% - 20px);
	transform: translateX(-50%);
}
.slick-next{
	right: calc(20% - 20px);
	transform: translateX(50%);
}
.slick-arrow span{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:#143651;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top_slide_arrow::before, .top_slide_arrow::after{
	right: calc(50% - 6px);
	bottom: calc(50% - 6px);
	width: 14px;
	height: 3px;
	content: '';
	position: absolute;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
}
.slick-prev .top_slide_arrow::before{
	top: calc(50% - 5px);
	transform: rotate(-45deg);
}
.slick-prev .top_slide_arrow::after{
	bottom: calc(50% - 6px);
	transform: rotate(45deg);
}
.slick-next .top_slide_arrow::before{
	top: calc(50% - 5px);
	transform: rotate(45deg);
	right: calc(50% - 8px);
}
.slick-next .top_slide_arrow::after{
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
	right: calc(50% - 8px);
}
@media screen and (max-width: 767px){
	.top_slide_wrap{
		margin-top: 30px;
	}
	.top_slide_item{
		padding: 0 8px;
	}
	.slick-prev{
		left: 0;
	}
	.slick-next{
		right: 0;
	}
	.slick-prev .top_slide_arrow::before{
		right: calc(50% - 18px);
	}
	.slick-prev .top_slide_arrow::after{
		right: calc(50% - 18px);
	}
	.slick-next .top_slide_arrow::before{
		right: calc(50% + 2px);
	}
	.slick-next .top_slide_arrow::after{
		right: calc(50% + 2px);
	}
}
.top_bnr{
	display: flex;
	margin: 44px auto 0;
	text-align: center;
  align-items: flex-start;
}
.bnr_campaign {
  max-height: 528px;
  padding-left:1.5em;
}
.top_bnr img{
	max-width: 100%;
}
.top_bnr_text{
	margin-top: 20px;
	text-align: center;
}
.top_bnr_link{
	text-decoration: underline;
}
section.bg_center.top_about_2{
	margin: 0 auto 180px;
	padding: 50px 0 20px;
}
@media screen and (max-width: 767px){
.bnr_campaign {
  padding-left:0em;
}
.top_bnr{
  display: block;
}
.top_bnr-item {
  margin-top:1em;
}
	#home #about{
		margin-bottom: 20px;
	}
	section.bg_center.top_about_2{
		margin: 0 auto 100px;
		padding-top: 0;
	}
}
section.bg_center.top_about_2 > .article{
	margin-top: 0;
	margin-bottom: 0;
}
.ba.blank.last.about_list_item{
	margin-bottom: 0;
}
.about_bnr{
	margin: 30px auto;
	text-align: center;
	display: block;
}
.about_bnr img{
	width: 100%;
	max-width: 1040px;
}
_:-ms-fullscreen, :root #menu .col {
	display: inline-block;
}
.social a{
	margin: 0 4px;
}
.social a:last-child{
	margin-top: 4px;
}
@media screen and (min-width: 770px){
	.social{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
}
@media screen and (max-width: 769px){
	.social{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*awardに全て表示*/
#award h2{
	display: block;
	border-left: 5px solid #0067ad;
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #0067ad;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

#award blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
/* img */ 
#award .aligncenter {
    display: block;
    margin: 0 auto;
}
#award img[class*="wp-image-"],
#award img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
#award .clearfix {
    overflow: hidden;
    zoom: 1;
}
#award .clearfix:after {
    content: "";
    display: block;
    clear: both;
}




#award p {
    padding: 0 0 1em 0;
}

#award img{
	max-width: 100%;
	height: auto;
}
#award table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
}
#award table th {
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
  width: 9em;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#award table td {
    border: 1px solid #ccc;
    width: auto;
    padding: 10px;
}
#award #thumbs label{
	display: block;
	position: relative;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	max-height: 290px;
}

#award #thumbs label .gallery01-txt01-wrap {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    line-height: 1;
    background-color: rgba(0,0,0,0.6);
}
#award .gallery01-txt01 {
    display: block;
    width: auto;
    padding: 10px 20px;
    color: #fff;
}

/*
#award h3{
	display: block;
	border-left: 5px solid #0067ad;
	padding: 0 0 5px 10px;
	font-size: 18px;
	color: #0067ad;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #0067ad;
	margin-bottom: 20px;
}
*/
#award iframe{
	display: block;
	margin: 0 auto;
}
#award h3 {
    position: relative;
    color: #0067ad;
    background: #fff;
    font-size: 24px;
    border-bottom: 1px solid #0067ad;
    margin: 0px 0px 30px 00px;
    padding: 0px 5px 10px 10px;
    text-align: left;
    font-weight: bold;
}

#award h3:before {
	content: "";
position: absolute;
top: 100%;
height: 0;
width: 0;
    left: 39px;
    border: 10px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 10px;
    border-top: 10px solid #0067ad;
}
#award h3:after {
	content: "";
position: absolute;
top: 100%;
height: 0;
width: 0;
    left: 40px;
    border: 9px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 9px;
    border-top: 9px solid #fff;
}

#award h4{
	position: relative;
	color: #0067ad;
	font-size: 22px;
	border-bottom: 1px solid #0067ad;
	margin: 20px 0px 30px 00px;
	padding: 10px 5px 10px 10px;
}
/*
#award figure.award {
    max-height: 274px;
}
*/
#award figure.award + p{
	font-size: 18px;
	padding: 5px 0 10px;
}
@media screen and (max-width:769px){
	#award .post .w50s{
		width: 100%;
	}
}
section#award > .article.sub{
	background-color: transparent;
	width: 100%;
	padding: 0;
}
section#award .article.sub li{
	width: 100%;
	max-width: 1000px;
    background: #fff;
	padding: 50px 70px;
	margin: 0 auto;
}
section#award .article.sub li:not(:first-child){
	margin-top: 50px;
}
.gaina_youtube_wrap {
    position: relative;
    width: 100%;
}
.gaina_youtube_wrap:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.gaina_youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-img-menu {
	position: relative;
}
.c-img-menu:after {
	display: block;
	content: "";
	padding-bottom: 75%;
}
.c-img-menu img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

#contact dl dd.checkmedia p {
	text-align: left;
}

@media screen and (max-width:769px){
	.btn_menu_details a {
		margin: 0 auto;
		padding: 10px 22px;
	}
}
.kv_wrap {
	max-width: 1800px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	padding-top: 150px;
	justify-content: center;
	max-width: 100vw;
}
.ban {
	max-width: 150px;
}
.ban img {
	max-width: 150px;
	width: 17vw;
	height: auto;
}
@media screen and (min-width:769px){
.slide img {
	/* width: 100vw !important; */
	top: 0 !important;
	height: auto !important;
}
}
.main_wrap {
	max-width: 1300px;
	width: 64vw;
	max-width: 100vw;
	width: 100%;
}
.ban a {
	display: block;
	margin-bottom: 1em;
}
#mainVis {
	margin-top: 0;
}
.slide {
}
.mainVisNavbox ,.kvcontrol {
	display: none;
}
@media screen and (max-width:769px){
	.main_wrap {
		width: 100%;
	}
	.kv_wrap {
		flex-wrap: wrap;
		padding-top: 0;
	}
	.ban {
		margin-top: 1em;
		display: flex;
		max-width: 100%;
		width: 100%;
		justify-content: space-around;
		align-items: center;
		text-align: center;
	}
	.ban.order_2 {
		order: 2;
	}
	.ban a {
		flex: 1;
		width: 100%;
		margin: 0;
	}
	.ban img {
		width: 100%;
	}
}
.mainVisNavbox, .kvcontrol {
	display: none;
}

@media screen and (max-width:1199px){
	header p.header_catch {
		font-size: 14px;
	}
}
#home .news .info li {
	padding: 0;
}
#home .news .info .news_link_btn {
	padding: .2em .5em;
	font-size: 14px;
}
#home .news .info .news_link {
	width: auto;
}
@media screen and (min-width:770px){
	.is-sp {
		display: none;
	}
	#home .news .label {
		justify-content: center;
	}
}
@media screen and (max-width:769px){
	.is-pc {
		display: none;
	}
	.newsBox {
		display: block;
	}
	.news+ .news {
		margin-top: 0 !important;
	}
}
.newsBox.-townnews {
	width: 50%;
    text-align: center;
    margin: 70px auto 20px;
}
@media screen and (max-width:769px){
	.newsBox.-townnews {
		width: 100%;
	    margin: 0;
	}
}
#home .news .info .news_cat,
#home .news .info .news_date {
	min-width: 0;
}
#home .news {
	flex: 1;
}
#home .news .info
 {
	padding: .5em 1em;
	line-height: 1.4;
	font-size: 13px;
}
#home .news .info .news_cat
 {
	padding: 0 1em 0 1em;
	line-height: 1.4;
	font-size: 13px;
}
#home .news .info li {
	flex-wrap: wrap;
	line-height: 1.4;
}
#home .news .info li {
	padding: .5em 0 0 0;
}
#home .news .info .news_date {
	white-space: nowrap;

}
#home .news .info .news_cat {
}
#home .news .info .news_txt {
	display: flex;
	align-items: center;
	margin: 0;
	max-width: 85%;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	color: #0362A2;
	font-weight: bold;
}
#home .news .info .news_link {
	width: 50px;
	margin: 0;
}
header p.header_catch.recruit {
	background: #ff3333;
}
.alignleft {
	float: none;
	text-align: left;
}
.townnews-img-wrap {
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.townnews-img {
	max-width: 900px;
	width:100%;
	height: auto;
}

/*****************************************************************************
カテゴリ検索
*****************************************************************************/
.search-sec {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 33% 33% 33%;
	letter-spacing: .05em;
	margin: 0 -10px 25px;
}
@media screen and (max-width:769px){
	.search-sec {
		display: block;
		margin: 0 0 40px;
	}
}
.search-sec-btn {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 48px;
	color: #0062a1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 10px 25px;
	padding: 0 25px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 25px;
	transition: border-radius .3s;
	cursor: pointer;
	text-align: left;
}
@media screen and (max-width:769px){
	.search-sec-btn {
		font-size: 16px;
		font-size: 1.6rem;
		width: 100%;
		margin: 0;
	}
	.search-sec-btn:not(:nth-of-type(1)) {
		margin: 10px 0 0;
	}
}
.search-sec-btn:nth-of-type(1) {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.search-sec-btn:nth-of-type(2) {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.search-sec-btn:nth-of-type(3) {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}
.search-sec-btn:nth-of-type(4) {
	grid-row: 1 / 2;
	grid-column: 4 / 5;
}
.search-sec-btn.open {
	border: 1px solid #0062a1;
}
@media screen and (max-width:769px){
	.search-sec-btn.open {
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #0062a1;
		border-radius: 0;
	}
}
.search-sec-btn i {
	font-size: 20px;
	font-size: 2rem;
	transition: transform .3s;
}
.search-sec-btn.open i {
	transform: rotate(180deg);
}
.search-sec-select {
	display: none;
	grid-row: 2 / 3;
	grid-column: 1 / 5;
	line-height: 1.375;
	margin: 0 10px 25px;
	padding: 55px 60px 45px;
	background: #fff;
	border: 1px solid #eee;
}
@media screen and (max-width:769px){
	.search-sec-select {
		margin: 0;
		padding: 25px 20px 15px;
		border-top: 0;
	}
}
.search-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px !important;
}
@media screen and (max-width:769px){
	.search-sec-list {
		display: block;
		margin: 0 !important;
	}
}
.search-sec-list-item {
	width: calc(50% - 40px) !important;
	margin: 0  20px !important;
	padding: 0 0 10px 15px;
}
@media screen and (max-width:769px){
	.search-sec-list-item {
		width: 100% !important;
		margin: 0 !important;
	}
}
.search-sec-list-item::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: #0062a1;
	border-radius: 50%;
}
.search-sec-list-link {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0062a1;
}
@media screen and (min-width:770px){
	.search-sec-list-link:hover {
		text-decoration: underline;
	}
}

.search-sec-select.is-color {
	padding: 55px 60px 35px;
}
@media screen and (max-width:769px){
	.search-sec-select.is-color {
		padding: 25px 20px 10px;
	}
}
.search-sec-color-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px !important;
}
.search-sec-color-list-item {
	width: calc(20% - 20px) !important;
	margin: 0  10px !important;
	padding: 0 0 20px;
}
@media screen and (max-width:769px){
	.search-sec-color-list-item {
		width: calc(50% - 20px) !important;
		padding: 0 0 15px;
	}
}
.search-sec-color-list-link {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0062a1;
	display: flex;
}
@media screen and (min-width:770px){
	.search-sec-color-list-link:hover {
		text-decoration: underline;
	}
}
.search-sec-color-list-ico {
	display: flex;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
.search-sec-color-list-ico.is-border {
	border: 1px solid #eee;
}
@media screen and (max-width:769px){
	.search-sec-color-list-ico {
		margin: 0 5px 0 0;
	}
}
.search-sec-color-list-ico-inner {
	display: inline-block;
	width: 50%;
}
.search-sec-color-list-ico-inner:nth-child(1) {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.search-sec-color-list-ico-inner:nth-child(2) {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.search-sec-color-list-ico-inner:only-child {
	border: 1px solid #eee;
	width: 100%;
}

.search-sec-area-list {
	margin: 0 !important;
}
.search-sec-area-list-item {
	display: flex;
	width: 100% !important;
	margin: 0 !important;
}
.search-sec-area-list-item + .search-sec-area-list-item {
	margin: 15px 0 0 !important;
}
@media screen and (max-width:769px){
	.search-sec-area-list-item {
		display: block;
	}
}
.search-sec-area-list-ttl {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0062a1;
	width: 145px;
	padding: 2px 20px 10px 0;
}
@media screen and (max-width:769px){
	.search-sec-area-list-ttl {
		font-size: 16px;
		font-size: 1.6rem;
		width: 100%;
		padding: 0 0 10px;
	}
}
.search-sec-area-list-ttl::before {
	content: "■";
}
.search-sec-area-list-child {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 125px);
	margin: 0 -10px !important;
}
@media screen and (max-width:769px){
	.search-sec-area-list-child {
		width: calc(100% + 20px);
	}
}
.search-sec-area-list-child-item {
	width: calc(25% - 20px) !important;
	margin: 0  10px !important;
	padding: 0 0 10px;
}
@media screen and (max-width:769px){
	.search-sec-area-list-child-item {
		width: calc(50% - 20px) !important;
	}
}
.search-sec-area-list-child-link {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0062a1;
}
@media screen and (min-width:770px){
	.search-sec-area-list-child-link:hover {
		text-decoration: underline;
	}
}

.about_title.is-cover {
	padding-bottom: 40px;
}
.search-sec.is-cover {
	grid-template-columns: calc(100% /3) calc(100% /3) calc(100% /3);
}
.search-sec.is-cover .search-sec-select {
	grid-column: 1 / 4;
}

.search-sec.is-top .search-sec-btn {
	border: 1px solid #a6c8ea;
}
.search-sec.is-top .search-sec-btn.open {
	border: 1px solid #0062a1;
}
.search-sec.is-top .search-sec-select {
	border: 1px solid #0062a1;
}
@media screen and (max-width:769px){
	.search-sec.is-top .search-sec-select {
		border-top: 0;
	}
}

.search-sec-result {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:769px){
	.search-sec-result {
		width: 100%;
		margin: 0 0 -15px;
	}
}
@media screen and (max-width:769px){
	.result-sec-count {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: .05em;
		margin: 0 0 10px;
		text-align: right;
	}
}
.result-sec {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
@media screen and (max-width:769px){
	.result-sec {
		width: 100%;
	}
}
.result-sec-header {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
	display: flex;
	justify-content: space-between;
	padding: 45px 70px 0;
}
@media screen and (max-width:769px){
	.result-sec-header {
		display: block;
		padding: 35px 20px 0;
	}
}
@media screen and (max-width:769px){
	.result-sec-ttl {
		text-align: center;
	}
}
.result-sec-count-num {
	font-size: 30px;
	font-size: 3rem;
}
section#vioce > .result-sec > .article.sub {
	padding: 35px 70px 50px;
}
@media screen and (max-width:769px){
	section#vioce > .result-sec > .article.sub {
		padding: 25px 20px 20px;
	}
}
@media screen and (max-width:769px){
  .bnr_sodankai {
    width: 100%;
    height: auto;
  }
}
.nakama_banner {
  padding: 0 0 2em;
  text-align: center;
}
article.information {
  width: 50vw;
}

@media screen and (max-width:769px){
  article.information {
    width: 100vw;
  }
  article.information > * {
    width: 100% !important;
  }
}
.infoLink {
  text-align: center;
  padding: .5em;
}
.infoLink a {
  color: #0362A2;
  text-decoration: underline;
}
.main_wrap {
  width: 100vw;
}
.kv_wrap .ban {
  display: none;
}
.banner a img.ban10 {
  max-height: 140px;
}
.index-works .article.sub {
  max-width: 1340px !important;
  width: 100%;
}
.index-works .works {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.index-works li {
  max-width: 315px;
  width: 100%;
  margin: 0 10px 20px;
}
@media screen and (max-width:769px){
  .index-works li {
    max-width: 100%;
  }
}
.index-works li:first-child {
  margin-left: 0;
}
.index-works li:last-child {
  margin-right: 0;
}
.works-item .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

.main_wrap,
.top_slide_wrap,
.top_bnr,
.newsBox {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.information + .information .news{
	border-right: 4px solid #0362A2;
}

@media screen and (max-width: 769px) {
	.information + .information .news{
		border-right: none;
	}
}