*::selection {
  background-color: #071651;
  color: #FFF;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#top-header {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 520px) {
  #top-header {
    height: 80vh;
  }
}
#top-header .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#top-header .inner .logo a {
  padding: 20px 0 20px 20px;
  display: inline-block;
}

#sub-header .inner .logo a {
  padding: 20px 0 20px 20px;
  display: inline-block;
}

#top_key_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
#top_key_visual .key_txt {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  #top_key_visual .key_txt {
    bottom: 42%;
    right: 40px;
  }
}
#top_key_visual .key_txt h2 {
  text-align: right;
}
#top_key_visual .key_txt h2 img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_key_visual .key_txt h2 img {
    width: 80%;
  }
}
#top_key_visual video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top_key_visual video {
    width: 100%;
    height: 80vh;
  }
}

#sub_key_visual {
  height: 260px;
  display: grid;
  place-items: center;
}
#sub_key_visual.privacy {
  background: #071651;
}
#sub_key_visual.policy {
  background: #071651;
}
#sub_key_visual.contact {
  background: url(../contact/images/key_contact.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.contact .key_txt .sub_ja {
  color: #90E1FF;
}
#sub_key_visual.service {
  background: url(../service/images/key_service.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.service .key_txt .sub_ja {
  color: #90E1FF;
}
#sub_key_visual.office {
  background: url(../office/images/key_office.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.office .key_txt .sub_ja {
  color: #90E1FF;
}
#sub_key_visual.news {
  background: url(../news/images/key_news.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.news .key_txt .sub_ja {
  color: #90E1FF;
}
#sub_key_visual.news_single {
  height: 200px;
}
#sub_key_visual.news_single .key_txt .main_en {
  color: #071651;
}
#sub_key_visual.news_single .key_txt .sub_ja {
  color: #90E1FF;
}
#sub_key_visual .key_txt .main_en {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#sub_key_visual .key_txt .sub_ja {
  text-align: center;
  color: #636F9F;
  font-size: 1.7rem;
  font-weight: bold;
}

#pankuzu {
  background: #EAEBEF;
  padding: 4px 0;
}
#pankuzu .inner {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #pankuzu .inner {
    width: 100%;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  font-size: 1.35rem;
}

#global-footer {
  background: #071651;
  padding: 40px 0 0;
}
#global-footer .inner .flogo {
  text-align: center;
  margin-bottom: 8px;
}
#global-footer .inner .flogo a {
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .flogo a {
    width: 42%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .inner .flogo a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .inner .f_name {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 26px;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .f_name {
    font-size: 1.2rem;
  }
}
#global-footer .inner .footer_navi {
  width: 750px;
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
  column-gap: 0.2%;
}
@media screen and (max-width: 520px) {
  #global-footer .inner .footer_navi {
    display: none;
  }
}
#global-footer .inner .footer_navi li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.6s ease;
}
#global-footer .inner .footer_navi li a:hover {
  background: #276EC3;
  color: #fff;
}
#global-footer .inner .copy {
  text-align: center;
  padding: 12px 0;
}
#global-footer .inner .copy small {
  color: #fff;
  font-size: 1.2rem;
}

#container {
  width: 960px;
  margin: 0 auto;
  padding: 120px 0 40px;
}
@media screen and (max-width: 960px) {
  #container {
    width: 90%;
  }
}

.txt_box h3 {
  padding: 0 0 4px 32px;
  background: url(../images/icon_midashi.svg) no-repeat left 5%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #071651;
  border-bottom: 4px solid #EAEBEF;
}
.txt_box .txt_wrap {
  padding: 32px 32px 0 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 520px) {
  .txt_box .txt_wrap {
    padding: 16px 16px 0 16px;
  }
}
.txt_box .txt_wrap p {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.txt_box .txt_wrap dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.txt_box .txt_wrap dl div:last-child {
  margin-bottom: 0;
}
.txt_box .txt_wrap dl div dt {
  width: 8%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.txt_box .txt_wrap dl div dd {
  width: 92%;
  color: #071651;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/*# sourceMappingURL=policy.css.map */
