*::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;
}

#container {
  background: #ffffff;
  padding: 100px 0 0;
}
#container .news_wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #container .news_wrap {
    width: 90%;
  }
}

.category_link {
  width: 550px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
@media screen and (max-width: 520px) {
  .category_link {
    width: 90%;
  }
}
.category_link li {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  background: #474A9D;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
}
@media screen and (max-width: 520px) {
  .category_link li {
    font-size: 1.25rem;
  }
}
.category_link li.current {
  background: #000626;
}
.category_link li:hover {
  transition: all 0.35s ease;
  background: #000626;
}

.list_group .list_wrap {
  margin-bottom: 40px;
  display: none;
}
.list_group .list_wrap ul {
  margin-bottom: 40px;
}
.list_group .list_wrap ul li {
  width: 100%;
}
.list_group .list_wrap ul li a {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15px;
  border-top: 1px solid #B8B9D6;
  display: grid;
  grid-template-columns: 13% 10% 70%;
  column-gap: 3.5%;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .list_group .list_wrap ul li a {
    display: block;
  }
}
.list_group .list_wrap ul li a:hover {
  transition: all 0.5s ease;
  background: #000626;
}
.list_group .list_wrap ul li a:hover span {
  transition: all 0.2s ease;
  color: #fff;
}
.list_group .list_wrap ul li a span {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .list_group .list_wrap ul li a span.date {
    margin-right: 8px;
  }
}
@media screen and (max-width: 834px) {
  .list_group .list_wrap ul li a span.title {
    line-height: 1.8;
    padding-top: 8px;
    display: block;
  }
}

.pagenation {
  text-align: center;
  width: 350px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 50px 50px 50px 50px 50px;
  column-gap: 20px;
}
@media screen and (max-width: 520px) {
  .pagenation {
    width: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
  }
}
.pagenation a {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px 14px;
  border: 1px solid #000626;
}
.pagenation a:hover {
  transition: all 0.25s ease;
  background: #000626;
  color: #fff;
}

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