@charset "utf-8";

.display-pc-only{
}
.display-sp-only,
.hamburger,
.hamburger span,
.globalMenuSp{
	display: none !important;
}



/*************** common & index ***************/
html {
    scroll-behavior: smooth;
}
.color-synassist{
	color: #63B7B3;
}
.color-syncost{
	color: #769ace;
}
.color-syneffect{
	color: #60badc;
}

.marker1 {
	background: linear-gradient(transparent 60%, #d2e5e3 60%);
}
.marker2 {
	background: linear-gradient(transparent 60%, #d6e1f0 60%);
}
.marker3 {
	background: linear-gradient(transparent 60%, #cfeaf4 60%);
}

.w100{
	width: 100%;
}
.w1000px{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.fontsize60{
	font-size: 60%;
}
.fontsize70{
	font-size: 70%;
}
.fontsize80{
	font-size: 80%;
}
.fontsize120{
	font-size: 120%;
}
.fontsize130{
	font-size: 130%;
}
.fontsize140{
	font-size: 140%;
}
.mb10{
	margin-bottom: 10px;
}

.block-bg {
	transition: all .7s ease;
	padding-bottom: 100px;
}
.alpha30 {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

header{
}
.logo{
	margin-left: 50px;
	margin-top: 20px;
	float: left;
}
.contact_head{
	float: right;
	margin-right: 50px;
}
.header-bg-w{
  background-color: rgba(255,255,255,0.9);
}
.header-bg-n{
  background-color: rgba(5,34,105,1.0);
}
.main{
	width: 100%;
}

.index-h1 {
	text-align: center;
	background-color: #052269;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	color: #FFFFFF;
	font-size: 20px;
}
.dots {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
.index-title-box{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: 100;
}
 .index-title-box-news{
	width: 200px;
	font-size: 28px;
	font-weight: 100;
	float: left;
	text-align: left;
}
.index-3btn {
	width: 70%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	bottom: 30px;
	position: absolute;
	margin-left: 15%;
	margin-right: 15%;
}
.index-3btn img{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.index-3btn img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.index_mov_btn{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.index_mov_btn img{
	margin-bottom: 1em;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 10%;
}




.index-news{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 30px;
	font-size: 13px;
}
.index-news a{
	color: #3C3C3C;
}
.index-news p{
	width: 4.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
	font-size: 20px;
	margin-bottom: 30px;
}
.index-news ul{
	margin-bottom: 20px;
	float: right;
	width: 600px;
}
.index-news li{
	text-align: left;
	border-bottom: 1px solid #000000;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	font-size: 16px;
	background-image: url(../images/news_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.index-news li a{
	display: block;
}
.blog_banner{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.mov_thumbnail{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}
.mov_box{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #dee2e6;
}
.contact_index{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	background-color: #052269;
}

.footer-btn{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.footer-btn-img {
	padding-top: 40px;
	padding-right: 20px;
	width: 180px;
}
.footer-link-out{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.8;
}
.footer-link-out a{
	color: #FFFFFF;
}
.footer-link{
	width: 250px;
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.8;
	padding-bottom: 30px;
}
.footer-link a{
	width: 250px;
	float: left;
	color: #FFFFFF;
	font-size: 13px;
}
.footer-copy{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 10px;
}
.footer-copy p{
	float: left;
}
.footer-copy p:last-of-type{
	float: right;
}

.footer-copy::after{
    clear:both;
    content:"　";
	}
	
/*************** service ***************/

.synassist_main{
	width: 100%;
	text-align: center;
	background-color: #00C1B9;
}
.syncost_main{
	width: 100%;
	text-align: center;
	background-color: #5c98dc;
}
.syneffect_main{
	width: 100%;
	text-align: center;
	background-color: #00c0ed;
}
.synassist_main img,
.syncost_main img,
.syneffect_main img{
	width: 80%;
}

.service-box01{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
.service-box01 h1{
	font-size: 28px;
	line-height: 1.8em;
	padding-bottom: 30px;
}
.service-box01 h2{
	font-size: 18px;
	line-height: 1.8em;
	padding-bottom: 30px;
}
.service-box01 h3{
	font-size: 16px;
	line-height: 2.5em;
	display: inline-block;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #FFFFFF;
	padding-top: 30px;
}
.service-box01 h3 a{
	color: #FFFFFF;
}

.service-box02{
	width: 100%;
	position: relative;
	background-color: rgba(94,44,44,0.9);
	min-width: 1200px;
	overflow-y: hidden;
}

.service-box02-01{
	position: absolute;
	left: 10%;
	top: 0px;
	width: 45%;
	height: auto;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 22px;
}
.service-box02-01 h4{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
.service-box02-01 h4,
.service-box02-01 h4 img{
	vertical-align: top;
}
.service-box02-01 img{
	width: 150px;
}
.service-box02-01-p1{
	width: 100%;
	padding-top: 20px;
	padding-left: 150px;
	color: #3C3C3C;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 2em;
}
.service-box02-01-p2{
	width: 100%;
	padding-top: 30px;
	padding-left: 150px;
	color: #3C3C3C;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 2em;
}
.free{
	font-size: 0.6em;
	padding: 0.3em;
	color: #fff;
	background-color: #FF0004;
}
.jirei-title{
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
	padding-top: 200px;
	font-size: 20px;
	width: 4.2em;
}
.jirei-table{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.jirei-table-th1{
	padding: 20px;
}
.jirei-table-th1 img{
	width: 150px;
}
.jirei-table-th2{
	padding: 20px;
	box-sizing: border-box;
}
.jirei-table-th2 img{
	width: 140px;
	margin: 5px;
	box-sizing: border-box;
}
.jirei-table-td1{
	padding: 20px;
	background-color: #eeeeee;
	box-sizing: border-box;
	border-left: 20px solid #EEEEEE;
	border-bottom: 20px solid #EEEEEE;
	font-size: 18px;
	vertical-align: top;
	}
.jirei-table-td1 p{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
	display: inline-block;
	}
.jirei-table-td2{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eeeeee;
	box-sizing: border-box;
	border-right: 20px solid #EEEEEE;
	font-size: 24px;
}
.jirei-table-td2 strong{
	font-size: 2em;
	font-weight: normal;
}
.jirei-table-td3{
	border-bottom: 20px solid #EEEEEE;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	width: 9em;
	padding: 20px;
}
.jirei-table-td4{
	padding: 20px;
	background-color: #ffffff;
	border-bottom: 20px solid #EEEEEE;
	border-right: 20px solid #EEEEEE;
	box-sizing: border-box;
	font-size: 14px;
}

.contact_service{
	text-align: center;
}
.contact_service img{
	width: 400px;
}

/*************** corp ***************/
.obi{
	width: 100%;
	background-color: #052269;
	height: 200px;
}
.w1000box-w{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.mt-100{
	margin-top: -100px;
}
.corp-title {
	text-align: center;
	margin-bottom: 50px;
}
.corp-title p{
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
	display: inline-block;
	font-size: 24px;
}
.corp-leed {
	margin-bottom: 50px;
	font-size: 24px;
}
.corp-text {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.8em;
}
.aisatsu{
	width: 85%;
	margin-bottom: 50px;
}
.enkaku-box{
	display: inline-block;
	width: 200px;
	text-align: center;
	margin: 5px;
	color: #052269;
}
.enkaku-box img{
	width: 100%;
	margin-bottom: 5px;
}
.gaiyou-table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.gaiyou-table th{
	padding: 5px 30px 5px 5px;
	font-size: 15px;
	line-height: 1.8em;
	vertical-align: top;
	border-right: 1px solid #000000;
}
.gaiyou-table td{
	padding: 5px 5px 5px 30px;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
}
.contact_common{
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 30px;
	width: 400px;
}
.alert-danger{
	color: #FF0004;
	font-size: 20px;
}
.alert-success{
	color: #000;
	font-size: 20px;
}
.news li{
	margin-bottom: 10px !important;
	font-size: 15px !important;
	line-height: 1.8em !important;
}
.news {
	margin-left: 5% !important;
	margin-bottom: 50px !important;
	width: 90% !important;
}
.news li{
	margin-bottom: 10px !important;
	font-size: 15px !important;
	line-height: 1.8em !important;
	text-align: left !important;
}
.news li a{
	color: #000 !important;
}
.news-title {
	margin-left: 10%;
	margin-bottom: 0px;
	width: 80%;
	font-size: 20px;
	line-height: 1.8em;
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
	color: #0D2165;
}
.news-data {
	margin-left: 10%;
	margin-bottom: 30px;
	width: 80%;
	font-size: 15px;
	line-height: 1.8em;
	text-align: right;
}
.news-text {
	margin-left: 10%;
	margin-bottom: 30px;
	width: 80%;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
}

.recruit_main{
	margin-bottom: 50px;
}
.recruit_btn01{
	margin: 15px;
}

.privacy-title{
	box-sizing: border-box;
	padding: 8px;
	background-color: #9EA0A0;
	color: #ffffff;
	font-size: 15px;
	margin-left: 10%;
	margin-bottom: 10px;
	width: 80%;
	text-align: left;
}
.privacy-text {
	box-sizing: border-box;
	color: #555555;
	font-size: 13px;
	margin-left: 10%;
	margin-bottom: 50px;
	width: 80%;
	text-align: left;
}
.privacy-text p{
	margin-bottom: 1em;
}
.indent p{
	text-indent: -1em;
	padding-left: 1em;
}


/*************** form ***************/

.form-control {
	display: block;
	width: 600px;
	padding: 5px;
	font-size: 13px;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-left: 20%;
	margin-bottom: 20px;
        }
.checkflex {
	width: 600px;
	margin-left: 20%;
    display: flex;
	margin-bottom: 20px;
}

.checkp {
	width: 600px;
	display: flex;
	margin-left: 20%;
	text-align: left;
	margin-bottom: 20px;
	color: #052269;
}
.checkp a{
	color: #052269;
	text-decoration: underline;
}

.check1 {
	width: 45%;
	margin: auto;
	text-align: right;
	color: #052269;
}

.check2 {
	width: 45%;
	margin: auto;
	text-align: left;
	color: #052269;
}
.btn{
	width: 200px;
	margin: auto;
	text-align: center;
	color: #fff;
	background-color: #052269;
	padding: 20px;
	cursor: pointer;
}

/*新ヘッダー*/
#header{
  padding: 40px 13vw;
  text-align: center;
  position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#header img{
    width: 12.75vw;
    max-width: 250px;
height: fit-content;
}
#header ul {
}

.nav-box {
    border: 1px solid #323232;
    border-radius: 9px;
    font-size: clamp(12px, 0.83vw, 40px);
    background: #fff;
    letter-spacing: 0.1rem;
    padding: 2px 0;
}
.sp{display:none;}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 0.1em 0.1em 0.3em 0.7em
}

@media screen and ( max-width:1400px) {
	.box hr {
	    margin: 18px 10px;
	    max-width: 40px;
	}
	.gnavi li a::after {
	    bottom: 0.6vw;
	    left: 11.5%;
	    width: 79%;
	}
	nav li.has-child ul{
	    padding:0.8vw 0;
	    margin-top: 1vw;
	    width: 25vw;
	}
	nav ul li li a {
	    padding: 5px 0% 12px 11.5%;
	}

	.gnavi li:nth-child(1) a::after {
	    width: 76%;
	}

	.gnavi li:nth-child(2) a::after {
	    width: 75%;
	}

	.gnavi li:nth-child(3) a::after {
	    width: 73%;
	}
}

@media screen and ( max-width:1024px) {
	#header{
	  padding: 40px 8vw;
	}

}




.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#fff;
}

.gnavi li a::after {
    content: '';
    position: absolute;
    bottom: 0.3vw;
    left: 11%;
    width: 71%;
    height: 1px;
    background:#fff;
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

.gnavi li:nth-child(1) a::after {
    width: 77.5%;
}

.gnavi li:nth-child(2) a::after {
    width: 76.5%;
}

.gnavi li:nth-child(3) a::after {
    width: 73.5%;
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
nav ul li li a {
    padding: 6px 0 6px 11%;
}

