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

html {
  scroll-behavior: smooth;
}

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

#global-header.top {
  position: relative;
  height: 100vh;
  z-index: 8000;
}
@media screen and (max-width: 520px) {
  #global-header.top {
    height: 100svh;
  }
}
#global-header.top .inner {
  position: absolute;
  z-index: 10;
  top: 5vh;
  left: 2.5vw;
  width: 95vw;
  display: grid;
  grid-template-columns: 30vw 35vw;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #global-header.top .inner {
    grid-template-columns: 10vw 55vw;
  }
}
@media screen and (max-width: 520px) {
  #global-header.top .inner {
    top: 3vh;
  }
}
#global-header.top .inner h1.logo a {
  display: inline-block;
}
#global-header.top .inner h1.logo a img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 520px) {
  #global-header.top .inner #global_navi {
    display: none;
  }
}
#global-header.top .inner #global_navi ul {
  display: flex;
  justify-content: space-between;
}
#global-header.top .inner #global_navi ul li a {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  letter-spacing: 0.15em;
}
#global-header.top .inner #global_navi ul li a:hover {
  transition: all 0.4s ease;
  color: #000626;
}
#global-header.top .inner .sns_wrap {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 64px;
  z-index: 8000;
}
@media screen and (max-width: 520px) {
  #global-header.top .inner .sns_wrap {
    top: 25px;
    right: 30%;
  }
}
#global-header.top .inner .sns_wrap a {
  display: inline-block;
  position: relative;
}
#global-header.top .inner .sns_wrap a:nth-child(1) {
  margin-right: 20px;
}
#global-header.top .inner .sns_wrap a:nth-child(2) {
  top: -1px;
}

#hidden_navi.top {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.97);
  z-index: 8300;
  transition: top 0.6s ease-in-out 0.2s;
}
#hidden_navi.top.js__active {
  top: 0;
}
@media screen and (max-width: 520px) {
  #hidden_navi.top.js__active {
    top: -80px;
  }
}
#hidden_navi.top .inner {
  display: grid;
  grid-template-columns: 30vw 35vw;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #hidden_navi.top .inner {
    grid-template-columns: 10vw 55vw;
  }
}
#hidden_navi.top .inner h1.logo a {
  display: inline-block;
  height: 100%;
}
#hidden_navi.top .inner h1.logo a img {
  width: 60px;
  height: 60px;
  vertical-align: bottom;
}
#hidden_navi.top .inner #hd_global_navi ul {
  display: flex;
  justify-content: space-between;
}
#hidden_navi.top .inner #hd_global_navi ul li a {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000626;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #hidden_navi.top .inner #hd_global_navi ul li a {
    font-size: 1.4rem;
  }
}
#hidden_navi.top .inner #hd_global_navi ul li a:hover {
  transition: all 0.25s ease;
  color: #fff;
  background: #000626;
}
#hidden_navi.top .inner .hd_sns_wrap {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 64px;
  z-index: 8000;
}
#hidden_navi.top .inner .hd_sns_wrap a {
  display: inline-block;
  position: relative;
}
#hidden_navi.top .inner .hd_sns_wrap a:nth-child(1) {
  margin-right: 20px;
}
#hidden_navi.top .inner .hd_sns_wrap a:nth-child(2) {
  top: -1px;
}

#global-header.sub {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 520px) {
  #global-header.sub {
    padding: 8px 0;
  }
}
#global-header.sub.company_head .inner #global_navi ul li a {
  color: #fff;
}
#global-header.sub .inner {
  position: relative;
  z-index: 10;
  left: 2.5vw;
  width: 95vw;
  display: grid;
  grid-template-columns: 30vw 35vw;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #global-header.sub .inner {
    grid-template-columns: 10vw 55vw;
  }
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner {
    display: block;
  }
}
#global-header.sub .inner .logo a {
  padding: 20px 0 20px 20px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner #global_navi {
    display: none;
  }
}
#global-header.sub .inner #global_navi ul {
  display: flex;
  justify-content: space-between;
}
#global-header.sub .inner #global_navi ul li a {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000626;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 8px 20px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #global-header.sub .inner #global_navi ul li a {
    font-size: 1.4rem;
  }
}
#global-header.sub .inner #global_navi ul li a:hover {
  transition: all 0.25s ease;
  color: #fff;
  background: #000626;
}
#global-header.sub .inner .sns_wrap {
  display: inline-block;
  position: absolute;
  top: 37px;
  right: 64px;
  z-index: 8000;
}
@media screen and (max-width: 520px) {
  #global-header.sub .inner .sns_wrap {
    top: 34px;
    right: 30%;
  }
}
#global-header.sub .inner .sns_wrap a {
  display: inline-block;
  position: relative;
}
#global-header.sub .inner .sns_wrap a:nth-child(1) {
  margin-right: 20px;
}
#global-header.sub .inner .sns_wrap a:nth-child(2) {
  top: -1px;
}

