@charset "UTF-8";

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;
}

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: #333;
}

a:hover{
  	color: #0336a3;
}

a, ins {
  	text-decoration: none;
}

li {
  	list-style: none;
}

.terms ol li{
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0;
}
.terms-password{
	margin: 0 auto;
	text-align: center;
}
.terms-password p{
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #f7fdff;
	font-weight: 500;
}
.terms-password .post-password-form {
  	display: flex;
	justify-content: center;
}
.terms-password .post-password-form input[type="password"] {
  	border:1px solid #ddd;
  	padding: 0 1em;
}
.terms-password .post-password-form input[type="submit"] {
  	border:none;
  	color:#ffffff;
  	background:#062279;
  	padding: 1em;
}
.terms-password .post-password-form input[type="submit"]:hover {
  	background:#0336a3;
}

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;
		}
	}

#metaslider_1240 img{
	border-radius: 10px;
}
#metaslider_1240 li, #metaslider_1240 li.ms-image{
	padding: 0 !important;
	position: relative !important;
}
#metaslider_1240 .caption-wrap{
	width: 100% !important;
	height: 20vh !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left !important;
	background-image: linear-gradient(0deg, #053cb1 30%, transparent) !important;
	border-radius: 0 0 10px 10px;
	opacity: 1.0;
}
#metaslider_1240 .caption{
	position: absolute !important;
	bottom: 60px;
	width: 100% !important;
	padding: 0 0 0 6% !important;
	margin: 0 !important;
	text-align: left !important;
	display: flex !important;
   	align-items: flex-start !important;
   	justify-content: flex-start !important;
	flex-wrap: wrap !important;
	flex-direction: column !important;
}
#metaslider_1240 .caption h3{
	display: block !important;
	color: #fff;
	font-size: 1.6vw;
	padding: 0 !important;
	margin: 0 0 20px 0;
}
	@media only screen and (max-width: 767px) {
		#metaslider_1240 .caption h3{
			font-size: 5vw;
		}
	}
#metaslider_1240 .caption .div{
	display: block !important;
}

/** 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 #0336A3 !important;
	border-bottom: 1px solid #0336A3 !important;
	padding: 20px 20px 20px 0px !important;
	text-align: left;
	font-weight: bold;
	vertical-align; top;
}

.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: 1144px) {
	.container table{
		width: 100% !important;
	}
	.container table th{
		width: 100% !important;
		padding: 20px 0px 0px 0px !important;
		border-bottom: none !important;
	}
	.container table td{
		padding: 20px 20px 0px 20px !important;
	}
}

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

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

/** bprder circle **/
.circle{
	max-width:  80px;
  	border-radius: 100%;
  	padding: 16px 26px 16px 6px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center !important;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center !important;
}
.circle::before {
  	display: block;
  	content: '';
  	padding-top: 100%;
}

