/*ページ全体
***********************************************************/
#wrapper {

}

.container {

}



/*ヘッダー共通
***********************************************************/
#header {
  padding: 42px 0;
  position: relative;
}
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
h1 img {
  width: 281px;
}
h2 {
  padding: 70px 0 0;
  font-size: 15px;
  color: #c24c1d;
  letter-spacing: 6px;
  text-align: center;
}
.en p.mvTxt01 {
  line-height: 1.6;
}
ul.lang {
  margin: 0 40px 0 auto;
  display: flex;
  justify-content: center;
  border: 1px solid #c24c1d;
  max-width: 80px;
  box-sizing: border-box;
}
ul.lang li {
  width: 50%;
  text-align: center;
  color: #c24c1d;
}
ul.lang li.active {
  color: #fff;
  background: #c24c1d;
}
ul.lang li a {
  color: #c24c1d;
}



/*メイン
***********************************************************/
.mv {
  text-align: center;
  height: 774px;
  box-sizing: border-box;
  background: url(/common/images/bg_main.jpg) no-repeat right center;
  background-size: 120% auto;
  position: relative;
}

.mvInner {
  margin: -10px 0 0;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.mv p.mvTxt01 {
  font-size: 30px;
  color: #333;
  letter-spacing: 6px;
  text-shadow:0px 0px 15px #fff;
}


.mv p.mvTxt02 {
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 15px;
  letter-spacing: 6px;
  line-height: 1.0;
  color: #d25b4b;
  text-shadow:0px 0px 15px #fff;
}


.mv h2 {
  padding: 42px 0 0;
  font-size: 18px;
  color: #fff;
}

.info {
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  background: #0065b3;
  color: #fff;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  line-height: 1.6;
}

.info a {
  color: #fff;
  text-decoration: underline;
}



/*ミッション
***********************************************************/

.mission {
  clear: both;
}
.mission h3 {
  padding: 6px 0 0;
  text-align: center;
  font-size: 20px;
}
.missionmap {
  margin: 0 auto;
  padding: 60px 20px 0;
  display:block;
  width: 898px;
  box-sizing: border-box;
}




/*ビジネス
***********************************************************/

.business h2 {
  padding: 120px 0 0;
}
.business h3 {
  font-size: 20px;
}
.business h4 {
  line-height: 1.4;
  font-weight: bold;
  color: #333;
}
.business p {
  padding: 6px 0 0;
  line-height: 1.4;
}
.businessInner {
  margin: 40px 0 0;
  background: #fffcfb;
}
.businessInnerBox {
  margin: 0 auto;
  padding: 20px 40px 40px;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.businessInnerBoxLeft {
  width: 280px;
}
.businessInnerBoxRight {
}
.businessInnerBoxRight h4 {
  padding: 20px 0 0;
  font-weight: bold;
}
.businessInnerBox:first-child h3 {
  color: #db4b3c;
}
.businessInnerBox:nth-child(2) h3 {
  color: #db663b;
}
.businessInnerBox:nth-child(3) h3 {
  color: #e78e57;
}
.businessInnerBoxRight p {
  letter-spacing: 0;
  line-height: 1.2;
}




/*会社概要
***********************************************************/

.company {
  text-align: center;
}

.company table {
  margin: 40px auto 0;
  max-width: 1200px;
  font-size: 15px;
}

.company table tr:nth-child(odd) {
  background: #fafafa;
}

.company table th {
  padding: 30px 0 30px 40px;
  width: 200px;
  text-align: left;
  line-height: 1.2;
}

.company table td {
  padding: 30px 40px 30px 40px;
  text-align: left;
  line-height: 1.2;
}

.gmap iframe {
  margin: 120px 0 0;
  width: 100%;
  height: 600px;
}




/*クライアント
***********************************************************/

.clients {
  text-align: center;
}

.clients p.title {
  padding: 100px 0 0;
  font-size: 18px;
}

.clientsBox {
  margin: 0 auto;
  padding: 50px 40px 0;
  max-width: 1200px
}

.clientsBox li {
  margin: 20px 10px 0;
  padding: 20px;
  background: #f3f4f8;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  display: inline-block;
}

p.subtxt {
  margin: 20px 0 0;
  text-align: right;
}



/*お問い合わせ
***********************************************************/

.contact {
  margin: 120px 0 0;
  text-align: center;
  background: url(/common/images/bg_contact.jpg) no-repeat center;
  background-size: 100% auto;
}

.contact p.title {
  padding: 100px 0 0;
  font-size: 18px;
}

.contact h2 {
  padding: 0;
  font-size: 42px;
  color: #40434c;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.4;
}
.en .contact h2 {
  padding: 100px 0 0;
}

.contact p.lead {
  padding: 60px 0 0;
  font-size: 14px;
}

.contact p.mail {
  padding: 60px 0 130px;
  font-size: 16px;
}

.contact p.mail a {
  padding: 20px 30px;
  text-decoration: none;
  background: #fff;
  color: #c6562a;
  border: 1px solid #c6562a;
}




/*ロールオーバーアニメーション
***********************************************************/

p.readmore {
  margin: 70px auto 0;
  width: 300px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2;
}

p.readmore a {
  padding: 14px 0 0;
  display: block;
  color: #666;
  height: 60px;
  box-sizing: border-box;
  color: #e30920;
  background: url(/common/images/obj_top_triangle02.png) no-repeat right bottom #fff;
  background-size: 13px auto;
  border: 1px solid #e30920;

  /*hoverAnimation*/
  position: relative;
  z-index: 2;
  overflow: hidden;
}

p.readmore a::before,
p.readmore a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

p.readmore a
p.readmore a::before,
p.readmore a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

p.readmore a:hover {
  color: #fff;
  opacity: 1.0;
}

p.readmore a::after {
  bottom: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
}

p.readmore a:hover::after {
  bottom: 0;
  right: 0;
  background-color: #e30920;
}

  /*hoverAnimation*/



/*Pagetop
***********************************************************/

.pagetop {
  text-align: center;
}

.pagetop img {
  margin: 0 auto;
  padding: 0 0 8px;
  text-align: center;
  display:block;
  width: 55px;
  text-align: center;
}

.pagetop a {
  margin: 0 auto;
  padding: 72px 0;
  color: #c6562a;
  font-size: 11px;
  letter-spacing: 0;
  display:block;
  text-align: center;
  text-decoration: none;
  background: #fafafa;
}



/*Footer
***********************************************************/

.footer {
  padding: 54px 40px 50px;
  background: #c6562a;
  color: #fff;
  text-align: center;
  font-size: 12px;
}




/*全体（899px以下、スマホや小さいタブレット）
***********************************************************/

@media screen and (max-width:899px) {
h1 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 50%;
}
h1 img {
  width: 100%;
}
ul.lang {
  margin: 0 20px 0 auto;
}
span.br:before {
  content: "\A" ;
  white-space: pre ;
}

h2 {
  padding: 10% 0 0;
}

.mv {
  padding: 0 0 24%;
  text-align: center;
  height: auto;
  background: url(/common/images/bg_main.jpg) no-repeat center;
  background-size: auto 100%;
  position: static;
  display:block;
}

.mvInner {
  margin: 0;
  padding: 0 5%;
  position: static;
  display:block;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.mv p.mvTxt01 {
  padding: 24% 0 0;
  display:block;
  line-height: 1.4;
  font-size: 5vw;
}
.en p.mvTxt01 {
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 2px;
}

.mv p.mvTxt02 {
  padding: 5% 0 0;
  line-height: 1.2;
  font-size: 3vw;
  letter-spacing: 2px;
  display:block;
}


.mv h2 {
  padding: 5% 5% 0;
  font-size: 16px;
  display:block;
}

.info {
  margin: 8% auto 0;
  padding: 6px 0;
  width: 90%;
  position: static;
}

.mission h3 {
  padding: 3% 0 0;
  display:block;
  line-height: 1.6;
  font-size: 4vw;
}
.missionmap {
  margin: 0 auto;
  padding: 40px 20px 0;
}
.business h2 {
  padding: 20% 0 0;
}
.businessInnerBox {
  margin: 0 auto;
  padding: 20px 40px 40px;
  display:block;
}
.businessInnerBoxLeft {
  width: auto;
}
.company p.title {
  padding: 14% 0 0;
}

.company table {
  margin: 10% auto 0;
  max-width: 1200px;
  font-size: 13px;
}

.company table tr:nth-child(odd) {
  background: #f5f5f5;
}

.company table th {
  padding: 4% 0 4% 6%;
  width: 26%;
  text-align: left;
}

.company table td {
  padding: 4% 6% 4% 6%;
  text-align: left;
}

.gmap iframe {
  margin: 14% 0 0;
  height: 300px;
}

.contact {
  margin: 14% 0 0;
  background-size: auto 100%;
}

.contact p.title {
  padding: 14% 0 0;
  font-size: 14px;
}

.contact h2 {
  font-size: 24px;
  color: #40434c;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.4;
}

.contact p.lead {
  padding: 4% 10% 0;
  font-size: 13px;
  letter-spacing: 0;
}

.contact p.mail {
  padding: 8% 0 18%;
  font-size: 16px;
}

.contact p.mail a {
  padding: 20px 30px;
}


.pagetop a {
  padding: 6% 0;
}

.pagetop a img {
  width: 40px;
}

.footer {
  padding: 10% 20%;
}


}





/*全体（599px以下、スマホや小さいタブレット）
***********************************************************/

@media screen and (max-width:599px) {
#header {
  padding: 30px 0;
}
h1 {
  text-align: center;
}
h1 img {
  width: 221px;
}


}
