@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
  line-height: 1;
  margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP', sans-serif, Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ECF8FF;
  overscroll-behavior: none;
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-tabPc {
    display: none !important;
  }
}

.u-svg-sprite, .icon-svg {
  position: relative;
  display: inline-block;
}
.u-svg-sprite::before, .icon-svg::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
}
.u-svg-sprite > svg, .icon-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.u-svg-sprite.--cl-white > svg, .--cl-white.icon-svg > svg {
  fill: #ffffff;
}

.icon-svg.--dl {
  width: 26px;
}
.icon-svg.--dl::before {
  padding-top: 101.1153846154%;
}
.icon-svg.--arrow {
  width: 42.49px;
}
.icon-svg.--arrow::before {
  padding-top: 22.8759708167%;
}
.icon-svg.--letter {
  width: 34px;
}
.icon-svg.--letter::before {
  padding-top: 79.4117647059%;
}

.adlp-b-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  color: #333333;
  font-feature-settings: "palt";
}

.adlp-b-col {
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-b-col {
    position: fixed;
    width: calc((100vw - 450px) / 2);
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col {
    width: 50%;
  }
}

.adlp-b-col.--l {
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--l {
    height: 55.5555555556%;
  }
}

.adlp-b-col.--r {
  right: 0;
  display: none;
  background: #F4F4F4;
}
.adlp-b-col.--r::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(../img/nav_right.webp) 50% 34.44444444%/min(13.5185185185vw, 146px) no-repeat;
}
@media screen and (min-width: 768px) {
  .adlp-b-col.--r {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--r {
    left: 0;
    bottom: 0;
    top: auto;
    height: 44.4444444444%;
  }
  .adlp-b-col.--r:before {
    height: 100%;
    background-position: 50% 31.5104166667%;
    background-size: 38.28125%;
  }
}
.adlp-b-col.--r a {
  display: block;
  position: absolute;
  width: min(27.7777777778vw, 300px);
  max-width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + min(0.9259259259vw, 10px)));
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-col.--r a {
    top: 67%;
    width: 79.1666666667%;
  }
}

.adlp-b-main {
  background-color: #fff;
  position: relative;
  z-index: 11;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .adlp-b-main {
    margin: 0 auto;
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-b-main {
    margin: 0 0 0 50%;
    width: 50%;
  }
}
.adlp-b-main > header {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}
.adlp-b-main > header > img {
  width: 54.6666666667%;
}
.adlp-b-main > header a {
  flex: 1;
  display: block;
}
.adlp-b-main .cv .adlp-btn {
  display: block;
  position: absolute;
  top: 0;
  width: 85.0666666667%;
  left: 50%;
  transform: translate(-50%);
  top: 80%;
}
.adlp-b-main .footer a {
  display: block;
  position: absolute;
  top: 17.0666666667vw;
  left: 17.0666666667vw;
  width: 23.2vw;
}
@media screen and (min-width: 768px) {
  .adlp-b-main .footer a {
    top: 25%;
    left: 17%;
    width: 23.2%;
  }
}

.adlp-btn {
  transition: all 0.2s;
}
.adlp-btn:hover {
  opacity: 0.85;
  filter: brightness(110%);
  will-change: filter;
}

.adlp-c-logo {
  width: 29.6%;
}
.adlp-c-logo svg {
  fill: #013794;
}
.adlp-c-logo::before {
  padding-top: 15.377867789%;
}
@media screen and (min-width: 768px) {
  .adlp-c-logo {
    width: min(272.98px, 73.1849865952%);
    margin: 10.1876675603% auto 0;
  }
  .adlp-c-logo svg {
    fill: #ffffff;
  }
  .adlp-c-logo::before {
    display: none;
  }
}

.adlp-c-campaign-banner {
  width: 30.6666666667%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 4% 4% 0;
}
.adlp-c-campaign-banner::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  width: 33.2173913043%;
  padding-top: 45.1043478261%;
  background: url(../img/bnr_top.svg) center/cover no-repeat;
  transform: translate(-50%, 0);
  margin-bottom: -7.3913043478%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner {
    width: 72.3860589812%;
    position: static;
    bottom: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .adlp-c-campaign-banner::before {
    margin-top: 13.7037037037%;
  }
}

.adlp-c-campaign-banner__inner {
  position: relative;
  display: block;
}
.adlp-c-campaign-banner__inner > img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .adlp-c-campaign-banner__inner > img:first-child > img:first-child {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-nav {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .adlp-c-nav__inner {
    width: min(100%, 43.6666666667vw);
    max-width: 357px;
  }
}

.adlp-c-nav__header {
  padding: 4.2666666667%;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__header {
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}

.adlp-c-nav__icon {
  position: relative;
  cursor: pointer;
  width: 6%;
  border-radius: 5px;
}
.adlp-c-nav__icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.adlp-c-nav__icon > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #333;
}
.adlp-c-nav__icon > span:nth-of-type(1) {
  top: 15.5555555556%;
  width: 100%;
}
.adlp-c-nav__icon > span:nth-of-type(2) {
  top: 50%;
  width: 82.2222222222%;
  transform: translate(0, -50%);
}
.adlp-c-nav__icon > span:nth-of-type(3) {
  bottom: 15.5555555556%;
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__icon {
    display: none;
  }
}

.adlp-c-nav__menu {
  padding: 0 4.2666666667%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transform: translateY(-110%);
  transition: opacity 200ms linear 400ms, transform 800ms ease-in-out;
  gap: min(2.7777777778vw, 30px);
  padding-bottom: min(17.7777777778vw, 192px);
  background: url(../img/nav_left.webp) 50% 100%/min(9.9074074074vw, 107px) no-repeat;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    opacity: 1;
    transform: inherit;
    transition: inherit;
    width: fit-content;
    margin: -21.4477211796% auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .adlp-c-nav__menu {
    margin: 0 auto;
    background-size: 14.84375vw;
    padding-bottom: 24.7395833333vw;
  }
}

.adlp-c-nav__menu-item > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: min(2.5925925926vw, 28px);
}
.adlp-c-nav__menu-item > a::before {
  content: "";
  display: block;
  width: min(1.3888888889vw, 15px);
  height: min(1.3888888889vw, 15px);
  background: #377ABC;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  left: min(-0.9259259259vw, -10px);
  left: 0;
}
.adlp-c-nav__menu-item.is-current > a::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .adlp-c-nav__menu-item > a {
    width: 100%;
  }
  .adlp-c-nav__menu-item > a::before {
    position: absolute;
  }
  .adlp-c-nav__menu-item > a:hover::before {
    opacity: 1;
  }
}

.adlp-c-nav.is-active .adlp-c-nav__menu {
  transform: translateY(0);
  opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-135deg);
  width: 50%;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
  opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  width: 50%;
}

.adlp-sec {
  line-height: 1;
  font-size: 0;
  position: relative;
}

.adlp-c-main .footer {
  font-size: 16px;
  background: #ffffff;
}
.adlp-c-main .footer .adlp-c-inner {
  padding: 8%;
}
.adlp-c-main .footer__copy {
  text-align: center;
}/*# sourceMappingURL=style.css.map */