/** text **/
.text-gradient{
  	background: linear-gradient(90deg, #053cb1, #062075);
  	/** background: linear-gradient(90deg, #0337a4, #062075); **/
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	/** font-size: 4vw; **/
	line-height: 1.6em;
	font-weight: bold;
}

/** text scroll **/
.marquee {
  	width: 100%;
  	overflow: hidden;
  	white-space: nowrap;
  	position: relative;
}
.marquee-content {
  	display: flex;
  	gap: 20px; /* テキスト同士の間隔 */
  	animation: marquee-loop 20s linear infinite;
}
.marquee-content p{
	font-size: 6vw;
	font-weight: bold;
	color: rgba(255,255,255,0.7);
	line-height: 100%;
	user-select: none;
}
.marquee.gray .marquee-content p{
	color: rgba(247,247,247,0.7);
}

@keyframes marquee-loop {
  	from {
    		transform: translateX(0%);
  	}
  	to {
    		transform: translateX(-50%); /* 半分の位置まで移動 */
  	}
}

/** background **/
.gradient_blue-top-right{
  	background: linear-gradient(90deg, #ffffff 8%, #053cb1 8%, #062075 100%) no-repeat top 300px left 0px;
}
.gradient_blue-right{
  	background: linear-gradient(90deg, #ffffff 8%, #053cb1 8%, #062075 100%) no-repeat bottom 0px left 0px;
}

.gradient_blue-bottom-right{
  	background: linear-gradient(90deg, #ffffff 8%, #053cb1 8%, #062075 100%) no-repeat bottom 300px left 0px;
}

.gradient_blue-top-left{
  	background: linear-gradient(90deg, #053cb1 0%, #062075 92%, #ffffff 92%) no-repeat top 300px left 0px;
}
.gradient_blue-left{
  	background: linear-gradient(90deg, #053cb1 0%, #062075 92%, #ffffff 92%) no-repeat bottom 0px left 0px;
}
.gradient_blue-bottom-left{
  	background: linear-gradient(90deg, #053cb1 0%, #062075 92%, #ffffff 92%) no-repeat bottom 300px left 0px;
}

/** effect **/
.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;
  	width: 100%;
  	height: 84px;
  	margin: 0;
	padding: 0;
  	vertical-align: middle;
	z-index: 10;
	}
  	@media screen and (max-width: 1144px) {
		.header{
			height: 60px;
		}
	}
	
.header.scroll-nav {
  	position: fixed;
  	top: 0;
  	width: 100%;
  	height: 84px;
  	margin: 0;
  	padding: 0;
  	vertical-align: middle;
  	background: #fff;
	}
  	@media screen and (max-width: 1144px) {
    		.header.scroll-nav {
      			height: 60px;
		}
	}
.header .inner{
  	width: auto;
	height: 100%;
  	margin: 0;
	padding: 0;
  	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: 1144px) {
		.header .inner{
	  		justify-content: start;
		}
	}
.header .site-branding{
	padding: 0 0 0 20px;
}
	@media only screen and (max-width: 1144px) {
		.header .site-branding{
			padding: 0 0 0 20px;
		}
	}
.header .site-branding img {
	margin: 0;
	max-width: 280px;
	height: auto;
	}
	@media only screen and (max-width: 1144px) {
		.header .site-branding img{
			max-width: 200px;
			height: auto;
		}
	}
.header.scroll-nav .site-branding img{
  	margin: 0;
	max-width: 280px;
	height: auto;
	}
  	@media screen and (max-width: 1144px) {
    		.header.scroll-nav .site-branding img {
			max-width: 200px;
			height: auto;
			margin: 0 0 0 auto;
		}
	}
.header .before {
  	display : block;
}
.header.scroll-nav .before {
  	display : none;
}
.header .after {
  	display : none;
}
.header.scroll-nav .after {
  	display : block;
}
.header .header-nav{
	margin: 0 110px 0 auto;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: flex-end;
  	flex-wrap: nowrap;
  	align-items: center;
	}
	@media screen and (max-width: 1144px) {
		.header .header-nav{
			display: none;
			margin: 0;
	}
}

.header .header-nav .contact_btn a{
	display: inline-block;
	padding: 11px 20px 9px 20px;
	color: #fff;
	background: linear-gradient(90deg, #0337a4, #062075);
	font-size: 0.9vw;
	font-weight: 500;
	line-height: 1.0em;
	border-radius: 5px;
}
	@media screen and (max-width: 1144px) {
		.header .header-nav .contact_btn, .header .header-nav .contact_btn a{
			display: none;
		}
	}
.header .header-nav .contact_btn a:hover{
	background: #0336a3;
}
.header .header-nav .contact_btn a span{
	display: block;
	font-size: 0.6vw;
  	color: rgba(255,255,255,0.8);
	margin: 7px 0 0 25px;
}

.header .header-nav .g-nav-main .menu-main-container{
	margin: 0 10px 0 0;
	padding: 0;
}
.header .header-nav .g-nav-main ul#menu-main{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
  	align-items: center;
    	flex-wrap: no-wrap;
	margin: 0 10px 0 0;
}
.header .header-nav .g-nav-main ul#menu-main li a{
	color: #fff;
	margin: 0 20px;
	padding: 0;
	font-size: 0.9vw;
	font-weight: 500;
	line-height: 0;
	text-align: center;
}
.header .header-nav .g-nav-main ul#menu-main li a:hover{
	color: #0336a3;
}
.header .header-nav .g-nav-main ul#menu-main li a span{
	font-size: 0.6vw;
  	color: rgba(255,255,255,0.8);
	margin: 0 20px;
	padding: 0;
	line-height: 0;
	text-align: center;
}
.header.scroll-nav .header-nav .g-nav-main ul#menu-main li a, .header .header-nav .g-nav-main.sub ul#menu-main li a{
	color: #333;
}
.header.scroll-nav .header-nav .g-nav-main ul#menu-main li a:hover, .header .header-nav .g-nav-main.sub ul#menu-main li a:hover{
	color: #0336a3;
}
.header.scroll-nav .header-nav .g-nav-main ul#menu-main li a span, .header .header-nav .g-nav-main.sub ul#menu-main li a span{
  	color: #aaa;
}