#global-header.thx {
  background: #0F1034;
  min-height: 300px;
  display: grid;
  place-items: center;
}
#global-header.thx .header_inner {
  text-align: center;
}
#global-header.thx .header_inner span {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

#top_key_visual {
  position: relative;
  height: 700px;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #top_key_visual {
    height: 640px;
  }
}
@media screen and (max-width: 1100px) {
  #top_key_visual {
    height: 70vh;
  }
}
#top_key_visual .key_txt {
  padding-left: 20px;
}
#top_key_visual .key_txt .main_en {
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  color: #000317;
}
@media screen and (max-width: 520px) {
  #top_key_visual .key_txt .main_en {
    font-size: 4.2rem;
  }
}
#top_key_visual .key_txt .sub_ja {
  color: #4B4B4B;
  padding-left: 2px;
  font-size: 3rem;
}
@media screen and (max-width: 520px) {
  #top_key_visual .key_txt .sub_ja {
    font-size: 2.1rem;
  }
}
#top_key_visual.top {
  background: url(../images/key_top.jpg) no-repeat;
  background-size: 80%;
  background-position: right bottom;
}
@media screen and (max-width: 1100px) {
  #top_key_visual.top {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #top_key_visual.top {
    background-position: 50% bottom;
  }
}
@media screen and (max-width: 520px) {
  #top_key_visual.top {
    background-position: center;
  }
}
#top_key_visual.top .key_txt .sub_ja {
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
  position: relative;
  top: -3px;
}

#key_area {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  display: grid;
  place-items: center;
}
#key_area.privacy {
  background: linear-gradient(90.94deg, #000626 28.47%, #5570FF 100%);
}
#key_area.contact {
  background: linear-gradient(154.38deg, #000626 37.33%, #5570FF 70.12%);
}
#key_area.news {
  background: radial-gradient(50% 3062.38% at 50% 50%, #000626 28.47%, #5570FF 100%);
}
#key_area.company {
  height: auto;
  padding: 40px 0;
}
#key_area.zenzen {
  height: 55vh;
  background: url("../images/zenzen/key_zenzen_1.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #key_area.zenzen {
    background-position: left center;
  }
  #key_area.zenzen .key_txt h2 img {
    width: 75%;
    height: auto;
  }
}
#key_area.salesagent {
  height: 55vh;
  background: url("../images/salesagent/key_salseagent.png") no-repeat center;
  background-size: cover;
}
#key_area .key_txt {
  text-align: center;
}
#key_area .key_txt h2 {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #key_area .key_txt h2 {
    font-size: 2.8rem;
  }
}
#key_area .key_txt p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #key_area .key_txt p {
    font-size: 1.45rem;
  }
}

#key_area.single {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  display: grid;
  place-items: center;
}
#key_area.single .key_txt {
  text-align: center;
}
#key_area.single .key_txt h2 {
  color: #000626;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
#key_area.single .key_txt p {
  font-size: 1.7rem;
  color: #000626;
  line-height: 1;
}

#pankuzu {
  padding: 25px 0;
  position: relative;
  z-index: 50;
  width: 100%;
}
#pankuzu.sub {
  top: auto;
}
#pankuzu.sub.company_pan {
  position: relative;
  z-index: 1000;
}
#pankuzu.sub.company_pan * {
  color: #fff !important;
}
#pankuzu .inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #pankuzu .inner {
    width: 100%;
  }
}
#pankuzu .inner a {
  color: #000626;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#pankuzu .inner .pantxt {
  color: #000626;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#global_footer {
  background: #ffffff;
  padding: 120px 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  #global_footer {
    padding-top: 40px;
  }
}
#global_footer .contact_wrap {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 1440px) {
  #global_footer .contact_wrap {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .contact_info {
    margin-bottom: 30px;
  }
}
#global_footer .contact_wrap .contact_info h2 {
  font-size: 2.1rem;
  margin-bottom: 40px;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_info h2 {
    font-size: 1.7rem;
  }
}
#global_footer .contact_wrap .contact_info .desc_en {
  font-size: 1rem;
  margin-bottom: 40px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#global_footer .contact_wrap .contact_info .desc_ja {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .contact_info .desc_ja br {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_info .desc_ja {
    font-size: 1.2rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
