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

#key_area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}
#key_area.js__on .normal {
  display: none;
}
#key_area.js__on .chira {
  display: inline-block;
}
#key_area img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #key_area img {
    object-position: 70% 0;
  }
}
#key_area .normal {
  display: inline-block;
}
#key_area .chira {
  display: none;
}

.site_message_wrap {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  display: grid;
  place-items: center;
}
.site_message_wrap .site_message {
  width: 100%;
  padding-left: 40px;
}
.site_message_wrap .site_message h2 {
  text-align: left;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .site_message h2 {
    font-size: 4rem;
    margin-bottom: 5px;
  }
}
.site_message_wrap .site_message h2 + p {
  color: #fff;
  font-size: 2.1rem;
  padding-left: 6px;
}
@media screen and (max-width: 520px) {
  .site_message_wrap .site_message h2 + p {
    font-size: 1.7rem;
  }
}

.cursor_wrap {
  position: absolute;
  top: 65vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 10rem;
}
.cursor_wrap img.key_cursor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  animation: cs_fuwafuwa 1.5s ease-in-out infinite 0.8s;
}

@keyframes cs_fuwafuwa {
  0% {
    top: 0;
  }
  35% {
    top: 8px;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.sub_msg_box {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #fff;
}
.sub_msg_box .sub_msg_inner {
  padding-bottom: 80px;
}
.sub_msg_box .sub_msg_inner h3 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #000626;
  opacity: 0;
  position: relative;
  top: 20px;
}
.sub_msg_box .sub_msg_inner h3.js__view {
  transition: all 0.5s ease-in;
  top: 0;
  opacity: 1;
}
.sub_msg_box .sub_msg_inner .read {
  text-align: center;
  color: #000626;
  font-family: serif;
  font-size: 1.8rem;
  margin-bottom: 32px;
  opacity: 0;
  top: 20px;
}
.sub_msg_box .sub_msg_inner .read.js__view {
  transition: all 0.5s ease-in 0.4s;
  top: 0;
  opacity: 1;
}
.sub_msg_box .sub_msg_inner .main_text {
  width: 590px;
  color: #000626;
  font-size: 1.6rem;
  font-family: "vdl-v7gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0;
}
.sub_msg_box .sub_msg_inner .main_text.js__view {
  transition: all 0.8s ease-in 0.7s;
  opacity: 1;
}
.sub_msg_box .sub_msg_inner .main_text b {
  font-weight: bold;
  color: #fff;
}

#container {
  background: #ffffff;
  padding: 180px 0 80px;
}
@media screen and (max-width: 520px) {
  #container {
    padding: 80px 0;
  }
}
#container .main_content h2.content_title {
  max-width: 1680px;
  margin: 0 auto 80px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000626;
}
@media screen and (max-width: 1680px) {
  #container .main_content h2.content_title {
    width: 93.5%;
  }
}

