@charset "UTF-8";
 /* -----------------------------------------------------------
	main
----------------------------------------------------------- */
#mainvisual{
    text-align: center;
    margin: 0 auto 0 auto;
    max-width: 100%;
    position: relative;
}
#mainvisual ul{
    position: absolute;
    top: 40%;
    left: 10%;
    line-height: 0;
}
#mainvisual img{
    width: 100%;
}
#mainvisual li:nth-child(2){
    padding-left: 50%;
}
#mainvisual li:last-child{
    padding-left: 20%;
}
#mainvisual ul img{
    min-width: 100%!important;
}
.slide-in {
  overflow: hidden;
    display: inline-block;
}
.slide-in_inner {
  display: inline-block;

}
.leftAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%);
        opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);
    opacity: 0;
  }

  to {
  transform: translateX(0);
    opacity: 1;
}
}

@media screen and (max-width:1000px) {
#mainvisual ul{
    width: 50%;
    top: 48%;
    left: 5%;
    line-height: 0;
}
}

 /* -----------------------------------------------------------
	message
----------------------------------------------------------- */
#message{
    background: url("../images/top/message_bg.png") no-repeat top;
    background-size:cover;
    padding:90px 24px 80px 24px;
    box-sizing: border-box;
}
 #message h2{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #051542;
    margin-bottom: 24px;
     line-height: 1.4em;
}
#message .inner{
   display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
 #message .txt{
     margin: 50px 24px 0 0;
     width: 45%;
}
 #message .txt .photo{
     width: 55%;
}
#message .inner img{
    width: 100%;
}
#message .inner p{
    margin-bottom: 24px;
}
@media only screen and (max-width:768px){
#message{
    padding:24px 24px 80px 24px;
    box-sizing: border-box;
}
 #message h2{
    font-size: 2rem;
}
#message .inner{
   display:block;
}
 #message .txt{
     margin: 0px 24px 0 0;
     width: 100%;
}
 #message .txt .photo{
     width: 100%;
}
}
    
 /* -----------------------------------------------------------
	service
----------------------------------------------------------- */
#service{
    margin: 100px 24px;
}
#service h2{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #051542;
    margin-bottom: 24px;
     line-height: 1.4em;
}    
#service ul{
   display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service li{
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 32px;
    width: 49%;
    margin-bottom:24px;
    display: -webkit-flex;
    display: flex;
}
#service li .ic{
    margin-right: 24px;
}
#service li h3{
    font-weight: bold;
    color: #051542;
    font-size: 1.5rem;
    margin-bottom:8px;
}
#service li p{
    line-height: 1.5em;
}
@media only screen and (max-width:768px){
#service{
    margin: 0 24px;
}
#service h2{
    font-size: 2rem;
}    
#service ul{
   display:block;
}
#service li{
    padding:24px;
    width: 100%;
    display:block;
}
#service li .ic{
    margin-right: 0;
    width: 30%;
    text-align: center;
     margin: 0 auto;
}

#service li h3{
    text-align: center;
    font-size: 1.3rem;
}
}
    
 /* -----------------------------------------------------------
	merit
----------------------------------------------------------- */
#merit{
    margin: 100px auto;
    max-width:1080px;
	width:100%;
	box-sizing: border-box;
    border: 5px #051542 solid;
    padding: 42px;
    box-sizing: border-box;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
#merit h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #051542;
    margin-bottom: 24px;
     line-height: 1.4em;
}
#merit li{
    background: url("../images/top/merit02.png") no-repeat left top;
    padding: 0 0 0 46px;
    font-size: 1.3rem;
    margin-bottom:24px;
}
#merit img{
    width: 200px;
}
@media screen and (max-width:1080px){
#merit{
	width:95%;
	margin:0 auto;
}
}
@media only screen and (max-width:768px){
#merit{
    margin:46px auto!important;
    padding: 24px;
}
#merit h2{
    text-align: center;
    font-size: 2rem;
}
#merit .img_r{
    display: none;
    }
#merit li{
    padding: 0 0 0 40px;
    font-size: 1.2rem;
}
}

 /* -----------------------------------------------------------
	case
----------------------------------------------------------- */
#case{
    margin: 100px auto;
    padding:80px 24px;
    background: url("../images/top/case_bg.png") no-repeat top;
    background-size: cover;
}
#case h2{
    text-align: center;
    margin-bottom:46px;
}
#case ul{
   display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0.9rem;
}
#case li{
    width: 30%;
}
#case li img{
    display: block;
    margin: 0 auto 16px auto;
}
@media only screen and (max-width:768px){
#case{
    margin: 24px auto;
    padding:24px;
}
#case h2{
    margin-bottom:24px;
}
#case ul{
   display:block;
}
#case li{
    width: 100%;
    overflow: hidden;
    margin-bottom:32px;
}
#case li img{
    float: left;
    width: 100px;
    margin: 0 16px 16px auto;
}
}

 /* -----------------------------------------------------------
	corporate
----------------------------------------------------------- */
#corporate{
    margin: 100px auto;
    max-width:1080px;
	width:100%;
}
#corporate h2{
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #051542;
    margin-bottom: 24px;
     line-height: 1.4em;
}
#corporate table {
	margin:15px auto 46px auto;
	border-collapse: collapse;
	width:100%;
}
#corporate  td {
	padding: 16px;
	border:1px solid #051542;
	vertical-align: middle;
	text-align:left;
	background-color: #fff;
    box-sizing: border-box;
}
#corporate  th {
	padding: 16px;
	text-align: center;
	border:1px solid #051542;
	vertical-align: middle;
  font-weight:normal;
    background-color: #F4F4F4;
	width: 30%;
		box-sizing: border-box;
}
@media screen and (max-width:1080px){
#corporate{
	width:95%;
	margin:0 auto;
}
}
@media only screen and (max-width:768px){
#corporate table{
	width:100%;
	margin:15px auto;
}
#corporate th,
#corporate td{
	width: 100%;
	display: block;
	border-top: none;
    padding: 8px;
}
#corporate tr:first-child th{
	border-top: 1px solid #051542;
}
}

 /* -----------------------------------------------------------
	recruit
----------------------------------------------------------- */
#recruit{
    margin: 100px auto;
    max-width:1080px;
	width:100%;
    padding: 32px;
    box-sizing: border-box;
    border: #051542 5px solid;
    background: url("../images/top/bg_recruit.jpg") no-repeat center;
    background-size:cover;
    text-align: center;
    min-height: 192px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #051542;
    line-height: 1.4em;
}
#recruit img{
    margin-top: 32px;
}
#recruit strong{
    border-bottom: solid 3px #E74928;
}
@media screen and (max-width:1080px){
#recruit{
	width:95%;
}
}
@media only screen and (max-width:768px){
#recruit{
    margin: 46px auto;
    min-height: 192px;
    font-size: 1.7rem;
}
#recruit img{
    margin-top: 32px;
}
#recruit strong{
    border-bottom: solid 3px #E74928;
}
}

 /* -----------------------------------------------------------
	map
----------------------------------------------------------- */
#map{
    line-height: 0;
}