@charset "utf-8";


h1 {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 42%;
  z-index: 3;
}

.global {
  top: 3%;
  right: 4%;
}
.global p {
  margin-left: 27px;
  padding-left: 28px;
  font-size: 16px;
}
.global p:before {
  top: -2px;
  width: 21px;
  height: 21px;
}

ul:after {
  content: '';
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

#entrance {
  position: relative;
}
#entrance > div:after {
  opacity: .5;
}

.container-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_left_sp.jpg) no-repeat center;
  background-size: cover;
}
.container-l .ttl, .container-r .ttl {
  height: 18vh;
  transform: translate(-50%, -62%);
}
.container-l .ttl.en, .container-r .ttl.en {
  height: 15vh;
  transform: translate(-50%, -62%);
}
.ttl img {
  max-width: none;
  height: 100%;
}

.container-r {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_right_sp.jpg) no-repeat center;
  background-size: cover;
}

.ttl a {
  padding: 10px 0 12px 14px;
  margin-top: 6%;
  color: #fff;
  font-size: 1.8vh;
  background: #004f9e;
}
.container-r .ttl a {
    color: #fff;
    background: #00a0e9;
}
.container-l a.en {
  font-size: 1.6vh;
  line-height: 1.1;
  padding: 1vh 0 1vh 1vh;
}

footer {
  padding: 5% 0;
  position: relative;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 0.05em;
}
footer a {
  color: #4d4d4d;
  text-decoration: none;
}
footer ul{
  display: block;
  margin-bottom: 7%;
  padding: 0;
  font-size: 15px;
}
footer li {
  margin: 0 2%;
  display: inline-block;
}
li.tel:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 21px;
  background: url(../images/icon_tel.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
li.mail:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../images/icon_mail.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
footer p.cp {
  padding: 0;
  font-size: 10px;
}