/* モバイルメニュー
------------------------------------------ */
/*スマートフォン電話ボタン*/
.sp-telephone{
	display: none;
}
@media screen and (max-width: 1144px) {
	.sp-telephone {
		display: block;
  		position: fixed;
  		z-index: 10;
  		top: 0;
  		right: 61px;
  		cursor: pointer;
  		width: 60px;
  		height: 60px;
		background: linear-gradient(90deg, #0337a4, #062075);
}
	.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: 84px;
  	height: 84px;
	background: linear-gradient(90deg, #0337a4, #062075);
}
.scroll-nav .openbtn{
  	width: 84px;
  	height: 84px;
}
.openbtn:hover {
	background: #0336a3;
}
/*ボタン内側*/
.openbtn span {
  	display: inline-block;
  	transition: all .4s; /*アニメーションの設定*/
  	position: absolute;
 	right: 20px;
  	height: 2px;
  	background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  	top: 27px;
  	width: 30%;
}
.openbtn span:nth-of-type(2) {
  	top: 40px;
  	width: 40%;
}
.openbtn span:nth-of-type(3) {
  	top: 53px;
  	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: 32px;
  	left: 23px;
  	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: 44px;
  	left: 23px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(3) {
  	display: none;
}

@media only screen and (max-width: 1144px) {
  	.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;
	overflow: hidden;
    	z-index: 999;
    	/*ナビのスタート位置と形状*/
	top:0;
    	right: -120%;
	width:100%;
    	height: 100vh;/*ナビの高さ*/
    	/*動き*/
  	transition: all 0.6s;
}
#g-nav:before {
    	content: '';
	background: url(../img/common/image_1920x1280-01.jpg);
	background-position: left center;
    	position: absolute;
    	top: -3px;
    	bottom: -3px;
    	left: -3px;
    	right: -3px;
    	filter: blur(6px);
    	z-index: -1;
}
	
/*アクティブクラスがついたら位置を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;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	/** padding: 3%; **/
}
/*ナビゲーション*/
#g-nav div.g-nav-group {
	display: none; /*はじめは非表示*/
}
#g-nav.panelactive div.g-nav-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 3%;
	width: 60%;
	background: linear-gradient(90deg, #053cb1, #062075);
	/** border-radius: 10px; **/
}
	@media only screen and (max-width: 1144px) {
		#g-nav.panelactive div.g-nav-group {
			width: 100%;
		}
	}
/*リストのレイアウト設定*/
#g-nav .g-nav-left{
	flex-basis: 25%;
}
	@media only screen and (max-width: 1144px) {
		#g-nav .g-nav-left{
			flex-basis: 100%;
		}
	}
#g-nav .g-nav-left dl{
	margin: 0 0 40px 0;
}
#g-nav .g-nav-left dt{
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}
#g-nav .g-nav-left .button-w{
	margin: 0 auto;
}
#g-nav .g-nav-right{
	flex-basis: 70%;
	padding: 0 0 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	@media only screen and (max-width: 1144px) {
		#g-nav .g-nav-right{
			flex-basis: 100%;
			padding: 0;
		}
	}
#g-nav .g-nav-right ul.menu{
	flex-basis: 50%;
	padding: 0 20px;
}
	@media only screen and (max-width: 1144px) {
		#g-nav .g-nav-right ul.menu{
			flex-basis: 100%;
		}
	}
#g-nav .g-nav-right ul.menu li a{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 60px 0 10px 0;
	border-bottom: 1px solid #053cb0;
}
#g-nav .g-nav-right ul.menu li a:first-child{
	margin-top: 0;
}
#g-nav .g-nav-right ul.menu li a:hover{
	color: #0876d3;
}
#g-nav .g-nav-right ul.menu li ul.sub-menu{
	margin: 10px 0 0 0;
	padding: 0;
}
#g-nav .g-nav-right ul.menu li ul.sub-menu li a{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 20px;
	padding: 0;
	border: none;
}
@media screen and (max-width: 1144px) {
	#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: auto;
	height: auto;
	color: #fff;
}
@media screen and (max-width: 1144px) {
	.g-nav-main{
		display: none;
	}
}
.g-nav-main .menu-main_menu-container{
	margin: 0;
	padding: 0;
}
.g-nav-main 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;
}

