@charset "UTF-8";
/********************************** 基本設定 **********************************/
body {
font-family: 'ヒラギノ角ゴシック','Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
margin:0 auto;
}

.lang_r{
  font-family: 'Roboto', sans-serif;
}

.lang_a{
  font-family: 'Anton', sans-serif;
}

.sec_title{
  font-size:32px;
}

.sec_sub_title{
  font-size: 16px;
  margin: 0;
}

.wrapper{
  max-width: 1800px;
  margin:0 auto;
  overflow: hidden;
}

.bottom-sticky-nav {
display: none;
}

.item_img_s{
  display: none;
}

.aboutbr{
  display: none;
}

.start {
    background-color: #19499e;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 25%;
}

/********************************** ヘッダー **********************************/
header {
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  top:0;
  z-index: 100;
  height: 100px;
  max-width: 1800px;
}

.header{
 display: flex;
 align-items: center;
 justify-content:space-around;
}

/***** メニュー *****/
header img{
  width:310px;
  height: 33px;
}

header h1 {
 margin:0;
 padding-right:0px
}

nav{
  margin:0; 
}

nav ul{
 display: flex;
 margin: 0;
}

nav li{
  margin-left:50px;
  line-height: 100px;
}

nav li a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color:#000;
}

nav li a:hover{
  color:#000;
  text-decoration: none;
}

nav li a::before {
  position: absolute;
  bottom: -35px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #19499e;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform .2s;
}

nav li a:hover::before {
  transform: scale(1);
}

