@charset "UTF-8";
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 400;
  	src: url('fonts/NotoSansJP-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 500;
  	src: url("fonts/NotoSansJP-Medium.woff2") format("woff2");
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 700;
  	src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
	font-display: swap;
}

body {
  	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  	margin: 0;
  	padding: 0;
  	font-size: 16px;
　	line-height: 2em;
	letter-spacing: 0.1em;
  	position: relative;
  	background: #FFF;
	counter-reset: mycounter;
}
	@media only screen and (max-width: 767px) {
		body {
		font-size: 14px;
		}
	}

*{
  box-sizing:border-box; 
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0; }

p{
  line-height: 2.0em;
  margin-bottom: 30px;
}

header, section, navi, footer {
  display: block; }

a, ins {
  text-decoration: none; }

a:hover{
  color: #01519a;
}

address, em, cite, dfn, var {
  font-style: normal; }

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  color: #333; }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 0.1em; }

a {
  color: #025099; }

li {
  list-style: none; }

.default ul li{
  list-style-type: disc;
  margin: 0 0 10px 40px;
}

.katakana ol li{
  list-style-type: katakana;
  margin: 0 0 10px 40px;
}

.circle-number ol li{
  list-style: none;
  margin: 0 0 10px 0;
}
.circle-number ol li span {
  position: absolute;
  left: 0;
  margin: 0
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important; }

br.pcn {
  display: none; }
  @media screen and (max-width: 480px) {
    br.pcn {
      display: block; } }

@media screen and (max-width: 480px) {
  br.spn {
    display: none; } }

.tx-green{
  color: #51a000; }

/** table **/
.container table{
	border-collapse: collapse !important;
	border: none !important;
	margin: 0;
	width: 100% !important;
}

.container table th{
	border-right: none !important;
	border-top: 1px solid #01519a !important;
	border-bottom: 1px solid #01519a !important;
	padding: 20px 20px 20px 0px !important;
	text-align: left;
	font-weight: bold;
	width: 25%;
}

.container table td{
	border-right: none !important;
	border-top: 1px dotted #CCCCCC !important;
	border-bottom: 1px dotted #CCCCCC !important;
	padding: 20px 20px 20px 30px !important;
	line-height: 2.0em;
}

@media only screen and (max-width: 1024px) {
	.container table{
		width: 100% !important;
	}
	.container table th{
		width: 100% !important;
		display: block;
		padding: 15px 0px 15px 0px !important;
		border-bottom: none !important;
	}
	.container table td{
		width: 100%;
		display: block;
		padding: 15px 0 15px 15px !important;
	}
}

@media screen and (max-width: 1024px) {
  .onlyPC {
    display: none; } }

.onlySP {
  display: none; }
  @media screen and (max-width: 1024px) {
    .onlySP {
      display: initial; } }

.anime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }

.move {
  opacity: 1; }

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all .5s;
  transition: all .5s; }

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s; }

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.delay1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }
  @media screen and (max-width: 480px) {
    .delay1 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }
  @media screen and (max-width: 480px) {
    .delay2 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay3 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }
  @media screen and (max-width: 480px) {
    .delay3 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay4 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }
  @media screen and (max-width: 480px) {
    .delay4 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay5 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }
  @media screen and (max-width: 480px) {
    .delay5 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

/* ヘッダー
------------------------------------------ */
.header {
  	position: fixed;
  	top: 0;
	background: #fff;
  	width: 100%;
  	height: 100px;
  	margin: 0 auto;
	padding: 0;
	z-index: 10;
	}
  	@media screen and (max-width: 1024px) {
		.header{
		width: auto;
		height: 60px;
  		padding: 0 60px 0 12px;
		margin: 0;
		background: #fff !important;
		}
	}
	
.header.scroll-nav {
	width: 100%;
	right: 0;
  	left: 0;
  	height: 100px;
  	padding: 0;
  	margin: 0 auto;
  	vertical-align: middle;
  	background: #fff;
	}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav {
      		height: 60px;
	  	padding 0 60px 0 12px !important;
  		background: #fff;
		}
	}
.header .inner{
  	width: 1140px;
  	margin: 0 auto;
  	box-sizing: border-box;
  	transition: 0.2s;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
  	align-items: center;
	}
	@media only screen and (max-width: 1024px) {
		.header .inner{
  		justify-content: start;
		}
	}
.header .site-branding img {
	margin: 8px auto 0 0;
	max-width: 230px;
	height: auto;
	}
	@media only screen and (max-width: 1024px) {
		.header .site-branding img{
		margin: 5px 0 0 0;
		max-width: 140px;
		height: auto;
		padding: 0 !important;
		}
	}

.header.scroll-nav .site-branding img{
  	margin: 8px auto 0 0;
	max-width: 230px;
	height: auto;
	}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav .site-branding img {
		margin: 5px 0 0 12px;
		max-width: 140px;
		height: auto;
		padding: 0 !important;
		}
	}
.header .header-nav{
	margin: 5px 0 0 auto;
	}
	@media screen and (min-width: 1025px) and ( max-width:1300px) {
		.header .header-nav{
		margin: 5px 100px 0 auto;
	}
}
	@media screen and (max-width: 1024px) {
		.header .header-nav{
		display: none;
	}
}
.header .header-description{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	}
  	@media only screen and (max-width: 1024px) {
		.header .header-description{
		display: none;
		}
	}
.header .header-tel{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	text-align: right;
	line-height: 1.0;
	}
  	@media only screen and (max-width: 1024px) {
		.header .header-tel{
		display: none;
		}
	}
.header ul.menu_icon{
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 0em;
	}
	@media only screen and (max-width: 1024px) {
		.header ul.menu_icon{
		display: none;
		position: absolute;
		top: 107%;
		right: 50px;
		}
	}
.header ul.menu_icon li:first-child{
	margin: 0;
}

.header ul.menu_icon li{
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
}

.header ul.menu_icon li img{
	max-width: 30px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.header ul.menu_icon li img{
		max-width: 22px;
		height: auto;
	}
	.header ul.menu_icon li{
		margin: 0 0 0 5px;
	}
}

/* モバイルメニュー
------------------------------------------ */
/*スマートフォン電話ボタン*/
.sp-telephone{
	display: none;
}
@media screen and (max-width: 1024px) {
	.sp-telephone {
		display: block;
  		position: fixed;
  		z-index: 10;
  		top: 0;
  		right: 61px;
  		cursor: pointer;
  		width: 60px;
  		height: 60px;
  		background: #01519a;
}
	.sp-telephone img{
  		width: 17px;
  		height: auto;
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		margin: auto;
	}
}

