
/*===========================================================
    CSS INDEX
    ===================
	
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Global Classes ]
	[ 4. Home Version's ]
	[ 5. Pages ]
	[ 6. Loding Bar ]
	[ 7. ScrollUp ]
==============================================================*/

/* 
[ 1. General Code ]
================ */
body{
	font-family: 'Montserrat',"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

html {
    font-family: 'Montserrat';
}

html,
body {
    width: 100%;
    height: 100%;
}

.wrap {
	overflow: hidden;
}

::-moz-selection {
    background: #81aaf9;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #81aaf9;
    text-shadow: none;
	color:#fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
	max-width: 100%;
}

img.100per{
	width: 100% !important;
}

.fix {
	overflow:hidden;
}

hr.line {
	background: #999 none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100%;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.chara{
	font-size: 1.1em;
	font-weight: 600;
}

@media only screen and (max-width: 750px) {
.mobile-text-center{
	text-align: center !important;
}
	.mobile-mb-40{
		margin-bottom: 40px;
	}
}

.clear{
	clear:both
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:focus,
textarea:focus {
	outline: 0px;
}
.min{
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/* Link style
============== */
a {
    color: #043686;
	line-height: 1;
}
a,a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #3399FF;
    outline: none;
    text-decoration: underline;
}

/* Transition
=============== */
a,
.navbar a,
.form-control {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

/* 
[ 2. Typography ]
==========================*/
p{
	font-family: 'Montserrat',"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	font-weight: normal;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    color: #000;
    margin: 0;
	text-transform: none;
    font-family: 'Montserrat',"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;;
	line-height: 1.5;
}
h1 {
    font-size: 40px;
	letter-spacing: 0.1em;
}
h1.title {
    font-size: 11px;
	margin-top: 10px;
	margin-left: 38px;
}
h2 {
    font-size: 36px;
	letter-spacing: 0.1em;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
@media (max-width: 767px){
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 32px;
		letter-spacing: 0.1em;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
}

.entry-content p{
	line-height: 2.0;
}

.entry-content h1 {
    font-size: 38px;
	letter-spacing: 0.1em;
}
.entry-content h2 {
    font-size: 32px;
	letter-spacing: 0.1em;
}
.entry-content h3 {
    font-size: 26px;
	letter-spacing: 0.1em;
}

.entry-content h4 {
	line-height: 1.6;
    font-size: 22px;
    margin-bottom: 1px;
	letter-spacing: 0.1em;
}

.entry-content h5 {
	line-height: 1.6;
    font-size: 20px;
    margin-bottom: 1px;
	letter-spacing: 0.1em;
}

.border-tb{
	padding: 1em 0;/*上下の余白*/
	border-top: solid 1px #000;/*上線*/
	border-bottom: solid 1px #000;/*下線*/
}

/*.entry-content h4:before {
	  content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
.entry-content h4:after {
	  content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.entry-content h4:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top:0;
  left: 0;
}

.entry-content h4:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}*/
.entry-content h5 {
    font-size: 18px;
}
.entry-content h6 {
    font-size: 16px;
}

.entry-single p{
	margin: 10px 0 30px 0;
}

@media screen and (max-width: 767px) {
	.slide-text {
    font-size: 20px !important;
	padding: 10px 0 20px;
	}
	.entry-content h1 {
		font-size: 30px;
		letter-spacing:normal;
	}
	.entry-content h2 {
		font-size: 26px;
		letter-spacing:normal;
	}
	.entry-content h3 {
		font-size: 22px;
		etter-spacing: 0.1em;
	}

	.entry-content h4 {
		line-height: 1.6;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.border-tb{
	padding: 1em 0;/*上下の余白*/
	border-top: solid 1px #000;/*上線*/
	border-bottom: solid 1px #000;/*下線*/
	}	
/*
	.entry-content h4:before {
		  content:'';
		width: 20px;
		height: 30px;
		position: absolute;
		display: inline-block;
	}
	.entry-content h4:after {
		  content:'';
		width: 20px;
		height: 30px;
		position: absolute;
		display: inline-block;
	}

	.entry-content h4:before {
	  border-left: solid 1px #000;
	  border-top: solid 1px #000;
	  top:0;
	  left: 0;
	}
	.entry-content h4:after {
	  border-right: solid 1px #000;
	  border-bottom: solid 1px #000;
	  bottom:0;
	  right: 0;
	}*/
	.entry-content h5 {
		font-size: 16px;
	}
	.entry-content h6 {
		font-size: 15px;
	}
}

.slide-text {
    font-size: 36px;
	letter-spacing: 0.1em;
}

.breadcrumbs{
	font-size: 12px;
	padding: 10px;
}

/* 
[ 3. Global Classes ]
=================== */
.no-margin {
    margin: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-padding {
    padding: 0;
}
.section-padding {
    padding: 96px 0;
}
.section-fotter {
    padding: 20px 0;
}
.section-pt {
    padding-top: 96px;
}
.section-pb {
    padding-bottom: 96px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.lowercase{
	text-transform: lowercase;
}
.capitalize{
	text-transform: capitalize;
}
.uppercase{
	text-transform: uppercase;
}
.in-block{
	display: inline-block;
}
.absolute{
	position: absolute;
}
.static{
	position: static;
}
.relative{
	position: relative;
}
.white-color{
	color: #ffffff;
}
.theme-color{
	color: #81aaf9;
}

/* percentage
--------------*/
.percent-25{
	width: 25%;
}
.percent-33{
	width: 33.333%;
}
.percent-50{
	width: 50%;
}
.percent-66{
	width: 66.666%;
}
.percent-100{
	width: 100%;
}
.height-100{
	height: 100%;
}
.height-page{
	height:300px;
}
.height-LP{
	height:auto;
}
@media screen and (max-width: 767px) {
	.height-page{
		height: 200px;
		padding-top: 60px;
	}
	
	.height-page h1 {
		margin-bottom: 0 !important;
	}
	
	.height-page .slide-text {
		padding-top: 0;
	}
	
	.bg-img-custom {
		background-position: 30% !important;
	}
}


/*margin top
-------------*/
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-64{
	margin-top: 64px;
}
.mt-75{
	margin-top: 75px;
}
.mt-155 {
    margin-top: 155px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
	.mt-50 {
		margin-top: 40px;
	}
	.mt-80 {
		margin-top: 50px;
	}
	.mt-100 {
		margin-top: 60px;
	}
}

/*margin bottom
----------------*/
.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
	.mb-50 {
		margin-bottom: 30px;
	}
	.mb-60 {
		margin-bottom: 30px;
	}
	.mb-70 {
		margin-bottom: 70px;
	}
	.mb-80 {
		margin-bottom: 50px;
	}
	.mtb-60 {
		margin-bottom: 20px;
	}
	.mtb-50 {
		margin: 30px 0;
	}
	.mtb-15 {
		margin: 10px auto;
	}
	.sp-mv-10{margin:10px 0;
	}
}

/*margin left right
--------------*/
.mlr-minus-120{
	margin-left: -120px;
	margin-right: -120px;
}

/*margin left
--------------*/
.ml-minus-15{
	margin-left: -15px;
}
.ml-minus-100{
	margin-left: -100px;
}
.ml-minus-150{
	margin-left: -150px;
}

.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-100 {
    margin-left: 100px;
}

/*margin right
--------------*/
.mr-minus-40{
	margin-right: -40px;
}
.mr-minus-100{
	margin-right: -100px;
}
.mr-minus-150{
	margin-right: -150px;
}

.mr-40 {
	margin-right: 40px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-100 {
    margin-right: 100px;
}

@media screen and (max-width: 767px) {
	.mr-40 {
		margin-right: 0px;
	}
	.mb-70 {
		margin-bottom: 50px;
	}
}
/*padding-all
--------------*/

.pall-10{
	padding: 10px;
}
.pall-20{
	padding: 20px;
}
.pall-30{
	padding: 30px;
}
.pall-40{
	padding: 40px;
}
.pall-50{
	padding: 50px;
}

/*padding-top
--------------*/
.pt-0 {
    padding-top: 0 !important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-200 {
    padding-top: 200px;
}

/* Screen Support  
---------------------*/
@media screen and (max-width: 767px) {
	.pt-50 {
		padding-top: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pt-80 {
		padding-top: 50px;
	}
	.pt-100 {
    padding-top: 80px;
	}
}

/*padding-bottom
------------------*/
.pb-0 {
    padding-bottom: 10px !important;
}

.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-140 {
    padding-bottom: 140px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
    .pb-50 {
		padding-bottom: 40px;
	}
	.pb-80 {
		padding-bottom: 50px;
	}
	.pb-120 {
		padding-bottom: 80px;
	}
}

/*padding top bottom
---------------------*/
.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pv-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pv-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pv-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pv-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pv-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pv-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {

	.pv-60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pv-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pv-140 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


/* Padding left Right
-------------------- */
.plr-30{
	padding-left: 30px;
	padding-right: 30px;
}
.plr-100{
	padding-left: 100px;
	padding-right: 100px;
}

/* Padding left
-------------------- */
.pl-28{
	padding-left: 28px;
}
.pl-100{
	padding-left: 100px;
}
@media (min-width: 769px) and (max-width: 991px) {
	.pl-100{
	padding-left: 20px;
}
}

/* Padding right
-------------------- */
.pr-28{
	padding-right: 28px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
}

/*Font Size
-------------*/
.font-13 {
    font-size: 13px
}
.font-14 {
    font-size: 14px
}
.font-15 {
    font-size: 15px
}
.font-16 {
    font-size: 16px
}
.font-18 {
    font-size: 18px
}
.font-22 {
    font-size: 22px
}
.font-20 {
    font-size: 20px
}
.font-24 {
    font-size: 24px
}
.font-25 {
    font-size: 25px
}
.font-26 {
    font-size: 26px
}
.font-30 {
    font-size: 30px
}
.font-36 {
    font-size: 36px
}
.font-40 {
    font-size: 40px
}
.font-50 {
    font-size: 50px
}
.font-90 {
    font-size: 90px
}
.font-white{
	color: #fff;
}
.font-main{
	color: #043686;
}
.font-bold{
	font-weight: bold;
}
.font-normal{
	font-weight: normal;
}
.font-letter01{
	letter-spacing: 0.1em;
}
.font-letter02{
	letter-spacing: 0.2em;
}

/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {

    .font-30 {
        font-size: 25px
    }
    h1,
    .font-35,
    .font-90,
    .font-50 {
        font-size: 30px
    }
}

/*Line Height
--------------*/
.l-height-in {
    line-height: inherit !important;
}
.l-height-1 {
    line-height: 1;
}
.l-height-24 {
    line-height: 24px;
}
.l-height-25 {
    line-height: 25px;
}
.l-height-26 {
    line-height: 26px;
}
.l-height-28 {
    line-height: 28px;
}
.l-height-50 {
    line-height: 50px;
}

.flt-left{float: left;}
.flt-right{float: right;}
@media screen and (max-width: 767px) {
.flt-right{float: none;}
.flt-left{float: none;}
}

/* font family
-------------- */
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}


/*font weight
--------------*/
.we-light {
    font-weight: 300;
}
.we-regular {
    font-weight: 400;
}
.we-medium {
    font-weight: 500;
}
.we-sami {
    font-weight: 600;
}
.we-bold {
    font-weight: 700;
}
.we-ex-bold {
    font-weight: 900;
}

/* background color 
===============================*/
.white-bg {
	background: #ffffff none repeat scroll 0 0;
}
.black-bg {
	background: #1a1a1a none repeat scroll 0 0;
}
.theme-bg {
	background: #043686 none repeat scroll 0 0;
}
.bg-color-1 {
	background: #4d4d4d none repeat scroll 0 0;
}
.bg-color-2 {
	background: #f5f5f5 none repeat scroll 0 0;
}
.bg-color-3 {
	background: #969696 none repeat scroll 0 0;
}
.bg-color-4 {
	background: #969696 none repeat scroll 0 0;
}
.bg-color-5 {
	background: #e7ebf5 none repeat scroll 0 0;
}

/* background Gradient 
===============================*/
.gradient-1{
    background: #fff;
}

/* background image 
==================================*/
.bg-img-1{
	background-image: url("../../img/bg/1.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-2{
	background-image: url("../../img/bg/2.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-3{
	background-image: url("../../img/bg/3.jpg") ;
	background-size: contain;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-4{
	background-image: url("../../img/bg/4.jpg") ;
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-5{
	background-image: url("../../img/bg/5.jpg") ;
	background-size: contain;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
/*.bg-img-6{
	background-image: url("../../img/bg/6.jpg") ;
	background-size: contain;
	background-position: bottom right;
	background-attachment: scroll;
	background-repeat: no-repeat;
}*/
.bg-img-custom{
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-works{
	background-image: url("../../img/bg/firstview_02.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-voice{
	background-image: url("../../img/bg/firstview_03.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-7{
	/*background-image: url("../../img/bg/7.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;*/
	background: #F3FAFF;
}


/*background image screen support
-----------------------------------*/
@media screen and (max-width: 767px) {
	.bg-img-1{
	background-image: url("../../img/bg/1sp.jpg") ;;
	}
	.bg-img-2{
	padding-right: 0px;
	padding-left: 0px;
	}
	.bg-img-3{
	background-image: url("../../img/bg/3sp.jpg") ;;
	}
	.bg-img-5{
	background-image: url("../../img/bg/5sp.jpg") ;;
	}
	/*.bg-img-6{
	background-image: url("../../img/bg/6sp.jpg") ;;
	}*/
	/*.bg-img-7{
	background-image: url("../../img/bg/7sp.jpg") ;;
	}*/
}
@media (min-width: 768px) and (max-width: 1159px) {
	.bg-img-5{
	background-image: url("../../img/bg/5md.jpg") ;;
	}
}
@media (min-width: 1300px) and (max-width: 1699px) {
	.bg-img-5{
	background-image: url("../../img/bg/5.jpg") ;;
	}
}
@media (min-width: 1700px) and (max-width: 3000px) {
	.bg-img-3{
	background-image: url("../../img/bg/3lg.jpg") ;;
	}
	.bg-img-5{
	background-image: url("../../img/bg/5lg.jpg") ;;
	}
}

/* background overlay 
===================================*/
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	/*background: rgba(147,143,251,.8);*/
}
.overlay .container{
	position:relative;
	z-index:2;
}

/* dark overlay 
================================*/
.overlay.dark-1:before {
    background: rgba(43, 43, 43,.70);
}

/* light overlay 
================================*/
.overlay.light-1:before {
    background: rgba(255,255,255,.7);
}

/* others color overlay 
=================================*/
.overlay-1:before {
    background: rgba(129, 170, 249, 0.90);
}
.grad-overlay-1:before {
    background: rgba(129, 170, 249, 0.93); /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* Standard syntax (must be last) */
}

/* ------------------------------
    Table
------------------------------ */
.entry-content table {margin:0 0 24px 0; width:100%; border-collapse:collapse;}
.entry-content table tbody tr:first-child{ border-top:1px solid #ebebf0; }
.entry-content td, .entry-content th {border-bottom:1px solid #ebebf0; padding:10px 15px; line-height:2.2;}
.l_col2{width: 15%; font-weight: bold; text-align: center; color: #043686;}

@media screen and (max-width : 768px){
	.entry-content td, .entry-content th{width: 100%; display: block;}
	.entry-content td:first-child{ background-color:#ebebf0; }
}


/* ------------------------------
    History
------------------------------ */
.cp_timeline01 {
position: relative;
margin: 3em auto;
overflow: auto;
}
.cp_timeline01:before {
position: absolute;
left: 50px;
width: 5px;
height: 99%;
content: '';
background: #3366CC;
}
.cp_timeline01 h2 {
position: relative;
clear: both;
max-width: 6em;
margin: 0;
padding: .1em;
text-align: center;
background: #043686;
border-radius: 8px;
font-size: 1.2em;
color: #fff;
}
.cp_timeline01 ul {
max-width: calc(100% - 4em);
margin: 0;
padding: 0 0 0 2em;
list-style: none;
}
.cp_timeline01 li {
position: relative;
margin-bottom: 1em;
margin-left: 100px !important;
margin-top: -27px;
padding: 0.5em;
background: #fff;
width: 90%;
border-radius: 8px;
border: solid 1px rgba(255,255,255 ,1);
list-style: none !important;
}
.cp_timeline01 li:before {
position: absolute;
top: 12px;
left: -14px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
z-index: 0;
}
.cp_timeline01 li:after {
position: absolute;
top: 12px;
left: -16px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
z-index: -1;
}
.cp_timeline01 li:nth-child{
float: right;
}
.cp_timeline01 li:nth-child:before {
right: -14px;
left: auto;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #fff;
}
.cp_timeline01 li:nth-of-type(2n+1) {
clear: both;
}
.cp_timeline01 li .flag {
padding: 0;
margin: 0;
font-size: 1.2em;
font-weight: bold;
color: #1cb57b;
}
.cp_timeline01 li .desc {
font-size: 1.0em;
line-height: 1.5em;
}
.cp_timeline01 li .time {
font-size: 0.8em;
color: #1cb57b;
font-weight: bold;
}
@media only screen and (max-width: 767px) {
.cp_timeline01:before {
left: 0;
}
.cp_timeline01 h2{
	margin: 0px auto 10px ;
}
.cp_timeline01 ul {
max-width: calc(100% - 1em);
z-index: 1;
padding: 0 0 0 1.5em;
}
.cp_timeline01 li {
width: 100%;
	margin-top: 10px;
	margin-left: 10px !important;
	margin-bottom: 30px;
}
.cp_timeline01 li:nth-child(even),
.cp_timeline01 li:nth-child(odd) {
float: none;
}
.cp_timeline01 li:nth-child(odd):before {
right: auto;
left: -14px;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
}
.cp_timeline01 li:nth-child(odd)::after {
right: auto;
left: -16px;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
}
}


.cp_timeline02 {
position: relative;
margin: 3em auto;
overflow: auto;
}
.cp_timeline02:before {
position: absolute;
left: 50%;
width: 5px;
height: 99%;
content: '';
background: #3366CC;
}
.cp_timeline02 h2 {
position: relative;
clear: both;
max-width: 6em;
margin: 0 auto 1em;
padding: .1em;
text-align: center;
background: #043686;
border-radius: 8px;
font-size: 1.2em;
color: #fff;
}
.cp_timeline02 ul {
max-width: calc(100% - 4em);
margin: 0;
padding: 0 0 0 2em;
list-style: none;
}
.cp_timeline02 li {
position: relative;
margin-bottom: 1em;
padding: 1em;
background: #fff;
width: 42%;
border-radius: 8px;
border: solid 1px rgba(255,255,255 ,1);
list-style: none !important;
}
.cp_timeline02 li:before {
position: absolute;
top: 12px;
left: -14px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
z-index: 0;
}
.cp_timeline02 li:after {
position: absolute;
top: 12px;
left: -16px;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
z-index: -1;
}
.cp_timeline02 li:nth-child(even) {
float: right;
margin-top: 2em;
}
.cp_timeline02 li:nth-child(odd) {
float: left;
}
.cp_timeline02 li:nth-child(odd):before {
right: -14px;
left: auto;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #fff;
}
.cp_timeline02 li:nth-child(odd):after {
position: absolute;
right: -16px;
left: auto;
content: '';
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #fff;
z-index: -1;
}
.cp_timeline02 li:nth-of-type(2n+1) {
clear: both;
}
.cp_timeline02 li .flag {
padding: 0;
margin: 0;
font-size: 1.2em;
font-weight: bold;
color: #043686;
}
.cp_timeline02 li .desc {
font-size: 1.0em;
line-height: 1.5em;
}
.cp_timeline02 li .time {
font-size: 0.8em;
color: #043686;
font-weight: bold;
}
@media only screen and (max-width: 767px) {
.cp_timeline02:before {
left: 0;
}
.cp_timeline02 ul {
z-index: 1;
padding: 0 0 0 1.5em;
}
.cp_timeline02 li {
width: 100%;
}
.cp_timeline02 li:nth-child(even),
.cp_timeline02 li:nth-child(odd) {
float: none;
}
.cp_timeline02 li:nth-child(odd):before {
right: auto;
left: -14px;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
}
.cp_timeline02 li:nth-child(odd)::after {
right: auto;
left: -16px;
border-width: 10px 15px 10px 0;
border-color: transparent #fff transparent transparent;
}
}

/*Verticle Aligne Middle 
--------------------------*/
.d-table {
    display: table;
    width: 100%;
	height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.v-align {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Default Button Style
------------------------ */
.btn {
	background-color: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding: 0 48px;
	transition: all 0.3s ease 0s;
	letter-spacing: 0.1em;
}
.btn.white {
	background-color: none;
	color: #fff;
}
.lg-btn {
	padding: 0 50px;
}
.btn:hover{
    background-color: #000;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
	color: #929497;
}
.btn.active, 
.btn:active {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
}
.btn.white,
.btn.white:hover,
.btn.white:focus {
    color: #ffffff;
}
.btn i.material-icons {
    font-size: 20px;
}
.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #fff;
	border-color: #3399FF;
	background-color: #3399FF;
}
.btn:focus,
button:focus {
    outline: none !important;
}
.btn > .material-ink {
  background-color: white;
}

/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
    .lg-bgn {
        height: auto;
        font-size: 14px;
        padding: 8px 25px;
    }
.play-icon > a {
	margin: -32px auto 0;
}
}

/* Customize Form style
======================== */
.form-control {
    border-radius: 0;
}
.input-field {
    margin-top: 45px;
}
.input-field label {
    color: #999;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}
.input-field label.active {
    font-size: 12px;
}

/*Flat Icon Setup
==========================*/
i[class^="flaticon-"] {
    line-height: 50px;
    display: inline-block;
}
i[class^="flaticon-"]:before {
    font-size: 45px;
    margin-left: 0;
}

/* CSS Customization
============================== */
ul, ul li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ol, ol li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
nav {
    background-color: transparent;
}
/*nav ul,
nav ul li {
    float: none;
}*/
nav ul li:hover, 
nav ul li.active {
    background-color: transparent;
}
nav ul a {
    font-size: inherit;
}
@media only screen and (min-width: 1200px){
  .container {
    width: 1200px;
  }
}
@media only screen and (max-width: 749px) {
    .container {
        width: 100%; 
    }
}
@media only screen and (max-width: 601px) {
    .container {
         width: 100%; 
    }
}
@media only screen and (max-width: 601px) {
    .container_100 {
         width: 100% !important; 
    }
}

.container .row,
.container-fluid .row {
    margin-bottom: 0;
}

.container .row {
    margin-right: -15px;
    margin-left: -15px;
}
.row .col {
    padding-right: 15px;
    padding-left: 15px;
}
sub {
  bottom: 0;
}

/* Section Title
----------------- */
.section-title.title-2 h1 {
  color: #525252;
}
.section-title.title-2 p {
  color: #919191;
}

/* Box Under Line
----------------- */
.boxUline-left{
	position: relative;
    width: 100%;
}
/*.boxUline-left::before{
    content: '';
    position: absolute;
    top: 4%;
    right: 13px;
    width: 100%;
    height: 100%;
    border: 1px solid #043686;
}*/
.boxUline-left img {
    position: relative;
    vertical-align: top;
}
.boxUline-right{
	position: relative;
    width: 100%;
}
/*.boxUline-right::before{
    content: '';
    position: absolute;
    top: 4%;
    left: 13px;
    width: 100%;
    height: 100%;
    border: 1px solid #043686;
}*/
.boxUline-right img {
    position: relative;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
	.boxUline-right::before{top: 14%;}
	.boxUline-left::before{top: 14%;}
}


/* Custom Select 
----------------------*/
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.custom-select {
	position: relative;
}
.custom-input input,
.custom-input textarea,
.custom-select select {
	border: 0px solid #b0b0b0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 10px 20px;
	color: #b0b0b0;
	width: 100%;
}
.custom-input input{
	padding: 5px 15px;
}

/* Horizontal Line 
-------------------*/
.horizontal-line div {
    background: #878787 none repeat scroll 0 0;
    height: 2px;
    margin: 0;
    width: 76px;
}
.horizontal-line div.top {
    margin-bottom: 4px;
    width: 180px;
}
.center .horizontal-line div {
	margin: 0 auto;
}
.center .horizontal-line div.top {
	margin-bottom: 4px;
}

/* Mobile menu 
--------------- */
@media (max-width: 767px){
	header.height-100 {
		height: auto;
	}	
	
.mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn {
  display:block;
}
.mainmenu .navbar-collapse > .navigation > li > ul {
	display: none;
	left: auto !important;
	opacity: 1;
	position: relative;
	right: auto !important;
	top: auto !important;
	transition: none 0s ease 0s  !important;
	visibility: visible;
	width: 100%;
	padding: 10px;
	background: #666;
}
	.header-top{
		position: fixed;
	}
	
.header-top .right.floatright,
.header-top .mainmenu.floatright,
.header-bottom .left,
.mainmenu .navigation li{
	float: none;
}
.header-top.is-sticky .mainmenu a{
	color: #000;
}
.header-top.is-sticky .mainmenu a:hover{
	color: #3399FF;
	text-decoration: none;
}
.header-top.is-page .mainmenu a{
	color: #000;
}
.header-top.is-page .mainmenu a:hover{
	color: #3399FF;
	text-decoration: none;
}
.header-top .navbar-collapse {
    background: #000;
	padding: 15px;
	box-shadow: 0 1px 5px rgba(2, 3, 3, 0.1);
	top: 20px;
}
.header-top .navbar-collapse,
.mainmenu .navigation {
  position: relative;
}
.mainmenu .navigation {
  z-index: 999;
}
.mainmenu li {
	float: left;
	margin: 15px 0;
}
.mainmenu {
  padding: 0 !important;
}
.mainmenu li a {
	padding: 5px 0;
}
}

/* Main Menu
----------------- */
.mainmenu {
  padding:18px 0 6px 0;
}
.mainmenu li {
	float: left;
}
.mainmenu li a {
	color: #fff;
	display: block;
	line-height: 19px;
	padding: 0 20px;
	position: relative;
	font-size:16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
}
.mainmenu li a span{
	display: block;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	font-weight: normal;
}

.sub-mainmenu{
	padding: 0;
	position: absolute;
	top: -20px;
	right: 60px;
}
.sub-mainmenu li {
	float: left;
	margin-left: 10px;
}
.sub-mainmenu a {
	color: #fff;
	display: block;
	line-height: 19px;
	padding: 4px 18px;
	position: relative;
	font-size:13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #000;
}

.sub-mainmenu a:hover{
	background-color: #929497;
	text-decoration: none;
}

@media (min-width: 769px) and (max-width: 991px) {
	header .logo {
		width: calc(400 / 1920 * 100vw);
		min-width: 160px;
	}
	
	.mainmenu li a {
		padding: 0 8px;
		font-size: 13px;
		letter-spacing: normal;
	}

	.navigation li li a {
		font-size: 12px;
	}	
}
.header-top.is-sticky .mainmenu a:hover,
.header-top.is-sticky .mainmenu li.active a,
.mainmenu li a:hover,
.mainmenu li.active a {
    color: #3399FF;
		text-decoration: none;
}

/*menu btn*/
.header-top .mainmenu li.rec-btn {
	margin-left: 10px;
}

.header-top .mainmenu li.rec-btn a {
	border: 1px solid #043686;
	padding: 8px 12px;
	border-radius: 200px;
	color: #043686;
}

.header-top .mainmenu li.rec-btn a:hover {
	border: 1px solid #337ab7;
	color: #3399FF;
	text-decoration: none;
}

.header-top .mainmenu li.rec-btn.ac a {
	border: 1px solid #3399FF;
	color: #3399FF;
}

.header-top .mainmenu li.cta-btn a {
	background: #043686;
	color: #fff;
	padding: 8px 12px;
	border-radius: 200px;
	margin-left: 10px;
}

.header-top .mainmenu li.cta-btn a:hover {
	color: #fff;
	background: #3399FF;
	text-decoration: none;
}

.header-top .mainmenu li.cta-btn.ac a {
	color: #fff;
	background: #3399FF;
}

@media (max-width: 767px){
.mainmenu {
    padding: 0;
    margin-top: 0 ;
}
.navbar-toggle{
	margin-right: 0 !important;
	}
.mainmenu li {
    float: none;
}
}

.get-btn a.btn {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-top: 6px;
  margin-left: 18px;
}

.logo{
	display: block;
}

.logo-sticky{
	display: none;
}
.logo-page{
	display: none;
}

.is-sticky .logo{
	display: none;
}
.is-page .logo{
	display: block;
}


.is-sticky .logo-sticky{
	display: block;
}

.is-page .logo-sticky{
	display: none;
}

.is-page .logo-page{
	display: block;
}

@media (max-width: 767px){
.logo{
	margin-top: 0px;
}
.logo-sticky{
	margin-top: 0px;
}
.logo-page{
	margin-top: 0px;
}
.is-sticky .mainmenu {
  padding:0px 0 7px 0;
}
.is-sticky .mainmenu li {
    float: none;
}
}
.is-sticky .mainmenu li a {
	/*color: #000;
	display: block;
	line-height: 19px;
	padding: 0 30px;
	position: relative;
	font-size:16px;
	font-weight: 600;*/
}
/*@media (min-width: 769px) and (max-width: 991px) {
.is-sticky .mainmenu li a {
	padding: 0 10px;
	font-size:14px;
	letter-spacing: normal;
}
}*/
.is-sticky .header-top.is-sticky .mainmenu a:hover,
.is-sticky .header-top.is-sticky .mainmenu li.active a,
.is-sticky .mainmenu li a:hover,
.is-sticky .mainmenu li.active a {
	color: #1cb57b;
	text-decoration: none;
}
.is-sticky .get-btn a.btn {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin-top: 6px;
  margin-left: 18px;
}

.is-page .mainmenu {
  padding:18px 0 6px 0;
}
.is-page .mainmenu li {
    float: left;
}
@media (max-width: 767px){
.is-page .mainmenu li {
    float: none;
}
}
.is-page .mainmenu li a {
	color: #000;
	display: block;
	line-height: 19px;
	padding: 0 18px;
	position: relative;
	font-size:18px;
	font-weight: 600;
}
@media (min-width: 769px) and (max-width: 991px) {
.is-page .mainmenu li a {
	padding: 0 10px;
	font-size:14px;
	letter-spacing: normal;
}
}
.is-page .header-top.is-sticky .mainmenu a:hover,
.is-page .header-top.is-sticky .mainmenu li.active a,
.is-page .mainmenu li a:hover,
.is-page .mainmenu li.active a {
	color: #1cb57b;
	text-decoration: none;
}

/* Mobile Menu
--------------*/
.navbar-toggle {
	/*border: 1px solid #ffffff;*/
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.is-sticky .navbar-toggle .icon-bar{
	background: #000;
}
.is-page .navbar-toggle .icon-bar{
	background: #000;
}
.navbar-collapse {
	border-top: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn {
	background: #6d6d6d none repeat scroll 0 0;
	border-radius: 3px;
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	z-index: 5;
	display:none;
}
.mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn::after {
	content: "\f2f9";
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	font-family: "Material-Design-Iconic-Font";
	color: #fff;
}
.mainmenu .navbar-collapse > ul li.dropdown .dropdown-btn.submenu-icon::after {
	content: "\f2fc";
}

/* pagenation
--------------*/
.page-numbers{
	border:1px solid #043686;
	border-radius: 53px;
	font-size: 16px;
	margin: 0 2px;
	color: #043686;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
}
a.page-numbers:hover{
	border:1px solid #043686;
	text-decoration: none;
	color: #fff;
	background-color: #043686;
}
a.page-numbers.next,
a.page-numbers.prev {
	display: inline;
	padding: 8px 15px;
}
.current{
	border:1px solid #043686;
	color: #fff;
	background-color: #043686;
}


/* Sticky Sticky
-----------------*/
.header-top.is-sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
	padding: 10px 0 15px 0;
}
.header-top.is-sticky .logo > a {
	width: 73px;
}
.is-sticky .navigation li li a {
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 14px;	
	font-weight: normal;
}
.is-sticky .navigation li:hover > ul > li {
    height: 4rem;
    overflow: visible;
	background-color: #f5f5f5;
}

/* slide 
-------------- */
.slideCatch{
	text-transform: uppercase;
	font-size: clamp(36px, 2vw, 48px);
	line-height: 2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000;
}

.slideCatch span.solidbg {
	background: #fff;
	border: 1px solid #043686;
	padding: 10px 8px;
	margin-right: 8px;
	display: inline-block;
	line-height: 1;
	color: #043686;
	font-size: clamp(36px, 2vw, 48px);
	letter-spacing: 0;
}

.slideCatch span.largetxt {
	font-size: clamp(48px, 2vw, 58px);
	color: #043686;
}

.top2021text {
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.spBr {
	display: none;
}

@media (max-width: 767px){
.slideCatch{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
	
.slideCatch span.solidbg {
	padding: 8px;
	font-size: 23px;
}

.slideCatch span.largetxt {
	font-size: 26px;
}
	
	.spBr {
		display: block;
	}
}

/* slick dots
-------------- */
.slick-dots {
	display: inline-block !important;
	margin-top: 60px;
}
.slick-dots > li {
    float: left;
    margin: 0 5px;
}
.slick-dots button {
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 14px;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 14px;
	display: block;
	border-radius: 50%;
	border: 2px solid #929497;
	background-color: transparent;
}
.slick-dots .slick-active button {
    background: #999 none repeat scroll 0 0;
	box-shadow: 0 2px 6px rgba(150, 150, 150,.6);
}
.slick-slide:focus {
    outline: 0;
}

/* Text Block
-----------------*/

p.full-text {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 750px) {
p.full-text { width: 100%; }
}

/* News List
-----------------*/

.newslist01 {
  border-top: 1px dotted #ddd;
  width: 100%;
}
.newslist01 li {
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
}
.newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
	text-decoration: none;
}
.newslist01 li div {
  display: table-cell;
  width: 144px;
}
/*Screen Support
--------------------*/
@media screen and (max-width: 767px) {
.newslist01 li div {
  width: 22%;
}
}
.newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
	padding-top: 5px;
}

/* カテゴリの設定 */
.newslist01 li .cat01,
.newslist01 li .cat02 {
  background-color: #333;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.newslist01 li .cat02 {
  background-color: #666;
}

/* TOPニュース */
#top_news a{
	color: #fff;
}
#top_news .infoDate{
    color: #fff;
	font-weight: bold;
}
#top_news .infoCate{
	border: 1px solid #fff;
    color: #fff;
	font-weight: bold;
}
#top_news p{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#top_news a{
		display: inline-block;
	}
}

/* TOPページ */

hr.underborderHigh{
	border-top: 5px solid #1cb57b;
	margin-top: 15px;
	margin-bottom: 30px;
}

.topRecruitCacth{
	padding-top: 60px;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.topRecruitCacth{
	padding-top: 24px;
	padding-bottom: 24px;
	}
}

.top2021Cacth{
	padding-top: 0;
	padding-bottom: 60px;
}
/*@media (min-width: 768px) and (max-width: 1159px) {
	.top2021Cacth{
	padding-top: 300px;
	padding-bottom: 60px;
	}
	.top2021text{
		display: none;
	}
}*/
@media screen and (max-width: 767px) {
	.top2021Cacth{
		padding-top: 100%;
		padding-bottom: 10%;
		font-size: 21px;
	}
}

/* 20thページ */
.data4{
	font-size: 70px;
	font-weight: bold;
	color: #1cb57b;
	padding: 30px 0 60px;
}
.data4 span{
	font-size: 36px;
	vertical-align: text-bottom;
}


/* Circle Shape
-----------------*/
@keyframes pound {
	from { transform: scale(.2); }
	50% { transform: scale(1); }
	to { transform: scale(.2); }
}
.circle-shape .dot {
  animation: 10s ease 0s normal none infinite running pound;
  transform-origin: center center 0;
}
.circle-shape .dot {
    background: #000;
    border-radius: 50%;
    position: absolute;
	opacity: 0.04;
}
.circle-shape .c11 {
	opacity: 0.02;
}
.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
	opacity: 0.05;
}

.c34{
	width: 34px;
	height: 34px;
}
.c44{
	width: 44px;
	height: 44px;
}
.c53{
	width: 53px;
	height: 53px;
}
.c84{
	width: 84px;
	height: 84px;
}
.c100{
	width: 100px;
	height: 100px;
}
.c140{
	width: 140px;
	height: 140px;
}
.c172{
	width: 172px;
	height: 172px;
}
.c206{
	width: 206px;
	height: 206px;
}
.c355{
	width: 355px;
	height: 355px;
}
.c393{
	width: 393px;
	height: 393px;
}

.c1{
	top: 4.8%;
	left: 6.6%;
	animation-delay: 3s;
}
.c2{
	top: 11.5%;
	left: 8.7%;
	animation-delay: 3.5s;
}
.c3{
	bottom: 0;
	left: -202px;
	animation-delay: 3.4s;
}
.c4{
	top: 39.9%;
	left: 4.7%;
	animation-delay: 4s;
}
.c5{
	bottom: 32.4%;
	left: 8%;
	animation-delay: 4.2s;
}
.c6{
	bottom: 49.02%;
	left: 13.1%;
	animation-delay: 4.5s;
}
.c7{
	top: 25.7%;
	left: 10.9%;
}
.c8{
	top: 25.8%;
	left: 20.2%;
}
.c9{
	top: 23.3%;
	left: 22.3%;
}
.c10{
	bottom: 22.2%;
	left: 30.7%;
}
.c11{
	top: 18.8%;
	left: 34.1%;
}
.c12{
	top: 24.1%;
	right: 43.7%;
}
.c13{
	bottom: 26.6%;
	right: 37.7%;
}
.c14{
	top: 1.8%;
	right: 7.3%;
}
.c15{
	top: 5.3%;
	right: 3.6%;
}
.c16{
	top: 30.4%;
	right: -280px;
}

/* circle-shape-2 */
.circle-shape-2 .c1 {
  left: 15.6%;
  top: 8.8%;
}
.circle-shape-2 .c4 {
  left: 4.2%;
  top: 27.1%;
}
.circle-shape-2 .c5 {
  bottom: 20%;
  left: 7.4%;
}
.circle-shape-2 .c6 {
  bottom: 52.4%;
  left: 12.7%;
}
.circle-shape-2 .c9 {
  left: inherit;
  top: inherit;
  right: 24.7%;
  bottom: 14.5%;
}
.circle-shape-2 .c8 {
  left: inherit;
  top: inherit;
  right: 21.6%;
  bottom: 17.8%;
}
.circle-shape-2 .c15 {
  right: 14%;
  top: 20.3%;
}
.circle-shape-2 .c16 {
  bottom: 4.3%;
  right: -100px;
  top: inherit;
}
/* Pages Header Circle Shape */
.pages-header .c16 {
  top: 0;
}
.pages-header .c13 {
  bottom: 37.9%;
}
.pages-header .c10 {
  bottom: 31.9%;
}
.pages-header .c1 {
  left: 10.8%;
  top: -55px;
}
.pages-header .c2 {
  left: 20.2%;
  top: -30px;
}

/* 
[ 4. Home Version's ]
===================================== */

/* Default Home Version
------------------------*/
/* Header Area */
.header-top {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
  background-color: #fff;
  padding: 10px 0 15px 0;
	max-height: 80px;
}
.header-top .mainmenu a{
	color: #043686;
}
.header-top .mainmenu a span{
	color: #000;
}
.header-top .mainmenu a:hover{
	color: #3399FF;
	text-decoration: none;
}

.header-top .mainmenu li.ac > a{
	color: #3399FF;
}

.header-padding{
	padding: 0 40px;
}

/*子階層以降共通*/
.navigation li ul {
	margin-top: 14px;
    overflow: hidden;
}
.navigation li li {
	height: 0px;
	transition: .5s;
	float: none;
	background-color: #fff;
}
.navigation li li a {
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 12px;	
	font-weight: normal;
}
.navigation li:hover > ul > li {
    height: 4rem;
    overflow: visible;
	background-color: #f5f5f5;
}
.navigation li li a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 600;
	position: absolute;
    right: 10px;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
.header-padding{
	padding: 3px 20px;
}
}
.slide-img {
  left: 0;
  top: 58px;
}
@media (min-width: 1500px) and (max-width: 1700px) {
	.slide-img {
	  padding: 30px;
	}
}
.header-bottom .d-table{
	z-index: 2;
}
.m-minus .slide-text p {
    margin-right: -10px;
}
.btn.fix {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #000;
	box-shadow: none;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	width: 180px;
	height: 50px;
	padding: 0;
}
.btn.fix:hover{
	border-color: transparent;
	box-shadow: none;
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
.btn.white.fix {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	box-shadow: none;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	width: 180px;
	height: 50px;
	padding: 0;
}
.btn.white.fix:hover{
	border-color: transparent;
	box-shadow: none;
	background: #fff none repeat scroll 0 0;
	color: #000;
}
.button{
	width:180px;
	height:50px;
	line-height: 48px;
	border:1px solid #3399FF;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	padding: 0;
	margin: 0 auto;
}
.button a{
	font-size:14px;
	color:#3399FF;
	text-decoration:none;
	line-height:50px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.eff{
	width:180px;
	height:50px;
	left:-180px;
	background:#3399FF;
	position:absolute;
	transition:all .5s ease;
  z-index:1;
}
.button:hover .eff{
  left:0;
}
.button:hover a{
  color:#fff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button.white{
	width:180px;
	height:50px;
	line-height: 48px;
	border:1px solid #fff;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	padding: 0;
	margin: 0 auto;
}
.button.white a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:50px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
	letter-spacing: 0.1em;
}
.eff-white{
	width:180px;
	height:50px;
	left:-180px;
	background:#fff;
	position:absolute;
	transition:all .5s ease;
  z-index:1;
}
.button.white:hover .eff-white{
  left:0;
}
.button.white:hover a{
	color:#000;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-slide{
	width:300px;
	height:50px;
	line-height: 48px;
	border:1px solid #fff;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	padding: 0;
	background-color: #fff;
	font-weight: bold;
}
.button-slide a{
	font-size:14px;
	color:#3399FF;
	text-decoration:none;
	line-height:50px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
	letter-spacing: 0.1em;
}
.eff-slide{
	width:300px;
	height:50px;
	left:-300px;
	background:#3399FF;
	position:absolute;
	transition:all .5s ease;
  z-index:1;
}
.button-slide:hover .eff-slide{
  left:0;
}
.button-slide:hover a{
  color:#fff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
	.button-slide{
		width: 250px;
		margin: 0 auto;
	}
.button.two{
	width:47%;
}
}

.btn.border {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    box-shadow: none;
    line-height: 46px;
	padding: 0 34px;
}
.btn.border:hover{
	border-color: transparent;
	box-shadow: none;
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
.btn.white.border {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    line-height: 46px;
	padding: 0 34px;
}
.btn.white.border:hover{
	border-color: transparent;
	box-shadow: none;
	background: #fff none repeat scroll 0 0;
	color: #000;
}
.single-special i {
    border: 1px solid #edeef0;
    border-radius: 50%;
    color: #8a8a8a;
    font-size: 26px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
    width: 63px;
}
.single-special h4 {
    color: #737373;
}
.single-special:hover i {
    background: #81aaf9 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
	border-color: #81aaf9;
}
.single-special p {
	padding: 0 25px;
}
/* Easy Customize Area */
.easy-text p {
  color: #838282;
}

/* Features Area
-------------------- */

.single-features h4 {
    color: #767676;
    line-height: 24px;
}
.single-features > i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(5, 5, 6, 0.1);
    color: #81aaf9;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
    width: 70px;
}
.single-features:hover > i {
    box-shadow: 0 0 20px rgba(168, 112, 254, 0.5);
    color: #fff;
}
.single-features > i,
.arrow-line .circle-dot::after,
.arrow-line .circle-dot{
    transition: all 0.3s ease 0s;
}
.single-features:hover > i,
.single-features:hover .arrow-line .circle-dot::after {
	background: #a870fe none repeat scroll 0 0;
}
.single-features:hover .arrow-line .circle-dot{
  border-color: #a870fe;
}
.single-features:hover .arrow-line .circle-dot::after {
  border-color: #d3b7fe;
}
.arrow-line {
  right: -104px;
  top: -58px;
  z-index: 2;
}
.right .arrow-line {
  left: -104px;
  right: unset;
  transform: rotateY(180deg);
}
.arrow-line .circle-dot {
  height: 32px;
  width: 142px;
  border-top: 2px solid #80abfa;
  border-left: 2px solid #80abfa;
}
.arrow-line .circle-dot::after {
	background: #80abfa none repeat scroll 0 0;
	border: 3px solid #dfeafd;
	border-radius: 50%;
	bottom: -13px;
	content: "";
	height: 16px;
	left: -7px;
	position: absolute;
	width: 16px;
	z-index: -1;
}


/* Slick Area
-------------------- */

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/* Interface Area
-------------------- */
.interface-slider img {
    width: 100%;
}
.interface-slider .slide-item.slick-current {
	transform:scaleY(1.1) scaleX(1.1) ;
}
.overlay.light-1::before,
.slick-slider .slick-slide {
	transition: all 0.4s ease 0s;
}
.interface-slider .slide-item {
	padding: 25px 15px;
}

.slick-current .overlay::before{
	display:none;
}
.slick-current a img{
	cursor: url(../../img/icons/plus.png), auto;
}
.vbox-overlay {
	cursor: url(../../img/icons/close-x.png), auto;
}
.vbox-overlay img {
	cursor: default;
}
.slick-dots > li:first-child {display: none;}
.slick-dots > li:last-child {display: none;}

/* Download Area 
-------------------- */
.video-img {
    box-shadow: 0 0 20px rgba(53, 53, 53, 0.25);
}
.play-icon > a {
	color: #fff;
	display: block;
	font-size: 50px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin: -23px auto 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	z-index: 2;
}
@media (min-width: 321px) and (max-width: 376px) {
	.play-icon > a  {
        top: 0;
		margin: 64px auto 0;
    }
    .play-icon > a.movie-icon  {
        top: 0;
		margin: 64px auto 0;
    }
}
@media only screen and (max-width: 320px) {
	.play-icon > a  {
        top: 0;
		margin: 50px auto 0;
    }
    .play-icon > a.movie-icon  {
        top: 0;
		margin: 50px auto 0;
    }
}
.download-text .btn {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  font-size: 18px;
  font-weight: 600;
  height: 53px;
  line-height: 53px;
  padding: 0 30px;
}
.download-text .btn.border:hover,
.download-text .btn:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.download-text .btn.border {
	line-height: 52px;
	padding: 0 30px;
	box-shadow: none;
}
.download-text .btn.border {
  background-color: transparent;
}
.download-text .btn.border:hover{
	border-color: transparent;
}
.download-text .btn i {
  font-size: 30px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

/* Pricing Table */
.single-table {
    box-shadow: 0 0 8px rgba(5, 5, 6, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.single-table .head {
    height: 105px;
}
.single-table .head h3 {
    color: #676767;
}
.single-table h3.theme-color {
  color: #81aaf9;
}
.single-table.middle .head {
    height: 168px;
	overflow: hidden;
}
.middle .featured h4 {
    line-height: 40px;
    right: -42px;
    top: 33px;
    transform: rotate(45deg);
    width: 190px;
}
.middle.single-table,
.single-table:hover {
	box-shadow: 0 4px 20px rgba(5, 5, 6, 0.1);
}
.single-table .content-height {
    height: 337px;
}
.single-table hr.line {
	background: #f3f3f3 none repeat scroll 0 0;
	height: 2px;
	width: 100%;
}
.single-table .content li {
  font-size: 16px;
  line-height: 30px;
}

.single-table .content h1 span{
	left: -10px;
	position: relative;
	top: -7px;
}
.single-table .content .btn {
	background-color: transparent;
	box-shadow: none;
	color: #81aaf9;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 34px;
	transition: all 0s ease 0s;
}
.single-table .content .btn{
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left: 1px solid #81aaf9;
	border-right: 1px solid #a870fe;
	background-image: -webkit-linear-gradient(left, #81aaf9, #a870fe), -webkit-linear-gradient(left, #81aaf9, #a870fe);
	background-image: linear-gradient(left, #81aaf9, #a870fe), linear-gradient(left, #81aaf9, #a870fe);
	background-size: 100% 1px;
	background-position: 0 100%, 0 0;
	background-repeat: no-repeat;
	background-clip: border-box;
}
.middle.single-table .content .btn,
.single-table .content .btn:hover {
    background: #81aaf9; /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(-36deg, #a870fe, #81aaf9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-36deg, #a870fe, #81aaf9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-36deg, #a870fe, #81aaf9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-36deg, #a870fe, #81aaf9); /* Standard syntax (must be last) */
	color: #fff;
}

/* Testimonial
--------------- */
.width-360{
	width: 360px;
}
.test-slide-image .single-item img {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(5, 5, 6, 0.1);
	transition: .3s;
}
.test-slide-image .slick-current img {
    box-shadow: 0 0 20px rgba(129, 170, 249, 0.5);
}
.test-slide-image .single-item{
	transform: scale(.80);
	padding: 20px 0; 
}
.testimonial-area .width-360{
	margin: -20px 0;
}
.test-slide-image .single-item.slick-current{
	transform: scale(1);
}
.ratting i {
    color: #f3c30b;
    font-size: 16px;
}
.testimonial-one hr.line {
	background: #d3d3d3 none repeat scroll 0 0;
	border: 0 none;
	height: 13px;
	margin: 16px auto;
	width: 2px;
}
.testimonial-one .content h2 {
    color: #626262;
}
.testimonial-one .quotation {
    display: inline-block;
    margin-bottom: -40px;
    top: -40px;
}
.quotation img {
  opacity: 0.08;
}
.testimonial-one .content p {
    position: relative;
    z-index: 5;
	color: #909090;
}

/* Blog Area
--------------*/
.blog-one .content h3{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-one .single-blog{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-one .single-blog:hover {
	box-shadow: 0 4px 20px rgba( 5,5,6,.10); 
}
.blog-one .content h3 {
	color: #5b5b5b;
	display: inline-block;
	margin-right: -10px;
}
.blog-one .content p {
	color: #9b9b9b;
}
.blog-one .content h6 {
	color: #aaaaaa;
}
.blog-one .blog-footer {
	border-top: 1px solid #e3e3e3;
}
.blog-one .blog-footer h6,
.blog-one .blog-footer{
	line-height: 52px;
}
.blog-one .blog-footer h6 {
	color: #a4a4a4;
}
.blog-one .blog-footer a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 20px;
	color: #b4b4b4;
	display: inline-block;
	font-size: 15px;
	line-height: 34px;
	padding: 0 17px;
	font-family: "Montserrat",sans-serif;
}
.blog-one .blog-footer a i {
	font-size: 16px;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.blog-one .content h3:hover,
.blog-one .blog-footer a:hover{
	color: #81aaf9;
	text-decoration: none;
}

/* SERVICE 
---------------*/
.serviceTxtBox{
	width: 40%;
}

@media (min-width: 768px) and (max-width: 1329px) {
	.serviceTxtBox{
	width: 90%;
	margin-top: 40px;
	}
	.tab-image-center{
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center;
	}
	.tab-image-center .boxUline-left::after{
		display: none;
	}
	.tab-image-center .boxUline-left::before{
		display: none;
	}
	.tab-image-center .boxUline-right::after{
		display: none;
	}
	.tab-image-center .boxUline-right::before{
		display: none;
	}
}
@media (min-width: 1330px) and (max-width: 1599px) {
	.serviceTxtBox{
	width: 50%;
	}
	.serviceIllustL{
	margin-right: 20%;
	}
	.serviceIllustR{
	margin-left: 0%;
	}
}
@media (min-width: 1600px) and (max-width: 3000px) {
	.serviceTxtBox{
	width: 60%;
	}
	.serviceIllustL{
	margin-right: 30%;
	}
	.serviceIllustR{
	margin-left: 10%;
	}
}
/* STEP 
---------------*/

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #f5f5f5;
  padding: 1em 0.5em 1em 1em;
  color: #000;
  line-height: inherit !important;
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f5f5f5;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #1cb57b;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #f5f5f5;
}

@media screen and (max-width: 767px) {
.step{
  list-style-type: none;
  padding:0;
  margin:0;
}
.step li{
  position: relative;
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #000;
	font-weight: bold;
	width: 100%;
	margin-left: 0 !important;
	display: inline-block;
}
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
	top:54px;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
  border-width: 10px 50px 0 50px;
  z-index: 1;
}
.step li.is-current{
  background: #1cb57b;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: #1cb57b transparent transparent transparent;
}
}

/* contact form 
---------------*/
.contact-form.plr {
	padding-left: 8px;
	padding-right: 33px;
}
.line.width-170{
	width: 170px;
}
.info-text hr.line {
	background: #e9e9e9 none repeat scroll 0 0;
	margin: 12px 0 24px 0;
}
.info-text p {
    color: #000;
}
.info-text ul li h5 {
	color: #6f6f6f;
}
.info-text ul li a,
.info-text ul li h5 span {
	color: #8e8e8e;
}
.info-text ul li a:hover {
	color: #393939;
	text-decoration: none;
}
.info-text input,
.info-text textarea {
    font-weight: normal;
    line-height: 40px;
	color: #000;
	width: 100%;
	padding: 0 0 0 18px;
	margin-bottom: 25px;
	background: #f5f5f5;
	border: 1px solid #CCC;
}
.info-text input, .info-text text{
	height: 40px;
}

input.telNumber{
	width: 30%;
}
input.zipAddress{
	width: 30%;
}
select{width: 100%;
	padding: 0 20px;
line-height: 40px;}
.info-text textarea {
    max-height: 105px;
    line-height: 40px;
	-webkit-margin-after: 19px;
}
.info-text [type="submit"] {
	margin-top: 20px;
	background: #043686 none repeat scroll 0 0;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	box-shadow: none;
	font-weight: bold;
	padding: 0 40px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 100px;
}
.info-text [type="submit"]:hover {
	background: #3399FF;
}
/*.custom-input button.btn:hover{
	box-shadow: 0 4px 15px rgba(136, 160, 250, 0.5);
}*/
.mwform-checkbox-field input, .mwform-radio-field input{
	width: auto;
	height: 14px;
}

/* contact form validate
------------------------*/
.contact_form label.error {
    background: #1cb57b none repeat scroll 0 0;
    bottom: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    line-height: 18px;
    margin: 0 15px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
}
.contact_form label.error:after {
    border-color: #1cb57b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    height: 0;
    left: 94%;
    position: absolute;
    width: 0;
}
.contact_form input.error,
.contact_form  input.valid {
	background-repeat: no-repeat;
	background-position: right;
}
.contact_form input.error {
	background-image: url("../../img/icons/invalid.png");
}
.contact_form  input.valid {
    background-image: url("../../img/icons/valid.png");
}
.contact_form textarea.error {
}
.contact_form label.valid {
    display: none !important;
}

/* Footer Area
--------------*/
.footer-text p a{
	color: #fff;
}
.footer-text p a:hover{
	color: #3399FF;
	text-decoration: none !important;
}
.footer-margin-minus{
	margin-top: -6px;
}
/* Subscribe Form */
.subscribe-form {
	background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
	border-radius: 5px;
	height: 48px;
	margin: 0 auto 30px auto;
	width: 424px;
	position: relative;
	padding-right: 68px;
}
.subscribe-form.name-email input {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	float: left;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding-left: 25px;
	font-family: "Montserrat";
	font-weight: 300;
}
.subscribe-form button.btn {
	background: transparent none repeat scroll 0 0;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	float: right;
	height: 48px;
	line-height: 48px;
	padding: 0;
	position: absolute;
	right: 2px;
	width: 68px;
	z-index: 2;
	overflow: hidden;
}
.subscribe-form input::-ms-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #ffffff;
}
.subscribe-form input::-webkit-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #ffffff;
}
.subscribe-form input::-moz-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #ffffff;
}
.subscribe-form button.btn:hover{
	box-shadow: none;
}
.subscribe-form button i {
    font-size: 18px;
    position: relative;
    top: 2px;
	transition: .3s;
}
.subscribe-form button:hover .zmdi-mail-send::after {
    left: 50px;
	opacity: 1;
}
.subscribe-form .zmdi-mail-send::after {
  content: "";
  position: absolute;
  transition: .6s;
  left: 0;
  opacity: 0;
  z-index: 2;
}

@media (min-width: 769px) and (max-width: 991px) {
	.tab-text-center{
		text-align: center;
	}
	.tab-pb-60{
		padding-bottom: 60px;
	}
}

.footer-area ul li ul.sub-menu li:before {
	content: "ー ";
	color: #666;
}

/* footer link */
.btnFooter{
	border: 0 none;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	padding: 0 44px;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}
.btnFooter.border {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    box-shadow: none;
    line-height: 46px;
	padding: 10px 34px;
	
}
.btnFooter.border:hover{
	border-color: transparent;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
	background: #fff none repeat scroll 0 0;
	color: #929497;
}

/* Social Icon */
.social-icon li a {
    border: 2px solid #929497;
    border-radius: 50%;
    color: #929497;
    display: block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin: 0 5px;
    position: relative;
    width: 32px;
}
.social-icon li {
    float: left;
}
.social-icon li a:hover{
	background: #fff none repeat scroll 0 0;
	color: #929497;
	text-decoration: none;
}

/* Horizontal Version
-----------------------*/
.horizontal .slide-img {
  left: 40px;
}
.team-area .title-2 h1,
.team-area .title-2 p{
	color: #ffffff;
}
.single-member .social-icon li a {
	border: 0 none;
	border-radius: 0;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0 10px;
	width: auto;
}
.single-member .social-icon li a:hover {
	background: transparent;
	text-decoration: none;
}
.single-member .absolute {
	height: 100%;
	left: 0;
	padding: 17px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.single-member .text {
	border: 2px solid rgba(255, 255, 255, 0.15);
	position: relative;
	transform: scale(1.15);
}
.single-member .text,
.single-member .overlay::before {
	transition: .5s;
	opacity: 0;
}
.single-member:hover .text,
.single-member:hover .overlay::before {
	opacity: 1;
	transform: scale(1);
}

/* Black Version
-----------------------*/
.black-version .angle-after::after {
  border-bottom-color: #2b2b2b;
  border-left-color: transparent;
}
.black-version .single-special i,
.black-version .single-special h4 {
  color: #dcdcdc;
}
.black-version .single-special i {
  border-color: #ebecee;
}
.black-version .single-special:hover i {
  border-color: #81aaf9 ;
}
.black-version .single-special p {
  border-color: #bebebe;
}
.black-version .easy-text p {
  color: #b9b9b9;
}
.black-version .info-text p,
.black-version .section-title.title-2 p {
  color: #d0d0d0;
}
.black-version .info-text ul li h5,
.black-version .section-title.title-2 h1 {
  color: #ffffff;
}
.black-version .single-features h4 {
  color: #e9e9e9;
}
.black-version .single-table .content li,
.black-version .single-features p {
  color: #bdbdbd;
}
.black-version .arrow-line .circle-dot::after {
  border-color: #566b93;
}
.black-version .single-features:hover .arrow-line .circle-dot::after{
  border-color: #4b3d60;
}
.black-version .slick-dots button {
  background: transparent;
}
.black-version .slick-dots .slick-active button {
  background: #929497 none repeat scroll 0 0;
  box-shadow: none;
}
.black-version .single-table hr.line {
  background: #373737 none repeat scroll 0 0;
}
.black-version .single-table .head h3 {
  color: #d7d7d7;
}
.black-version .test-slide-image .slick-current img {
  box-shadow: none;
}
.black-version .testimonial-one .content p {
  color: #d3d3d3;
}
.black-version .quotation img {
	opacity: 0.15;
}
.black-version .content h3 {
  color: #ececec;
}
.black-version .single-blog .content h3:hover {
  color: #81aaf9;
}
.black-version .content p {
  color: #a6a6a6;
}
.black-version .blog-footer h6 {
  color: #c1c1c1;
}
.black-version .blog-footer {
  border-top: 1px solid #5e5e5e;
}
.black-version .blog-footer a {
  background: #202020 none repeat scroll 0 0;
}
.black-version .info-text hr.line {
  background: #888888 none repeat scroll 0 0;
}
.black-version .info-text ul li a,
.black-version .info-text ul li h5 span{
	color: #d1d1d1;
}
.black-version .custom-input p {
  color: #b0b0b0;
}
.black-version .name-email input,
.black-version.contact-area textarea {
  background: #202020 none repeat scroll 0 0;
  color: #ffffff;
}
.black-version .info-text ul li a:hover {
  color: #ffffff;
	text-decoration: none;
}

/* 
[ 5. Pages ]
===================================== */

/* Pages Header */
.height-770{
	height: 770px;
}
.pages-header .angle-after::after {
  border-bottom-width: 390px;
}
.page-title ul{
	display: inline-block;
}
.page-title li, .page-title li a {
  color: #fff;
  float: left;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat";
}
.page-title li a:hover{
	color: #202020;
	text-decoration: none;
}
.page-title li i {
	font-size: 20px;
	margin: 0 10px;
	position: relative;
	top: -3px;
}

/* Blog Page
---------------*/
.single-blog .border {
	border: 1px solid #e3e3e3;
	border-top: 0;
	transition: all 0.3s ease 0s;
}
.single-blog:hover .border {
  border-color: transparent;
}

/* Sidebar */
.sidebar h2 {
  color: #545454;
}
.sidebar p {
  color: #969696;
}
.sidebar .about-blog {
    color: #969696;
}
.sidebar .catagories li a {
    color: #969696;
    line-height: 30px;
}
.sidebar .catagories li a i {
    color: #7a7a7a;
    font-size: 18px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.sidebar .catagories li a:hover {
	color: #81aaf9;
	text-decoration: none;
}
.sidebar .catagories li a,
.sidebar .tag li a {
    font-family: "Montserrat";
    font-weight: 400;
}
.sidebar .tag li a {
    border-radius: 15px;
    color: #969696;
    display: block;
    line-height: 32px;
    padding: 0 20px;
	margin-right: 10px;
    background: #f5f5f5 none repeat scroll 0 0;
}
.sidebar .tag li a:hover {
	color: #ffffff;
	background: #81aaf9 none repeat scroll 0 0;
	text-decoration: none;
}
.sidebar .tag li {
    float: left;
    margin-bottom: 10px;
}

/* Blog Details Pages */
.details-text .content h5 {
    color: #aaaaaa;
}
.details-text .content h1,
.portfolio-details .content h2 {
    color: #5b5b5b;
}
.details-text .content p {
    color: #969696;
}
.blog-details-two .details-text .content p ,
.blog-details-three .details-text .content p {
    margin-right: -15px;
}
.highlight {
    border-left: 2px solid #d3d3d3;
    padding-left: 20px;
}
.details-text .blog-footer a {
    color: #b4b4b4;
    font-size: 13px;
    text-transform: uppercase;
}
.details-text .blog-footer h6 {
    float: left;
}
.details-text .blog-footer a:hover {
	color: #81aaf9;
	text-decoration: none;
}
.blog-footer .tags h6 {
	color: #969696;
	margin-right: 5px;
}
.details-text .blog-footer a{
	font-weight: 400;
}
.social-share .social-link {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 195px;
}
.social-share {
    position: relative;
}
.social-share:hover .social-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 40px;
    visibility: visible;
}
.social-share p {
    background: #fff none repeat scroll 0 0;
    color: #969696;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.social-share .social-link li a {
  color: #858585;
  padding: 0 10px;
  float:left;
  font-size: 16px;
}
.social-share .social-link li a:hover,
.social-share:hover p{
	color: #81aaf9;
	text-decoration: none;
}
.social-share p i {
    margin-right: 3px;
}

.blog-details .border-b {
  border-bottom: 1px solid #e8e8e8;
}

/* comment area */
.comment-area h3 {
	color: #545454;
}
.comment-box{
	border: 1px solid #f4f4f4;
}
.comment-box {
    padding: 15px;
	overflow:hidden;
}
.comment-box > img {
    float: left;
    margin-right: 30px;
}
.comment-box .text {
    overflow: hidden;
	padding: 7px 0;
}
.comment-box .text > p {
    color: #969696;
}
.comment-box .text span,
.comment-box .text span a {
	color: #969696;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Montserrat",sans-serif;
}
.comment-box .text span a:hover{
	color: #81aaf9;
	text-decoration: none;
}
.comment-box .text > h4 {
	color: #686868;
}
.comment-area .custom-input input,
.comment-area .custom-input textarea {
	border: 1px solid #f4f4f4;
	color: #9b9b9b;
	font-size: 13px;
	margin-bottom: 15px;
	height: 40px;
	font-family: "Montserrat",sans-serif;
	font-weight: 300;
}
.comment-area .custom-input input[name="subject"]{
	margin-bottom: 0;
}
.comment-area .custom-input textarea {
	height: 92px;
    -webkit-margin-after: 7px;
}
.comment-area input::-ms-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}
.comment-area input::-webkit-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}
.comment-area input::-moz-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}
.comment-area textarea::-ms-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}
.comment-area textarea::-webkit-input-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}
.comment-area textarea::-moz-placeholder{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #9b9b9b;
}

/* 
[ 6. Loding Bar ]
======================*/

#loading-wrap {
    background: #81aaf9 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999;
}
.loading-effect {
    height: 60px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.loading-effect:before {
    -webkit-animation: 1.5s linear 0s normal none infinite running preloader-wave;
            animation: 1.5s linear 0s normal none infinite running preloader-wave;
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 60px;
    position: absolute;
    width: 60px;
	left: -5px;
	top: -5px;
	
}
@-webkit-keyframes preloader-wave {
0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}
100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}
100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
}
@keyframes preloader-wave {
0% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}
100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
}

/* 
[ 7. ScrollUp ]
===============*/
#scrollUp {
  background: #666 none repeat scroll 0 0;
  bottom: 60px;
  box-shadow: none;
  height: 35px;
  right: 15px;
  text-align: center;
  width: 30px;
}
#scrollUp i { 
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
#scrollUp:hover {
  background: #ccc none repeat scroll 0 0;
}

/* 
[ 8. ArrowDown ]
===============*/
a.scroll {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
}
a.scroll span {
  position: absolute;
  top: 0;
  left: 48%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a.scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

a.scroll-page {
  position: absolute;
  left: 48%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding: 30px;
  color: #3366CC;
}
a.scroll-page span {
  position: absolute;
  top: 0;
  left: 48%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #3366CC;
  border-bottom: 1px solid #3366CC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a.scroll-page span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll-page span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scroll-page span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@media (max-width: 320px){
	a.scroll{
		display:none !important;
	}
}
@media (max-width: 767px){
	a.scroll-page{left: 42%;}
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.entry-meta {
    margin: 20px 0;
    padding: 0;
    color: #999;
    font-size: 14px;
}
/* One Column Layout */
.post-layout-one-column .post-wrapper .type-post .wp-post-image {
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
	max-width: 33%;
}

.post-layout-one-column .post-wrapper .type-post .entry-title {
	display: inline;
}
.breadcrumb{
	font-size: 13px;
}

.entry-categories .meta-categories a {
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.4em 0.8em;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	border: #000 solid 1px;
}

.entry-categories .meta-categories a:link,
.entry-categories .meta-categories a:visited {
	color: #000;
}

.entry-categories .meta-categories a:hover,
.entry-categories .meta-categories a:active {
	background: #000;
	color: #fff;
	border: #000 solid 1px;
	text-decoration: none;
}
.entry-title{
	font-size: 36px;
	letter-spacing: 0.1em;
}

/* 
[ 10. ScrollDown ]
===============*/
.c-hero__arrow {
    position: relative;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    text-align: center;
}
.c-hero__arrow i {
    position: relative;
    display: inline-block;
    text-indent: 100%;
    width: 17px;
    height: 150px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    -webkit-transition: .4s;
    transition: .4s;
}
.c-hero__arrow i:after {
    position: absolute;
    display: inline-block;
    width: 1px;
    top: -150px;
    left: 50%;
    height: 150px;
    background: #fff;
    z-index: 100;
    -webkit-animation: hero-arrow 3s cubic-bezier(.42,0,.58,1) infinite;
    animation: hero-arrow 3s cubic-bezier(.42,0,.58,1) infinite;
}
.c-hero__arrow:after {
    position: absolute;
    display: inline-block;
    width: 1px;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #1a1a1a;
}
.c-hero__arrow i:after, .c-hero__arrow:after, .c-page-navi a:after, .p-flow__section:before {
    content: '';
}

.footer__to-top {
    text-align: center;
}
.footer__to-top a {
    display: inline-block;
    text-indent: 100%;
    width: 17px;
    height: 110px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s;
    transition: .4s;
}
.footer__to-top a:before {
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    border-left: 1px solid #1a1a1a;
    border-top: 1px solid #1a1a1a;
    -webkit-transform-origin: -7px 15px;
    -ms-transform-origin: -7px 15px;
    transform-origin: -7px 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.footer__to-top a:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 100%;
	background: #1a1a1a;
}

.carousel {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.carousel div {
}

.slick-slide {
	opacity: 0.4;
}
.slick-active{
	opacity: 1.0;
}
.slick-current a:hover img{
	opacity: 0.5;
}
.slick-current{
	background: #000;
}

a.opa70 img:hover{
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}
.contactArea a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.contactArea a:hover{
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}

.view {
   width: 100%;
	height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view a.info {
   background:url(../../img/icons/ico_image_hover.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:26px;
   height:26px;
}
.third-effect .mask {
   opacity: 0;
   overflow:visible;
	background: rgba(0,0,0,0.7);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.third-effect a.info {
   position:absolute;
   top:48%; /* Center the link */
	left: 48%;
   opacity: 0;
   transition: opacity 0.5s 0s ease-in-out;
	
}

.third-effect:hover .mask {
   opacity: 1;
   background: rgba(0,0,0,0.4);
}

.third-effect:hover a.info {
   opacity:1;
   transition-delay: 0.3s;
}
.effect img {
   opacity:1;
   transform:scale(1,1);
   transition: all 0.2s ease-in;
}
.effect:hover img {
   transform:scale(1.1);
	transition: all 0.2s ease-in;
}


a.sns01 {
 display: block;
 height: 120px;
 background: url(../../img/sns-btn_01.png) no-repeat 0 0;
}
a.sns01:hover {
 background: url(../../img/sns-btn_01_on.png) no-repeat 0 0;
}
a.sns02 {
 display: block;
 height: 120px;
 background: url(../../img/sns-btn_02.png) no-repeat 0 0;
}
a.sns02:hover {
 background: url(../../img/sns-btn_02_on.png) no-repeat 0 0;
}
a.sns03 {
 display: block;
 height: 120px;
 background: url(../../img/sns-btn_03.png) no-repeat 0 0;
}
a.sns03:hover {
 background: url(../../img/sns-btn_03_on.png) no-repeat 0 0;
}


span.tel-number {
	font-size: 24px;
	font-weight: bold;
    color:#fff;
    text-decoration:none;
    }

.newsEyecatch-img img{
	overflow: hidden;
    width: 340px;/* トリミングしたい枠の幅 */
    height: 255px;/* トリミングしたい枠の高さ */
    position: relative;
	float: left;
	object-fit: cover;
}
@media (max-width: 767px){
	.newsEyecatch-img img{
		width: 100%;/* トリミングしたい枠の幅 */
	}
}

.postlist{
	border: #ccc 1px solid;
}
.postlist-category img{
	overflow: hidden;
    width: 300px;/* トリミングしたい枠の幅 */
    height: 300px;/* トリミングしたい枠の高さ */
    position: relative;
	float: left;
	object-fit: cover;
}

@media (max-width: 767px){
	.postlist-category img{
		width: 100%;/* トリミングしたい枠の幅 */
		margin-bottom: 20px;
	}
}
.postlist-category-inner{
}
@media (max-width: 767px){
	main .button{
		width: 60%;
	}
}
.postlist-evtntDate{
	font-size: 16px;
	display: block;
	margin: 10px 0;
}
.postlist-evtntPlace{
	font-size: 16px;
	display: block;
	margin: 10px 0;
}
.cateList ul {
	text-align: center;
}

.cateList ul{
display: table;
margin: 0 auto;
padding: 0;
width: 100%;
text-align: center;
}
.cateList ul li{
display: table-cell;
width:25%;
position: relative;
}
.cateList ul li:not(:first-child):after{
position: absolute;
content: "|";
top: 20%;
left: 0;
}
.cateList ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #000;
font-weight: bold;
}
.cateList ul li.current a{
color: #000;
}
.cateList ul li a:hover{
	color: #666;
	text-decoration: none;
}


.entry-content ul li{
	list-style: disc;
	font-size: 16px;
	line-height: 30px;
	margin-left: 20px;
}
.entry-content ol li{
	list-style:decimal;
	font-size: 16px;
	line-height: 30px;
	margin-left: 20px;
}


.menu li{
	font-size: 13px;
	line-height: 26px;
}

/* アコーディオン */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #212121;
	font-size: 21px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #212121;
	background: #f5f5f5;
}
.cp_actab .cp_actab-content p {
	margin: 2em;
	line-height: 1.5em
}
.cp_actab .cp_actab-content h4 {
	margin: 2em 1.5em 1.5em 1.5em;
	line-height: 1.5em
}
.cp_actab .cp_actab-content h5 {
	margin: 3em 1.5em 1.5em 1.5em;
	line-height: 1.5em
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 30px;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
@media (max-width: 767px){
	.cp_actab label {
	font-size: 18px;
}
}

/* アドバイス */
.adviceBox{
	border: #f5f5f5 solid 1px;
    min-height: 200px;
}
.adviceBox p{
	font-weight: bold;
	line-height: 1.3;
}

.entry-content .adviceBox{
    min-height: 216px;
	text-align: center;
}

@media (max-width: 767px){
header .toggle{
		cursor: pointer;
		position: absolute;
		top: -10px;
		right: 0;
		width: 54px;
		height: 62px;
		overflow: hidden;
		transition: all 0.5s ease-out;
	}	
	header .toggle span{
		width: 28px;
		height:2px;
		background-color: #000;
		position:absolute;
		left: 13px;
		transition: all 0.5s ease-out;
	}
	header .is-sticky .toggle span{
		background-color: #000;
	}
	header .is-page .toggle span{
		background-color: #000;
	}
	header .pageblack .toggle span{
		background-color: #000;
	}
	header .toggle span:nth-child(1){
		top: 20px;
	}
	header .toggle span:nth-child(2){
		top: 27px;
	}
	header .toggle span:nth-child(3){
		top: 34px;
	}
	.fixed header .toggle{
		background: #043686;
	}
	.fixed header .toggle span{
		background-color: #fff;
	}
	.fixed header .toggle span:nth-child(1){
		top: 26px;
		transform: rotate(45deg);
	}
	.fixed header .toggle span:nth-child(2){
		background-color:rgba(255,255,255,0);
	}
	.fixed header .toggle span:nth-child(3){
		top:26px;
		transform: rotate(-45deg);
	}
	header .toggle:after{
		display: block;
		content: "メニュー";
		font-size: .8rem;
		line-height: 1;
		color: #000;
		font-weight: 600;
		letter-spacing: -0.05em;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%) scale(0.9);
		white-space: nowrap;
		transition: all 0.5s ease-out;
	}
	header .is-sticky .toggle:after{
		color: #043686;
	}
	header .is-page .toggle:after{
		color: #043686;
	}
	header .pageblack .toggle:after{
		color: #043686;
	}
	.fixed header .toggle:after{
		content: "閉じる";
		color: #fff;
	}
	
	/* nav
	--------------------------------*/
	.nav_sp{
/*
		display: none;
		height: calc( 100% - 50px);
		position: fixed;
		background: #fff;
		top: 50px;
		left: 0;
		width: 100%;
		overflow-y: scroll;
		padding: 0;
*/
	position: fixed;
    top: 62px;
    right: -110%;
    width: 100%;
    height: calc( 100% - 50px);
    background: #fff;
	background:rgba(255,255,255,0.9);
    overflow-y: scroll;
    transition: .3s ease-in-out;
	z-index: 999;
	border-bottom: 3px solid #000;
	}
	.fixed header .nav_sp{
		right: 0;
	}
	.nav_sp .menu{
		display: flex;
		flex-wrap: wrap;
	}
	.nav_sp .menu li{
		width: 100%;
		background: #f5f5f5;
		border-bottom: 2px solid #fff; 
		border-right: 1px solid #fff; 
	}
	.nav_sp .menu li:last-child{
		border-bottom: 3px solid #043686; 
	}
	.nav_sp .menu li a{
		display: block;
		font-size: 1.6rem;
		padding: 18px 0 18px 5%;
		color: #000;
		position: relative;
	}
	.nav_sp .menu li.bg a{
		background: #f5f5f5;
		color: #000;
		font-size: 1.4rem;
		padding: 14px 0 14px 7%;
	}
	.nav_sp .menu li.ac a {
		font-weight: bold;
		color: #043686;
	}
	.nav_sp .menu li a span{
		position: relative;
	}
	.nav_sp .menu li a span::before{
		content: '';
		position: absolute;
		width: 5px;
		height: 5px;
		border-top: 1px solid #3c6382;
		border-right: 1px solid #3c6382;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 6px;
		left: -0.8em;
	}
	.nav_sp .menu li.bg a span::before{
		top: 4px;
		left: -1.0em;
	}
	.nav_sp .submenu{
		display: flex;
		flex-wrap: wrap;
		padding: 20px 5px;
		background: #ebebf0;
	}
	.nav_sp .submenu li{
		width: 100%;
	}
	.nav_sp .submenu li a{
		width: 100%;
		line-height: 3.0;
		font-size: 1.4rem;
		padding: 14px 0 14px 20px;
	}
	.nav_sp .submenu li a span{
		position: relative;
	}
	.nav_sp .submenu li a span::after{
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		border-top: 1px solid #3c6382;
		border-right: 1px solid #3c6382;
		-webkit-transform: rotate(400deg);
		transform: rotate(400deg);
		top: 6px;
		left: -1em;
	}
	
	.nav_sp .list{
		padding: 32px 8.4% 32px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: -1px;
	}
	.nav_sp .list .box{
		display: block;
		width: 30%;
		min-height: 60px;
		padding: 8px 0 9px;
		background: #fff;
		border-radius: 5px;
		margin-right: 5%;
	}
	.nav_sp .list .box:nth-child(n+3){
		margin-right: 0;
	}
	.nav_sp .list .box:nth-child(n+4){
		margin-top: 17px;
	}
	.nav_sp .list .box .txt{
		text-align: center;
		font-size: 1.05rem;
		letter-spacing: 0.1em;
		line-height: 1;
		color: #000;
	}
	.nav_sp .list-tel{
		padding: 30px 8.4% 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.nav_sp .list-tel .box{
		display: block;
		width: 100%;
		min-height: 60px;
		padding: 8px 0 9px;
		background: #fff;
		border-radius: 5px;
	}
	.nav_sp .list-tel .box.tel{
		padding: 17px 0 10px;
	}
	.nav_sp .list-tel .box.tel .txt{
		text-align: center;
		font-size: 1.4rem;
		color: #000;
	}
	.nav_sp .list-tel .box .txt.tel_num{
		letter-spacing: 0.1em;
		font-size: 2.8rem;
		transform:none;
	}
	.nav_sp .list-tel .box .txt.tel_num .icon{
		width: 35px;
		height: auto;
		display: inline-block;
		margin-right: 5px;
	}
	.nav_sp .list-tel .box .txt.tel_num .icon img{
		vertical-align: text-top;
	}
	.nav_sp .list .box .img{
		width: 100%;
		height: 26px;
		margin-bottom: 7px;
		background: none!important;
		position: relative;
	}
	.nav_sp .list .box .img img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background-color: #fff;
		transition: 0.5s ease-out;
		opacity: 1;
	}
	.nav_sp .list .box:nth-child(1) .img img{
		width: 25px;
	}
	.nav_sp .list .box:nth-child(2) .img img{
		width: 23px;
	}
	.nav_sp .list .box:nth-child(3) .img img{
		width: 26px;
	}
	.nav_sp .sns{
		padding: 30px 0;
		display: flex;
		justify-content: center;
	}
	.nav_sp .sns li + li{
		margin-left: 3%;
	}
	.nav_sp .sns li a{
		display: block;
		width: 25.5px;
	}
	
	/*menu btn*/
	.nav_sp .menu li.rec-btn {
		margin-left: 0;
		background: none;
		padding: 18px 0 8px 5%;
	}

	.nav_sp .menu li.rec-btn a {
		border: 1px solid #043686;
		padding: 10px 16px;
		border-radius: 200px;
		display: inline-block;
		font-weight: bold;
		color: #043686;
		width: 120px;
		text-align: center;
	}

	.nav_sp .menu li.rec-btn.ac a {
		border: 1px solid #3399FF;
    color: #3399FF;
	}
	
	.nav_sp .menu li.cta-btn {
		margin-left: 0;
		background: none;
		padding: 8px 0 18px 5%;
	}
	
	.nav_sp .menu li.cta-btn.ac a {
    background: #3399FF;
		color: #fff;
	}

	.nav_sp .menu li.cta-btn a {
		background: #043686;
		color: #fff;
		padding: 10px 16px;
		border-radius: 200px;
		display: inline-block;
		font-weight: bold;
		width: 120px;
		text-align: center;
	}
	
}

/* TOP PAGE  
---------------------*/

.top_lead_right{
background-color: rgba(255,255,255,0.80);
padding: 30px;
margin-top: 80px;
margin-left: -100px;
}
.top_lead_left{
background-color: rgba(255,255,255,0.80);
padding: 30px;
margin-top: -320px;
float: left;
display: block;
z-index: 2;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.container .row {
	margin-right: 0;
	margin-left: 0;
}

header .container {
	/*width: 1400px;*/
	padding: 0 4vw;
}

header .container .txtbox {
	z-index: 100;
}

header .mv {
	position: relative;
}

header .mv::after {
	content: "";
	display: inline-block;
	right: 0;
	width: 90%;
	height: 104px;
	top: calc(100% - 104px);
	background: #fff;
	position: absolute;
	z-index: 0;
	border-radius: 24px 0 0 0;
}

header .mv .container {
	max-width: calc(1400px + 8vw);
	padding: 0 4vw;
}

header .container {
	width: auto !important;
	max-width: calc(1400px + 8vw);
	padding: 0 4vw;
}

.mvImg {
	position: absolute;
	right: -10%;
	width: calc(1200 / 1920 * 100vw);
	min-width: 960px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.mvLogo {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 1400px) {
	.mvImg {
		right: -20%;
		min-width: inherit;
	}
}

/*RECRUIT*/
#top_recruit {
	background: #043686;
}

#top_recruit .container {
	width: 90%;
	margin-right: 0;
	z-index: 10;
}

#top_recruit .row {
	background: #fff;
	border-radius: 0 0 0 24px;
	margin-bottom: 80px;
}

#top_recruit .txtimg{
	display: flex;
	justify-content: center;
	margin: 0 auto 0 40px;
	max-width: 1400px;
}

#top_recruit .txtimg .imgbox {
	margin-right: 104px;
}

#top_recruit .txtimg .imgbox img {
	width: 100%;
}

#top_recruit h3 {
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
	padding-left: 32px;
}

#top_recruit .font-main.enFont {
	font-size: 104px;
	line-height: 1;
	position: relative;
	bottom: -16px;
	padding-right: 4vw;
	text-align: right;
}

#top_recruit h3::after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.topRecruitCacth {
	font-size: 32px;
}

.more-btn {
	font-size: 18px;
	font-weight: bold;
	color: #043686;
	position: relative;
	padding: 24px 84px 24px 24px;
	border: 1px solid #9E9E9E;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
}

.more-btn::after {
	content: "";
	background: url("../../img/common/i_arrow.svg") no-repeat center center/cover;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 16px);
	right: 16px;
	pointer-events: none;
	z-index: 1;
	transition: all 0.2s ease;
}

.more-btn:hover {
	border: 1px solid #3399FF;
	text-decoration: none !important;
}

.more-btn:hover::after {
	background: url("../../img/common/i_arrow_hover.svg") no-repeat center center/cover;
}

.tab-btn {
	padding: 24px;
}

.tab-btn::after {
	content: none;
}

/*NEWS*/
.news-area {
	padding: 80px 0 140px;
}

.news-area .container {
	max-width: calc(1200px + 8vw);
	padding: 0 4vw;
	margin: 0 auto;
}

.news-area .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6F6F6;
	padding: 8vh 4vw;
	border-radius: 16px;
	position: relative;
}

.news-area .news-ttl {
	flex-basis: 30%;
	max-width: 30%;
}

.news-area .font-main {
	margin-bottom: 40px;
	position: relative;
	padding-left: 40px;
	font-size: 32px;
	color: #000;
}

.news-area .font-main::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.news-area .font-main.enFont {
	font-size: 120px;
	line-height: 1;
	position: absolute;
	bottom: -20px;
	right: 0;
	text-align: right;
	color: #FFF;
	margin-bottom: 0;
	z-index: 1;
}

.news-area .font-main.enFont::before {
	content: none;
}

.news-area .news-cont {
	flex-basis: 64%;
	max-width: 64%;
}

.infoBox dl {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 10;
}

.infoBox dl:not(:last-child){
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 20px;
}

.infoBox dl dt {
	display: flex;
}

.infoDate{
	color: #666;
	font-size: 12px;
	float: left;
	width: 90px;
}

.infoCate{
	border:1px solid #043686;
	color: #043686;
	margin: 0 10px;
	font-size: 12px;
	float: left;
	border-radius: 100px;
	font-weight: bold;
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
}
.infoTitle{
	float: left;
	margin-top: 2px;
	font-size: 16px;
	color: #043686;
}
.infoTitle a{
	font-size: 16px;
	color: #000;
}

.infoTitle a:hover{
	text-decoration: none;
	color: #3399FF;
}

.txt-btn {
	font-size: 18px;
	font-weight: bold;
	color: #043686;
	position: relative;
	padding-right: 32px;
	display: inline-block;
}

.txt-btn::after {
	content: "";
	background: url("../../img/common/i_arrow.svg") no-repeat center center/cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
	pointer-events: none;
	z-index: 10;
	transition: all 0.2s ease;
}

.txt-btn:hover {
	text-decoration: none;
}

.txt-btn:hover::after  {
	background: url("../../img/common/i_arrow_hover.svg") no-repeat center center/cover;
}

.map iframe{
	width: 100%;
 height: 600px;
}

/*ABOUT*/
.about-area .container {
	width: 90%;
	margin-left: 0;
	max-width: 1660px;
	padding: 0;
	margin-bottom: 56px;
}

.about-area .row::before {
	content: none;
}

.about-area .row::after {
	content: none;
}

.about-area .container .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.about-area .container .imgbox {
	max-width: 50%;
	flex-basis: 50%;
}

.about-area .container .imgbox img {
	border-radius: 0 16px 16px 0;
}

.about-area .container .txtbox {
	max-width: 44%;
	flex-basis: 44%;
}

.about-area .container .font-main.enFont {
	font-size: clamp(72px, 2vw, 80px);
	line-height: 1;
	padding: 0;
	color: #043686;
}

.about-area .container .font-main.enFont::before {
	content: none;
}

.about-area .container .font-main {
	margin-bottom: 24px;
	position: relative;
	padding-left: 40px;
	color: #000;
}

.about-area .container .font-main::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.topAboutCacth {
	font-size: 24px;
	color: #043686;
	font-weight: bold;
	margin-bottom: 40px;
}

.about-area .container .txt {
	margin-bottom: 32px;
}

.about-area .btnbox {
	text-align: left;
}

.about-area .btnarea {
	background: #043686;
	text-align: center;
}

.about-area .cont {
	max-width: calc(1400px + 8vw);
	padding: 0 4vw;
	margin: 0 auto;
}

.about-area .btnlist {
	display: flex;
	justify-content: center;
	border-radius: 100px;
	position: relative;
	top: -50px;
}

.about-area .btnlist li {
	width: calc(100% / 4);
}

.about-area .btnlist li a {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 24px 84px 24px 24px;
	display: inline-block;
	color: #000;
	background: #fff;
	width: 100%;
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	text-align: left;
	height: 100%;
}

.about-area .btnlist li:first-child a {
	border-radius: 100px 0 0 100px;
	border-left: 1px solid #9E9E9E;
}


.about-area .btnlist li:last-child a {
	border-radius: 0 100px 100px 0;
	border-right: 1px solid #9E9E9E;
}

.about-area .btnlist li a::after {
	content: "";
	background: url("../../img/common/i_arrow.svg") no-repeat center center/cover;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 16px);
	right: 16px;
	pointer-events: none;
	z-index: 1;
	transition: all 0.2s ease;
}

.about-area .btnlist li a:hover {
	text-decoration: none;
	color: #3399FF;
}

.about-area .btnlist li a:hover span {
	color: #3399FF;
}

.about-area .btnlist li a:hover::after {
	background: url("../../img/common/i_arrow_hover.svg") no-repeat center center/cover;
}

.about-area .btnlist li span.enfont {
	font-size: 12px;
	display: block;
	color: #043686;
	margin-bottom: 16px;
}

/*SERVICE*/
.service-area {
	text-align: center;
	background: #F3FAFF;
	padding: 96px 0 96px;
}

.service-area .container {
	max-width: calc(1400px + 8vw);
	padding: 0 4vw;
	width: 100%;
}

.service-area .container .imgbox {
	position: relative;
	margin-bottom: 56px;
}

.service-area .container .imgbox img {
	border-radius: 16px;
}

.service-area .container .txtbox {
	display: flex;
	justify-content: space-between;
}

.service-area .container .txtbox .ttlbtn {
	flex-basis: 28%;
	max-width: 28%;
	text-align: left;
}

.service-area .container .txtbox .ttlbtn .js-btnbox {
	text-align: left;
}

.service-area .container .txtbox .subtxt {
	flex-basis: 70%;
	max-width: 70%;
	text-align: left;
}

.service-area .container .font-main.enFont {
	font-size: clamp(72px, 2vw, 144px);
	line-height: 1;
	padding: 0;
	color: #F3FAFF;
	position: absolute;
	bottom: -10px;
	right: 4vw;
	margin-bottom: 0;
}

.service-area .container .font-main.enFont::before {
	content: none;
}

.service-area .container .font-main {
	margin-bottom: 40px;
	position: relative;
	padding-left: 40px;
	color: #000;
	display: inline-block;
	text-align: left;
}

.service-area .container .font-main::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.topServiceCacth {
	font-size: 24px;
	color: #043686;
	font-weight: bold;
	margin-bottom: 32px;
}

/*WORKS*/
.works-area {
	padding: 80px 0 56px;
}

.works-area .container {
	width: 90%;
	margin-right: 0;
	max-width: 1660px;
	padding: 0;
}

.works-area .row::before {
	content: none;
}

.works-area .row::after {
	content: none;
}

.works-area .container .row {
	display: flex;
	justify-content: space-between;
}

.works-area .container .imgbox {
	max-width: 50%;
	flex-basis: 50%;
}

.works-area .container .imgbox img {
	border-radius: 16px 0 0 16px;
}

.works-area .container .txtbox {
	max-width: 44%;
	flex-basis: 44%;
}

.works-area .container .font-main.enFont {
	font-size: clamp(72px, 2vw, 80px);
	line-height: 1;
	padding: 0;
	color: #043686;
}

.works-area .container .font-main.enFont::before {
	content: none;
}

.works-area .container .font-main {
	margin-bottom: 32px;
	position: relative;
	padding-left: 40px;
	color: #000;
}

.works-area .container .font-main::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.topWorksCacth {
	font-size: 24px;
	color: #043686;
	font-weight: bold;
	margin-bottom: 40px;
}

.works-area .container .txt {
	margin-bottom: 40px;
}

.works-area .btnbox {
	text-align: left;
}

.privacy-area {
	border-top: 1px solid #043686;
}

/*下層ページ----------------------------*/
.indexList {
	padding: 120px 0;
}

.indexList-area .cont .row:not(:last-of-type) {
		margin-bottom: 80px;
}

.indexList-area .row::after {
	content: none;
}

.indexList-area .cont .row {
	display: flex;
	justify-content: space-between;
}

.indexList-area .cont .imgbox {
	max-width: 45%;
	flex-basis: 45%;
}

.indexList-area .cont .imgbox img {
	border-radius: 16px;
}

.ingsolid img {
	border: 1px solid #ccc;
}

.indexList-area .cont .txtbox {
	max-width: 44%;
	flex-basis: 44%;
}

.indexList-area .cont .font-main.enFont {
	font-size: 18px;
	line-height: 1;
	padding: 0;
	color: #043686;
}

.indexList-area .cont .font-main.enFont::before {
	content: none;
}

.indexList-area .cont .font-main {
	margin-bottom: 24px;
	position: relative;
	padding-left: 40px;
	color: #000;
	font-size: 32px;
}

.indexList-area .cont .font-main::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.indexList-area .cont .txt {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 18px;
}

.indexList-area .cont .btnbox {
	text-align: left;
}

/*関連ページ*/
.relationList {
	padding: 120px 0;
	background: #F6F6F6;
	text-align: center;
}

.relationList .container {
	max-width: calc(1800px + 8vw);
	padding: 0 4vw;
	width: 100%;
}

.relationList .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*.relationList-area .cont .row:not(:last-of-type) {
		margin-bottom: 80px;
}*/

.relationList-area .row::after {
	content: none;
}

.relationList-area .cont .row {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.relationList-area .cont .imgbox {
	margin-bottom: 32px;
}

.relationList-area .cont .imgbox img {
	border-radius: 16px;
}

.relationList-area .cont .txtbox {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.relationList-area .cont .font-main.enFont {
	font-size: 18px;
	line-height: 1;
	padding: 0;
	color: #043686;
}

.relationList-area .cont .font-main.enFont::before {
	content: none;
}

.relationList-area .cont .font-main {
	margin-bottom: 24px;
	position: relative;
	color: #000;
	font-size: 32px;
}

.relationList-area .cont .txt {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 18px;
}

.relationList-area .cont .btnbox {
	text-align: left;
}

/*thought*/
.thoughtBox .font-main.largeTxt {
	font-size: 32px;
	padding-top: 16px;
}

.thoughtBox .imgBox img {
	border-radius: 16px;
}

.thoughtBox .imgBox img {
	border-radius: 16px;
}

.rightbox.bg-color-2 {
	border-radius: 24px 0 0 24px;
}

.leftbox.bg-color-2 {
	border-radius: 0 24px 24px 0;
}

.boldlargeTxt {
	font-size: 20px;
	font-weight: bold;
}

.leftbox .floatright {
	padding-left: 40px;
}

.mainlarge {
	font-size: 56px;
}

.mainlarge .chara {
	font-size: 56px;
}

.alignpcCenter {
	text-align: center;
}

.partner-area .font-main {
	margin-top: 120px;
}

.basicTtl {
	margin-bottom: 40px;
	position: relative;
	padding-left: 40px;
	color: #000 !important;
	font-size: 32px;
}

.basicTtl::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	background: #043686;
	border-radius: 50%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.radius img{
	border-radius: 16px;
}

.bgList {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.bgList > div {
	background: #F6F6F6;
	padding: 20px;
	width: 48%;
	border-radius: 24px;
}

/*news*/
.newsTtl a {
	color: #043686;
}

.newsTtl a:hover {
	color: #3399FF;
	text-decoration: none;
}

.postlist-datetime {
	color: #666;
	font-size: 14px;
}

.news-label {
	border: 1px solid #043686;
	color: #043686;
	margin: 0 10px;
	font-size: 12px;
	border-radius: 100px;
	font-weight: bold;
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	display: inline-block;
}

.newsbox .more-btn {
	font-size: 16px !important;
	padding: 18px 64px 18px 24px !important;
}

.teltxt {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.container .row {
		margin-right: 0;
    margin-left: 0;
	}
	
	.contMargin {
		margin: 0 15px;
	}
	
	header .container {
		width: inherit;
		padding: 0;
	}

	header .mv::after {
		height: 40px;
		top: calc(100% - 40px);
		width: 94%;
	}	
	
	.mvLogo {
		width: 60%;
	}
	
	.mvImg {
		right: inherit;
		width: 90%;
		min-width: inherit;
		top: 10%;
		transform: none;
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}
	
	.slideCatch {
		padding: 70% 0 20%;
	}
	
	/*RECRUIT*/
	#top_recruit .container {
		width: 94%;
		margin-right: 0;
		z-index: 10;
	}

	#top_recruit .row {
		margin-bottom: 40px;
	}

	#top_recruit .txtimg{		
		flex-direction: column;
		margin: 0 auto 0 24px;
	}

	#top_recruit .txtimg .imgbox {
		margin-right: 15px;
	}
	
	#top_recruit .txtimg .txtbox {
		margin-right: 15px;
	}

	#top_recruit h3 {
		font-size: 18px;
		padding-left: 24px;
	}

	#top_recruit .font-main.enFont {
		font-size: 48px;
		bottom: -8px;
	}

