@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  :root {
    --header-height: $header_height_pc;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --header-height: $header_height_sp;
  }
}

html {
  overscroll-behavior: none;
}

.line-ex a, .line-ex abbr, .line-ex address, .line-ex blockquote, .line-ex body,
.line-ex caption, .line-ex cite, .line-ex code, .line-ex del, .line-ex dfn, .line-ex div, .line-ex dl, .line-ex dt, .line-ex em, .line-ex fieldset,
.line-ex form, .line-ex h1, .line-ex h2, .line-ex h3, .line-ex h4, .line-ex h5, .line-ex h6,
.line-ex html, .line-ex iframe, .line-ex img, .line-ex ins, .line-ex label,
.line-ex legend, .line-ex li, .line-ex object, .line-ex ol, .line-ex p, .line-ex pre,
.line-ex q, .line-ex small, .line-ex span, .line-ex strong,
.line-ex sub, .line-ex sup, .line-ex table, .line-ex tbody, .line-ex td, .line-ex tfoot, .line-ex th, .line-ex thead, .line-ex tr, .line-ex ul {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.line-ex a,
.line-ex span,
.line-ex em,
.line-ex strong,
.line-ex sup,
.line-ex sub {
  font-style: normal;
  font-weight: inherit;
}
.line-ex input,
.line-ex button,
.line-ex select,
.line-ex textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}
.line-ex input[type=submit],
.line-ex input[type=button],
.line-ex label,
.line-ex button,
.line-ex select {
  cursor: pointer;
}
.line-ex select::-ms-expand {
  display: none;
}
.line-ex body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
}
@media print, screen and (min-width: 751px) {
  .line-ex body {
    min-width: 1200px;
  }
}
.line-ex body.scroll-lock {
  position: fixed;
  width: 100vw;
}
@media print, screen and (min-width: 751px) {
  .line-ex body {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex body {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.line-ex body * {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: smooth;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.line-ex body *:focus {
  -webkit-tap-highlight-color: transparent;
}
@media print, screen and (min-width: 751px) {
  .line-ex body * {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex body * {
    scroll-margin-top: 20vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex body main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex body main {
    padding-top: 20vw;
  }
}
.line-ex a {
  -webkit-tap-highlight-color: transparent;
}
.line-ex a:focus {
  -webkit-tap-highlight-color: transparent;
}
.line-ex img,
.line-ex svg {
  max-width: 100%;
  vertical-align: top;
}
.line-ex ul, .line-ex li {
  list-style: none;
}
.line-ex dl, .line-ex dt, .line-ex dd {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .line-ex br.pc,
  .line-ex img.pc,
  .line-ex span.pc {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex br.sp,
  .line-ex img.sp,
  .line-ex span.sp {
    display: none;
  }
}
.line-ex figure {
  margin: 0;
  padding: 0;
}
.line-ex .wai-navi {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.line-ex .swiper-button,
.line-ex .swiper-pagination,
.line-ex .swiper-pagination-bullet {
  z-index: 3;
}

.fadein {
  opacity: var(--opacity, 0);
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-delay: var(--delay, 0);
  transition-timing-function: cubic-bezier(0.65, 0, 0.25, 1);
}
@media print, screen and (min-width: 751px) {
  .fadein {
    transition-delay: var(--delayPc, var(--delay, 0));
  }
}
@media screen and (max-width: 750px) {
  .fadein {
    transition-delay: var(--delaySp, var(--delay, 0));
  }
}
.fadein.enter {
  opacity: 1;
}
.fadein.none {
  opacity: 1;
}
.fadein.right {
  transition-property: opacity, transform;
}
@media print, screen and (min-width: 751px) {
  .fadein.right {
    transform: translate3d(calc(0px - var(--mpc, 40px)), 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .fadein.right {
    transform: translate3d(calc(0vw - var(--msp, 5.3333333333vw)), 0, 0);
  }
}
.fadein.right.enter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadein.left {
  transition-property: opacity, transform;
}
@media print, screen and (min-width: 751px) {
  .fadein.left {
    transform: translate3d(var(--mpc, 40px), 0, 0);
  }
}
@media screen and (max-width: 750px) {
  .fadein.left {
    transform: translate3d(var(--msp, 5.3333333333vw), 0, 0);
  }
}
.fadein.left.enter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadein.up {
  transition-property: opacity, transform;
}
@media print, screen and (min-width: 751px) {
  .fadein.up {
    transform: translate3d(0, var(--mpc, 40px), 0);
  }
}
@media screen and (max-width: 750px) {
  .fadein.up {
    transform: translate3d(0, var(--msp, 5.3333333333vw), 0);
  }
}
.fadein.up.enter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadein.down {
  transition-property: opacity, transform;
}
@media print, screen and (min-width: 751px) {
  .fadein.down {
    transform: translate3d(0, calc(0px - var(--mpc, 40px)), 0);
  }
}
@media screen and (max-width: 750px) {
  .fadein.down {
    transform: translate3d(0, calc(0vw - var(--msp, 5.3333333333vw)), 0);
  }
}
.fadein.down.enter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadein.pump {
  transform-origin: 50% 50%;
  transform: scale(0.5);
}
@media print, screen and (min-width: 751px) {
  .fadein.pump {
    transition: transform 0.9s cubic-bezier(0.4, 0.4, 0.4, 1.2) var(--delayPc, var(--delay, 0s)), opacity 0.9s cubic-bezier(0.65, 0, 0.25, 1) calc(var(--delayPc, var(--delay, 0s)) + 0.3s);
  }
}
@media screen and (max-width: 750px) {
  .fadein.pump {
    transition: transform 0.9s cubic-bezier(0.4, 0.4, 0.4, 1.2) var(--delaySp, var(--delay, 0s)), opacity 0.9s cubic-bezier(0.65, 0, 0.25, 1) calc(var(--delaySp, var(--delay, 0s)) + 0.3s);
  }
}
.fadein.pump.enter {
  transform: scale(1);
  opacity: 1;
}
.fadein.pop {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.79, 2.5, 0.9, 0.98);
}
@media print, screen and (min-width: 751px) {
  .fadein.pop {
    transform: translate3d(0, var(--mpc, 40px), 0);
  }
}
@media screen and (max-width: 750px) {
  .fadein.pop {
    transform: translate3d(0, var(--msp, 5.3333333333vw), 0);
  }
}
.fadein.pop.enter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.line-ex .blockskip {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.line-ex header.site-header {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header {
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header {
    height: 20vw;
  }
}
.line-ex header.site-header .logo {
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header .logo {
    left: 29px;
    top: 24px;
    width: 189px;
    height: 30.6168224299px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header .logo {
    left: 6.6666666667vw;
    top: 6.5333333333vw;
    width: 42.8vw;
    height: 6.9333333333vw;
  }
}
.line-ex header.site-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.line-ex header.site-header .logo a img {
  width: 100%;
  height: 100%;
}
.line-ex header.site-header #global-navi .button {
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi .button {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi .button {
    width: 20vw;
    height: 20vw;
  }
}
.line-ex header.site-header #global-navi .button button {
  background-color: #69c8c3;
  width: 100%;
  height: 100%;
  position: relative;
}
.line-ex header.site-header #global-navi .button button .line {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: all 0.4s;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi .button button .line {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi .button button .line {
    height: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi .button button .line.l1 {
    width: 36px;
    transform: translate3d(0, -10px, 0) rotate(0);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi .button button .line.l1 {
    width: 10.4vw;
    transform: translate3d(0, -2.6666666667vw, 0) rotate(0);
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi .button button .line.l2 {
    width: 36px;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi .button button .line.l2 {
    width: 10.4vw;
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi .button button .line.l3 {
    width: 22px;
    transform: translate3d(-7px, 10px, 0) rotate(0);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi .button button .line.l3 {
    width: 6.4vw;
    transform: translate3d(-2vw, 2.6666666667vw, 0) rotate(0);
  }
}
.line-ex header.site-header #global-navi > .content {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #69c8c3;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content {
    top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content {
    top: 20vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner {
    padding: 50px;
    height: calc(100dvh - 80px);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner {
    padding: 5.3333333333vw;
    height: calc(100dvh - 20vw);
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block {
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block {
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block {
    border-radius: 4vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout {
    max-width: 860px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout {
    padding-bottom: 10.6666666667vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a {
  display: flex;
  align-items: center;
  background-color: #e9f4f2;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a {
    column-gap: 8px;
    padding: 12px 30px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a {
    column-gap: 2vw;
    height: 16vw;
    padding: 0 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .icon {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .icon {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .icon svg {
  width: 100%;
  height: 100%;
  fill: #216f82;
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #216f82;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .home-button a .label {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link {
    margin-top: 5.3333333333vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 3.7333333333vw;
    row-gap: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li {
    width: 200px;
    height: 200px;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #69c8c3;
    text-decoration: none;
    border-radius: 14.5454545455px;
    padding: 5.4545454545px;
    overflow: hidden;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 5.4545454545px;
    width: 100%;
    height: 100%;
    background: #E4F0F8;
    background: linear-gradient(45deg, rgb(228, 240, 248) 0%, rgb(254, 255, 255) 35%, rgb(221, 245, 241) 100%);
    border-style: solid;
    border-color: #ffffff;
    border-width: 4.5454545455px;
    border-radius: 9.0909090909px;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .image {
    width: 139.0909090909px;
    height: 111.2727272727px;
    margin-top: 10px;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .image img {
    width: 100%;
    height: 100%;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #216f82;
    line-height: 1;
    font-size: 20px;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31.8181818182px;
    height: 31.8181818182px;
    background-color: #69c8c3;
    border-radius: 10.9090909091px 0 0 0;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .icon svg {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13.6363636364px;
    height: 13.6363636364px;
    fill: #ffffff;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled {
    pointer-events: none;
    background-color: #dddddd;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap {
    background: #f4f4f4;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .image {
    opacity: 0.3;
    filter: saturate(0%);
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .label {
    display: flex;
    flex-direction: column;
    row-gap: 8.1818181818px;
    align-items: center;
    color: #666666;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .label:after {
    content: "Coming soon";
    display: block;
    font-size: 14.9090909091px;
    line-height: 1;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .icon {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li {
    width: 34.8vw;
    height: 34.8vw;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #69c8c3;
    text-decoration: none;
    border-radius: 2.5309090909vw;
    padding: 0.9490909091vw;
    overflow: hidden;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: 0.9490909091vw;
    width: 100%;
    height: 100%;
    background: #E4F0F8;
    background: linear-gradient(45deg, rgb(228, 240, 248) 0%, rgb(254, 255, 255) 35%, rgb(221, 245, 241) 100%);
    border-style: solid;
    border-color: #ffffff;
    border-width: 0.7909090909vw;
    border-radius: 1.5818181818vw;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .image {
    width: 24.2018181818vw;
    height: 19.3614545455vw;
    margin-top: 1.74vw;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .image img {
    width: 100%;
    height: 100%;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .wrap .label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #216f82;
    line-height: 1;
    font-size: 3.48vw;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.5363636364vw;
    height: 5.5363636364vw;
    background-color: #69c8c3;
    border-radius: 1.8981818182vw 0 0 0;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a > .icon svg {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.3727272727vw;
    height: 2.3727272727vw;
    fill: #ffffff;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled {
    pointer-events: none;
    background-color: #dddddd;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap {
    background: #f4f4f4;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .image {
    opacity: 0.3;
    filter: saturate(0%);
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .label {
    display: flex;
    flex-direction: column;
    row-gap: 1.4236363636vw;
    align-items: center;
    color: #666666;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .wrap .label:after {
    content: "Coming soon";
    display: block;
    font-size: 2.5941818182vw;
    line-height: 1;
  }
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .link ul li a.disabled > .icon {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy {
    margin: 10.6666666667vw 8vw 0 8vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p {
  padding-left: 1.1em;
  position: relative;
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a {
  color: #0063c0;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a {
    font-size: 3.7333333333vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a:after {
  content: "";
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a:after {
    display: block;
    padding: 13px 0 0 0;
    width: 13px;
    height: 0;
    overflow: hidden;
    background-image: url("/assets/img/common/_ico_blank_bk.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    text-indent: -5000px;
    display: inline-block;
    margin-left: 7px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .policy p a:after {
    display: block;
    padding: 3.3333333333vw 0 0 0;
    width: 3.3333333333vw;
    height: 0;
    overflow: hidden;
    background-image: url("/assets/img/common/_ico_blank_bk.svg");
    background-repeat: no-repeat;
    background-size: 3.3333333333vw 3.3333333333vw;
    text-indent: -5000px;
    display: inline-block;
    margin-left: 1.4666666667vw;
  }
}
.line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .close-button {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .close-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .close-button {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .close-button .std-button {
    width: 180px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi > .content > .wrap > .inner > .block .layout .close-button .std-button {
    width: 50.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l1 {
    transform: translate3d(0, 0, 0) rotate(225deg);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l1 {
    width: 11.2vw;
    transform: translate3d(0, 0, 0) rotate(225deg);
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l2 {
    width: 0;
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l2 {
    width: 0;
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l3 {
    width: 36px;
    transform: translate3d(0, 0, 0) rotate(315deg);
  }
}
@media screen and (max-width: 750px) {
  .line-ex header.site-header #global-navi.is-open .button button .line.l3 {
    width: 11.2vw;
    transform: translate3d(0, 0, 0) rotate(315deg);
  }
}

@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer {
    margin-top: 105px;
    padding-bottom: 30px;
    min-width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer {
    margin-top: 14vw;
    padding-bottom: 6.6666666667vw;
  }
}
.line-ex footer.site-footer .policy {
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .policy > .wrap {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .policy > .wrap {
    padding: 8vw 4vw;
  }
}
.line-ex footer.site-footer .policy > .wrap p a {
  text-decoration: none;
  color: #000000;
  line-height: 1;
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
}
.line-ex footer.site-footer .policy > .wrap p a:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .policy > .wrap p a {
    font-size: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .policy > .wrap p a {
    font-size: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.line-ex footer.site-footer .policy > .wrap p a:after {
  content: "";
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .policy > .wrap p a:after {
    display: block;
    padding: 13px 0 0 0;
    width: 13px;
    height: 0;
    overflow: hidden;
    background-image: url("/assets/img/common/_ico_blank_bk.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    text-indent: -5000px;
    display: inline-block;
    margin-left: 7px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .policy > .wrap p a:after {
    display: block;
    padding: 3.3333333333vw 0 0 0;
    width: 3.3333333333vw;
    height: 0;
    overflow: hidden;
    background-image: url("/assets/img/common/_ico_blank_bk.svg");
    background-repeat: no-repeat;
    background-size: 3.3333333333vw 3.3333333333vw;
    text-indent: -5000px;
    display: inline-block;
    margin-left: 1.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text {
    margin-top: 6.6666666667vw;
    padding: 0 4vw;
  }
}
.line-ex footer.site-footer .text > .wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text > .wrap {
    width: 960px;
    margin: 0 auto;
  }
}
.line-ex footer.site-footer .text .copy {
  flex-grow: 1;
}
.line-ex footer.site-footer .text .copy .disclaimer {
  padding-left: 1.1em;
  position: relative;
}
.line-ex footer.site-footer .text .copy .disclaimer:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text .copy .disclaimer {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text .copy .disclaimer {
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text .copy .copyright {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text .copy .copyright {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
  }
}
.line-ex footer.site-footer .text .logos {
  flex-shrink: 0;
}
.line-ex footer.site-footer .text .logos ul {
  display: flex;
}
.line-ex footer.site-footer .text .logos ul li a {
  display: block;
}
.line-ex footer.site-footer .text .logos ul li a img {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text .logos ul li.l1 {
    width: 55px;
    height: 40px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text .logos ul li.l1 {
    width: 11.6vw;
    height: 8.5333333333vw;
    margin-left: 0vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text .logos ul li.l2 {
    width: 54px;
    height: 40px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text .logos ul li.l2 {
    width: 11.6vw;
    height: 8.5333333333vw;
    margin-left: 3.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex footer.site-footer .text .logos ul li.l3 {
    width: 56px;
    height: 40px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex footer.site-footer .text .logos ul li.l3 {
    width: 12.2666666667vw;
    height: 8.8vw;
    margin-left: 3.6vw;
  }
}

.line-ex .page-title {
  position: relative;
  background: #D6EBF8;
  background: linear-gradient(90deg, rgb(214, 235, 248) 0%, rgb(236, 253, 255) 50%, rgb(217, 249, 244) 100%);
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title {
    padding: 60px 0 120px 0;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title {
    padding: 13.3333333333vw 0 24.9333333333vw 0;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title > .wrap {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title > .wrap {
    margin: 0 6vw;
  }
}
.line-ex .page-title > .wrap .sub {
  display: flex;
  align-items: center;
}
.line-ex .page-title > .wrap .sub .category {
  display: block;
  background-color: #ffffff;
  border-radius: 9999px;
  color: #216f82;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title > .wrap .sub .category {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title > .wrap .sub .category {
    font-size: 3.2vw;
    line-height: 5.6vw;
    height: 5.6vw px;
    padding: 0 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title > .wrap .sub + .title {
    margin-top: 3px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title > .wrap .sub + .title {
    margin-top: 1.6vw;
  }
}
.line-ex .page-title > .wrap .title .label {
  color: #216f82;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title > .wrap .title .label {
    font-size: 44px;
    line-height: 64px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title > .wrap .title .label {
    font-size: 7.4666666667vw;
    line-height: 10.4vw;
  }
}
.line-ex .page-title > .wrap .desc {
  color: #216f82;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title > .wrap .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title > .wrap .desc {
    font-size: 3.2vw;
  }
}
.line-ex .page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 9999px 9999px 0 0;
}
@media print, screen and (min-width: 751px) {
  .line-ex .page-title:after {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .page-title:after {
    height: 12vw;
  }
}

.line-ex .std-button {
  background-color: #216f82;
  border-style: solid;
  border-color: #216f82;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button {
    padding-top: 24px;
    padding-bottom: 24px;
    column-gap: 8px;
    border-width: 1px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button {
    padding-top: 6vw;
    padding-bottom: 6vw;
    column-gap: 2vw;
    border-width: 0.2666666667vw;
  }
}
.line-ex .std-button .label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button .label {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button .label {
    font-size: 4.2666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button .icon {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button .icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.line-ex .std-button .icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button:not(.flat) {
    box-shadow: 0 5px 0 #124b59;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button:not(.flat) {
    box-shadow: 0 1.0666666667vw 0 #124b59;
  }
}
.line-ex .std-button:not(.centering) .icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button:not(.centering) .icon {
    right: 26px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button:not(.centering) .icon {
    right: 3.2vw;
  }
}
.line-ex .std-button.invert {
  background-color: #ffffff;
}
.line-ex .std-button.invert .label {
  color: #216f82;
}
.line-ex .std-button.invert .icon svg {
  fill: #216f82;
}
.line-ex .std-button.reverse {
  flex-direction: row-reverse;
}
.line-ex .std-button.disabled {
  pointer-events: none;
  border-color: #ececec;
  background-color: #ececec;
}
.line-ex .std-button.disabled .label {
  color: #666666;
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button.disabled:not(.flat) {
    box-shadow: 0 5px 0 #d8d8d8;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button.disabled:not(.flat) {
    box-shadow: 0 1.0666666667vw 0 #d8d8d8;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button.medium {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button.medium {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button.medium .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button.medium .label {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .std-button.medium .icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .std-button.medium .icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}

.line-ex .accordionset {
  --height: 0;
}
.line-ex .accordionset > [role=tabpanel] {
  height: var(--height);
  overflow: hidden;
}
.line-ex .accordionset.is-open > [role=tabpanel].lock {
  overflow: visible;
}
.line-ex .accordionset.is-ready > [role=tabpanel] {
  transition: height 0.5s;
}

.line-ex .accordion-list {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list {
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list {
    gap: 2.6666666667vw;
  }
}
.line-ex .accordion-list__item {
  border: 1px solid #ccd9dc;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item {
    border-radius: 8px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item {
    border-radius: 1.6vw;
  }
}
.line-ex .accordion-list__item .q {
  cursor: pointer;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .q {
    padding: 24px 60px 24px 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .q {
    padding: 4vw 12.6666666667vw 4vw 4vw;
  }
}
.line-ex .accordion-list__item .q .label {
  color: #216f82;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .q .label {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .q .label {
    font-size: 4.2666666667vw;
  }
}
.line-ex .accordion-list__item .q .toggle-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .q .toggle-icon {
    width: 26px;
    height: 26px;
    right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .q .toggle-icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4vw;
  }
}
.line-ex .accordion-list__item .q .toggle-icon::before, .line-ex .accordion-list__item .q .toggle-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #216f82;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .q .toggle-icon::before {
    width: 2px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .q .toggle-icon::before {
    width: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .q .toggle-icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .q .toggle-icon::after {
    height: 0.5333333333vw;
  }
}
.line-ex .accordion-list__item .q.is-open .toggle-icon {
  transform: rotate(180deg);
}
.line-ex .accordion-list__item .q.is-open .toggle-icon::before {
  opacity: 0;
}
.line-ex .accordion-list__item .a {
  height: 0;
  overflow: hidden;
  background-color: #e9f4f2;
}
@media print, screen and (min-width: 751px) {
  .line-ex .accordion-list__item .a__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex .accordion-list__item .a__inner {
    padding: 4vw;
  }
}

@media print, screen and (min-width: 751px) {
  .line-ex section.line {
    padding-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line {
    padding-top: 10.6666666667vw;
  }
}
.line-ex section.line > .wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap {
    width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap {
    width: 89.8666666667vw;
  }
}
.line-ex section.line > .wrap .layout {
  display: grid;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout {
    width: 825px;
    grid-template: "image title" auto "image link" auto/171px 1fr;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout {
    grid-template: "image title" auto "link link" auto/17.4666666667vw 1fr;
  }
}
.line-ex section.line > .wrap .layout .section-title {
  grid-area: title;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .section-title {
    padding-right: 160px;
    padding-left: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .section-title {
    padding-top: 0.4vw;
  }
}
.line-ex section.line > .wrap .layout .section-title .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .section-title .lead {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.064em;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .section-title .lead {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    letter-spacing: 0.048em;
  }
}
.line-ex section.line > .wrap .layout .section-title .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.048em;
  color: #216f82;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .section-title .title {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .section-title .title {
    margin-top: 0.4vw;
    font-size: 5.6vw;
    line-height: 6.9333333333vw;
  }
}
.line-ex section.line > .wrap .layout .image {
  grid-area: image;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .image img {
    width: 128px;
    height: 243px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .image img {
    width: 13.8666666667vw;
    height: 26.325vw;
  }
}
.line-ex section.line > .wrap .layout .link {
  grid-area: link;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .link > .pc {
    padding-top: 19px;
    padding-left: 175px;
  }
  .line-ex section.line > .wrap .layout .link > .pc img {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .link > .pc {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .link > .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .link > .sp {
    margin-top: 4vw;
    justify-self: center;
  }
  .line-ex section.line > .wrap .layout .link > .sp .std-button {
    width: 89.3333333333vw;
  }
}
.line-ex section.line > .wrap .layout .link .comingsoon {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .link .comingsoon {
    padding-right: 160px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .link .comingsoon {
    margin: 5.3333333333vw 0;
    font-size: 6.6666666667vw;
  }
}
.line-ex section.line > .wrap .layout .link .note {
  margin-top: 2em;
}
@media print, screen and (min-width: 751px) {
  .line-ex section.line > .wrap .layout .link .note {
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 750px) {
  .line-ex section.line > .wrap .layout .link .note {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.line-ex section.line > .wrap .layout .link .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.line-ex section.line > .wrap .layout .link .note li:nth-child(2) {
  display: none;
}

.line-ex .svg-symbols {
  width: 0;
  height: 0;
  overflow: hidden;
}