@charset "utf-8";

/*---wrapper---*/

#wrapper {
width: 100%;
margin: 0 auto;
z-index: 600;
}


/*---loading---*/

#loading {
position: fixed;
width: 100%;
height: 100%;
z-index: 99999999999;
background: #fff;
text-align: center;
color: #fff;
}

#loading_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#loading img {
width: 450px;
}

.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 2.3s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
opacity: 0;
}

to {
opacity: 1;
}
}



/*---header---*/

header {
width: 100%;
position: relative;
}

header ul.navarea {
width: 100%;
max-width: 90%;
left: 0;
right: 0;
margin: auto;
padding: 2% 0;
position: absolute;
z-index: 999999;
}

header ul.navarea li.leftbox {
float: left;
width: 25%;
}

header ul.navarea li.rightbox {
float: right;
width: 75%;
padding-top: 6px;
}

header ul.navarea li.rightbox ul#mainnav {
width: 100%;
}

header ul.navarea li.rightbox ul#mainnav #nav {
width: 100%;
padding-top: 15px;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu {
list-style-type: none;
padding: 0;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li {
position: relative;
width: 14%;
float: left;
margin: 0;
padding: 0;
text-align: center;
} 

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li .hvr:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1px;
bottom: -7px;
transition: all 0.1s ease;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li .hvr:hover:after {
background: #fff;
bottom: -6px;
text-align: center;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li a {
display: block;
margin: 0;
padding: 5px 0;
font-size: 14px;
font-weight: bold;
color: #fff;
text-shadow: 0 0 3px #000;
letter-spacing: 0.05em;
line-height: 1;
text-decoration: none;
margin-bottom: 7px;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li ul {
list-style: none;
position: absolute;
z-index: 100;
top: 100%;
left: 0;
width: 100%;
margin: 0;
padding: 0;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li ul li:first-child {
overflow: hidden;
width: 100%;
height: 0;
background-color: rgba( 0, 0, 0, 0.78);
transition: .2s;
margin-top: 10px;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li ul li {
overflow: hidden;
width: 100%;
height: 0;
background-color: rgba( 0, 0, 0, 0.78);
transition: .2s;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li ul li a {
padding: 17px 7px;
color: #fff;
text-shadow: none;
opacity: 1.0;
text-align: left;
line-height: 140%;
font-size: 13px;
letter-spacing: 0.07em;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu > li:hover > a {
opacity: 1.0;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu > li:hover li:hover > a {
opacity: 0.5;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li:hover > ul > li {
overflow: visible;
height: 60px;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li ul li ul {
top: 0;
left: 100%;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li:last-child ul li ul {
left: -100%;
width: 100%;
}

header ul.navarea li.rightbox ul#mainnav #nav .dropmenu li:hover ul li ul li:hover > a {
background: #666;
opacity: 0.8;
}

@media only screen and ( max-width : 1200px ) {
header ul.navarea {
width: 100%;
max-width: 98%;
}

header ul.navarea li.leftbox {
width: 20%;
margin-top: -5px;
}

header ul.navarea li.rightbox {
float: right;
width: 78%;
}

header ul.navarea li.rightbox ul#mainnav #nav #dropmenu li a {
padding: 5px 0;
font-size: 13px;
}
}

@media only screen and (max-width: 920px) {
header {
display: none;
}
}



/*---spnavi---*/

#spnavi {
display: none;
overflow: hidden;
}

#splogo {
position: absolute;
top: 17px;
padding: 0 0 0 10px;
}



/*---topmainimg---*/
	
#slider {
width: 100%;
height: 100vh;
margin-bottom: 55px;
}

#slider p.catch_main {
position: absolute;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.02em;
font-weight: 200;
font-size: 65px;
line-height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
text-shadow: 2px 2px 5px #222;
}

#slider p.catch_sub {
position: absolute;
letter-spacing: 0.08em;
font-feature-settings: "palt";
font-size: 19px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
margin-top: 48px;
color: #fff;
text-shadow: 0px 0px 4px rgba(0,0,0,0.85);
}

@media only screen and ( max-width : 850px ) {
#slider p.catch_main {
font-size: 40px;
font-weight: 300;
top: 50%;
left: 4%;
line-height: 114%;
transform: translateY(-50%);
}

#slider p.catch_sub {
font-size: 14px;
margin-top: 40px;
left: 4.5%;
transform: translateY(-50%);
}
}

.scrolldown2{
position:absolute;
bottom:10px;
left:50%;
}

.scrolldown2 span{
position: absolute;
left:10px;
bottom:5px;
color: #fff;
word-break: keep-all;
font-family: 'Montserrat', sans-serif;
font-size: 0.8rem;
text-shadow: 0 0 4px #000000;
letter-spacing: 0.1em;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
}

.scrolldown2:before {
content: "";
position: absolute;
bottom:0;
left:-4px;
width:10px;
height:10px;
border-radius: 50%;
background:#fff;
animation:
circlemove 1.7s ease-in-out infinite,
cirlemovehide 1.7s ease-out infinite;
}

@keyframes circlemove{
0%{bottom:45px;}
100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
0%{opacity:0}
50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}

.scrolldown2:after{
content:"";
position: absolute;
bottom:0;
left:0;
width:2px;
height: 50px;
background:#fff;
}



/*---mainimg---*/
	
#mainimg {
cursor: pointer;
clear: both;
margin-bottom: 18px;
}

#mainimg img  {
width: 100%;
max-width: 100%;
}