/** banner-area **/
.banner-area {
  	padding: 80px 4% 80px 4%;
	background: #f7f7f7;
}
 	@media screen and (max-width: 1144px) {
		.banner-area {
	  		padding: 60px 24px;
		}
	}
/** footer **/
.footer {
  	padding: 100px 4% 60px 4%;
}
 	@media screen and (max-width: 1144px) {
		.footer {
  			padding: 60px 24px 40px 24px;
		}
	}
.footer-container{
	width: auto;
	margin: 0 auto;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: no-wrap;
}
 	@media screen and (max-width: 1144px) {
		.footer-container{
    			flex-wrap: wrap;
		}
	}
.footer .fcompany{
	flex-basis: 20%;
}
 	@media screen and (max-width: 1144px) {
		.footer .fcompany{
			flex-basis: 100%;
		}
	}
.footer .fcompany ul{
	margin: 0 0 40px 0;
}
	@media screen and (max-width: 1144px) {
		.footer .fcompany ul{
    			display: -webkit-flex;
    			display: -moz-flex;
    			display: -ms-flex;
    			display: -o-flex;
    			display: flex;
			justify-content: center;
    			flex-wrap: wrap;
		}
	}
.footer .fcompany ul li{
	display: block;
	font-weight: 500;
	line-height: 1.6em;
}
	@media screen and (max-width: 1144px) {
		.footer .fcompany ul li{
			width: 100%;
			text-align: center;
		}
	}
.footer .fcompany ul li.flogo img{
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 0 40px 0;
}
 	@media screen and (max-width: 1144px) {
		.footer .fcompany ul li.flogo img{
			max-width: 260px;
			margin: 0 auto 40px auto;
		}
	}
.footer .footer-list{
	flex-basis: 65%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: flex-end;
    	flex-wrap: wrap;
	align-items: flex-start;
}
 	@media screen and (max-width: 1144px) {
		.footer .footer-list{
			flex-basis: 100%;
		}
	}
.footer .footer-list ul.menu{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
	align-items: flex-start;
}
.footer .footer-list ul.menu li{
	width: auto;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	position: relative;
	margin: 0 0 10px 50px;
}
 	@media screen and (max-width: 1144px) {
		.footer .footer-list ul.menu li{
			width: 50%;
			margin: 0 0 10px 0;
		}
	}
 	@media screen and (max-width: 480px) {
		.footer .footer-list ul.menu li{
			width: 100%;
			margin: 0 0 10px 0;
		}
	}
.footer .footer-list ul.sub-menu{
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #0243ca;
}