#global_footer .contact_wrap .contact_content {
  padding-top: 4px;
  margin-left: 30px;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  #global_footer .contact_wrap .contact_content {
    margin-left: 0;
  }
}
#global_footer .contact_wrap .contact_content .sns_list {
  margin-bottom: 32px;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .sns_list {
    display: none;
  }
}
#global_footer .contact_wrap .contact_content .sns_list a {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#global_footer .contact_wrap .contact_content .sns_list a:nth-child(1) {
  margin-right: 20px;
}
#global_footer .contact_wrap .contact_content .sns_list a:nth-child(2) {
  position: relative;
  top: -1px;
}
#global_footer .contact_wrap .contact_content .contact_list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
#global_footer .contact_wrap .contact_content .contact_list .mail_box {
  margin-bottom: 34px;
}
#global_footer .contact_wrap .contact_content .contact_list .mail_box .address {
  font-size: 2.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .contact_list .mail_box .address {
    font-size: 1.8rem;
  }
}
#global_footer .contact_wrap .contact_content .contact_list .mail_box .address_desc {
  font-size: 1.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_txt a {
    font-size: 1.8rem;
  }
}
#global_footer .contact_wrap .contact_content .contact_list .formlink_box .link_desc {
  font-size: 1.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#global_footer .footer_navi {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 30%;
  column-gap: 12%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_navi {
    max-width: 90%;
    display: flex;
    column-gap: initial;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_navi {
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_navi .company_name {
    margin-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_navi .company_name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_navi .company_name {
    margin-bottom: 0;
  }
}
#global_footer .footer_navi .company_name a {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000626;
  padding: 8px 10px;
}
@media screen and (max-width: 520px) {
  #global_footer .footer_navi .company_name a {
    font-size: 1.4rem;
  }
}
#global_footer .footer_navi .company_name a:hover {
  transition: all 0.35s ease;
  background: #000626;
  color: #fff;
}
#global_footer .footer_navi .footer_link {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #global_footer .footer_navi .footer_link {
    padding-top: 3px;
    justify-content: initial;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .footer_navi .footer_link {
    flex: 1;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .footer_navi .footer_link {
    display: none;
  }
}
#global_footer .footer_navi .footer_link li {
  margin-right: 30px;
}
#global_footer .footer_navi .footer_link li a {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  font-size: 1.3rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  #global_footer .footer_navi .footer_link li a {
    display: inline;
  }
}
#global_footer .footer_navi .footer_link li a:hover {
  transition: all 0.35s ease;
  background: #000626;
  color: #fff;
}
#global_footer .pplink_box {
  text-align: center;
  padding: 30px 0 15px;
}
@media screen and (max-width: 834px) {
  #global_footer .pplink_box {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .pplink_box {
    padding: 10px 0;
  }
}
#global_footer .pplink_box a {
  display: inline-block;
  font-size: 1.45rem;
  color: #000626;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 10px;
}
@media screen and (max-width: 520px) {
  #global_footer .pplink_box a {
    font-size: 1.3rem;
  }
}
#global_footer .pplink_box a:hover {
  transition: all 0.35s ease;
  background: #000626;
  color: #fff;
}
#global_footer .copy {
  text-align: center;
  padding: 20px 0;
}
#global_footer .copy small {
  color: #000626;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #global_footer .copy small {
    font-size: 1.1rem;
  }
}
#global_footer .toplink {
  position: absolute;
  bottom: 6px;
  right: 120px;
  width: 32px;
  height: 32px;
  border: 1px solid #000626;
  outline: 1px solid #000626;
  outline-offset: -2.5px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  #global_footer .toplink {
    right: 0;
  }
}
#global_footer .toplink:hover {
  transition: all 0.2s ease;
  outline-offset: -6px;
}