/*---underimg---*/
	
#undermainimg-company {
height: 450px;
width: 100%;
background: url(../images/company/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-company ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-company ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-company ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-history {
height: 450px;
width: 100%;
background: url(../images/history/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-history ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-history ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-history ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-works {
height: 450px;
width: 100%;
background: url(../images/works/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-works ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-works ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-works ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-contact {
height: 450px;
width: 100%;
background: url(../images/contact/titleimg.jpg)no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-contact ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-contact ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-contact ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-news {
height: 450px;
width: 100%;
background: url(../images/news/titleimg.jpg)no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-news ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-news ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-news ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-item {
height: 450px;
width: 100%;
background: url(../images/item/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-item ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-item ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-item ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-recruit {
height: 450px;
width: 100%;
background: url(../images/recruit/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-recruit ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-recruit ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-recruit ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-business {
height: 450px;
width: 100%;
background: url(../images/business/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-business ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-business ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444444;
color: #ffffff;
padding-top: 235px;
text-align: center;
}

#undermainimg-business ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-strength {
height: 450px;
width: 100%;
background: url(../images/strength/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-strength ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-strength ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-strength ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

#undermainimg-faq {
height: 450px;
width: 100%;
background: url(../images/faq/titleimg.jpg) no-repeat ;
background-size: cover;
background-position: center center;
margin-bottom: 30px;
}

#undermainimg-faq ul.title {
width: 100%;
margin: 0 auto;
}

#undermainimg-faq ul.title h2 {
font-size: 35px;
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
padding-top: 235px;
text-align: center;
}

#undermainimg-faq ul.title li.eng {
font-size: 14px;
margin-top: -4px;
font-family: 'Montserrat';
letter-spacing: 0.1em;
text-shadow: 0 0 3px #444;
color: #fff;
text-align: center;
}

@media only screen and (max-width: 850px) {
#undermainimg-company {
height: 250px;
background-position: 20% center;
}

#undermainimg-company ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-company ul.title h2 {
font-size: 24px;
}

#undermainimg-item {
height: 250px;
background-position: 40% center;
}

#undermainimg-item ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-item ul.title h2 {
font-size: 24px;
}

#undermainimg-recruit {
height: 250px;
background-position: 40% center;
}

#undermainimg-recruit ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-recruit ul.title h2 {
font-size: 24px;
}

#undermainimg-contact {
height: 250px;
background-position: 40% center;
}

#undermainimg-contact ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-contact ul.title h2 {
font-size: 24px;
}

#undermainimg-news {
height: 250px;
background-position: 40% center;
}

#undermainimg-news ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-news ul.title h2 {
font-size: 24px;
}

#undermainimg-works {
height: 250px;
background-position: 40% center;
}

#undermainimg-works ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-works ul.title h2 {
font-size: 24px;
}

#undermainimg-business {
height: 250px;
background-position: 20% center;
}

#undermainimg-business ul.title {
position: absolute;
margin-top: -100px;
}

#undermainimg-business ul.title h2 {
font-size: 24px;
}

#undermainimg-strength {
height: 250px;
background-position: 40% center;
}

#undermainimg-strength ul.title {
position: absolute;
margin-top: -100px;
}

#undermainimg-strength ul.title h2 {
font-size: 24px;
}

#undermainimg-faq {
height: 250px;
background-position: 40% center;
}

#undermainimg-faq ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-faq ul.title h2 {
font-size: 24px;
}

#undermainimg-history {
height: 250px;
background-position: 40% center;
}

#undermainimg-history ul.title {
position: absolute;
margin-top: -100px;
	}

#undermainimg-history ul.title h2 {
font-size: 24px;
}
}

/*---contents---*/

#contents {
max-width: 1100px;
width: 100%;
margin: 0 auto 0;
box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
#contents{
padding: 0 3% 0% 3%;
}
}


/*---title---*/

h3 {
border-bottom: 1px solid #ccc;
margin-bottom: 35px;
font-size: 34px;
text-align: center;
letter-spacing: 1px;
padding-bottom: 15px;
}

h5.mt01 {
font-size: 42px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.05em;
text-align: center;
margin-bottom: 40px;
line-height: 140%;
}

h5.mt01 .jp {
font-weight: bold;
font-size: 15px;
text-align: center;
margin-bottom: 10px;
letter-spacing: 0.09em;
}