/*	#top_recruit h3::after {
		content: "";
		width: 16px;
		height: 16px;
		display: inline-block;
		position: absolute;
		top: calc(50% - 8px);
		left: 0;
		background: #043686;
		border-radius: 50%;
	}*/

	.topRecruitCacth {
		font-size: 24px;
	}

	.more-btn {
		padding: 20px 74px 20px 20px;
	}

	/*.more-btn::after {
		content: "";
		background: url("../../img/common/i_arrow.svg") no-repeat center center/cover;
		width: 32px;
		height: 32px;
		display: inline-block;
		position: absolute;
		top: calc(50% - 16px);
		right: 16px;
		pointer-events: none;
		z-index: 10;
		transition: all 0.2s ease;
	}

	.more-btn:hover {
		text-decoration: none;
		border: 1px solid #3399FF;
	}

	.more-btn:hover::after {
		background: url("../../img/common/i_arrow_hover.svg") no-repeat center center/cover;
	}*/

	
	
	/*NEWS*/
	.news-area {
		padding: 40px 15px !important;
	}
	
	.news-area .row {
		flex-wrap: wrap;
		padding: 24px;
	}

	.news-area .news-ttl {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.news-area .font-main {
		margin-bottom: 24px;
		padding-left: 24px;
		font-size: 28px;
	}

	.news-area .font-main::before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}
	
	.news-area .font-main.enFont {
		font-size: 64px;
		bottom: -10px;
	}

	.news-area .news-cont {
		flex-basis: 100%;
		max-width: 100%;
	}

	.infoBox dl {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0px 0 10px;
		margin-bottom: 10px;
	}

	.infoBox dl dt {
		margin-bottom: 4px;
	}
	
	.infoCate {
    height: 24px;
    line-height: 24px;
	}
	
	/*ABOUT*/
	.about-area .container {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
		margin-bottom: 56px;
	}

	.about-area .container .row {
		flex-direction: column;
		margin-bottom: 64px;
		margin: 0 0 24px 0 !important;
	}

	.about-area .container .imgbox {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 16px;
	}

	.about-area .container .imgbox img {
		border-radius: 16px;
	}

	.about-area .container .txtbox {
		max-width: 100%;
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.about-area .container .font-main.enFont {
		font-size: 40px;
		text-align: center;
	}

	.about-area .container .font-main {
		margin-bottom: 16px;
		padding: 0 16px 0 24px;
		display: inline-flex;
		font-size: 16px;
	}

	.about-area .container .font-main::before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}

	.topAboutCacth {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.about-area .container .txt {
		margin-bottom: 24px;
	}

	.about-area .cont {
		padding: 0 15px;
	}

	.about-area .btnlist {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.about-area .btnlist li {
		width: calc(100% / 2);
	}

	.about-area .btnlist li a {
		font-size: 16px;
		padding: 12px 44px 12px 24px;
		width: 100%;
	}

	.about-area .btnlist li:first-child a {
		border-radius: 16px 0 0 0;
	}

	.about-area .btnlist li:nth-child(2) a {
		border-radius: 0 16px 0 0;
	}
	
	.about-area .btnlist li:nth-child(3) a {
		border-radius: 0 0 0 16px;
		border-left: 1px solid #9E9E9E;
	}
	
	.about-area .btnlist li:last-child a {
		border-radius: 0 0 16px 0;
		border-right: 1px solid #9E9E9E;
	}

	.about-area .btnlist li a::after {
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}

	.about-area .btnlist li span.enfont {
		margin-bottom: 8px;
	}
	
	/*SERVICE*/
	.service-area {
		padding: 32px 0 32px;
	}

	.service-area .container {
		padding: 0 15px;
	}

	.service-area .container .imgbox {
		margin-bottom: 24px;
	}

	.service-area .container .txtbox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.service-area .container .txtbox .ttlbtn {
		flex-basis: 100%;
		max-width: 100%;
		display: flex;
  	flex-direction: column;
	}

	.service-area .container .txtbox .subtxt {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
	
	.service-area .container .font-main.enFont {
		font-size: 48px;
		line-height: 1;
		padding: 0;
		color: #F3FAFF;
		position: absolute;
		bottom: -10px;
		right: 4vw;
		margin-bottom: 0;
	}

	.service-area .container .font-main.enFont::before {
		content: none;
	}

	.service-area .container .font-main {
		margin-bottom: 16px;
		padding: 0 24px 0 32px;
		display: inline-block;
	}

	.topServiceCacth {
		font-size: 16px;
		margin-bottom: 16px;
	}
	
	.service-area .container .txtbox .ttlbtn .text-center {
    width: 100%;
    text-align: center;
  }
	
	/*WORKS*/
	.works-area {
		padding: 40px 0 32px;
	}
	
	.works-area .container {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}

	.works-area .container .row {
		flex-direction: column-reverse;
		margin-bottom: 64px;
		margin: 0 0 0 0 !important;
	}

	.works-area .container .imgbox {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 16px;
	}

	.works-area .container .imgbox img {
		border-radius: 16px;
	}

	.works-area .container .txtbox {
		max-width: 100%;
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.works-area .container .font-main.enFont {
		font-size: 40px;
		text-align: center;
	}

	.works-area .container .font-main {
		margin-bottom: 16px;
		padding: 0 16px 0 24px;
		display: inline-flex;
		font-size: 16px;
	}

	.works-area .container .font-main::before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}

	.topWorksCacth {
		font-size: 18px;
		margin-bottom: 16px;
		text-align: center;
	}
	
	.works-area .container .txt {
		margin-bottom: 24px;
	}
	
	/*下層ページ----------------------------*/
	.indexList {
		padding: 40px 15px;
	}

	.indexList-area .cont .row:not(:last-of-type) {
			margin-bottom: 56px;
	}

	.indexList-area .row::after {
		content: none;
	}

	.indexList-area .cont .row {
		display: flex;
		justify-content: space-between;
		
		flex-direction: column;
	}

	.indexList-area .cont .imgbox {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 16px;
	}
	
	.indexList-area .cont .txtbox {
		max-width: 100%;
		flex-basis: 100%;
		
		flex-direction: column;
    display: flex;
    align-items: center;
	}

	.indexList-area .cont .font-main.enFont {
		font-size: 18px;
		line-height: 1;
		padding: 0;
		color: #043686;
	}

	.indexList-area .cont .font-main.enFont::before {
		content: none;
	}

	.indexList-area .cont .font-main {
		margin-bottom: 24px;
		font-size: 28px;
		padding: 0 24px 0 40px;
	}

	.indexList-area .cont .font-main::before {
		content: "";
		width: 24px;
		height: 24px;
		display: inline-block;
		position: absolute;
		top: calc(50% - 12px);
		left: 0;
		background: #043686;
		border-radius: 50%;
	}

	.indexList-area .cont .txt {
		margin-bottom: 32px;
	}

	.indexList-area .cont .btnbox {
		text-align: left;
	}
	
	/*関連ページ*/
	.relationList {
		padding: 40px 0;
	}

	.relationList .container {
		padding: 0 15px;
		width: 100%;		
	}

	.relationList .cont {
		flex-direction: column;
	}

	.relationList-area .cont .row:not(:last-of-type) {
			margin-bottom: 56px;
	}


	.relationList-area .cont .row {
		width: 100%;
	}

	.relationList-area .cont .imgbox {
		margin-bottom: 24px;
	}
	

	.relationList-area .cont .font-main.enFont {
		font-size: 16px;
	}

	.relationList-area .cont .font-main {
		margin-bottom: 16px;
		font-size: 28px;
	}

	.relationList-area .cont .txt {
		margin-bottom: 24px;
		font-size: 18px;
		text-align: left;
	}
	
	/*thought*/
	.thoughtBox .font-main {
		text-align: center;
	}
	
	.thoughtBox .font-main.largeTxt {
		font-size: 28px;
		padding: 8px 0 16px;
	}
	
	.rightbox.bg-color-2 {
		border-radius: 0;
	}

	.leftbox.bg-color-2 {
		border-radius: 0;
	}

	.boldlargeTxt {
		font-size: 18px;
	}

	.leftbox .floatright {
		padding-left: 40px;
	}

	.mainlarge {
		font-size: 48px;
	}

	.mainlarge .chara {
		font-size: 48px;
	}

	.alignpcCenter {
		text-align: left;
	}
	
	.basicTtl {
		padding: 0 24px 0 40px;
		font-size: 28px;
		margin-bottom: 24px;
	}

	.basicTtl::before {
		top: 6px;
	}
	
	.thoughtsFirst {
		margin-bottom: 60px;
	}
	
	.thoughtsFirst .chara {
		font-size: 40px;
	}
	
	.thoughtsFirst .font-main {
		font-size: 16px;
	}
	
	.thoughtsFirst .font-main .chara {
		font-size: 32px;
	}
	
	.bgList {
		width: calc(100% - 30px);
		margin: 0 auto;
		background: #F6F6F6;
		border-radius: 24px;
	}
	
	.bgList > div {
		width: 100%;
	}
	
	.bgList > div:first-child {
		padding-bottom: 0;
		border-radius: 24px 24px 0 0;
	}
	
	.bgList > div:last-of-type {
		padding-top: 0;
		border-radius: 0 0 24px 24px;
	}
}


@media (min-width: 768px) and (max-width: 1329px) {
	.top_lead_right{
		max-width: 82%;
		margin-top: -50px;
		margin-left: 8%;
		margin-right: 8%;
	}
	.top_lead_left{
		max-width: 82%;
		margin-top: -50px;
		margin-left: 8%;
		margin-right: 8%;
		float: left;
	}
	.infoTitle{
		width: 100%;		
	font-size: 14px;
	}
	.ml-minus-150{
		margin-left: 0;
	}
	.mr-minus-150{
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	/*.product-area {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}*/
	.top_lead_right{
		max-width: 82%;
		margin-top: -50px;
		margin-left: 8%;
		margin-right: 8%;
	}
	.top_lead_left{
		max-width: 82%;
		margin-top: -50px;
		margin-left: 8%;
		margin-right: 8%;
		float: left;
	}
	.infoTitle{
		width: 100%;		
	font-size: 14px;
	}
}

/* PAGE  
---------------------*/
.enkaku dt,
.enkaku dd{
padding: 20px;
}

.enkaku dt{
clear: both;
float: left;
width: 150px; /* 幅を指定 */
line-height: 1.5em;
}

.enkaku dd{
padding-left: 180px;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #f5f5f5;
border-left: 1px solid #FFFFFF;
line-height: 1.5em;
}
.vc_btn3-container.vc_btn3-inline{
	margin-top: -20px;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{
    border-width: 1px !important;
}

.productbox .mainbox .productbox02 .tablebox .product_table {
    border: 1px solid #B7B0B0;
}
.tablebox .product_table tr th {
    font-weight: bold;
    font-size: 1.0em;
    padding: 6px 5px;
    /* width: 130px; */
    border: 1px solid #B7B0B0;
    background-color: #F5F6F8;
    text-align: center;
    vertical-align: middle;
}
.tablebox .product_table tr td.td_head {
    font-weight: bold;
    font-size: 1.0em;
    padding: 6px 5px;
    /* width: 140px; */
    border: 1px solid #B7B0B0;
    background-color: #F5F6F8;
    text-align: center;
    vertical-align: middle;
}
.tablebox .product_table tr td {
    /* width: 140px; */
    padding: 6px 5px;
    border: 1px solid #B7B0B0;
    text-align: center;
    vertical-align: middle;
}

span.tag-product{
    padding: 5px 15px 3px;
    background-color: #666;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	.enkaku dt{
    padding: 10px 10px 0 10px;
    }
	.enkaku dd{
    padding: 0px 10px 10px 10px;
    }
    .enkaku dt{
    float: none;
    width: 100%; /* 幅を指定 */
    }

    .enkaku dd{
    width: 100%;
}
}




/*====================================================================
							[ END ]
======================================================================*/