@charset "UTF-8";
#l_animation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../img/bg_noise.webp) #f5faff;
  background-size: 16rem auto !important;
  color: #005bac;
  text-align: center;
  transition: opacity 0.5s, filter 0.7s;
}

#l_animation.is-hide {
  opacity: 0;
  filter: blur(10rem);
  pointer-events: none;
}

#l_animation .logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#l_animation .logo span.img {
  display: inline-block;
  position: relative;
  top: -0.4rem;
  width: 18rem;
  height: 5rem;
  margin-right: 1.5rem;
  background: #005bac;
  -webkit-mask: url(../img/logo.svg) no-repeat center;
          mask: url(../img/logo.svg) no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transition: background 0.3s;
}

#l_animation .logo em {
  position: relative;
  top: -0.5rem;
  transition: color 0.3s;
  font-size: 3.9rem;
}

#l_animation .txt {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  #l_animation .logo span.img {
    top: -0.2rem;
    width: 12rem;
    height: 3rem;
    margin-right: 1rem;
  }
  #l_animation .logo em {
    top: -0.3rem;
    font-size: 2.4rem;
  }
  #l_animation .txt {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}
#l_container {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}
#l_container #lonav {
  display: none;
  position: fixed;
  top: 7.1rem;
  right: 0;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  font-size: 1.5rem;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #l_container #lonav {
    top: 5rem;
    font-size: 1.3rem;
    overflow-x: scroll;
    padding: 1rem 1.5rem;
  }
}
#l_container #lonav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #l_container #lonav ul {
    justify-content: flex-start;
    width: 80rem;
  }
}
#l_container #lonav ul.is-dark {
  color: #fafafa;
}
#l_container #lonav ul li {
  position: relative;
}
#l_container #lonav ul li + li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2rem;
  width: 0.1rem;
  height: 1.5rem;
  margin: 0 1.5rem;
  background: #191e29;
  transform: rotate(20deg);
}
#l_container #lonav ul li.is-cur a {
  color: #005bac;
}
#l_container #lonav ul li a {
  display: inline-block;
  pointer-events: auto;
}
#l_container section {
  position: relative;
  padding: 20rem 0 28rem;
}
@media screen and (max-width: 767px) {
  #l_container section {
    padding: 12rem 0 16rem;
  }
}
#l_container section:last-child {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #l_container section:last-child {
    padding-bottom: 11rem;
  }
}

#l_containerBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: #005bac;
}
#l_containerBg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}

#l_footer {
  position: relative;
  z-index: 10;
  background: #1f242f;
  background-size: 16rem auto;
}
#l_footer #cta {
  position: relative;
  padding: 10rem 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #l_footer #cta {
    padding: 8rem 0 1rem;
  }
}
#l_footer #cta .wrapper {
  width: 118rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper {
    width: 100%;
    padding: 0 1rem;
  }
}
#l_footer #cta .wrapper .top {
  position: relative;
  padding: 4rem 5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: url("../img/bg_noise.webp") #f5faff;
  background-size: 16rem auto;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top {
    padding: 0 3rem 3.5rem;
  }
}
#l_footer #cta .wrapper .top:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  z-index: 10;
  width: 82.8rem;
  height: 100%;
  background: url("../img/footer_cta_bg.webp") no-repeat center right;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top:after {
    width: 100%;
    height: 20rem;
    background-size: 200% auto;
  }
}
#l_footer #cta .wrapper .top picture.man {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top picture.man {
    position: relative;
    bottom: auto;
    right: auto;
    height: 20rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