/*ボタン外側*/
.openbtn {
  	position: fixed;
  	z-index: 9999; /*ボタンを最前面に*/
  	top: 0;
  	right: 0;
  	cursor: pointer;
  	width: 80px;
  	height: 80px;
  	background: #01519a;
}
.scroll-nav .openbtn{
  	width: 60px;
  	height: 60px;
}
.openbtn:hover {
	background: #00b1d9;
}
/*ボタン内側*/
.openbtn span {
  	display: inline-block;
  	transition: all .4s; /*アニメーションの設定*/
  	position: absolute;
 	 right: 20px;
  	height: 2px;
  	background-color: #fff;
}
.scroll-nav .openbtn span{
  	right: 15px;
}
.openbtn span:nth-of-type(1) {
  	top: 27px;
  	width: 30%;
}
.scroll-nav .openbtn span:nth-of-type(1) {
  	top: 17px;
  	width: 30%;
}
.openbtn span:nth-of-type(2) {
  	top: 40px;
  	width: 40%;
}
.scroll-nav .openbtn span:nth-of-type(2) {
  	top: 30px;
  	width: 40%;
}
.openbtn span:nth-of-type(3) {
  	top: 53px;
  	width: 50%;
}
.scroll-nav .openbtn span:nth-of-type(3) {
  	top: 43px;
  	width: 50%;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  	top: 32px;
  	left: 23px;
  	transform: translateY(6px) rotate(-45deg);
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(1) {
  	top: 22px;
  	left: 15px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  	top: 44px;
  	left: 23px;
  	transform: translateY(-6px) rotate(45deg);
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(2) {
  	top: 34px;
  	left: 15px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(3) {
  	display: none;
}

@media only screen and (max-width: 1024px) {
  	.openbtn {
    		width: 60px;
    		height: 60px;
  	}
	.scroll-nav .openbtn{
	  	width: 60px;
	  	height: 60px;
	}
  	.openbtn span {
    		height: 1px;
    		right: 15px;
  	}
  	.scroll-nav .openbtn span {
    		height: 1px;
    		right: 15px;
  	}
  	.openbtn span:nth-of-type(1) {
    		top: 20px;
    		width: 30%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(1) {
    		top: 20px;
    		width: 30%;
  	}
  	.openbtn span:nth-of-type(2) {
    		top: 29px;
    		width: 40%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(2) {
    		top: 29px;
    		width: 40%;
  	}
  	.openbtn span:nth-of-type(3) {
    		top: 38px;
    		width: 50%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(3) {
    		top: 38px;
    		width: 50%;
  	}
  	.openbtn.active span:nth-of-type(1) {
    		top: 22px;
    		left: 15px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(1) {
    		top: 22px;
    		left: 15px;
  	}
  	.openbtn.active span:nth-of-type(2) {
    		top: 34px;
    		left: 15px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(2) {
    		top: 34px;
    		left: 15px;
  	}
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    	position:fixed;
    	z-index: 999;
    	/*ナビのスタート位置と形状*/
	top:0;
    	right: -120%;
	width:100%;
    	height: 100vh;/*ナビの高さ*/
	background:#fff;
    	/*動き*/
  	transition: all 0.6s;
}
	
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    	right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh; /*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav div.g-nav-group {
	display: none; /*はじめは非表示*/
}
#g-nav.panelactive div.g-nav-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5%;
}
/*リストのレイアウト設定*/
#g-nav dl {
  	width: 35%;
  	padding: 8% 0;
  	font-size: 16px;
}
#g-nav dt {
  	margin: 0;
  	color: #fff;
}

#g-nav dd {
  	margin: 0 0 1em 0;
  	padding: 0;
}
#g-nav ul {
  	margin: 0;
}
#g-nav li {
  	margin: 0;
  	list-style-type: none;
}
#g-nav dl.g-nav-left{
  	padding-left: 10%;
}
#g-nav dl.g-nav-right{
  	padding-left: 10%;
}
#g-nav dl.g-nav-left ul{
  	margin: 50px 0 0 0;
}
#g-nav dl ul.sns li a{
  	padding: 5px 0 5px 40px;
  	letter-spacing: 0.1em;
  	display: block;
}
#g-nav dl ul.sns li:first-child a{
  	background: url(../img/common/menu_instagram.png) no-repeat left center;
  	background-size: 30px auto;
  	margin: 0 0 5px 0;
}
#g-nav dl ul.sns li:last-child a{
  	background: url(../img/common/menu_facebook.png) no-repeat left center;
  	background-size: 30px auto;
}

#g-nav dl ul.info li{
  	margin: 0 0 0 15px;
}

#g-nav dl ul.info li:first-child{
  	font-size: 30px;
  	letter-spacing: 0.1em;
  	margin: 0 0 10px 25px;
}

#g-nav dl .link_box{
	display: block;
}

#g-nav dl .link_box a{
	display: block;
    	width: auto;
	font-size: 100%;
	color: #fff;
	padding: 20px 0 20px 0;
    	margin: 40px auto 0 auto;
	text-align: center;
	text-decoration: none;
	background: #01519a;
	border-radius: 3px;
}

#g-nav dl .link_box a:hover{
	color: #fff;
	background: #00b1d9;
	text-decoration: none;
}

#g-nav dl.g-nav-right dt{
	display: none;
}

#g-nav dl.g-nav-right ul li{
	margin-bottom: 10px;
}

#g-nav dl.g-nav-right ul.info{
	display: none;
}
#g-nav dl.g-nav-right .link_box{
	display: none;
}
#g-nav dl.g-nav-right ul.sns{
	display: none;
}

/* ボタン設定 */
#g-nav dl.g-nav-right li a.btn{
  	position: relative;
  	text-decoration: none;
  	display: inline-block;
  	outline: none;
  	transition: ease .2s;
  	padding: 0.6em 0 0.6em 0;
  	color: #333;
  	letter-spacing: 0.1em;
}

#g-nav dl.g-nav-right li a.btn:hover{
  	color:#00b1d9;
}

/* 矢印が右に移動 */

#g-nav dl.g-nav-right li a.btnarrow::after{
  	content: '';
  	position: absolute;
  	top:43%;
  	right: -50px;
  	width: 7px;
  	height: 7px;
  	border-top: 1px solid #333;
  	border-right: 1px solid #333;
  	transform: rotate(45deg);
  	transition: all .3s;
}

/*hoverした際の移動*/
#g-nav dl.g-nav-right li a.btnarrow:hover::after{
  	right: -70px;
  	border-color: #00b1d9;
}
@media screen and (max-width: 1024px) {
	#g-nav dl {
	  	width: 50%;
	}
	#g-nav dl ul.info li{
		font-size: 14px;
	}
	#g-nav dl ul.info li:first-child{
	  	font-size: 24px;
	  	letter-spacing: 0.1em;
	  	margin: 0 0 10px 25px;
	}
	#g-nav dl.g-nav-right dt{
		display: none;
	}
	#g-nav dl.g-nav-right ul.info{
		display: none;
	}
	#g-nav dl.g-nav-right .link_box{
		display: none;
	}
	#g-nav dl.g-nav-right ul.sns{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#g-nav.panelactive div.g-nav-group {
		padding: 15% 25px;
	}
	#g-nav dl.g-nav-left{
		display: none;
	}
	#g-nav dl.g-nav-right{
		padding-left: 0;
	}
  	#g-nav dl {
    		width: 100%;
    		padding: 0;
    		font-size: 16px;
  	}
  	#g-nav ul {
    		margin-top: 1em;
		margin-left: 15px;
  	}
	#g-nav dl .link_box a{
		display: block;
	    	width: auto;
	    	margin: 20px 20px 0 20px;
	}
  	#g-nav li a {
    		padding: 1em;
    		font-size: 16px;
  	}
  	#g-nav ul li a{
    		padding: 0.5em 1em ;
	}
	#g-nav dl.g-nav-right dt{
		display: block;
		text-align: center;
		margin: 0 0 30px 0;
	}
	#g-nav dl.g-nav-right ul.info{
		display: block;
		margin: 30px auto 0 auto;
		text-align: center;
	}
	#g-nav dl.g-nav-right ul.info li{
	  	margin: 0;
	}
	#g-nav dl.g-nav-right ul.info li a{
	  	font-size: 30px;
	  	letter-spacing: 0.1em;
	  	margin: 0;
		padding: 0;
	}
	#g-nav dl.g-nav-right .link_box{
		display: block;
	}
	#g-nav dl.g-nav-right ul.sns{
	  	display: block;
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
		margin:  15px auto 0 auto;
	}
	#g-nav dl.g-nav-right ul.sns li{
		display: inline-block;
	}
	#g-nav dl.g-nav-right ul.sns li a{
	  	padding: 5px 5px;
	  	letter-spacing: 0.1em;
		display: inline-block;
	}
	#g-nav dl.g-nav-right ul.sns li a img{
		width: 30px;
		height: auto;
	}
	#g-nav dl.g-nav-right ul.sns li:first-child a{
	  	background: none
	}
	#g-nav dl.g-nav-right ul.sns li:last-child a{
	  	background: none
	}
	#g-nav dl.g-nav-right li a.btn{
	  	padding: 0.3em 0 0.3em 0;
	}
}

/* ------ 通常のナビ -----------------------------------*/
.g-nav-main{
	width: 100%;
	height: auto;
	margin: 100px 0 0 0;
	border-top: 1px dotted #636363;
	border-bottom: 1px dotted #636363;
}
.g-nav-main a, g-nav-main:visited{
	color: #333;
}
.g-nav-main a:hover{
	color: #00b1d9;
}
@media screen and (max-width: 1024px) {
	.g-nav-main{
		display: none;
	}
}
.g-nav-main .inner{
	width: 1140px;
	margin: 0 auto;
}

.g-nav-main .inner .menu-main_menu-container{
	margin: 0;
	padding: 0;
}