h5.mt01 hr {
border: none;
border-bottom: 2px solid #3F75B1;
width: 30%;
margin: 0 auto;
}

h5.mt02 {
font-size: 42px;
font-weight: 500;
color: #fff;
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.05em;
text-align: center;
margin-bottom: 40px;
line-height: 140%;
}

h5.mt02 .jp {
font-weight: bold;
color: #fff;
font-size: 15px;
text-align: center;
margin-bottom: 10px;
letter-spacing: 0.09em;
}

h5.mt02 hr {
border: none;
border-bottom: 2px solid #fff;
width: 30%;
margin: 0 auto;
}

h4 {
color: #fff;
background: #87b528;
margin-bottom: 20px;
font-size: 22px;
border-radius: 3px;
letter-spacing: 1px;
padding: 8px;
text-align: center;
}

@media only screen and (max-width: 850px) {
h3 {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
font-size: 26px;
text-align: center;
letter-spacing: 1px;
padding-bottom: 15px;
}

h4 {
background: #87b528;
margin-bottom: 20px;
font-size: 16px;
padding: 10px;
}

h5.mt01 {
font-size: 30px;
margin-bottom: 13px;
}

h5.mt01 .jp {
font-size: 13px;
}

h5.mt02 {
font-size: 30px;
margin-bottom: 13px;
}

h5.mt02 .jp {
font-size: 13px;
}
}


/*---contactarea---*/

ul#contactarea {
width: 100%;
background: url(../images/common/contactareabg.png);
padding: 2% 0 2% 0 ;
margin-top: 30px;
}

ul#contactarea p.title {
font-family: 'Montserrat', sans-serif;
font-size: 44px;
text-align: center;
letter-spacing: 1px;
color: #3f75b3;
}

ul#contactarea p.txt {
text-align: center;
padding: 0 1% 0% 1%;
padding-bottom: 10px;
}

ul#contactarea p.number {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
padding: 0 2% 0% 2%;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
color: #3f75b1;
}

ul#contactarea p.number a {
font-size: 28px;
color: #3f75b1;
}

ul#contactarea p.number a {
font-family: 'Montserrat', sans-serif;
text-decoration: none;
font-size: 28px;
color: #ff994d;
}

ul#contactarea li.detailbt {
width: 90%;
max-width: 650px;
margin: 0 auto;
margin-top: 15px;
background:#3f75b1;
border-radius: 3px;
}

ul#contactarea li.detailbt a {
opacity: 1.0;
border-radius: 3px;
display: block;
text-align: center;
letter-spacing: 0.2em;
color: #fff;
text-decoration: none;
padding:  15px 2% 15px 2%;
font-size: 16px;
font-weight: bold;
}

ul#contactarea li.detailbt a:hover {
background: #5393d9;
border-radius: 3px;
box-shadow: 4px 8px 15px rgba(0,0,0,0.25);
}

@media only screen and (max-width: 850px) {
ul#contactarea p.title {
font-size: 30px;
font-weight:500;
}

ul#contactarea p.txt {
font-size: 13px;
}

ul#contactarea p.number {
font-size: 15px;
font-weight:600;
}

ul#contactarea p.number a {
font-size: 15px;
font-weight:600;
text-decoration: none;
color: #3f75b1;
}

ul#contactarea li.detailbt {
width: 90%;
}

ul#contactarea li.detailbt a {
font-size: 13px;
}
}


/*---footer---*/

#footer {
width: 100%;
background: #87b528;
}

#footer .footerbox {
margin: 0 auto;
max-width: 1100px;
width: 95%;
}

#footer .footerbox ul.infobox {
float: left;
width: 50%;
padding: 4.5% 0 3% 0;
}

#footer .footerbox ul.infobox p {
color: #ffffff;
line-height: 145%;
font-size: 12px;
letter-spacing: 1px;
padding: 10px 0 10px 0;
}

#footer .footerbox ul.infobox p a {
color: #fff;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
}

#footer .footerbox ul.infobox li.copy {
color: #fff;
font-weight: 500;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
}

#footer .footerbox ul.ftnavi {
float: right;
width: 25%;
padding: 3% 0 3% 0;
}

#footer .footerbox ul.ftnavi li {
float: left;
margin-right: 30px;
}

#footer .footerbox ul.ftnavi li p {
color: #fff;
line-height: 250%;
letter-spacing: 1px;
}

#footer .footerbox ul.ftnavi li p a {
color: #fff;
font-size: 13px;
text-decoration: none;
}

@media screen and ( max-width: 1100px ) {
#footer .footerbox ul.ftnavi {
width: 40%;
}
}

@media only screen and (max-width: 850px) {
#footer .footerbox ul.infobox {
float: none;
width: 90%;
text-align: center;
padding: 3% 0 3% 0;
}

#footer .footerbox ul.ftnavi {
display: none;
}
}