.service_container {
  margin-bottom: 140px;
}
.service_container .service_wrap {
  position: relative;
  height: 100%;
}
.service_container .service_wrap .service_slide {
  height: 100vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service_container .service_wrap .service_slide {
    height: 50vh;
  }
}
.service_container .service_wrap .service_slide .pic {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .service_container .service_wrap .service_slide .pic {
    width: 65%;
  }
}
@media screen and (max-width: 834px) {
  .service_container .service_wrap .service_slide .pic {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .pic {
    width: 90%;
  }
}
.service_container .service_wrap .service_slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_container .service_wrap .service_slide .info_wrap {
  position: relative;
  z-index: 10;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .service_container .service_wrap .service_slide .info_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap {
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: 90%;
    top: 5%;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info {
  padding: 20vh 0 20vh 7vw;
}
@media screen and (max-width: 1680px) {
  .service_container .service_wrap .service_slide .info_wrap .info {
    padding: 10vh 0 10vh 4vw;
  }
}
@media screen and (max-width: 834px) {
  .service_container .service_wrap .service_slide .info_wrap .info {
    padding: 4vh 0 4vh 4vw;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .number {
  position: relative;
  top: 30px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 80px;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap .info .number {
    margin-bottom: 10px;
    top: 10px;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .number .rect {
  width: 11px;
  height: 11px;
  outline: 1px solid #000626;
  outline-offset: -1px;
  display: inline-block;
  margin-right: 5px;
  transform: rotateZ(45deg);
  position: relative;
  top: 2px;
}
.service_container .service_wrap .service_slide .info_wrap .info .number .line {
  width: 56px;
  height: 1px;
  background: #000626;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.service_container .service_wrap .service_slide .info_wrap .info .service_title {
  position: relative;
  top: 30px;
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 19, 112);
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.65));
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1680px) {
  .service_container .service_wrap .service_slide .info_wrap .info .service_title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap .info .service_title {
    top: 8px;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .service_title span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 19, 112);
  filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 1680px) {
  .service_container .service_wrap .service_slide .info_wrap .info .service_title span {
    font-size: 3.4rem;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .desc_ja {
  position: relative;
  top: 30px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  color: #6D6D6D;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1680px) {
  .service_container .service_wrap .service_slide .info_wrap .info .desc_ja {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap .info .desc_ja {
    margin-bottom: 8px;
    top: 0;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .contents {
  position: relative;
  top: 15px;
  font-size: 1.5rem;
  width: 50%;
  line-height: 2;
  margin-bottom: 100px;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1100px) {
  .service_container .service_wrap .service_slide .info_wrap .info .contents {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .service_container .service_wrap .service_slide .info_wrap .info .contents {
    width: 65%;
  }
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap .info .contents {
    width: 95%;
    margin-bottom: 15px;
    top: 0;
    line-height: 1.5;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .detail_btn {
  position: relative;
  top: 30px;
  display: inline-block;
  padding: 12px 36px 12px 30px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000626;
  font-size: 1.5rem;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 520px) {
  .service_container .service_wrap .service_slide .info_wrap .info .detail_btn {
    top: 0;
  }
}
.service_container .service_wrap .service_slide .info_wrap .info .detail_btn::after {
  position: absolute;
  content: url(../images/service_btn_cursor.svg);
  right: 10%;
  top: 34%;
}
.service_container .service_wrap .pic_container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
}

.news_container {
  overflow-x: hidden;
}
.news_container .news_inner {
  width: 60vw;
  margin-left: auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .news_container .news_inner {
    width: 80vw;
  }
}
@media screen and (max-width: 520px) {
  .news_container .news_inner {
    width: 95vw;
  }
}
.news_container .news_inner .news_post {
  width: 100%;
  position: relative;
  padding: 38px 0;
  border-top: 1px solid #808080;
  cursor: pointer;
}
.news_container .news_inner .news_post:last-child {
  border-bottom: 1px solid #808080;
}
.news_container .news_inner .news_post::after {
  content: "";
  width: 35px;
  height: 2px;
  border-radius: 2rem;
  background: #808080;
  position: absolute;
  top: 50%;
  right: 3%;
}
.news_container .news_inner .news_post .news_meta {
  margin-bottom: 12px;
}
.news_container .news_inner .news_post .news_meta time {
  display: inline-block;
  color: #808080;
  margin-right: 18px;
  font-size: 1.4rem;
}
.news_container .news_inner .news_post .news_meta .category {
  display: inline-block;
  color: #808080;
  padding: 5px 16px;
  border: 1px solid #adadad;
  font-size: 1.4rem;
  line-height: 1;
}
.news_container .news_inner .news_post h3 {
  color: #808080;
  font-size: 1.5rem;
  padding-right: 120px;
}

.company_container .company_inner {
  padding: 180px 0 0;
  background: url(../images/top_company_bg.png) no-repeat;
  background-size: cover;
  background-position: 0 100%;
  position: relative;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner {
    padding-top: 40px;
  }
}
.company_container .company_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4vw;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner::before {
    background: transparent;
  }
}
.company_container .company_inner .info {
  display: flex;
  justify-content: flex-end;
  margin-right: 10vw;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner .info {
    margin-right: 0;
    margin-left: 5vw;
    display: block;
  }
}
.company_container .company_inner .info dl {
  width: 460px;
  padding: 20px;
  background: #ffffff;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner .info dl {
    width: 90vw;
    background: rgba(255, 255, 255, 0.9);
  }
}
.company_container .company_inner .info dl div {
  display: grid;
  grid-template-columns: 20% 75%;
  padding: 18px 0;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner .info dl div {
    display: block;
    padding: 8px 0;
  }
}
.company_container .company_inner .info dl div:first-child {
  border-top: none;
}
.company_container .company_inner .info dl div dt {
  font-size: 1.3rem;
}
.company_container .company_inner .info dl div dd {
  font-size: 1.3rem;
}
.company_container .company_inner .info .btn_wrap {
  position: absolute;
  bottom: -68px;
  z-index: 10;
  width: 460px;
  height: 68px;
  background: #000626;
}
@media screen and (max-width: 520px) {
  .company_container .company_inner .info .btn_wrap {
    width: 90vw;
  }
}
.company_container .company_inner .info .btn_wrap a {
  color: #fff;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
.company_container .company_inner .info .btn_wrap a::after {
  content: url(../images/btn_cursor_wht.svg);
  position: absolute;
  top: 26px;
  right: 35px;
}

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