.g-nav-main .inner ul#menu-main_menu{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;;
    	flex-wrap: no-wrap;
	padding: 20px 0;
	margin: 0;
	font-weight: bold;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 10000;
  display: none; }
  @media screen and (max-width: 1140px) {
    .hnavi_btn {
      display: block; } }
  @media screen and (max-width: 640px) {
    .hnavi_btn {
      top: 0;
      right: 0; } }

.menu-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  background: #51a000; }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #FFF;
    transition: background 0.5s;
    position: absolute;
    right: 15px;
    top: 25px; }
    .menu-button i:before, .menu-button i:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #FFF;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important; }
    .menu-button i:before {
      transform: translateY(8px); }
    .menu-button i:after {
      transform: translateY(-8px); }

.hnavi_btn.active .menu-button i {
  background: none; }
  .hnavi_btn.active .menu-button i:after {
    transform: translateY(0px) rotate(-45deg); }
  .hnavi_btn.active .menu-button i:before {
    transform: translateY(0px) rotate(45deg); }

/** footer **/

.footer {
  	padding: 40px 0;
}

.footer-container{
	width: 1140px;
	margin: 0 auto;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;;
    	flex-wrap: wrap;
}

.footer .fcompany{
	flex-basis: 100%;
}

.footer .fcompany .faddress{
	font-size: 14px;
}

.footer .fcompany ul{
	margin: 0 0 40px 0;
}

.footer .fcompany ul li{
	display: inline;
}

.footer .fcompany ul li.flogo img{
	max-width: 400px;
	height: auto;
	display: inline;
	margin: 0 10px 0 0;
}

.footer .fcompany ul li.sns{
	margin: 0 0 0 5px;
}

.footer .fcompany ul li.sns img{
	max-width: 33px;
	height: auto;
}

.footer .fsns{
	flex-basis: 30%;
}

.footer ul.footer-list{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px dotted #333;
}

.footer ul.footer-list li{
	width: auto;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	list-style: none;
	position: relative;
	margin: 0 20px 0 0;
}

.footer ul.footer-list li::before{
  	position: absolute;
    	content: "";
	background-color: #333;
  	top: 50%;
    	width: 7px;
    	height: 1px;
    	left: 0; 
}

.footer .copyright {
    	font-size: 12px;
    	text-align: center;
	margin: 40px 0 0 0;
}
  	@media screen and (max-width: 1024px) {
		.footer {
		  	padding: 40px 20px;
		}

		.footer-container{
			width: 100%;
		}
		.order1 {
		  	order: 1;
		}
		.order2 {
		  	order: 2;
		}
		.footer .fcompany{
			flex-basis: 100%;
			margin: 20px 0 0 0;
		}
		.footer .fcompany ul li.flogo img{
			max-width: 100%;
			height: auto;
		}
		.footer ul.footer-list{
			margin: 0 0 0 0;
			padding: 0 0 20px 0;
		}
		.footer ul.footer-list li{
			width: 100px;
			font-size: 13px;
			margin: 0 0 5px 0;
		}
		.footer .fsns{
			flex-basis: 100%;
			margin: 0 0 40px 0;
		}
		.footer .fsns iframe{
			max-width: 100%;
			height: 300px;
		}
	}

.pagetop {
	position: fixed;
  	right: 30px;
  	bottom: 30px;
  	z-index: 100;
  	border: none;
  	cursor: pointer;
  	outline: none;
  	appearance: none;
	background: none;
}

.pagetop a{ 
  	padding: 0;
  	width: 48px;
  	height: 48px;
  	border-radius: 0;
  	background-color: #01519a;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	transition: all 0.3s ease;
}

.pagetop a::before {
  	content: "";
  	width: 10px;
  	height: 10px;
  	margin-bottom: -5px;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(-45deg);
}

.pagetop a:hover {
  	transform: scale(1.1);
	background-color: #00b1d9;
}

  	@media screen and (max-width: 1024px) {
		.pagetop {
			position: fixed;
		  	right: 10px;
		  	bottom: 15px;
		}
		.pagetop a{ 
		  	padding: 0;
		  	width: 40px;
		  	height: 40px;
		}
	}

.fcontact {
  	background: #F2F2F2;
  	padding: 60px 0 60px 0;
  	text-align: center;
}
.fcontact .fcontact_btn {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
}

.fcontact .btn {
    	text-align: center;
}

.fcontact .btn a {
      	background: #01519a;
      	width: 500px;
      	height: 60px;
      	display: -webkit-flex;
      	display: -moz-flex;
      	display: -ms-flex;
      	display: -o-flex;
      	display: flex;
      	flex-direction: column;
      	justify-content: center;
      	align-items: center;
      	position: relative;
      	margin: 20px auto 40px auto;
      	font-size: 20px;
      	font-weight: bold;
      	color: #fff;
}

.fcontact h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 0;
}

.fcontact dl{
	margin: 0 0 40px 0;
}

.fcontact dl dt{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
}

.fcontact .map{
	margin: 0;
}
  	@media screen and (max-width: 1024px) {
		.fcontact {
		  	padding: 40px 20px 40px 20px;
		}
		.fcontact .btn a {
		      	width: 350px;
		      	height: 50px;
		      	margin: 10px auto 40px auto;
		      	font-size: 16px;
		}
		.fcontact h3{
			font-size: 16px;
		}
		.fcontact dl{
			margin: 0 0 40px 0;
		}
		.fcontact dl dt{
			font-size: 28px;
			margin: 0 0 10px 0;
		}
		.fcontact .map{
			margin: 0 0 0 0;
		}
	}

/*///////  common  ///////*/
.page_ttl {
  	width: 100%;
  	height: 160px;
  	margin: 0 0 0 0;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
    	/** background-image: url("../img/common/page_header_bg.jpg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover; **/
	background: #01519a;
	/** background-color: #00b1d9; **/
	position: relative;
}
	@media only screen and (max-width: 1024px) {
		.page_ttl {
  		height: 120px;
  		margin: 60px 0 0 0;
		}
	}

.page_ttl::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/** background-color: rgba(245,255,255,0.3); **/
}