#l_footer #cta .wrapper .top picture.man img {
  width: 49.5rem;
}
@media screen and (max-width: 1400px) {
  #l_footer #cta .wrapper .top picture.man img {
    width: 47rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top picture.man img {
    width: 25rem;
  }
}
#l_footer #cta .wrapper .top h2.secTtl {
  font-family: YakuHanMP, "Shippori Mincho B1", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 30;
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top h2.secTtl {
    font-size: 3rem;
  }
}
#l_footer #cta .wrapper .top .lead {
  position: relative;
  z-index: 30;
}
#l_footer #cta .wrapper .top .btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top .btn {
    margin-top: 1rem;
  }
}
#l_footer #cta .wrapper .top .btn a {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
  text-decoration: underline;
}
#l_footer #cta .wrapper .top .btn a i {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  background: #005bac;
  border-radius: 9rem;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .top .btn a i {
    top: 0.8rem;
  }
}
#l_footer #cta .wrapper .top .btn a i:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #005bac;
  border-radius: 9rem;
  animation: scaleUp 2s infinite;
}
#l_footer #cta .wrapper .bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 33.3333333333%));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  padding: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #d2d9e1;
  text-align: center;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .bottom {
    grid-template-columns: repeat(1, minmax(0, 100%));
    row-gap: 1rem;
  }
}
#l_footer #cta .wrapper .bottom .entry a,
#l_footer #cta .wrapper .bottom .mynavi a {
  display: block;
  padding: 2.5rem;
  border-radius: 0.3rem;
  border: 0.3rem solid #005bac;
}
@media screen and (max-width: 767px) {
  #l_footer #cta .wrapper .bottom .entry a,
  #l_footer #cta .wrapper .bottom .mynavi a {
    border: 0.2rem solid #005bac;
  }
}
#l_footer #cta .wrapper .bottom .entry a:after,
#l_footer #cta .wrapper .bottom .mynavi a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url("../img/i_blank.svg") no-repeat center;
          mask: url("../img/i_blank.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin-left: 0.8rem;
}
#l_footer #cta .wrapper .bottom .entry a span,
#l_footer #cta .wrapper .bottom .mynavi a span {
  font-weight: 600;
}
#l_footer #cta .wrapper .bottom .entry a {
  color: #fafafa;
  background: #005bac;
}
#l_footer #cta .wrapper .bottom .entry a:after {
  background: #fafafa;
}
#l_footer #cta .wrapper .bottom .mynavi a {
  color: #005bac;
  background: #fafafa;
}
#l_footer #cta .wrapper .bottom .mynavi a:after {
  background: #005bac;
}
#l_footer #cta ul.gallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 9.0909090909%));
  background: #005bac;
}
@media screen and (max-width: 1400px) {
  #l_footer #cta ul.gallery {
    grid-template-columns: repeat(8, minmax(0, 12.5%));
  }
}
@media screen and (max-width: 767px) {
  #l_footer #cta ul.gallery {
    grid-template-columns: repeat(4, minmax(0, 25%));
  }
}
#l_footer #cta ul.gallery li {
  mix-blend-mode: screen;
  opacity: 0.3;
  animation: opacityTile 10s infinite linear;
}
#l_footer #cta ul.gallery li img {
  height: 100%;
}
#l_footer #sitemap {
  padding: 8rem 0;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap {
    padding: 7rem 0 5rem;
    font-size: 1.5rem;
  }
}
#l_footer #sitemap .logo {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap .logo {
    margin-bottom: 2rem;
  }
}
#l_footer #sitemap .logo a {
  display: flex;
  align-items: flex-end;
  color: #fafafa;
}
#l_footer #sitemap .logo a span.img {
  display: inline-block;
  position: relative;
  top: -0.4rem;
  width: 12rem;
  height: 3rem;
  margin-right: 1rem;
  background: #fafafa;
  -webkit-mask: url("../img/logo.svg") no-repeat center;
          mask: url("../img/logo.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .logo a span.img {
    top: -0.2rem;
    width: 8rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
#l_footer #sitemap .logo a em {
  position: relative;
  top: -0.4rem;
  transition: color 0.3s;
  font-size: 2.6rem;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap .logo a em {
    top: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .logo a em {
    top: -0.3rem;
    font-size: 1.6rem;
  }
}
#l_footer #sitemap .sitemap {
  display: flex;
  justify-content: space-between;
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap {
    flex-direction: column;
    border-bottom: 0.1rem solid #384050;
  }
}
#l_footer #sitemap .sitemap dl dt {
  position: relative;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt {
    font-size: 1.5rem;
    border-top: 0.1rem dotted #384050;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt a {
    display: block;
    padding: 1.5rem 0;
  }
}
#l_footer #sitemap .sitemap dl dt i.accBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt i.accBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 5.2rem;
    height: 5.2rem;
    border-left: 0.1rem dotted #384050;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt i.accBtn:before, #l_footer #sitemap .sitemap dl dt i.accBtn:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0.9rem;
    height: 0.1rem;
    background: #fafafa;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt i.accBtn:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dt i.accBtn.is-open:after {
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dd {
    display: none;
    padding: 1rem 0 2.5rem;
  }
}
#l_footer #sitemap .sitemap dl dd ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dd ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    row-gap: 1.5rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dd ul.projectStory {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(2, minmax(0, 50%));
  }
}
#l_footer #sitemap .sitemap dl dd ul a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .sitemap dl dd ul a {
    display: block;
    text-decoration: underline;
  }
}
#l_footer #sitemap .sitemap dl dd ul a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1.2rem;
  left: 0;
  width: 0.6rem;
  height: 0.1rem;
  background: #fafafa;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap .sitemap dl dd ul a:before {
    top: 0.8rem;
  }
}
#l_footer #sitemap .entry {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .entry {
    margin-top: 4rem;
  }
}
#l_footer #sitemap .entry ul {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: #fafafa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .entry ul {
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
#l_footer #sitemap .entry ul li.border a {
  width: 33rem;
  border: 0.1rem solid #fafafa;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap .entry ul li.border a {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .entry ul li.border a {
    width: 100%;
  }
}
#l_footer #sitemap .entry ul li.border a span {
  font-weight: 600;
}
#l_footer #sitemap .entry ul li a {
  display: inline-block;
  border-radius: 9rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .entry ul li a {
    padding: 2rem;
  }
}
#l_footer #sitemap .entry ul li a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  background: #fafafa;
  -webkit-mask: url("../img/i_blank.svg") no-repeat center;
          mask: url("../img/i_blank.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin-left: 0.8rem;
}
#l_footer #sitemap .footer_banner {
  position: absolute;
  bottom: 13.5rem;
  right: 13.5rem;
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  width: 26rem;
}
@media screen and (max-width: 1400px) {
  #l_footer #sitemap .footer_banner {
    width: 23rem;
    bottom: 10.5rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .footer_banner {
    position: relative;
    margin: 3rem auto 0;
    width: 100%;
    padding: 0 2rem;
    bottom: initial;
    right: initial;
  }
}
#l_footer #sitemap .social {
  position: absolute;
  top: 1rem;
  right: 0;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .social {
    top: 0.2rem;
    right: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
#l_footer #sitemap .social li a {
  display: inline-block;
}
#l_footer #sitemap .social li a img {
  width: 3rem;
  filter: invert(88%) sepia(54%) saturate(0%) hue-rotate(7deg) brightness(109%) contrast(101%);
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .social li a img {
    width: 2rem;
  }
}
#l_footer #credit {
  color: #fafafa;
  border-top: 0.1rem solid #384050;
  padding: 3rem 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  #l_footer #credit {
    font-size: 1.5rem;
    text-align: center;
  }
}
#l_footer #credit .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l_footer #credit .wrapper {
    display: block;
  }
}
#l_footer #credit ul.site {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #l_footer #credit ul.site {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1.5rem;
    padding: 0 3rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #credit ul.site li:first-child {
    width: 100%;
  }
}
#l_footer #credit ul.site li a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  background: #fafafa;
  -webkit-mask: url("../img/i_blank.svg") no-repeat center;
          mask: url("../img/i_blank.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin-left: 0.8rem;
}
#l_footer #credit .copy {
  margin-left: auto;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #l_footer #credit .copy {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