.company_overbg {
  background: url(../images/company/key_company.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

#container {
  position: relative;
  padding: 24px 0 0;
}

.content_header {
  width: 80%;
  margin: 0 auto 60px;
}
.content_header h2 {
  color: #000626;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
}
.content_header p {
  color: #1D1A96;
  font-size: 2.1rem;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.content_box .section_head.color_head {
  text-align: right;
}
.content_box .section_head.color_head h3, .content_box .section_head.color_head p {
  color: #fff;
}
.content_box .section_head.color_head p {
  margin-right: 7px;
}
.content_box .section_head.color_head p.yose {
  margin-right: 10px;
}
.content_box .section_head h3 {
  font-family: utopia-std-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .content_box .section_head h3 {
    font-size: 5.6rem;
  }
}
.content_box .section_head p {
  font-size: 2.1rem;
  color: #696969;
  padding-left: 2px;
}
@media screen and (max-width: 1100px) {
  .content_box .section_head p {
    font-size: 1.7rem;
  }
}

#philosophy {
  position: relative;
  width: 100%;
  padding: 80px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #philosophy {
    width: 90%;
  }
}
#philosophy .phi_wrap {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15% 30% 55%;
  align-items: center;
}
#philosophy .phi_wrap .phi_left h2 span.en,
#philosophy .phi_wrap .phi_left h2 span.ja {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
}
#philosophy .phi_wrap .phi_left h2 span.en {
  font-size: 1.8rem;
  margin-bottom: 8px;
  text-align-last: justify;
}
#philosophy .phi_wrap .phi_left h2 span.ja {
  font-size: 1.5rem;
}
#philosophy .phi_wrap .line {
  width: 80%;
  margin-left: 10%;
  height: 1px;
  background: #fff;
}
#philosophy .phi_wrap .phi_right p {
  text-align: left;
  color: #fff;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
  text-align-last: justify;
}
#philosophy .subread {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#mission_vision {
  display: grid;
  grid-template-columns: 50% 50%;
}
#mission_vision .mission,
#mission_vision .vision {
  min-height: 300px;
  position: relative;
  padding: 20% 10%;
}
#mission_vision .mission::after,
#mission_vision .vision::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 6, 38, 0.6);
}
#mission_vision .mission h2,
#mission_vision .vision h2 {
  position: relative;
  z-index: 5;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}
#mission_vision .mission h2 span,
#mission_vision .vision h2 span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
#mission_vision .mission h2 span.en,
#mission_vision .vision h2 span.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#mission_vision .mission h2 span.ja,
#mission_vision .vision h2 span.ja {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
#mission_vision .mission .txt_box,
#mission_vision .vision .txt_box {
  position: relative;
  z-index: 5;
}
#mission_vision .mission .txt_box p,
#mission_vision .vision .txt_box p {
  color: #fff;
}
#mission_vision .mission .txt_box .main,
#mission_vision .vision .txt_box .main {
  font-size: 4.6rem;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
#mission_vision .mission .txt_box .sub,
#mission_vision .vision .txt_box .sub {
  font-size: 1.4vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#mission_vision .mission {
  background: url(../images/company/mission_bg.png) no-repeat;
  background-size: cover;
}
#mission_vision .vision {
  background: url(../images/company/vision_bg.png) no-repeat;
  background-size: cover;
}

#value {
  position: relative;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
#value .value_box {
  padding: 40% 10%;
  width: 100%;
}
#value .value_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 6, 38, 0.2);
}
#value .value_box.value1 {
  background: url(../images/company/value_pic1.png) no-repeat;
  background-size: cover;
}
#value .value_box.value2 {
  background: url(../images/company/value_pic2.png) no-repeat;
  background-size: cover;
}
#value .value_box.value3 {
  background: url(../images/company/value_pic3.png) no-repeat;
  background-size: cover;
}
#value .value_box .value_box_inner {
  position: relative;
  z-index: 5;
  height: 100%;
}
#value .value_box .value_box_inner h2 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#value .value_box .value_box_inner h2 span {
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
}
#value .value_box .value_box_inner h2 .line {
  width: 100px;
  height: 1px;
  background: #fff;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
#value .value_box .value_box_inner .main {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.company_info .info_content {
  width: 1000px;
  margin: 0 auto 80px;
}
.company_info .info_content h3 {
  margin-bottom: 40px;
}
.company_info .info_content h3 span {
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000626;
  display: inline-block;
}
.company_info .info_content h3 .ja {
  font-size: 2.8rem;
  margin-bottom: 8px;
}
.company_info .info_content h3 .en {
  font-size: 1.45rem;
  color: #1D1A96;
  border-bottom: 1px solid #000626;
  padding: 0 100px 10px 0;
}
.company_info .info_content dl div {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding: 20px;
}
.company_info .info_content dl div:nth-child(odd) {
  background: #F3F3F3;
}
.company_info .info_content dl div dt, .company_info .info_content dl div dd {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.company_info .accessmap {
  width: 1000px;
  margin: 0 auto;
}
.company_info .accessmap h3 {
  margin-bottom: 40px;
}
.company_info .accessmap h3 span {
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000626;
  display: inline-block;
}
.company_info .accessmap h3 .ja {
  font-size: 2.8rem;
  margin-bottom: 8px;
}
.company_info .accessmap h3 .en {
  font-size: 1.45rem;
  color: #1D1A96;
  border-bottom: 1px solid #000626;
  padding: 0 100px 10px 0;
}
.company_info .accessmap .map_content {
  width: 100%;
  height: 480px;
}
.company_info .accessmap .map_content iframe {
  width: 100%;
  height: 100%;
}

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