/* navi */
.inner {
    width: 1170px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #2F3835;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
	top: 15px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
#global-nav ul li a:hover {
	color: #fff;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
	padding-bottom: 10px;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    color: #2F3835;
}
#top-head.fixed #global-nav ul li a {
    color: #222;
    padding: 0 20px;
}#top-head.fixed #global-nav ul li a:hover {
	text-decoration: underline;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #444;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

#message{
	background-color: #ffffff;
}
#message h2, #service h2 {
    font-size: 80px;
    color: #0E3F96;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	border-bottom: 4px solid #0E3F96;
	margin-bottom: 40px;
}
#message h3, #service h3 {
    font-size: 28px;
    color: #222;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.layerblock {
    position: relative;
    padding-bottom: 60px;
    min-height: 560px;
}
		  .layerblock .container-fluid {
    padding-left: 0px;
}
		  .layerblock .top-s-text {
    width: 100%;
    position: absolute;
    top: 60px;
}
		  .top-s-text-2{			  
		  padding-right: 35%
		  
		  }





footer {
    background-color: #222222;
    color: #DDDDDD;
    padding-top: 60px;
    padding-bottom: 60px;
}
address {
    color: #DDDDDD;
    font-size: 14px;
}
.footernav {
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}
.footernav li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.footernav li:last-child{
	margin-right: 0px;
}
.footernav li a {
    color: #DDDDDD;
    text-decoration: none;
    font-size: 14px;
}
.footernav li a:hover {
    color: #fff;
    text-decoration: underline;
}
copyright {
    color: #DDDDDD;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}
a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 60px;
	border: 2px solid #0E3F96;
	color: #0E3F96;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23 span{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(14, 63, 150);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}
#company {
    background-image: url(../images/company_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
}
.com_link{
    height: 300px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.com_link:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.com_link h2 {
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px solid #fff;
}
.com_link:hover img{
	margin-right: -30px;
	transition: 0.3s;
}
#news {
	background-color: #ffffff;
}
 #news h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	 margin-bottom: 70px;
}

#news h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #0E3F96;
}

#news h2 span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
font-size: 60px;
font-weight: bold;
font-family: Arial, Helvetica, "sans-serif";
	color: #0E3F96;
}
.topicsBlock{
	border-bottom: dotted 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;	
}
.topicsBlock h3{
	font-size: 22px;
	margin-bottom: 15px;
	color: #2F3835;
}
.topicsBlock h3::before{
  content: "\f0c8";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #2F3835;
}
.topicsBlock p{
	margin-bottom: 0px;	
}


#service {
    background-color: #F6F6F6;
}
.sticky {
  height: 60vh;
  position: sticky;
  top: 100px;
}
.sv {
	border-bottom:solid 1px #bbb;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.sv img {
    margin-bottom: 20px;
}
.sv h4{
	font-size: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	margin-bottom: 20px;
	color: #2F3835;
}
.sv h4 span{
	display: inline-block;
	color: #C5C5C5;
	font-size: 50px;
	border-bottom: 5px solid #0E3F96;
	text-align: center;
	margin-right: 20px;
	width: 30px;
}
.sv p{
	margin-bottom: 0px;
}
 a.btn_25 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	height: 3em;
	width: 100%;
	margin: auto;
	padding: 10px;
	border-radius: 100vw;
	background: #222;
	background-size: 400%;
	color: #fff;
	 font-size: 15px;
	margin-top: 10px;
}
a.btn_25:hover::before {
  transform: scaleX(1);
}
a.btn_25:hover {
	color: #fff;
}
a.btn_25 span {
  position: relative;
  z-index: 1;
}
a.btn_25::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(7, 158, 229, 1) 10.8%,
    rgba(20, 25, 117, 1) 94.3%
  );
  transition: all 0.475s;
}

		  /* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -60px);
	transition: all 1.3s 0s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.0s 0s ease-out;
 }
.slide-bottom2 {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.3s 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-60px, 0);
	transition: all 0.8s 0s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(80px, 0);
	transition: all 1.3s 0.5s ease-out;
 }
.pagetitle {
    height: 500px;
    width: 100%;
	position: relative;
	text-align: center;
}
.pagetitle h1{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	font-family: Arial, Helvetica, "sans-serif";
	color: #ffffff;
	font-weight: bold;
	font-size: 80px;
}
.pagetitle h1 span{
	font-weight: normal;
	font-size: 20px;
	display: block;
	margin-top: 20px;
}
.pagetitle.service {
    background-image: url(../images/pagetitle_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.company {
    background-image: url(../images/pagetitle_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.contact {
    background-image: url(../images/pagetitle_bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.policy {
    background-image: url(../images/pagetitle_bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

  .midasih2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	  margin-bottom: 60px;
	  font-size: 36px;
	  font-weight: bold;
}

.midasih2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0E3F96;
}
#contact{
	background-color: #ffffff;
}
		  .table01{
			  width: 100%;
		  }
		  .table01 tr {
  border-bottom: 1px dotted #b5b1b1;
}


		  .table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
}

.table01 th {
  width: 30%;
}
.sv-block {
    padding-bottom: 40px;

}









@media screen and (max-width: 1199.98px) {
.inner {
    width: 980px;
    margin: 0 auto;
}
	.container, .container-sm {
    max-width: 100%;
}
}
@media screen and (max-width: 991.18px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -477px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding-left: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	#slider h1{
	font-size:8vw;
}
.footernav {
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
	a.btn_23 {
	font-size: 36px;
}
	a.btn_23 span{
	font-size: 16px;
}
	#message{
		margin-top: 0px;
	}
	 .layerblock .container-fluid {
    padding-left: 15px;
}
	
		   .layerblock .top-s-text {
    width: 100%;
    position: relative;
    top: 0px;
}
			  .top-s-text-2{			  
		  padding-right: 0%
		  
		  }
	#company {
    height: 200px;
    background-size: cover;
    background-position: left top;
}
.com_link{
    height: 200px;
    background-position: -200px top;
}
	.com_link h2 {		
	margin-top: -20px;
    font-size: 40px;
}
#news h2 span {
			  font-size: 40px;
}
	#news h2:before {
  top: calc(60% - 1px);
  height: 1px;
}#message h2, #service h2 {
    font-size: 40px;
}
#message h3, #service h3 {
    font-size: 22px;
}
	a.btn_25 {
	width: 50%;
}
	.sv h4{
	font-size: 24px;
}
	.sticky {
  height: auto;
  position: relative;
  top: 0px;
		margin-bottom: 30px;
}
	.pagetitle {
    height: 300px;
		margin-top: 80px;
}
.pagetitle h1{
	font-size: 40px;
}
.pagetitle h1 span{
	font-size: 16px;
	margin-top: 10px;
}
}
@media only screen and (max-width: 480px) {
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;
  }

  .table01 td {
    padding-top: 0;
  }
}