#l_header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  padding: 0 3rem;
  font-size: 1.5rem;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  #l_header {
    justify-content: space-between;
    padding: 0 0 0 1rem;
  }
}
#l_header .logo a {
  display: flex;
  align-items: flex-end;
  color: #005bac;
  pointer-events: auto;
}
#l_header .logo a span.img {
  display: inline-block;
  position: relative;
  top: -0.4rem;
  width: 12rem;
  height: 3rem;
  margin-right: 0.8rem;
  background: #005bac;
  -webkit-mask: url("../img/logo.svg") no-repeat center;
          mask: url("../img/logo.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header .logo a span.img {
    top: -0.2rem;
    width: 8rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
#l_header .logo a em {
  position: relative;
  top: -0.4rem;
  transition: color 0.3s;
  font-size: 2.6rem;
}
@media screen and (max-width: 1400px) {
  #l_header .logo a em {
    top: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header .logo a em {
    top: -0.3rem;
    font-size: 1.6rem;
  }
}
#l_header .drawerBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn {
    position: relative;
    display: block;
    width: 5rem;
    height: 5rem;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn:before, #l_header .drawerBtn:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2.5rem;
    height: 0.1rem;
    background: #005bac;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn:before {
    transform: translateY(-0.3rem);
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn:after {
    transform: translateY(0.3rem);
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn.is-open:before {
    transform: translateY(0) rotate(20deg);
  }
}
@media screen and (max-width: 767px) {
  #l_header .drawerBtn.is-open:after {
    transform: translateY(0) rotate(-20deg);
  }
}
#l_header .gnav {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #l_header .gnav {
    display: block;
    position: absolute;
    top: 5rem;
    right: 0;
    width: 30rem;
    height: calc(100vh - 5rem);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100%);
    overflow-y: scroll;
    background: #f5faff;
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav.is-open {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl {
    border-bottom: 0.1rem dotted #d2d9e1;
  }
}
#l_header .gnav dl:hover dt:after {
  opacity: 1;
}
#l_header .gnav dl:hover dd {
  pointer-events: auto;
  opacity: 1;
}
#l_header .gnav dl dt {
  position: relative;
  padding: 2.5rem 0;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt {
    padding: 0;
  }
}
#l_header .gnav dl dt:after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f5faff transparent;
  border-width: 0px 1.3rem 1.5rem 1.3rem;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt a {
    display: block;
    position: relative;
    padding: 1.5rem 2rem;
  }
}
#l_header .gnav dl dt i.accBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt i.accBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 5.2rem;
    height: 5.2rem;
    border-left: 0.1rem dotted #d2d9e1;
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt i.accBtn:before, #l_header .gnav dl dt i.accBtn:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0.9rem;
    height: 0.1rem;
    background: #191e29;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt i.accBtn:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dt i.accBtn.is-open:after {
    transform: rotate(0);
  }
}
#l_header .gnav dl dd {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.3rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #f5faff;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  box-shadow: 2.3rem 2.3rem 3rem rgba(49, 55, 69, 0.2);
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd {
    position: static;
    opacity: 1;
    display: none;
    background: none;
    box-shadow: none;
    padding: 0;
    pointer-events: auto;
    font-size: 1.3rem;
    background: #eaf2fb;
  }
}
#l_header .gnav dl dd.column3 {
  width: 88rem;
  grid-template-columns: repeat(3, minmax(0, 33.3333333333%));
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd.column3 {
    width: 100%;
  }
}
#l_header .gnav dl dd.column4 {
  width: 116rem;
  grid-template-columns: repeat(4, minmax(0, 25%));
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd.column4 {
    width: 100%;
  }
}
#l_header .gnav dl dd .link {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd .link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd .link + .link {
    margin-top: 0.1rem;
  }
}
#l_header .gnav dl dd .link a {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.1rem solid #d2d9e1;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd .link a {
    border-radius: 0;
    border: none;
    border-top: 0.1rem solid #fafafa;
    padding: 1.2rem 2rem;
    box-shadow: inset 0.2rem 0.2rem 7rem rgba(0, 88, 169, 0.08);
  }
}
#l_header .gnav dl dd .link a p.txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fafafa;
  padding: 3rem 1rem 0.8rem;
  background: linear-gradient(0deg, rgba(40, 46, 59, 0.8) 0%, rgba(205, 220, 231, 0) 100%);
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd .link a p.txt {
    position: static;
    background: none;
    padding: 0;
    color: #191e29;
  }
}
#l_header .gnav dl dd .link a p.txt span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd .link a img {
    display: none;
  }
}
#l_header .gnav dl dd ul.linkTxt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd ul.linkTxt {
    display: block;
  }
}
#l_header .gnav dl dd ul.linkTxt li a {
  display: block;
  position: relative;
  background: #fafafa;
  border-radius: 0.5rem;
  border: 0.1rem solid #d2d9e1;
  padding: 1.5rem 3rem 1.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd ul.linkTxt li a {
    border: none;
    border-top: 0.1rem solid #fafafa;
    background: none;
    color: #191e29;
    padding: 1.2rem 2rem;
    box-shadow: inset 0.2rem 0.2rem 7rem rgba(0, 88, 169, 0.08);
  }
}
#l_header .gnav dl dd ul.linkTxt li a:before, #l_header .gnav dl dd ul.linkTxt li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 2.4rem;
  left: 2rem;
  z-index: 10;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  background: #005bac;
  border-radius: 9rem;
}
@media screen and (max-width: 767px) {
  #l_header .gnav dl dd ul.linkTxt li a:before, #l_header .gnav dl dd ul.linkTxt li a:after {
    display: none;
  }
}
#l_header .gnav dl dd ul.linkTxt li a:after {
  animation: scaleUp 2s infinite;
}
@media screen and (max-width: 767px) {
  #l_header .gnav p.cta {
    padding: 1rem 2rem 10rem;
    margin-top: 1rem;
    text-align: center;
  }
}
#l_header .gnav p.cta a {
  display: inline-block;
  background: #005bac;
  color: #fafafa;
  padding: 1.5rem 4rem;
  border-radius: 9rem;
}
@media screen and (max-width: 767px) {
  #l_header .gnav p.cta a {
    display: block;
    padding: 1.8rem 4rem;
  }
}
#l_header .gnav p.cta a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fafafa;
  -webkit-mask: url("../img/i_blank.svg") no-repeat center;
          mask: url("../img/i_blank.svg") no-repeat center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

#l_modal {
  position: relative;
  z-index: 1000;
}/*# sourceMappingURL=layout.css.map */