.page_ttl .ttl_box{
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.page_ttl .ttl_box  h1{
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 0 0;
	color: #fff;
}

.page_ttl .ttl_box .en{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 6px;
	/** font-family: "senobi-gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; **/
	line-height: 1.0;
}

.page_ttl .ttl_box  p{
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 0 0;
	color: #fff;
	line-height: 1.5;
}
	@media only screen and (max-width: 1024px) {
		.page_ttl .ttl_box{
			width: 200px;
			padding: 7px 0;
		}
		.page_ttl .ttl_box  h1{
			font-size: 18px;
			margin: 5px 0 0 0;
		}
		.page_ttl .ttl_box .en{
			font-size: 10px;
		}
		.page_ttl .ttl_box  p{
			font-size: 18px;
			margin: 5px 0 0 0;
		}
	}

.breadcrumbs_wrap{
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.breadcrumbs{
	width: 1140px;
	margin: 0 auto !important;
	padding: 15px 0 !important;
}
	@media only screen and (max-width: 1024px) {
		.breadcrumbs{
			width: 100% !important;
			padding: 10px 20px !important;
			font-size: 12px;
		}
	}

/*///////  top  ///////*/
.swiper-container{
	margin: 0 0 100px 0;
	padding: 0 183px 0 0;
	position: relative;
	z-index: 0;
}
	@media only screen and (max-width: 1024px) {
		.swiper-container ul.menu_icon{
			position: absolute;
			top: 105.5%;
			right: 110px;
		}
		.swiper-container ul.menu_icon li:first-child{
			margin: 0;
		}

		.swiper-container ul.menu_icon li img{
			max-width: 22px;
			height: auto;
		}
		.swiper-container ul.menu_icon li{
			display: inline-block;
			margin: 0 0 0 5px;
			padding: 0;
		}
	}

	
.swiper {
  	width: 100%;
  	height: 94vh;
	padding: 0 0 0 0;
}
	@media screen and (max-width: 1024px) {
		.swiper-container{
			margin: 40px 0 70px 0;
			padding: 0;
		}
        	.swiper {
          		height: 80vh;
		} 
	}
.swiper-wrapper{
	z-index: 0;
}
@-webkit-keyframes zoomUp {
  	0% {
      	  -webkit-transform: scale(1);
      	  transform: scale(1.1);
  	}
  	100% {
      	  -webkit-transform: scale(1.1);
      	  transform: scale(1.1);
  	}
}

@keyframes zoomUp {
	0% {
      	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
      	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
}

.swiper-slide{
	overflow: hidden;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    -webkit-animation: zoomUp 7s linear 0s;
    animation: zoomUp 7s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    	background-size: cover; 
    	background-position: center center; /* 背景画像は中央を軸に表示させる */
    	height: 100%;
}

.swiper .copy {
	z-index: 0;
        position: absolute;
        top: 180px;
        left: 0;
        font-size: 16px;
	padding: 40px 80px 40px 60px;
	background: #fff;
	}
        @media screen and (max-width: 1024px) {
          	.swiper .copy {
        		top: 100px;
            		left: 0;
			padding: 15px;
            		line-height: 1;
		}
	}

.swiper .copy h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
.swiper .copy p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
.swiper .copy .company{
	font-family: "senobi-gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.8em;
	margin: 0 0 0 0;
	padding: 0;
}
        @media screen and (max-width: 1024px) {
          .swiper .copy h2 {
		font-size: 12px;
		line-height: 1.6em; }
	  .swiper .copy p{
		font-size: 10px; }
	  .swiper .copy .company{
		font-size: 24px; }
	}

.swiper-button-prev{
	display: none !important;
}

.swiper-button-next{
	position: absolute !important;
	right: 183px !important;
	top: 106% !important;
	display: block;
	width: 45px;
	height: 45px;
	background-size: contain !important;
    	background-repeat: no-repeat !important;
	background-image: url(../img/top/swiper_right_arrow.gif) !important;
	background-color: #EB8414 !important;
}

.swiper-button-next::after {
	content: "";
	height: 45px;
  	width: 45px;
  	margin: auto;
}

.swiper-pagination{
	text-align: right !important;
	padding-right: 235px !important;
	display: block !important;
	top: 106.5% !important;
}

.swiper-pagination-bullet {
 	border-radius: 0 !important;
	background-color: #000000 !important;
  	height: 10px;
  	width: 10px;
}

.swiper-pagination-bullet-active {
  	background-color: #000000 !important;
}

@media only screen and (max-width: 1024px) {
	.swiper-button-next{
		right: 100px !important;
	}

	.swiper-pagination{
		padding-right: 152px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.swiper-slide img {
	  	height: 500px !important;
	  	width: auto !important;
	}
	.swiper-button-next{
		top: 109% !important;
		right: 13px !important;
		width: 27px;
		height: 27px;
	}

	.swiper-pagination{
		padding-right: 48px !important;
	}
}

/*スクロールダウン全体の場所*/
.scrolldown4{
	  position:absolute;
	  bottom:-50px;
	  right:90px;
	  height:217px;
}

/*Scrollテキストの描写*/
.scrolldown4 span{
	  /*描画位置*/
	  position: absolute;
	  left:-40px;
	  bottom:40px;
	  display: inline-block;
	  height: 120px;
	  /*テキストの形状*/
	  color: #333;
	  font-size: 14px;
	  letter-spacing: 0.2em;
	  /*縦書き設定*/
	  -ms-writing-mode: tb-rl;
	  -webkit-writing-mode: vertical-rl;
	  writing-mode: vertical-rl;
}

/* 矢印の描写 */

.scrolldown4:after{
	  content:"";
	  /*描画位置*/
	  position: absolute;
	  bottom:0;
	  right:0;
	  /*矢印の形状*/
	  width:1px;
	  height: 217px;
	  background:#333;
	  animation: pathmove 1.6s ease-in-out infinite;
	  opacity:0;
}

@keyframes pathmove{
	  0%{
	    height:0;
	    top:0;
	    opacity: 0;
	  }
	  30%{
	    height:100px;
	    opacity: 1;
	  }
	  100%{
	    height:0;
	    top:217px;
	    opacity: 0;
	  }
}

@media only screen and (max-width: 1024px) {
	.scrolldown4{
  		right:40px;
	}
}

@media only screen and (max-width: 1024px) {
	.scrolldown4{
  		right:0px;
		bottom:0px;
		width:40px;
		height:120px;
		display: block;
		background-color: #fff;
		z-index: 1;
	}
	.scrolldown4 span{
		left:10px;
		bottom:0px;
		height: 100px;
		font-size: 10px;
	}
	.scrolldown4:after{
		height: 70px;
		right:10px;
	}
	@keyframes pathmove{
		  0%{
		    height:0;
		    top:15px;
		    opacity: 0;
		  }
		  30%{
		    height:50px;
		    opacity: 1;
		  }
		  100%{
		    height:0;
		    top:120px;
		    opacity: 0;
		  }
	}
}

/* button */
.link_btn{
	display: block;
}
.link_btn a{
	display: block;
    	width: 320px;
	font-size: 100%;
	color: #fff;
	padding: 20px 0 20px 0;
    	margin: 40px auto 0 auto;
	text-align: center;
	text-decoration: none;
	background: #01519a;
	border-radius: 3px;
}
@media only screen and (max-width: 1024px) {
	.link_btn a{
	    	width: 100%;
	}
}

.link_btn a:hover{
	color: #fff;
	background: #00b1d9;
	text-decoration: none;
}

.btnarrow-bottom{
	display: block;
}
.top_news .link_btn a{
	margin: 40px 0 0 auto;
}

.top_news .btnarrow-bottom{
	position: absolute;
	right: 40px;
	bottom: 20px;
	}
	@media only screen and (max-width: 1024px) {
		.top_news .btnarrow-bottom{
		right: 20px;
		}
	}

.btnarrow-bottom a{
  	position: relative;
    	display: inline-block;
  	padding: 0 80px 0 0;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	font-size: 14px;
}

.btnarrow-bottom a::before{
    	content: '';
  	position: absolute;
    	bottom:15%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.btnarrow-bottom a::after{
    	content: '';
  	position: absolute;
    	bottom:30%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.btnarrow-bottom a:hover::before{
    	right:-5%;
  	background: #01519a;
}

.btnarrow-bottom a:hover::after{
    	right:-5%;
  	background: #01519a;
}

@media only screen and (max-width: 1024px) {
	.btnarrow-bottom a{
		font-size: 12px !important;
	}
	.btnarrow-bottom a::before{
	    	width: 66px;
		right: 5px;
	}
	.btnarrow-bottom a::after{
		right: 5px;
		bottom: 35%;
	}
}

.btnarrow a{
    	display: inline-block;
	position: relative;
  	left: 50%;
  	transform: translateX(-50%);
    	text-align: center;
	margin: 0 auto;
	padding: 18px 0;
    	text-decoration: none;
    	outline: none;
	width: 518px !important;
	border: 1px solid #333;
    	transition: all .2s linear;
}

.top_concept .btnarrow a{
	margin: 120px auto 100px auto;
}
	@media only screen and (max-width: 1024px) {
		.top_concept .btnarrow a{
		margin: 60px 0 20px 0;
		}
	}

.btnarrow a:hover{
  	color:#fff;
	background: #01519a;
	border: 1px solid #01519a;
}

.btnarrow a::before{
  	content:"";
  	position: absolute;
  	top:50%;
  	right:-21px;
  	width:70px;
  	height:1px;
  	background:#333;
    	transition: all .2s linear;
}

.btnarrow a::after{
  	content:"";
  	position: absolute;
    	top: 33%;
    	right: -15px;
  	width:1px;
  	height:10px;
  	background:#333;
    	transform:skewX(45deg);
    	transition: all .2s linear;
}

.btnarrow a:hover::before{
  	right:-30px;
}

.btnarrow a:hover::after{
  	right:-25px;
}

@media(max-width:1024px){
	.btnarrow a{
		width: 85% !important;
		padding: 15px 25px !important;
		font-size: 12px !important;
	}
	.btnarrow a::before{
	  	width:50px;
	}
	.btnarrow a::after{
	    	top: 28%;
    		right: -18px;
	}
}

.container{
	width: 1140px;
	margin: 0 auto;
}

.container.news{
	width: 990px;
	margin: 115px auto;
}

.container.single_news{
	width: 1140px;
	margin: 76px auto 100px auto;
}

.container.works{
	margin: 60px auto;
}

.container.works h1{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 40px 0;
}

.container.single_works{
	width: 1140px;
	margin: 76px auto 100px auto;
}

.container.column{
	margin: 60px auto;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
}

.container.column .column_content{
	flex-basis: 780px;
	margin: 0 0 60px 0;
}

.container.column .column_content h1{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 40px 0;
}

.container.column .sidebar{
	flex-basis: 300px;
}

.container.notfound{
	margin: 60px auto;
}

.container.single_column{
	margin: 76px auto 100px auto;
}
	@media only screen and (max-width: 1024px) {
		.container{
			width: 100%;
			margin: 0 auto;
		}
		.container.news{
			width: 100%;
			margin: 60px auto;
			padding: 0 20px;
		}

		.container.single_news{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		}

		.container.works{
			margin: 40px auto;
			padding: 0 20px;
		}

		.container.works h1{
			font-size: 20px;
			margin: 0 0 20px 0;
		}

		.container.single_works{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		}
		.container.column{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		  	flex-wrap: wrap;
		}

		.container.column .column_content{
			flex-basis: 100%;
			margin: 0 0 60px 0;
		}

		.container.column .column_content h1{
			font-size: 20px;
		}

		.container.column .sidebar{
			flex-basis: 100%;
			padding: 0 10px 60px 10px;
		}
		.container.instagram{
			width: 100%;
			margin: 20px auto 0 auto;
			padding: 0 20px;
		}
		.container.notfound{
			margin: 40px auto;
			padding: 0 20px;
		}
	}

/* top news */
.top_news {
	display: block;
	position: relative;
  	width: 100%;
  	margin: 60px 0 60px 0;
	background: #fff;
  	/** box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .16); **/
  	z-index: 1;
  	padding: 30px 0px 50px 0px;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_news {
      			width: 100%;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}

.top_news h2.top_news_ttl {
    	font-size: 24px;
    	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
	}
    	@media screen and (max-width: 1024px) {
      		.top_news h2.top_news_ttl {
        	width: auto;
        	margin-bottom: 15px;
		}
	}

.top_news .top_news_ttl {
    	font-size: 16px;
    	font-weight: normal;
	letter-spacing: 2px;
	display: block;
}
    	@media screen and (max-width: 1024px) {
      		.top_news .top_news_ttl {
        	width: auto;
        	margin-bottom: 15px;
		}
	}

.top_news ul.news_list{
	display: block;
}

.top_news ul.news_list li{
	font-size: 16px;
	margin: 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #636363;
}
.top_news ul.news_list li span.update{
	color: #01519a;
	margin: 0 30px 0 0;
}
    	@media screen and (max-width: 1024px) {
		.top_news ul.news_list li{
        	font-size: 12px;
		}
		.top_news ul.news_list li span.update{
		font-size: 12px;
		margin: 0 10px 0 0;
		}
	}

h2.top_ttl{
	position: relative;
    	padding: 0 0 20px 0;
    	margin-bottom: 70px;
    	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
    	text-align: left;
    	color: #333333;
}
    	@media screen and (max-width: 1024px) {
		h2.top_ttl{
		font-size: 12px;
		text-align: center;
		margin-bottom: 40px;
		}
	}

.fcontact h2.top_ttl{
	margin-bottom: 40px;
}

h2.top_ttl span{
	display: block;
    	font-size: 40px;
	font-weight: 600;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
    	@media screen and (max-width: 1024px) {
		h2.top_ttl span{
		font-size: 26px;
		text-align: center;
		line-height: 1.4em;
		}
	}

h2.top_ttl::before {
    	position: absolute;
    	border-bottom: 1px solid #01519a;
    	top: 100%;
    	left: 0;
    	transform: translateX(0%);
    	width: 80px;
    	content: '';
}
    	@media screen and (max-width: 1024px) {
		h2.top_ttl::before {
    		top: 110%;
		left: 50%;
	    	transform: translateX(-50%);
		}
	}

h2.top_ttl.tcenter{
    	text-align: center;
}

h2.top_ttl.tcenter::before{
    	left: 50%;
	transform: translateX(-50%);
}

/** top concept **/

.top_concept{
	padding: 40px 0 40px 0;
}

.concept_inner{
    	background: url("../img/top/concept_bg.jpg") no-repeat center right;
	padding: 0 0 200px 0;
	position: relative;
}

.concept_inner h3{
	position: absolute;
	top: -40px;
	right: 90px;
	display: inline;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.2em;
	line-height: 1.0em;
	padding: 0 10px;
	background: #fff;
}

.concept_inner h3.second{
	position: absolute;
	top: -40px;
	right: 160px;
}

.concept_inner h3 span{
	margin-left: 20px;
}

.vertical-r {
        writing-mode: vertical-rl;
}
.vertical-r::first-letter{
	color: #01519a;
}
.vertical-l {
        writing-mode: vertical-lr;
}
.vertical-l::first-letter{
	color: #01519a;
}

.concept_inner p{
	line-height: 2.0em;
	margin: 0 0 30px 0;
}
    	@media screen and (max-width: 1024px) {
		.top_concept{
			padding: 0 0 40px 0;
		}

		.top_concept h2{
			padding: 0 20px;
		}

		.concept_inner{
		    	background: url("../img/top/concept_bg.jpg") no-repeat center bottom;
			background-size: contain;
			padding: 0 0 300px 0;
			position: relative;
		}

		.concept_inner p{
			padding: 0 20px;
		}

		.concept_inner h3{
			position: absolute;
			top: 320px;
			right: 40px;
			display: inline;
			font-size: 16px;
			font-weight: 500;
			letter-spacing: -0.2em;
			line-height: 1.0em;
			padding: 10px 5px;
			background: #fff;
		}

		.concept_inner h3.second{
			position: absolute;
			top: 320px;
			right: 80px;
		}

		.concept_inner h3 span{
			margin-left: 20px;
		}
	}


/** top regarden **/

.top_regarden{
	padding: 100px 0 40px 0;
	background: #F2F2F2;
}

.regarden_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
}

.regarden_inner h3{
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	letter-spacing: -0.2em;
	padding: 15px;
	background: #fff;
	margin: -40px 0 0 0;
}

.regarden_inner .left_box{
	flex-basis: 4%;
	text-align: left;
}

.regarden_inner .right_box{
	flex-basis: 89%;
	padding: 20px 0 0 0;
}

.regarden_inner .right_box ul.regarden_item{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	margin: 115px 0 0 0;
	text-align: center;
}

.regarden_inner .right_box ul.regarden_item li{
	width: 24%;
}

.regarden_inner .right_box ul.regarden_item li .effect{
  	position: relative;
  	text-align: center;
  	line-height: 1.4;
  	font-size: 17px;
}

.regarden_inner .right_box ul.regarden_item li .effect:before,
.regarden_inner .right_box ul.regarden_item li .effect:after {
  	position: relative;
  	display: inline-block;
  	content: "";
  	background: #01519a;
  	width: 1px;
  	height: 1.2em;
  	margin: 0 0.5em;
  	margin-top: -.2em;
  	vertical-align: middle;
}
 
.regarden_inner .right_box ul.regarden_item li .effect:before {
  	transform: rotate(-25deg);
}
 
.regarden_inner .right_box ul.regarden_item li .effect:after {
  	transform: rotate(25deg);
}

.regarden_inner .right_box ul.regarden_item li h4{
	display: block;
	margin: 16px 0 20px 0;
	font-size: 25px;
	font-weight: 500;
}

.regarden_inner .right_box ul.regarden_item li img{
	max-width: 40%;
	height: auto;
}
    	@media screen and (max-width: 1024px) {
		.top_regarden{
			padding: 40px 20px;
		}

		.regarden_inner h3{
			display: inline-block;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: -0.2em;
			line-height: 1.0em;
			padding: 7px;
			background: #fff;
			margin: 0 0 0 0;
		}

		.regarden_inner .left_box{
			flex-basis: 5%;
			text-align: left;
		}

		.regarden_inner .right_box{
			flex-basis: 87%;
			padding: 0 0 0 20px;
		}

		.regarden_inner .right_box ul.regarden_item{
			margin: 60px 0 0 0;
		  	flex-wrap: wrap;
			text-align: center;
			margin: 0 0 0 -25% !important;
			z-index: 1;
		}

		.regarden_inner .right_box ul.regarden_item li{
			width: 49% !important;
			margin: 0 0 20px 0;
		}

		.regarden_inner .right_box ul.regarden_item li .effect{
		  	position: relative;
		  	text-align: center;
		  	line-height: 1.4;
		  	font-size: 14px;
		}

		.regarden_inner .right_box ul.regarden_item li h4{
			display: block;
			margin: 16px 0 20px 0;
			font-size: 25px;
			font-weight: 500;
		}

		.regarden_inner .right_box ul.regarden_item li img{
			max-width: 40%;
			height: auto;
		}
	}

/** top exterior **/

.top_exterior{
	padding: 0 0 100px 0;
	background: #F2F2F2;
}

.exterior_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	padding: 0 0 70px 0;
}

.exterior_inner h3{
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.2em;
	line-height: 1.0em;
	padding: 15px;
	background: #fff;
	margin: -40px 0 0 0;
}

.exterior_inner .left_box{
	flex-basis: 89%;
	padding: 20px 0 0 0;
	text-align: left;
}

.exterior_inner .right_box{
	flex-basis: 4%;
}

.exterior_inner .left_box ul.exterior_item{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	margin: 115px 0 0 0;
	text-align: center;
}

.exterior_inner .left_box ul.exterior_item li{
	width: 31%;
}

.exterior_inner .left_box ul.exterior_item li .en{
	font-family: "Abel", sans-serif;
  	position: relative;
  	text-align: center;
  	line-height: 1.4;
	letter-spacing: 0.15em;
  	font-size: 32px;
}

.exterior_inner .left_box ul.exterior_item li h4{
	display: block;
	margin: 10px 0 50px 0;
	font-size: 14px;
}

.exterior_inner .left_box ul.exterior_item li img{
	max-width: 35%;
	height: auto;
}

.exterior_inner .left_box ul.exterior_item li p{
	text-align: left;
	margin: 40px 0 30px 0;
}
    	@media screen and (max-width: 1024px) {
		.top_exterior{
			padding: 0 20px 40px 20px;
		}

		.exterior_inner{
			padding: 0 0 0 0;
		}

		.exterior_inner h3{
			display: inline-block;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: -0.2em;
			line-height: 1.0em;
			padding: 7px;
			background: #fff;
			margin: 0 0 0 0;
		}

		.exterior_inner .left_box{
			flex-basis: 87%;
			padding: 0 0 0 0;
			text-align: left;
		}

		.exterior_inner .right_box{
			flex-basis: 5%;
		}

		.exterior_inner .left_box ul.exterior_item{
		  	flex-wrap: wrap;
			margin: 160px -40px 0 0;
			text-align: center;
		}

		.exterior_inner .left_box ul.exterior_item li{
			width: 90%;
			margin: 0 auto;
			border-top: 1px solid #ccc;
			padding: 30px 0 10px 0;
		}

		.exterior_inner .left_box ul.exterior_item li .en{
			font-family: "Abel", sans-serif;
		  	position: relative;
		  	text-align: center;
		  	line-height: 1.4;
			letter-spacing: 0.15em;
		  	font-size: 32px;
		}

		.exterior_inner .left_box ul.exterior_item li h4{
			display: block;
			margin: 10px 0 30px 0;
			font-size: 14px;
		}

		.exterior_inner .left_box ul.exterior_item li img{
			max-width: 35%;
			height: auto;
		}

		.exterior_inner .left_box ul.exterior_item li p{
			text-align: left;
			margin: 40px 0 30px 0;
		}
	}

/** works / column **/
.clearfix {
  	zoom: 1;
}

.clearfix:after, .clearfix:before {
  	content: '';
  	display: table;
}

.clearfix:after {
  	clear: both;
}

.top_works{
	padding: 100px 0 100px 0;
}

.top_column{
	padding: 0 0 100px 0;
}

    	@media screen and (max-width: 1024px) {
		.top_works{
		padding: 40px 20px;
		}

		.top_column{
		padding: 40px 20px;
		}
	}

.linkcard_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
	margin: 0 0 80px 0;
}

.linkcard_inner::after{
  	content:"";
  	display: block;
  	width: calc(33.3333% - 72px / 3);
}

.linkcard_inner.column{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
	margin: 0 0 80px 0;
}

.linkcard_inner.column::after{
  	content:"";
  	display: block;
  	width: calc(50% - 66px / 2);
}

.linkcard{
  	width: calc(33.3333% - 72px / 3);
  	padding: 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
}

.linkcard.column{
  	width: calc(50% - 66px / 2);
  	padding: 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
}

    	@media screen and (max-width: 1024px) {
		.linkcard_inner{
		margin: 40px 0 0 0;
		}

		.linkcard_inner::after{
	  	width: 100%
		}

		.linkcard_inner.column{
		margin: 0 0 0 0;
		}

		.linkcard_inner.column::after{
	  	width: 100%
		}

		.linkcard{
	  	width: calc(100% - 0px / 1);
		padding: 0 0;
		}

		.linkcard.column{
	  	width: calc(100% - 0px / 1);
		padding: 0 0;
		}
	}

.linkcard-link {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height:100%;
    	width: 100%;
	z-index: 2;
}

.linkcard:after {
    	content: "";
    	display: block;
    	width: 32%;
    	height: 0;
}

.linkcard.column:after {
    	content: "";
    	display: block;
    	width: 50%;
    	height: 0;
}

.linkcard .main_image{
  	width: 100%;
	overflow: hidden;
}

.linkcard .main_image img{
  	max-width: 100%;
  	height: auto;
	transform: scale(1);
	transition:0.3s ease-in-out;;
}

.linkcard:hover .main_image img{
	opacity:0.7;
	transform:scale(1.06);
}

.linkcard .details{
	margin: 15px 0;
}

.linkcard .category{
	color: #01519a;
	font-size: 14px;
	display: block;
	float: left;
	margin: 0;
}

.linkcard .category a{
	color: #01519a;
}

.linkcard .update{
	font-size: 12px;
	display: block;
	float: right;
	margin: 0;
}

.linkcard h2{
	display: block;
  	font-size: 16px;
	font-weight: normal;
  	line-height: 1.6em;
  	padding: 0 0 0 0;
	margin: 5px 0 20px 0;
	text-align: left;
}

.linkcard .excerpt{
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.linkcard .read-more{
	display: none;
}

.linkcard .btnarrow-bottom{
  	position: relative;
    	display: block;
	margin: 0;
  	padding: 0 72px 0 0;
	font-size: 14px;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	text-align: right;
}

.linkcard .btnarrow-bottom::before{
    	content: '';
  	position: absolute;
    	bottom:13%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.linkcard .btnarrow-bottom::after{
    	content: '';
  	position: absolute;
    	bottom:28%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.linkcard:hover .btnarrow-bottom::before{
    	right:-5%;
  	background: #01519a;
}

.linkcard:hover .btnarrow-bottom::after{
    	right:-5%;
  	background: #01519a;
}
    	@media screen and (max-width: 1024px) {
		.linkcard .btnarrow-bottom{
		  	padding: 0 72px 0 0;
			font-size: 12px;
		}
	}

.linkcard .btnarrow-bottom a{
  	position: relative;
    	display: block;
	margin: 0;
  	padding: 0 72px 0 0;
	font-size: 14px;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	text-align: right;
}

.linkcard .btnarrow-bottom a:hover{
	color: #01519a;
}

.linkcard .btnarrow-bottom a::before{
    	content: '';
  	position: absolute;
    	bottom:35%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.linkcard .btnarrow-bottom a::after{
    	content: '';
  	position: absolute;
    	bottom:45%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.linkcard .btnarrow-bottom a:hover::before{
    	right:-5%;
  	background:#01519a;
}

.linkcard .btnarrow-bottom a:hover::after{
    	right:-5%;
  	background:#01519a;
}

    	@media screen and (max-width: 1024px) {
		.linkcard:after {
		    	width: 100%;
		}

		.linkcard.column:after {
		    	width: 100%;
		}
	}

/** top company **/

.top_company{
	padding: 100px 0 100px 0;
}

.top_company .company_table{
	margin: 120px 0 0 0;
}
    	@media screen and (max-width: 1024px) {
		.top_company{
		padding: 60px 20px;
		}
		.top_company .company_table{
			margin: 60px 0 0 0;
		}
	}

/** page news **/

ul.page_news_list{
	display: block;
}

ul.page_news_list li{
	font-size: 16px;
	margin: 20px 0;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

ul.page_news_list li::before{
    	content: '';
  	position: absolute;
    	bottom:60%;
    	right:15px;
    	width: 66px;
    	height: 0.5px;
  	background:#01519a;
    	transition: all .3s;
}

ul.page_news_list li::after{
    	content: '';
  	position: absolute;
    	bottom:65%;
    	right:15px;
    	width: 10px;
    	height:0.5px;
  	background:#01519a;
    	transform: rotate(35deg);
    	transition: all .3s;
}

ul.page_news_list li:hover::before, ul.page_news_list li:hover::after{
  	background:#00b1d9;
}

ul.page_news_list li a{
	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
}
	
ul.page_news_list li span.update{
	color: #01519a;
	margin: 0 30px 0 0;
}

    	@media screen and (max-width: 1024px) {
		ul.page_news_list li{
			font-size: 13px;
			margin: 20px 0;
			padding: 20px 0 65px 0;
			border-bottom: 1px solid #ccc;
			position: relative;
		}

		ul.page_news_list li::before{
		    	bottom:20%;
		    	right:15px;
		}

		ul.page_news_list li::after{
		    	bottom:23%;
		    	right:15px;
		}
		ul.page_news_list li span.update{
			display: block;
			margin: 0 0 10px 0;
		}
	}

/*///////  single news / column ///////*/

.news_entry .entry_ttl {
    	font-size: 30px;
    	font-weight: bold;
    	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_ttl {
		    	font-size: 16px;
		    	margin-bottom: 20px;
		}
	}

.news_entry .data {
    	margin-bottom: 10px;
	color: #01519a;
	display: inline-block;
}

.news_entry .cat {
    	margin: 0 0 10px 10px;
	color: #01519a;
	display: inline-block;
}

.news_entry .entry_body {
    	padding-bottom: 100px;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body {
		    	padding-bottom: 40px;
		}
	}

.single_works .news_entry .entry_body {
	padding-bottom: 40px;
}

.news_entry .entry_body h3{
	font-size: 25px;
}

.single_works .news_entry .entry_body p{
	margin: 0 0 60px 0;
}

.news_entry .column_body {
    	padding-bottom: 100px;
}

.news_entry .column_body .main_image{
    	margin-bottom: 40px;
}

.news_entry .column_body h2{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

.news_entry .column_body h2::before {
  	counter-increment: mycounter;
  	content: counter(mycounter, decimal-leading-zero);
	color: #01519a;
	margin-right: 20px;
}

.news_entry .column_body h3{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body h3{
			font-size: 18px;
		}
		.single_works .news_entry .entry_body p{
			margin: 0 0 20px 0;
		}
	}

/** Table of contents **/
#toc_container {
	width: 100%;
	margin: 60px auto 0 auto;
	border-radius: 0;
	padding: 20px 40px 0 40px;
  	background: #fff;
  	border: 1px solid #ccc;
  	border-radius: 0;
}

#toc_container .toc_title {
  	text-align: left !important;
  	margin: 0 0 15px 0;
  	padding: 0;
	color:#333;
  	font-size: 24px !important;
	font-weight: 500;
  	border: none;
}

#toc_container ul.toc_list {
  	list-style-type: none !important;
  	counter-reset: li;
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li {
  	position: relative;
  	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	line-height: 1.6em;
}

#toc_container .toc_list > li a{
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li:after {
  	counter-increment: li;
  	content: counter(li, decimal-leading-zero) ;
  	position: absolute;
  	left: -10px!important;
  	top: 0px;
  	background: none;
  	font-size: 20px !important;
	font-weight: 500;
  	letter-spacing: 0px;
  	color: #01519a;
}

#toc_container .toc_list > li a {
  	text-decoration: underline !important;
}

#toc_container .toc_list > li a:hover {
  	text-decoration: none !important;
	color: #01519a;
}
@media only screen and (max-width: 1024px) {
  	#toc_container {
    		padding: 15px;
	}
	#toc_container .toc_title {
	  	margin: 0 0 15px 0;
	  	font-size: 14px !important;
	}
  	#toc_container .toc_list > li {
		margin-bottom: 10px;
		margin-left: 15px;
		padding: 0 0 0 15px;
		font-size: 12px;
	}
  	#toc_container .toc_list > li:after {
		left: -14px !important;
		top: 0px;
		font-size: 14px !important;
	}
	.type-post h2 span {
		margin-left: -10px !important;
	}
}

@media only screen and (min-width: 1025px) {
  	#toc_container {
    		padding: 25px 40px;
	}

  	#toc_container .toc_title {
    		font-size: 2em;
	}

  	#toc_container .toc_list > li {
		margin-bottom: 18px;
		margin-left: 12px;
		font-size: 1em;
	}

  	#toc_container .toc_list > li:after {
		left: -48px;
		top: 0px;
		font-size: 26px;
	} 
}

