
body {
  padding-top: 76px;
}
body.jp .en {
  display: none;
}
body.jp .jp {
  display: block;
}
body.en .jp {
  display: none;
}
body.en .en {
  display: block;
}

body.en h1 .en, body.jp h1 .jp {
    display: inline-block;
}

#progress-box {
  width: 100%;
  height: 100%;
  background: #004f9d;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
}
#progress-bar {
  position: absolute;
  width: 0;
  height: 4px;
  background: #fff;
  top: calc(50% - 2px);
  transition: all .5s cubic-bezier(0,0,.2,1) 0s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 40px;
  background: #004f9d;
  z-index: 9;
}

#menu-btn {
  display: none;
}
nav {
  position: absolute;
  top: 27px;
  right: 110px;
}
nav li {
  float: left;
  font-size: 14px;
}
nav a {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.global {
  color: #fff;
}
.global p {
  margin-left: 27px;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.global p:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../images/icon_global.svg) no-repeat;
  background-size: 100%;
}

#main {
  position: relative;
  padding-top: 40%;
  min-width: 1000px;
  background: url(../images/page1_kv.jpg) no-repeat center;
  background-size: cover;
}
#main h2 {
  position: absolute;
  bottom: 11%;
  right: 6%;
  filter: drop-shadow(0px 0px 14px rgba(15,133,142,1.00));
}
#main h2.en {
  top: auto;
  bottom: 21%;
}
#main h3 {
  position: absolute;
  top: 11%;
  left: 7%;
  filter: drop-shadow(0px 0px 14px rgba(15,133,142,1.00));
}

section {
  padding: 70px 0;
}
section h2 {
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 50px;
}
section h2 label {
  padding-bottom: 3px;
  position: relative;
  border-bottom: 2px solid #004f9d;
}
section h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}

#message {
  background: url(../images/page1_message.svg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#message p {
  font-size: 18px;
  line-height: 2;
}

#service h2 {
  color: #004f9d;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
}
#service h2 label {
  font-size: 40px;
}
#service h2 span {
  padding-top: 17px;
  font-size: 20px;
  line-height: 30px;
}
.service img {
  display: block;
  margin: auto;
  width: 1000px;
}
.service p {
  text-align: center;
  margin-top: 70px;
  font-size: 20px;
  line-height: 1.5;
}
#service .sp {
  display: none;
}

#about {
  background: rgba(0,79,157,0.15);
}
.about .cont {
  position: relative;
  margin: auto;
  padding-left: 587px;
  width: 413px;
  height: 370px;
  background: #fff;
}
.about .cont img {
  position: absolute;
  top: 0;
  left: 0;
}
.cont .num {
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 57px;
  background: #004f9d;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 40px;
}
.cont p {
  padding-left: 50px;
  width: 340px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cont p.title {
  padding-top: 90px;
  font-size: 23px;
  margin-bottom: 1em;
}

#company {
  padding-bottom: 0;
}
#company dl {
  border-top: 1px solid #ccc;
  position: relative;
  margin: 0 auto 70px;
  width: 800px;
  line-height: 1.8;
  font-size: 18px;
}
#company dt {
  padding: 25px 0;
  width: 110px;
  position: absolute;
  left: 0;
  text-align-last: justify;
}
#company dd {
  padding: 25px 0;
  display: block;
  padding-left: 230px;
  border-bottom: 1px solid #ccc;
}
#company iframe {
  width: 100%;
}

footer {
  position: relative;
  padding: 70px 0 0;
  color: #fff;
  background: url(../images/page1_footer_bg.jpg) no-repeat;
  background-size: cover;
}
footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dot.png);
  z-index: 0;
}
footer h2 {
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 35px;
  position: relative;
}
footer h2 label {
  padding-bottom: 3px;
  position: relative;
}
footer h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
footer p, footer ul {
  position: relative;
}
footer ul {
  text-align: center;
  font-size: 28px;
}
footer li {
  margin: 0 20px;
  font-weight: 500;
  display: inline-block;
}
footer li.tel:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 31px;
  background: url(../images/footer_icon_tel.svg) no-repeat;
  background-size: 100%;
  vertical-align: top;
}
footer li.fax:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/footer_icon_fax.svg) no-repeat;
  background-size: 100%;
  vertical-align: top;
}
footer .mail {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
footer .mail p {
  font-size: 14px;
}
footer .mail a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 40px 14px;
  background: #004f9d;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
footer p.cp {
  padding: 20px;
  text-align: center;
  margin-top: 70px;
  font-size: 12px;
  background: #004f9d;
}

#page2 #progress-box {
  background: #00a0e9;
}
#page2 #progress-bar {
   background: #fff;
}

#page2 header {
  background: #00a0e9;
}
#page2 #main {
  background: url(../images/page2_kv.jpg) no-repeat center;
  background-size: cover;
}
#page2 #main h2 {
  top: auto;
  right: auto;
  bottom: 11%;
  left: 4%;
  -webkit-filter: drop-shadow(0px 0px 14px rgba(113,152,200,1));
  filter: drop-shadow(0px 0px 14px rgba(113,152,200,1));
}
#page2 #main h3 {
  left: 5%;
  -webkit-filter: drop-shadow(0px 0px 14px rgba(113,152,200,1));
  filter: drop-shadow(0px 0px 14px rgba(113,152,200,1));
}
#page2 #message {
  background: url(../images/page2_message.svg);
  background-size: cover;
}
#page2 section h2 label {
  border-bottom: 2px solid #00a0e9;
}
#page2 #service h2 {
  color: #00a0e9;
}

.scat {
  margin-top: 70px;
  color: #004f9d;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.scat p {
  margin-top: 10px;
  font-weight: bold;
}

#page2 #company {
  background: #efefef;
}
#company .bg {
  padding: 70px 0;
  margin: 0 auto 70px;
  background: #fff;
  width: 1000px;
}
#page2 #company dl {
  margin-bottom: 0;
}
#page2 footer {
  background: url(../images/page2_footer_bg.jpg) no-repeat;
  background-size: cover;
}
#page2 footer:before {
  background: url(../images/dot.png) rgba(0,0,0,0.4);
}

#page2 footer .mail a {
  background: #00a0e9;
}
#page2 footer p.cp {
  background: #00a0e9;
}