.footer .footer-list ul.sub-menu li{
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.footer .footer-list2{
	flex-basis: 12%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: flex-end;
    	flex-wrap: wrap;
	align-items: flex-start;
}
 	@media screen and (max-width: 1144px) {
		.footer .footer-list2{
    			justify-content: space-between;
			flex-basis: 100%;
		}
	}

.footer .footer-list2 ul.menu li{
	width: auto;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	position: relative;
	margin: 0 0 10px 0;
}
 	@media screen and (max-width: 1144px) {
		.footer .footer-list2 ul.menu li{
			margin: 0 0 10px 0;
		}
	}

.footer .copyright {
    	font-size: 14px;
    	text-align: right;
	margin: 40px 0 0 0;
}
 	@media screen and (max-width: 1144px) {
		.footer .copyright {
		    	text-align: center;
		}
	}
 
.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: linear-gradient(90deg, #0244cd, #0337a4);
  	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: #0244cd;
}

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

.fcontact {
	background: linear-gradient(90deg, #0244cd, #0337a4);
  	padding: 160px 0 160px 0;
	color: #fff;
	position: relative;
}
	@media screen and (max-width: 1144px) {
		.fcontact {
			padding: 60px 0 80px 0;
		}
	}
.fcontact .inner{
	width: 1200px;
	height: auto;
	margin: 0 auto;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
	align-items: center;
    	flex-wrap: wrap;
}
	@media screen and (max-width: 1144px) {
		.fcontact .inner{
			width: auto;
			padding: 0 24px;
		}
	}
.fcontact .inner.telephone{
    	justify-content: flex-center;
}
.fcontact .inner .left_box{
	flex-basis: 35%;
}
	@media screen and (max-width: 1144px) {
		.fcontact .inner .left_box{
			flex-basis: 100%;
		}
	}
.fcontact .inner .right_box{
	flex-basis: 65%;
}
	@media screen and (max-width: 1144px) {
		.fcontact .inner .right_box{
			flex-basis: 100%;
		}
	}
.fcontact h2{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 0 0;
	color: #fff;
}
	@media screen and (max-width: 1144px) {
		.fcontact h2{
			text-align: center;
		}
	}
.fcontact .en{
  	background: linear-gradient(90deg, #ffffff, #f7f7f7);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	font-size: 4vw;
	line-height: 1.6em;
	font-weight: bold;
}
	@media screen and (max-width: 1144px) {
		.fcontact .en{
			text-align: center;
			font-size: 8vw;
			margin: 0 0 40px 0;
		}
	}
.fcontact p{
	color: #f7f7f7;
}
.fcontact  .inner.telephone .left_box{
	flex-basis: 30%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
	align-items: center;
	flex-direction: column;
    	flex-wrap: wrap;
	margin: 0 5% 0 0;
	padding: 20px;
	text-align: center;
	background: #023db5;
}
	@media screen and (max-width: 1144px) {
		.fcontact  .inner.telephone .left_box{
			flex-basis: 100%;
			margin: 0
		}
	}
.fcontact  .inner.telephone .left_box h3{
	color: #fff;
	margin: 0 0 20px 0;
}
.fcontact  .inner.telephone  .left_box dl{
	color: #fff;
}
.fcontact  .inner.telephone  .left_box dl dt{
	display: inline;
	color: #fff;
}
.fcontact  .inner.telephone  .left_box dl dd{
	display: inline;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.fcontact  .inner.telephone .right_box{
	flex-basis: 65%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
	align-items: center;
    	flex-wrap: wrap;
}
	@media screen and (max-width: 1144px) {
		.fcontact  .inner.telephone .right_box{
			flex-basis: 100%;
		    	justify-content: center;
		}
	}
.fcontact .right_box dl{
	flex-basis: 33.3333%;
	margin: 20px 0;
}
	@media screen and (max-width: 1144px) {
		.fcontact .right_box dl{
			flex-basis: 50%;
		}
	}
.fcontact .right_box dl dt{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #062075;
	color: #fff;
}
.fcontact .right_box dl dt span{
	display: block;
	font-size: 16px;
	color: #86abf7;
}
.fcontact .right_box dl dd{
	display: block;
	font-size: 24px;
	font-weight: 600;
	background: url(../img/common/telephone-white.png) no-repeat left center;
	background-size: 16px auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 24px;
}
	@media screen and (max-width: 1144px) {
		.fcontact .right_box dl dd{
			font-size: 18px;
		}
	}
.fcontact .right_box dl dd a{
	color: #fff;
}
.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: linear-gradient(90deg, #0337a4, #062075);
      	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;
	border-radius: 5px;
}

.fcontact .marquee {
  	width: 100%;
  	overflow: hidden;
  	white-space: nowrap;
  	position: absolute;
	bottom: 10px;
}
.fcontact .marquee-content p{
	font-size: 6vw;
	font-weight: bold;
	color: rgba(255,255,255,0.1);
	line-height: 100%;
	user-select: none;
}

/*///////  front  ///////*/
.block {
  width: 360px;
  height: 360px;
  margin: auto;
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
  &__circle {
    fill: none;
  }
  &__text {
    fill: #000;
    font-size: 5vw;
    letter-spacing: 0.05em;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*///////  common  ///////*/
.page_title {
  	width: 100%;
	height: 480px;
  	margin: 83px 0 0 0;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
	align-items: center;
	position: relative;
}
	@media only screen and (max-width: 1144px) {
		.page_title {
			width: auto;
  			height: auto;
  			margin: 60px 0 0 0;
			padding: 0;
			flex-wrap: wrap;
		}
	}
.page_title::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page_title .title_box{
	flex-basis: 40%;
	height: 100%;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-evenly;
	margin: 0 auto;
	padding: 80px 100px;
}
	@media only screen and (max-width: 1144px) {
		.page_title .title_box{
			flex-basis: 100%;
			height: auto;
			padding: 20px 24px 20px 24px;
		}
	}
.page_title .title_box .title_area{
	margin: 20px 0 0 0;
}
.page_title .title_box  h1{
	font-size: 1.4vw;
	font-weight: 600;
	margin: 0 0 0 10px;
}
		@media only screen and (max-width: 1144px) {
			.page_title .title_box  h1{
				font-size: 2.0vw;
				line-height: 1.0em;
				margin: 0 0 0 5px;
			}
		}
.page_title .title_box .en{
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 6px;
	line-height: 1.0em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #0337a4, #062075);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
		@media only screen and (max-width: 1144px) {
			.page_title .title_box .en{
				font-size: 10vw;
			}
		}
.page_title .excerpt_area p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	margin: 40px 0 0 0;
}
		@media only screen and (max-width: 1144px) {
			.page_title .excerpt_area p{
				font-size: 14px;
				margin: 20px 0 0 0;
			}
		}
.page_title .image_box{
	flex-basis: 60%;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
	align-items: center;	
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
}
	@media only screen and (max-width: 1144px) {
		.page_title .image_box{
			flex-basis: 100%;
		}
	}
.page_title .image_box img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}
	@media only screen and (max-width: 1144px) {
		.page_title .image_box img{
			height: 200px;
		}
	}

.breadcrumbs_wrap{
	width: 100%;
}

.breadcrumbs{
	width: auto;
	margin: 0 auto !important;
	padding: 15px 0 !important;
	color: #939393;
}
	@media only screen and (max-width: 1144px) {
		.breadcrumbs{
			width: 100% !important;
			padding: 0 20px 20px 0 !important;
			font-size: 12px;
		}
	}
.breadcrumbs a{
	color: #939393;
}

/*スクロールダウン全体の場所*/
.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: 1144px) {
	.scrolldown4{
  		right:40px;
	}
}

@media only screen and (max-width: 1144px) {
	.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 */
.button-w {
  	display: flex;
  	padding: 0 40px 0 0;
  	align-items: center;
  	text-decoration: none;
  	color: #333; 
  	font-weight: 600;
  	position: relative;
  	width: fit-content;
  	gap: 1em;
}

.button-w .circle_btn {
  	position: relative;
  	background: #fff; 
  	color: #fff; 
  	padding: 0.7rem;
  	border-radius: 100vh;
  	width: 2.5rem; 
  	height: 2.5rem; 
  	text-align: center;
  	transition: 0.3s;
}

.button-w .circle_btn:after {
  	content: '';
  	width: 5px;
  	height: 5px;
  	border-top: 3px solid #333;
  	border-right: 3px solid #333;
  	transform: rotate(45deg) translateY(-50%);
  	position: absolute;
  	top: calc(50% - 2px);
  	right: calc(50% - 2px);
  	border-radius: 1px;
  	transition: 0.3s ease-in-out;
}

.button-w:hover .circle_btn {
  	transform: scale(1.25); 
	background: linear-gradient(90deg, #0337a4, #062075);
}

.button-w:hover .circle_btn:after {
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
}
.button-w .btn_txt{
	color: #fff;
	margin: 0;
}

.button {
  	display: flex;
  	margin: auto;
  	align-items: center;
  	text-decoration: none;
  	color: #333; 
  	font-weight: 600;
  	position: relative;
  	width: fit-content;
  	gap: 1em;
}

.button .circle_btn {
  	position: relative;
	background: linear-gradient(90deg, #0337a4, #062075);
  	color: #fff; 
  	padding: 0.7rem;
  	border-radius: 100vh;
  	width: 3.5rem; 
  	height: 3.5rem; 
  	text-align: center;
  	transition: 0.3s;
}

.button .circle_btn:after {
  	content: '';
  	width: 7px;
  	height: 7px;
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
  	transform: rotate(45deg) translateY(-50%);
  	position: absolute;
  	top: calc(50% - 2px);
  	right: calc(50% - 2px);
  	border-radius: 1px;
  	transition: 0.3s ease-in-out;
}

.button:hover .circle_btn {
  	transform: scale(1.25); 
  	background: #0336a3;
}

.button:hover .circle_btn:after {
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
}
.button .btn_txt{
	margin: 0;
}

.button-b {
  	display: flex;
  	margin: auto;
  	align-items: center;
  	text-decoration: none;
  	color: #333; 
  	font-weight: 600;
  	position: relative;
  	width: fit-content;
  	gap: 1em;
}

.button-b .circle_btn {
  	position: relative;
	background: linear-gradient(90deg, #0337a4, #062075);
  	color: #fff; 
  	padding: 0.7rem;
  	border-radius: 100vh;
  	width: 2.5rem; 
  	height: 2.5rem; 
  	text-align: center;
  	transition: 0.3s;
}

.button-b .circle_btn:after {
  	content: '';
  	width: 7px;
  	height: 7px;
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
  	transform: rotate(135deg) translateY(-25%);
  	position: absolute;
  	top: calc(40% - 2px);
  	right: calc(50% - 2px);
  	border-radius: 1px;
  	transition: 0.3s ease-in-out;
}

.button-b:hover .circle_btn {
  	transform: scale(1.25); 
  	background: #0336a3;
}

.button-b:hover .circle_btn:after {
  	border-top: 3px solid #fff;
  	border-right: 3px solid #fff;
}
.button-b .btn_txt{
	margin: 0;
}

.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: linear-gradient(90deg, #0337a4, #062075);
	border-radius: 5px;
}
@media only screen and (max-width: 1144px) {
	.link_btn a{
	    	width: 100%;
	}
}

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

.btnarrow-bottom{
	display: block;
}

.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: 1144px) {
	.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: 1144px) {
		.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:1144px){
	.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: 100%;
	margin: 0 auto;
}
	@media only screen and (max-width: 1144px) {
		.container{
			width: 100%;
			margin: 0 auto;
		}
	}
.container.news{
	width: 990px;
	margin: 115px auto;
}
	@media only screen and (max-width: 1144px) {
		.container.news{
			width: 100%;
			margin: 60px auto;
			padding: 0 20px;
		}
	}
.container.single_news{
	width: 1140px;
	margin: 76px auto 100px auto;
}
	@media only screen and (max-width: 1144px) {
		.container.single_news{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		}
	}
.container.column{
	width: 1140px;
	margin: 100px auto 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;
}
	@media only screen and (max-width: 1144px) {
		.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;
}
	@media only screen and (max-width: 1144px) {
		.container.column .column_content{
			flex-basis: 100%;
			margin: 0 0 60px 0;
		}
	}
.container.column .column_content h1{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 40px 0;
}
	@media only screen and (max-width: 1144px) {
		.container.column .column_content h1{
			font-size: 20px;
		}
	}
.container.column .sidebar{
	flex-basis: 300px;
}
	@media only screen and (max-width: 1144px) {
		.container.column .sidebar{
			flex-basis: 100%;
			padding: 0 10px 60px 10px;
		}
	}
.container.notfound{
	margin: 60px auto;
}
	@media only screen and (max-width: 1144px) {
		.container.notfound{
			margin: 40px auto;
			padding: 0 20px;
		}
	}

.container.single_column{
	margin: 76px auto 100px auto;
}

/* top banner */
.top_banner {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 120px;
  	margin: 0 0 0 auto;
	z-index: 5;
}
	@media only screen and (max-width: 1144px) {
		.top_banner {
			width: auto;
			position: relative;
			right: 0;
			bottom: 0;
  			margin: -110px 0 0 auto;
		}
	}

.top_banner img{
	max-width: 380px;
	height: auto;
}
	@media only screen and (max-width: 1144px) {
		.top_banner img{
			max-width: 280px;
			height: auto;
  			margin: 0 0 0 auto;
		}
	}

/* top news */
.top_news {
	display: block;
	position: absolute;
	right: 0;
	bottom: -6%;
  	width: 70%;
  	margin: 0 0 0 auto;
	/** background: #fff; **/
	background: linear-gradient(90deg, #0337a4, #062075);
  	z-index: 1;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: flex-start;
	align-items: center;
  	flex-wrap: nowrap;
  	}
  	@media screen and (max-width: 1144px) {
    		.top_news {
      			width: auto;
			position: relative;
			right: 0;
			bottom: 0;
      			box-sizing: border-box;
      			margin: 0 0 0 0;
			padding: 40px 20px;
  			flex-wrap: wrap;
		}
	}

.top_news h2 {
	flex-basis: 15%;
	height: 100%;
    	font-size: 24px;
    	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	color: #fff;
  	text-align: center;
	border-right: 1px solid #fff;
  	padding: 20px 0;
	}
    	@media screen and (max-width: 1144px) {
      		.top_news h2 {
			display: inline-block;
			flex-basis: 100%;
    			font-size: 20px;
        		width: auto;
        		margin: 0;
  			padding: 20px 0 10px 0;
			border-right: 0;
			border-bottom: 1px solid #fff;
		}
	}

.top_news ul.news_list{
	flex-basis: 65%;
	display: block;
	text-align: left;
  	padding: 20px 20px 20px 2%;
	margin: 0 auto 0 0;
}
    	@media screen and (max-width: 1144px) {
		.top_news ul.news_list{
			flex-basis: 100%;
			padding: 20px 0;
		}
	}

.top_news ul.news_list li{
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
}
.top_news ul.news_list li a, .top_news ul.news_list li a:visited{
	color: #fff;
}

.top_news ul.news_list li span.category{
	margin: 0 10px 0 0;
	padding: 2px 10px;
	background: #fff;
	color: #0336a3;
	font-size: 12px;
}

.top_news ul.news_list li span.update{
	color: #fff;
	margin: 0 10px 0 0;
	font-size: 14px;
}
    	@media screen and (max-width: 1144px) {
		.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;
		}
	}

.top_news .link_btn{
	flex-basis: 20%;
	/** background: linear-gradient(90deg, #0337a4, #062075); **/
  	height: 100%;
	margin: 0;
  	padding: 0 40px 0 0;
}
    	@media screen and (max-width: 1144px) {
		.top_news .link_btn{
			flex-basis: 100%;
		  	padding: 20px 0 0 20px;
		}
	}
.top_news .link_btn a{
	width: auto;
	background: #ffffff;
	color: #062075;
	padding: 10% 0;
	margin: 0;
}
.top_news .link_btn a:hover{
	color: #fff;
	background: #0336a3;
	text-decoration: none;
}

h2.top_ttl span{
	display: block;
    	font-size: 40px;
	font-weight: 600;
	letter-spacing: 6px;
	margin-bottom: 5px;
}
    	@media screen and (max-width: 1144px) {
		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: 1144px) {
		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%);
}

.clearfix {
  	zoom: 1;
}

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

.clearfix:after {
  	clear: both;
}
/** column **/

.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: 100%;
  	padding: 0 0 20px 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ccc;
}

    	@media screen and (max-width: 1144px) {
		.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-link:hover {
	color: #0336a3;
}

.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: 16px;
	display: block;
	margin: 0;
	color: #01519a;
}

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

.linkcard .excerpt{
	font-size: 16px;
	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: 1144px) {
		.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: 1144px) {
		.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: 1144px) {
		.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: 1144px) {
		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: 1144px) {
		.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: 1144px) {
		.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: 1144px) {
		.news_entry .entry_body h3{
			font-size: 18px;
		}
		.single_works .news_entry .entry_body p{
			margin: 0 0 20px 0;
		}
	}

/*　シングルページナビ　*/
.pagenation-single {
  	margin: 0;
}
.pagenation-single ul {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
}
.pagenation-single ul li {
      	text-align: center;
      	/** height: 60px;
      	width: 68px; **/
      	margin: 0 10px;
}
.pagenation-single 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: 60px; **/
	padding: 20px 40px;
        width: 100%;
	background: linear-gradient(90deg, #0337a4, #062075);
	color: #fff;
	border-radius: 5px;
}
.pagenation-single ul li a:visited{
	color: #fff;
}
.pagenation-single ul li a:hover {
	background: #0336a3;
}
.pagenation-single ul li:nth-of-type(2) {
  	/** width: 110px; **/
	width: auto;
}
.pagenation-single ul li:nth-of-type(2) a {
  	width: 100%;
}

/** 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: 1144px) {
  	#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: 1144px) {
	.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: 1144px) {
		.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: 1144px){
		.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:1144px){
	.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: 1144px){
		.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;
}