.pagenation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagenation ul li {
    margin-right: 3px;
    font-weight: bold; }
    .pagenation ul li:last-of-type {
      margin-right: 0; }
    .pagenation ul li a, .pagenation ul li span {
      width: 28px;
      height: 28px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #51a000;
      box-sizing: border-box; }
    .pagenation ul li a {
      background: #51a000;
      text-align: center;
      color: #FFF; }
    .pagenation ul li span {
      color: #51a000; }

.pagenationSingle {
  margin-bottom: 40px; }
  @media screen and (max-width: 1140px) {
    .pagenationSingle {
      padding: 0 20px; } }
  .pagenationSingle ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pagenationSingle ul li {
      text-align: center;
      height: 40px;
      width: 68px; }
      .pagenationSingle ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 1px solid #ccc; }
      .pagenationSingle ul li:nth-of-type(2) {
        width: 110px; }
        .pagenationSingle ul li:nth-of-type(2) a {
          width: 100%; }

/*///////  page works  ///////*/

/** category list **/
.worksCategory{
	width: 100%;
	background: #F2F2F2;
}
.worksTab {
	width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
}
.worksTab ul{
	margin: 0;
	padding: 0;
}
.worksTab_list {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
.worksTab_list > li {
	padding: 0;
	margin: 0 0 0 1em;
}
.worksTab_list > li:first-child {
	margin-left: 0;
}

.worksTab_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition-duration: .3s;
	transition-property: background-color, color, border-col;
	box-sizing: border-box;
}
.worksTab_list > li > a:hover {
	text-decoration: underline #01519a;
  	text-underline-offset:4px;
	/** border-bottom: 1px solid #01519a; **/
}
.worksTab_list > li > a.-current {
	text-decoration: underline #01519a;
  	text-underline-offset:4px;
	/** border-bottom: 1px solid #01519a; **/
}
.worksTab_list > li > a:before {
	position: relative;
  	display: inline-block;
  	content: "";
 	background: #333;
  	width: 1px;
  	height: 1em;
  	margin: 0 1em 0 0;
  	margin-top: -.2em;
  	vertical-align: middle;
	transform: rotate(35deg);
}
.worksTab_list > li:first-child > a:before {
	content: none;
  	margin: 0;
}
.worksTab_list > li > a:after {
	content: "";
}

@media screen and (max-width: 1024px) {
	.worksTab {
		width: 100%;
		padding: 20px;
	}
	.worksTab_list {
		flex-wrap: wrap;
	}
	.worksTab_list > li > a {
		font-size: 12px;
		line-height: 2.0em;
	}
}

/** pagination **/
.pnavi {
    	text-align: center;
   	margin: 55px 0 0 0;
}
.pagination{
   	margin: 0 0 0 0;
}
.nav-links{
   	display:flex;
}
.pagination .page-numbers{
   	display:inline-block;
   	margin-right:15px;
   	padding:3px 14px 4px 14px;
   	color:#333;
   	background:#fff;
	border: 1px solid #333;
}
.pagination .page-numbers:hover{
	border: 1px solid #01519a;
   	background:#01519a;
   	color:#fff;
}
.pagination .current{
   	padding:3px 14px 4px 14px;
	border: 1px solid #01519a;
   	background:#01519a;
   	color:#fff;
}
.pagination .prev,
.pagination .next{
   	background:transparent;
   	box-shadow:none;
   	color:#333;
	border: 1px solid #fff;
}
.pagination .prev:hover,
.pagination .next:hover{
   	background:transparent;
   	color:#01519a;
	border: 1px solid #fff;
}
.pagination .dots{
   	background:transparent;
   	box-shadow:none;
}

/** single works **/
.works_page_detail{
	margin: 0 0 100px 0;
}

.works_page_detail .details{
	padding: 30px 40px;
	border: 1px solid #CCCCCC;
	margin: 0 76px;
}

.works_page_detail .details dl{
	display: block;
	padding: 0;
	font-size: 14px;
}

.works_page_detail .details dl dt{
	display: inline-block;
	width: 10%;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

.works_page_detail .details dl dd{
	display: inline-block;
	width: 85%;
	margin: 0;
	padding: 0;
}

.works_page_popular{
	width: 100%;
	padding: 40px 0 0 0;
	border-top: 1px solid #ccc;
}

.works_page_popular h3{
	text-align: center;
	font-size: 26px;
	margin: 0 0 40px 0;
}
	@media screen and (max-width: 1024px) {
		.works_page_detail{
			margin: 0 0 40px 0;
		}

		.works_page_detail .details{
			padding: 10px 20px 30px 20px;
			border: 1px solid #CCCCCC;
			margin: 0 0;
		}
		.works_page_detail .details dl dt{
			display: block;
			width: 100%;
			margin: 20px 0 10px 0;
		}
		.works_page_detail .details dl dd{
			display: block;
			width: 100%;
			padding: 0 0 20px 0;
			border-bottom: 1px solid #ccc;
		}
		.works_page_popular{
			padding: 40px 0 0 0;
		}
		.works_page_popular .container{
			padding: 0 20px;
		}
		.works_page_popular h3{
			font-size: 20px;
		}
	}

/*///////  page column ///////*/
.sidebar h2, .sidebar h3{
	font-size: 20px !important;
	font-weight: 500;
	padding: 0 0 15px 8px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #01519a;
}

.sidebar h2.first{
	margin-top: 0;
}

.sidebar ul.service{
	margin: 20px 0 40px 0;
}

.sidebar ul.service li{
	padding: 5px;
	border-bottom: 1px dotted #636363;
}

.sidebar .author{
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
}

.sidebar .author .circle{
	position: relative;
	border-radius:50%;
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	margin: 0 auto 10px auto;
}

.sidebar .author .circle img{
	max-width: 70%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.sidebar .author dl{
	font-size: 14px !important;
}

.sidebar .author dl dt{
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 0 20px 0;
	font-size: 16px !important;
}

.sidebar .author dl dd{
	font-size: 14px !important;
	line-height: 1.4em;
}

.sidebar .widget_categories{
	margin: 0 0 40px 0;
}

.sidebar li.cat-item{
	font-size: 14px !important;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.sidebar .widget_media_image{
	margin: 30px 0 0 0;
}

.sidebar .widget_media_image img{
	max-width: 100%;
	height: auto;
}

.sidebar .sidebar-first-img{
	margin: 40px 0 30px 0;
}

.sidebar .sidebar-second-img{
	margin: 20px 0 0 0;
}

.sidebar .sidebanner{
	margin: 0;
	/** position: -webkit-sticky;
  	position: sticky;
  	top: 50px; **/
}

@media screen and (max-width: 768px){
	.sidebar .sidebanner{
	position: relative;
	top: 0;
	margin: 20px 0 0 0;
	}
}

.sidebar .sidebanner img{
	max-width: 100%;
	height: auto;
	margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	.sidebar .widget_media_image img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/*///////  column popular posts ///////*/
ul.wpp-list li {
    	position: relative;
    	list-style: none;
}
ul.wpp-list li a.wpp-post-title {
    	display: block;
    	text-decoration: none;
    	font-size: 14px;
    	color: #333;
}
ul.wpp-list li a.wpp-post-title:hover {
    	color: #01519a;
}

ul.wpp-list li:before {
    	content: counter(wpp-count);
    	display: block;
    	position: absolute;
    	font-size: 14px;
    	font-weight: normal;
    	color: #fff;
    	background-color: #01519a;
    	padding: 1px 8px;
    	z-index: 1;
}
ul.wpp-list li {
    	counter-increment: wpp-count;
}

/*///////  contact  ///////*/
.wrap_contact {
  	margin: 100px 0 60px 0;
    	text-align: center;
}

.wrap_contact .lead {
    	margin: 0 0 60px 0;
}

.wrap_contact .lead span{
	color: #ff0000;
}

.wrap_contact h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 0;
}

.wrap_contact dl{
	margin: 0 0 80px 0;
}

.wrap_contact dl dt{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
}
	@media screen and (max-width: 1024px){
		.wrap_contact {
		  	margin: 40px 0;
			padding: 0 20px;
		}
		.wrap_contact .lead {
		    	margin: 0 0 40px 0;
		}
		.wrap_contact h3{
			font-size: 16px;
			margin: 0 0 5px 0;
		}
		.wrap_contact dl{
			margin: 0 0 40px 0;
		}
		.wrap_contact dl dt{
			font-size: 22px;
			margin: 0 0 10px 0;
		}
	}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry tr{
	padding: 0 !important;
	margin: 0;
	line-height: 1.0;
}
/*見出し欄*/
.inquiry th{
 	text-align: left;
 	font-size: 14px;
 	color: #444;
 	padding: 0px 0px 0px 0px !important;
 	width: 30%;
 	border-bottom: solid 1px #ccc;
 	vertical-align: top;
 	background: #fff !important;
}
/*通常欄*/
.inquiry td{
 	font-size: 13px;
 	padding: 0 !important;
 	width: 70%;
 	border-bottom: solid 1px #ccc;
 	background: #fff;
}
.inquiry td input, .inquiry td input:focus, .inquiry td select, .inquiry td textarea{
 	background: #F1F1F4;
 	border: none;
	padding: 15px 10px;
	width: 100%;
}
@media(max-width:1024px){
	.inquiry th,.inquiry td {
		 display:block!important;
		 width:100%!important;
		 border-top:none!important;
		 -webkit-box-sizing:border-box!important;
		 -moz-box-sizing:border-box!important;
		 box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
 		border-top:1px solid #fff!important;
	}
	/* 必須・任意のサイズ調整 */
	.inquiry .haveto,.inquiry .any {
		font-size:10px;
	}
}

/*必須の調整*/
.haveto{
 	font-size:10px;
 	padding:5px 10px;
 	background:#d91a1a;
 	color:#fff;
 	border-radius:2px;
 	margin-right:10px;
 	position:relative;
 	bottom:1px;
}
/*任意の調整*/
.any{
 	font-size:10px;
 	padding:5px 10px;
 	background:#68b2fb;
 	color:#fff;
	border-radius:2px;
 	margin-right:10px;
 	position:relative;
 	bottom:1px;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 	display: block;
 	padding:1em 0;
 	margin:30px auto 0 auto;
 	width:70%;
 	background:#01519a;
 	color:#fff;
 	font-size:18px;
 	font-weight:bold;
 	border-radius:5px;
 	border: 1px solid #01519a;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 	background:#00b1d9;
 	color:#fff;
 	border: 1px solid #00b1d9;
}

.privacy{
	padding: 100px 0;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 2.6em;
}

.privacy p.en{
	font-family: "senobi-gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: #01519a;
}

.privacy h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
	@media screen and (max-width: 1024px){
		.privacy{
			margin: 0 20px;
			padding: 40px 20px;
		}
		.privacy p.en{
			font-size: 14px;
			margin: 0 0 0 0;
		}
		.privacy h3{
			font-size: 18px;
			margin: 0 0 20px 0;
		}
	}

/** 404 **/
.not404{
	text-align: center;
}

.not404 h2{
	font-size: 500;
	margin-bottom: 40px;
}
.loader {
  display: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(62, 170, 154, 0.2);
  border-right: 0.6em solid rgba(62, 170, 154, 0.2);
  border-bottom: 0.6em solid rgba(62, 170, 154, 0.2);
  border-left: 0.6em solid #3eaa9a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mw_wp_form_confirm .table .t-td span {
  display: none; }

/*# sourceMappingURL=../maps/style.css.map */

/** google reCAPTCHA　**/
.grecaptcha-badge { 
	visibility: hidden;
}