/********************************** メインビジュアル **********************************/
.conA {
    background-image: url(../img/top_visual.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
	height:100vh;
	color: #000;
	text-align: center;
    margin-top: 100px;
    position: relative;
    padding-top:120px;
}

.conA p{
  margin:0;
}

.message{
  position: absolute;
  width:100%;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
}

.head_m1{
  width:303px;
}

.head_m2{
  width:925px;
}

.head_m3{
  width:388px;
}

.conB{
 background-image: url(../img/sepa_img.jpg);
 background-position: center;
 background-size: cover;
 margin:0;
 color :#fff;
 width: 100%;
 padding:75px 0;
}

.conB h4{
 font-size: 24px;
 line-height: 1.7;
 color: #fff;
 text-align: center;
 padding-bottom: 25px;
  margin: 0;
}

.conB p{
 font-size: 14px;
 letter-spacing: 2px;
 color: #fff;
 text-align: center;
 width:100%;
  margin: 0;
}

/********************************** 事業紹介 **********************************/
.business_title {
  padding-top: 75px;
  position: relative; /* 三角の位置を固定するために設定 */
  width: 100%; /* 幅 */
  border-bottom: 1px solid #fff;
  text-align: center; /* テキストの揃え */
  box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
  background-color:#fff;
  color: #19499e;
  height:200px;
}
.business_title::before,
.business_title::after {
  content: '';
  width: 40px; /* 影をつけるために線幅で設定せずにboxを使用する */
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.business_title::before {
  background: rgba(255,255,255,1.0); /* 吹き出しの線と同じ色 */
  bottom: -20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.business_title::after {
  background: rgba(255,255,255,1.0); /* 吹き出しの地と同じ色 */
  bottom: -20px; /* 線の太さだけずらす */
}

.business{
  background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(../img/top_visual.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1800px;
}

.line {
  width: 100.5%;
  height: 17px;
  border-bottom: 3px solid #000;
  transform:
      translateY(20px)
      translateX(5px)
      rotate(-3deg);
  position: relative;
  top: -33px;
  left: -13px;
  opacity:0.2;
  box-shadow:  0 3px 0 #ccc;
}

.line2{
  width: 100%;
  border-bottom: 3px solid #000;
  opacity:0.2;
  box-shadow:  0 3px 0 #ccc;
}

.section{
  display: flex;
  display:-ms-flexbox;
  align-items: center;
  padding:60px 70px;
  flex-wrap: nowrap;
}

.rev {
  flex-direction: row-reverse;
}

.item_exp{
  margin-right:80px;
}

.rev .item_exp{
  margin-left:30px;
  margin-right: 0px;
  
}

.item{
  flex-basis:750px;
  padding-top:40px;
}
.item_img img{
  width:90%;
}

.busi_sub_ti{
  width:500px;
}

.staff{
  width:437px;
  position: relative;
  top:-30px;
  left:0;
}
.cosmetics{
  width:438px;
  position: relative;
  top:-30px;
  left:30px;
}
.overseas{
  width:592px;
  position: relative;
  top:-30px;
  left:0;
}

.wifi{
  width:510px;
  position: relative;
  top:-30px;
  left:30px;
}

.sec_exp_ja h2{
  font-size:28px;
  color:#19499e;
  padding-bottom: 10px;
}

.sec_exp_ja h4{
  font-size:24px;
  padding-bottom: 15px;
  line-height: 1.2;
}

.sec_exp_ja p{
  font-size:16px;
  padding-bottom: 10px;
}

.sec_exp_en_title{
  font-size: 18px;
  color:#19499e;
  padding-bottom: 10px;
}

.sec_exp_en table{
  border:none;
}

.sec_exp_en th{
  padding-right:15px;
  vertical-align: middle;
}

.business .icon{
  width:60px;
}

.sec_exp_en_sub{
  padding-bottom: 15px;
  font-size: 16px;
}

.sec_exp_en p{
  font-size: 14px;
}


/********************************** 会社概要 **********************************/
.about{
  background-image: url(../img/company-bw.jpg);
  background-position: center center;
  background-size:cover;
  background-attachment: fixed;
  text-align: center;
  padding-top:40px;
  padding-bottom: 75px;
}

.about .arrow_down{
  width:80px;
  margin: 50px auto 70px auto;
}

.about table{
  margin:0 auto;
  background-color:rgba(255,255,255,0.4);
  width:800px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

.about th{
  color:#19499e;
  border-bottom:1px solid #000;
  padding:12px 0px 12px 20px;
  height: 75px;
  vertical-align: middle;
}

.about th:nth-child(2){
  padding-right:30px;
  text-align: left;
  font-size: 16px;
}

.about td{
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  padding:12px 0px 12px 40px;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
}

.about th small{
  color:#19499e;
  vertical-align: middle;
}

.about td small{
  color:#000;
}

.about i{
  font-size:22px;
}

/********************************** アクセス **********************************/
.access{
  color:#000;
}

.access .arrow_down{
  width:80px;
  margin: 50px auto 70px auto;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 50.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 70%;
width: 100%;
}

/********************************** お問い合わせ **********************************/
.contact {
  padding:75px 0;
  background-color:#122a48;
  color:#fff;
  text-align: center;
}

.contact .arrow_down{
  width:80px;
  margin: 50px auto 10px auto;
}

.form-horizontal{
  margin:0 auto;
  width:800px;
}

.form-group:not(:last-child){
  margin-bottom:50px !important;
}

form label{
  border: 1px solid #ccc;
  padding:15px 0 !important;
  font-size: 16px !important;
  }

.form-group .text-pd{
 padding-top:65px !important;  
}

.contact small{
  color:#fff !important;
  font-size:14px;
}

.form-group input, .form-group textarea{
  font-size: 14px;
  border: none;
}

.form-group input{
  padding:30px 10px;
  }

::placeholder{
  color:rgba(128,128,128,0.5) !important;
}

.form-group textarea{
  padding-top:18px;
}

.form-group .btn{
  background-color:#19499e;
  color:#fff;
  border:1px solid #19499e;
  font-size: 16px;
  padding:10px 80px;
  border-radius: 0px;
}

.form-group .btn:hover{
  border:1px solid #fff;
  color: #fff;
  background-color: rgba(25,73,158,0);
}

.contact div .error{
  color: #ff0000;
  text-align:left;
}

.error_bg{
  background-color:pink !important;
}

.asta_p{
  text-align: left;
  width:800px !important;
  margin:0 auto;
  margin-bottom: 30px;
}

.asta{
  font-size: 10px;
  vertical-align:text-top;
}

/********************************** フッター **********************************/
footer {
  color: #fff;
  background-image: url(../img/footer.jpg);
  background-size:cover;
  padding:45px 0;
  width:100%;
}

.footImg{
  width:230px;
  margin:0 auto 5px auto;
}

footer p{
  margin:0;
  text-align: center;
}

/********************************** Thanks **********************************/
.background {
  position: absolute;
  display: block;
  top: 100px;
  left: 0;
  z-index: 0;
  background-color:#122a48;
  width:100%;
  height: 100%;
}

.thanks_wrap{
  margin-top: 100px auto 0 auto;
  color:#fff;
  text-align: center;
  height: 100vh;
  color:#19499e;
  background-color:#122a48;
}

.thanks{
  background-color: rgba(255,255,255,0.9);
  width:500px;
  height: auto;
  margin:0 auto;
  padding: 40px 10px;
  border:1px #19499e solid;
  position:relative;
  top:180px;
  left:0;
  z-index: 2;
  vertical-align: middle;
}

.thanks h4{
  font-size:24px;
  font-weight: normal;
  padding:2px 0;
}

.thanks p{
  margin:15px 0 0 0;
}