@charset "UTF-8";
@font-face {
  font-weight: 100;
  font-family: "LINE_Seed_JP";
  src: url("../../font/LINE_Seed_JP/LINESeedJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "LINE_Seed_JP";
  src: url("../../font/LINE_Seed_JP/LINESeedJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "LINE_Seed_JP";
  src: url("../../font/LINE_Seed_JP/LINESeedJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "LINE_Seed_JP";
  src: url("../../font/LINE_Seed_JP/LINESeedJP-ExtraBold.woff") format("woff");
}
:root {
  --c-white: #ffffff;
  --c-black: #585e66;
  --c-blue: #38a1db;
  --c-light-blue: #e7f5fb;
  --c-light-blue2: #e4f4fc;
  --c-light-gray: #eeeeee;
  --c-light: #f6f6f6;
  --c-light2: #f8f8f8;
  --c-yellow: #ffdb58;
  --f-lineseed: LINE_Seed_JP, Hiragino Sans, Hiragino Kaku Gothic ProN, Yu Gothic, Meiryo, sans-serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
  --c-fs-h1: 4.4rem;
  --c-fs-h2: 3.4rem;
  --c-fs-h3: 2.4rem;
  --c-fs-h4: 2rem;
  --c-fs-main-big: 1.8rem;
  --c-fs-main: 1.6rem;
  --c-fs-main-small: 1.4rem;
  --c-fw: 400;
  --c-fw-medium: 500;
  --c-fw-bold: 600;
  --c-fw-black: 900;
  --c-fw-light: 300;
  --c-fw-thin: 100;
  --c-lh: 212.5%;
  --c-lh-medium: 150%;
  --c-lh-heading: 140%;
}
@media screen and (max-width: 750px) {
  :root {
    --c-fs-h1: 4.4rem;
    --c-fs-h2: 4.8rem;
    --c-fs-h3: 3.8rem;
    --c-fs-h4: 4rem;
    --c-fs-main-big: 3.2rem;
    --c-fs-main: 2.8rem;
    --c-fs-main-small: 2.2rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
  font-family: var(--f-lineseed);
}
body.hidden {
  overflow: hidden;
}

#contents {
  position: relative;
  z-index: 9;
  background-color: var(--c-white);
}

img {
  max-width: 100%;
  pointer-events: none;
}

p {
  line-height: var(--c-lh-medium);
}

.u-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3245033113vw;
  }
  body {
    font-size: 2.8rem;
    overflow-x: hidden;
  }
  #contents {
    margin-top: 11.92rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header.fixed {
  -webkit-box-shadow: 0 0 0.6rem rgba(132, 132, 132, 0.6);
          box-shadow: 0 0 0.6rem rgba(132, 132, 132, 0.6);
  background-color: rgba(255, 255, 255, 0.85);
}

.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__logo {
  width: 29.7rem;
}

@media screen and (max-width: 1000px) {
  .c-header .l-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-header {
    background-color: var(--c-white);
    -webkit-box-shadow: 0 0 1rem rgba(10, 29, 52, 0.15);
            box-shadow: 0 0 1rem rgba(10, 29, 52, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .c-header.fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: var(--c-white);
  }
  .c-header .l-container {
    padding-left: 2rem;
  }
  .c-header__logo {
    width: 36.8rem;
  }
}
.c-nav__wrap {
  padding-bottom: 1.5rem;
}

.c-nav__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  font-size: 1.4rem;
  margin: 1.3rem 0 2rem;
  color: var(--c-blue);
}
.c-nav__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--c-blue);
}
.c-nav__tel a i {
  background-color: var(--c-blue);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-nav__tel a i::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.3rem;
  background-color: var(--c-white);
  mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5rem;
}
.c-nav__list a {
  color: var(--c-black);
  font-weight: 600;
}

.c-nav__item.active a {
  color: var(--c-blue);
}

.c-nav__telbtn {
  display: none;
  margin-left: auto;
}
.c-nav__telbtn a {
  background-color: var(--c-light-blue2);
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
}
.c-nav__telbtn a::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3.2rem;
  background-color: var(--c-blue);
  mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(10deg) translateY(-50%) translateX(-50%);
          transform: rotate(10deg) translateY(-50%) translateX(-50%);
}

.c-nav__btn {
  display: none;
  background-color: var(--c-blue);
  width: 8rem;
  height: 8rem;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  width: 4.4rem;
  height: 0.3rem;
  background-color: var(--c-white);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 2.5rem;
}
.c-nav__btn-line:nth-of-type(2) {
  top: 3.8rem;
}
.c-nav__btn-line:nth-of-type(3) {
  bottom: 2.5rem;
}

.nav-open {
  overflow: hidden;
}
.nav-open .c-nav__openbg {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .c-nav__telbtn {
    display: block;
  }
  .c-nav__btn {
    display: block;
    z-index: 999;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 5.7rem;
    -webkit-transform: rotate(45deg) translateX(calc(-50% - 0.5rem));
            transform: rotate(45deg) translateX(calc(-50% - 0.5rem));
    left: 45%;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 5.7rem;
    -webkit-transform: rotate(-45deg) translateX(calc(-50% - 0.5rem));
            transform: rotate(-45deg) translateX(calc(-50% - 0.5rem));
    left: 45%;
  }
  .c-nav__wrap {
    position: fixed;
    right: -100%;
    top: 0;
    width: 54rem;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
    background-color: var(--c-white);
    padding: 9rem 3rem 3rem;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 99;
  }
  .c-nav__wrap.active {
    right: 0;
  }
  .c-nav__tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .c-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .c-nav__list li {
    width: 100%;
  }
  .c-nav__list a {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__telbtn a {
    width: 12rem;
    height: 12rem;
  }
  .c-nav__telbtn a::before {
    width: 5rem;
    height: 5.4rem;
  }
  .c-nav__btn {
    width: 12rem;
    height: 12rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 8.3rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 8.7rem;
  }
  .c-nav__btn-line {
    width: 7rem;
    height: 0.6rem;
  }
  .c-nav__btn-line:nth-of-type(1) {
    top: 2.8rem;
  }
  .c-nav__btn-line:nth-of-type(2) {
    top: 5.6rem;
  }
  .c-nav__btn-line:nth-of-type(3) {
    bottom: 2.8rem;
  }
}
.c-footer {
  padding: 9rem 0 2rem;
  background-color: var(--c-light-gray);
}
.c-footer .annotation {
  font-size: 1.3rem;
  line-height: 1.8461538;
}

.c-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

.c-footer__item {
  width: 50%;
}
.c-footer__item:nth-child(1) {
  max-width: 44rem;
}

.c-footer__logo {
  max-width: 39.5rem;
  margin-bottom: 2rem;
}

.c-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2rem;
}

.c-footer__map a {
  color: var(--c-blue);
  border: 1px solid var(--c-blue);
  display: block;
  text-align: center;
  border-radius: 3rem;
  width: 16rem;
  padding: 0.2rem 0;
  position: relative;
}
.c-footer__map a::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.7rem;
  background-color: var(--c-blue);
  mask: url(../../images/common/icn-map.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-map.svg) center/cover no-repeat;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.c-footer__subtitle {
  background-color: var(--c-blue);
  color: var(--c-white);
  text-align: center;
  border-radius: 6rem;
  font-size: var(--c-fs-h4);
  line-height: var(--c-lh-heading);
  padding: 0.4rem 0;
  max-width: 36rem;
  margin-bottom: 1rem;
}

.c-footer__tel {
  line-height: normal;
  margin-bottom: 2rem;
}
.c-footer__tel a {
  font-size: 4rem;
  font-weight: 600;
  color: var(--c-blue);
}

.c-footer__table {
  width: 100%;
  table-layout: fixed;
  margin: 1rem 0 2rem;
}
.c-footer__table tr {
  border-bottom: 1px solid #d3d3d3;
}
.c-footer__table th {
  font-weight: 400;
  width: 15rem;
  padding: 1rem 0;
}
.c-footer__table td {
  text-align: center;
  padding: 1rem 0;
}

.c-footer__link--title {
  margin-bottom: 0.6rem;
}
.c-footer__link--title a {
  color: var(--c-black);
  font-weight: 600;
}

.c-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.c-footer__link li.-mr {
  margin-right: 6vw;
}
.c-footer__link a {
  color: var(--c-black);
}

.c-footer__copyright {
  display: block;
  margin-top: 6rem;
  text-align: center;
  font-size: var(--c-fs-main-small);
  line-height: var(--c-lh-heading);
}

@media screen and (max-width: 1000px) {
  .c-footer__link li.-mr {
    margin-right: initial;
  }
  .c-footer__item:nth-child(1) {
    width: 60%;
  }
  .c-footer__item:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .c-footer .annotation {
    font-size: 2.2rem;
  }
  .c-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .c-footer__item:nth-child(1) {
    width: 100%;
    max-width: initial;
  }
  .c-footer__item:nth-child(2) {
    width: 100%;
  }
  .c-footer__logo {
    max-width: 48rem;
    margin-bottom: 4rem;
  }
  .c-footer__map a {
    width: auto;
    padding: 0.2rem 5rem;
  }
  .c-footer__map a::before {
    width: 1.8rem;
    height: 2.4rem;
  }
  .c-footer__address {
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .c-footer__subtitle {
    font-size: 2.8rem;
    max-width: initial;
    margin-bottom: 2rem;
  }
  .c-footer__tel {
    text-align: center;
    margin-bottom: 4rem;
  }
  .c-footer__tel a {
    font-size: 6rem;
  }
  .c-footer__table {
    margin: 3rem 0 4rem;
  }
  .c-footer__table th {
    width: 20rem;
    padding: 2rem 0;
  }
  .c-footer__table td {
    padding: 2rem 0;
  }
  .c-footer__link--title {
    margin-bottom: 1.5rem;
  }
  .c-footer__link {
    margin-bottom: 6rem;
    gap: 3rem 5rem;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1200px + 6rem);
  padding-inline: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container .l-container {
  padding-inline: 0;
}
.l-container.-md {
  max-width: calc(1145px + 6rem);
}
.l-container.-sm {
  max-width: calc(960px + 6rem);
}
.l-container.-xs {
  max-width: calc(700px + 6rem);
}
.l-container.-lg {
  max-width: calc(1460px + 6rem);
}
.l-container.-xl {
  max-width: calc(1800px + 6rem);
}

@media screen and (max-width: 750px) {
  .l-container {
    padding-inline: 3.5rem;
  }
}
.c-btn__link {
  font-size: var(--c-fs-main-big);
  line-height: var(--c-lh-medium);
  background-color: var(--c-light-gray);
  color: var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  width: 100%;
  margin: auto;
  border-radius: 1rem;
  position: relative;
}
.c-btn__link::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 2.1rem;
  background-color: var(--c-blue);
  mask: url(../../images/common/icn-arrow.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-arrow.svg) center/cover no-repeat;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.c-btn__link.-blueline {
  background-color: var(--c-white);
  color: var(--c-blue);
  border: 1px solid var(--c-blue);
}
.c-btn__link.-blueline::after {
  content: none;
}
.c-btn__link.-max32 {
  max-width: 32rem;
}

@media screen and (max-width: 750px) {
  .c-btn__link {
    font-size: 3.6rem;
    height: 12rem;
    border-radius: 2.4rem;
  }
  .c-btn__link.-max32 {
    max-width: 64rem;
  }
  .c-btn__link.-spblueline {
    background-color: var(--c-white);
    color: var(--c-blue);
    border: 1px solid var(--c-blue);
  }
  .c-btn__link.-spblueline::after {
    content: none;
  }
}
.c-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
}

.c-card__tag {
  background-color: var(--c-light-gray);
  padding: 1rem;
  min-height: 8rem;
}

.c-card__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.c-card__taglist li {
  background-color: var(--c-black);
  color: var(--c-white);
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
}

.c-card__item {
  padding: 1rem;
}

.c-card__item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__item--tag {
  min-height: 3.5rem;
}

.c-card__recommend {
  font-size: var(--c-fs-main-small);
  line-height: var(--c-lh-heading);
  line-height: 1;
  display: inline-block;
  background-color: var(--c-blue);
  color: var(--c-white);
  padding: 0.3rem 0.6rem;
}
.c-card__recommend.-recommend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
.c-card__recommend.-recommend::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../../images/common/icn-recommend.png") no-repeat center/contain;
}
.c-card__recommend.-new {
  background-color: var(--c-orange);
}

.c-card__title {
  font-size: var(--c-fs-h3);
  line-height: var(--c-lh-heading);
}

.c-card__img {
  margin-top: auto;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
  .u-pt-sp-155 {
    padding-top: 15.5rem !important;
  }
  .u-pt-sp-160 {
    padding-top: 16rem !important;
  }
  .u-pt-sp-165 {
    padding-top: 16.5rem !important;
  }
  .u-pt-sp-170 {
    padding-top: 17rem !important;
  }
  .u-pt-sp-175 {
    padding-top: 17.5rem !important;
  }
  .u-pt-sp-180 {
    padding-top: 18rem !important;
  }
  .u-pt-sp-185 {
    padding-top: 18.5rem !important;
  }
  .u-pt-sp-190 {
    padding-top: 19rem !important;
  }
  .u-pt-sp-195 {
    padding-top: 19.5rem !important;
  }
  .u-pt-sp-200 {
    padding-top: 20rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
  .u-pb-sp-155 {
    padding-bottom: 15.5rem !important;
  }
  .u-pb-sp-160 {
    padding-bottom: 16rem !important;
  }
  .u-pb-sp-165 {
    padding-bottom: 16.5rem !important;
  }
  .u-pb-sp-170 {
    padding-bottom: 17rem !important;
  }
  .u-pb-sp-175 {
    padding-bottom: 17.5rem !important;
  }
  .u-pb-sp-180 {
    padding-bottom: 18rem !important;
  }
  .u-pb-sp-185 {
    padding-bottom: 18.5rem !important;
  }
  .u-pb-sp-190 {
    padding-bottom: 19rem !important;
  }
  .u-pb-sp-195 {
    padding-bottom: 19.5rem !important;
  }
  .u-pb-sp-200 {
    padding-bottom: 20rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
  .u-mt-sp-155 {
    margin-top: 15.5rem !important;
  }
  .u-mt-sp-160 {
    margin-top: 16rem !important;
  }
  .u-mt-sp-165 {
    margin-top: 16.5rem !important;
  }
  .u-mt-sp-170 {
    margin-top: 17rem !important;
  }
  .u-mt-sp-175 {
    margin-top: 17.5rem !important;
  }
  .u-mt-sp-180 {
    margin-top: 18rem !important;
  }
  .u-mt-sp-185 {
    margin-top: 18.5rem !important;
  }
  .u-mt-sp-190 {
    margin-top: 19rem !important;
  }
  .u-mt-sp-195 {
    margin-top: 19.5rem !important;
  }
  .u-mt-sp-200 {
    margin-top: 20rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
  .u-mb-sp-155 {
    margin-bottom: 15.5rem !important;
  }
  .u-mb-sp-160 {
    margin-bottom: 16rem !important;
  }
  .u-mb-sp-165 {
    margin-bottom: 16.5rem !important;
  }
  .u-mb-sp-170 {
    margin-bottom: 17rem !important;
  }
  .u-mb-sp-175 {
    margin-bottom: 17.5rem !important;
  }
  .u-mb-sp-180 {
    margin-bottom: 18rem !important;
  }
  .u-mb-sp-185 {
    margin-bottom: 18.5rem !important;
  }
  .u-mb-sp-190 {
    margin-bottom: 19rem !important;
  }
  .u-mb-sp-195 {
    margin-bottom: 19.5rem !important;
  }
  .u-mb-sp-200 {
    margin-bottom: 20rem !important;
  }
}
.u-txtpos-center {
  text-align: center !important;
}

.u-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-txtpos-left {
  text-align: left !important;
}

.u-align-left {
  -webkit-box-align: left !important;
      -ms-flex-align: left !important;
          align-items: left !important;
}

.u-txtpos-right {
  text-align: right !important;
}

.u-align-right {
  -webkit-box-align: right !important;
      -ms-flex-align: right !important;
          align-items: right !important;
}

.u-txtpos-top {
  text-align: top !important;
}

.u-align-top {
  -webkit-box-align: top !important;
      -ms-flex-align: top !important;
          align-items: top !important;
}

.u-txtpos-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  -webkit-box-align: bottom !important;
      -ms-flex-align: bottom !important;
          align-items: bottom !important;
}

@media screen and (max-width: 750px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    -webkit-box-align: left !important;
        -ms-flex-align: left !important;
            align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    -webkit-box-align: right !important;
        -ms-flex-align: right !important;
            align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    -webkit-box-align: top !important;
        -ms-flex-align: top !important;
            align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    -webkit-box-align: bottom !important;
        -ms-flex-align: bottom !important;
            align-items: bottom !important;
  }
}
.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #585e66 !important;
}

.u-bg-black {
  background-color: #585e66 !important;
}

.u-c-blue {
  color: #38a1db !important;
}

.u-bg-blue {
  background-color: #38a1db !important;
}

.u-c-light-blue {
  color: #e7f5fb !important;
}

.u-bg-light-blue {
  background-color: #e7f5fb !important;
}

.u-c-light-blue2 {
  color: #e4f4fc !important;
}

.u-bg-light-blue2 {
  background-color: #e4f4fc !important;
}

.u-c-light-gray {
  color: #eeeeee !important;
}

.u-bg-light-gray {
  background-color: #eeeeee !important;
}

.u-c-light {
  color: #f6f6f6 !important;
}

.u-bg-light {
  background-color: #f6f6f6 !important;
}

.u-c-light2 {
  color: #f8f8f8 !important;
}

.u-bg-light2 {
  background-color: #f8f8f8 !important;
}

.u-c-yellow {
  color: #ffdb58 !important;
}

.u-bg-yellow {
  background-color: #ffdb58 !important;
}

.c-title {
  font-size: var(--c-fs-h2);
  line-height: var(--c-lh-heading);
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}

.c-tagtitle {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
.c-tagtitle span {
  background-color: var(--c-yellow);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6rem;
  min-width: 30rem;
  min-height: 4.8rem;
  padding: 0 1.5rem;
}
.c-tagtitle.-blue span {
  background-color: var(--c-blue);
  color: var(--c-white);
}

@media screen and (max-width: 750px) {
  .c-tagtitle {
    font-size: 3.2rem;
  }
  .c-tagtitle span {
    min-width: 60rem;
    min-height: 9.6rem;
  }
  .c-tagtitle + .c-title {
    margin-top: 7rem;
  }
  .c-title {
    margin-bottom: 4rem;
  }
}
.u-font-lineseed {
  font-family: "LINE_Seed_JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.c-grid {
  display: grid;
  gap: 2rem;
}

.c-grid__space0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.c-grid__cols--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid__cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid__cols--4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid__cols--5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid__cols--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1000px) {
  .c-grid__cols--tb--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--tb--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--tb--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--tb--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--tb--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .c-grid__cols--md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--md--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--md--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--md--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--md--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .c-grid {
    gap: 3.5rem;
  }
  .c-grid__cols--sp--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid__cols--sp--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--sp--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--sp--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--sp--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--sp--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-list__disc li {
  padding-left: 2rem;
  line-height: var(--c-lh-medium);
  position: relative;
}
.c-list__disc li::before {
  content: "●";
  display: block;
  font-size: 90%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list__disc li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .c-list__disc li {
    padding-left: 3.8rem;
  }
  .c-list__disc li + li {
    margin-top: 2rem;
  }
}
.c-list__disc.-min {
  padding-left: 1rem;
}
.c-list__disc.-min li {
  padding-left: 1rem;
}
.c-list__disc.-min li::before {
  font-size: 20%;
}
@media screen and (max-width: 750px) {
  .c-list__disc.-min {
    padding-left: 2rem;
  }
  .c-list__disc.-min li {
    padding-left: 2rem;
  }
}

.c-list__backgray li {
  background-color: #f8f8f8;
  text-align: center;
  font-weight: 600;
  border-radius: 1rem;
  padding: 1rem;
}
.c-list__backgray li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .c-list__backgray li {
    line-height: 1.5;
    padding: 2rem;
  }
  .c-list__backgray li + li {
    margin-top: 3rem;
  }
}

.c-insti__list li {
  font-size: var(--c-fs-h4);
  line-height: var(--c-lh-heading);
  font-weight: 600;
}
.c-insti__list li a {
  display: block;
  color: var(--c-black);
  background-color: var(--c-light-gray);
  padding: 1.5rem 9rem 1.5rem 5rem;
  border-radius: 6rem;
  position: relative;
}
.c-insti__list li a::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--c-black);
  mask: url(../../images/common/icn-external.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-external.svg) center/cover no-repeat;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.c-insti__list li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .c-insti__list li {
    font-size: 3.2rem;
  }
  .c-insti__list li a {
    border-radius: 9rem;
    padding: 2rem 9rem 2rem 4rem;
  }
  .c-insti__list li a::after {
    right: 4rem;
  }
  .c-insti__list li + li {
    margin-top: 4rem;
  }
}

.c-price__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2rem;
  border: 2px solid var(--c-light-gray);
  table-layout: fixed;
}
.c-price__table th {
  border-right: 2px solid var(--c-light-gray);
  border-bottom: 2px solid var(--c-light-gray);
  background-color: var(--c-light-blue2);
  text-align: center;
  font-size: var(--c-fs-main-big);
  line-height: var(--c-lh-medium);
  font-weight: 400;
  padding: 2rem 1rem;
}
.c-price__table th:first-child {
  border-radius: 2rem 0 0 0;
  width: 39rem;
}
.c-price__table th:last-child {
  border-radius: 0 2rem 0 0;
  border-right: none;
}
.c-price__table td {
  text-align: center;
  border-right: 2px solid var(--c-light-gray);
  border-bottom: 2px solid var(--c-light-gray);
  font-size: var(--c-fs-main-big);
  line-height: var(--c-lh-medium);
  font-weight: 400;
  padding: 2rem 1rem;
}
.c-price__table td:first-child {
  width: 39rem;
}
.c-price__table td:last-child {
  border-right: none;
}
.c-price__table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 1000px) {
  .c-price__table th:first-child {
    width: 22rem;
  }
  .c-price__table td:first-child {
    width: 22rem;
  }
}
@media screen and (max-width: 750px) {
  .c-price__table th {
    font-size: 2.6rem;
    color: var(--c-blue);
  }
  .c-price__table th:first-child {
    width: 10rem;
  }
  .c-price__table td {
    font-size: 2.6rem;
    padding: 2rem 3rem;
    color: var(--c-blue);
  }
  .c-price__table td:first-child {
    width: 10rem;
    padding: 2rem 1rem;
  }
  .c-price__table td.-left {
    color: var(--c-black);
    text-align: left;
  }
}
.c-price__wrap {
  border: 4px solid var(--c-light-gray);
  border-radius: 3rem;
  padding: 1rem;
}
.c-price__wrap + .c-price__wrap {
  margin-top: 3rem;
}
.c-price__wrap.-light {
  background-color: var(--c-light);
  border: none;
  padding: 4rem 9rem;
}

.c-price__title {
  background-color: var(--c-blue);
  color: var(--c-white);
  text-align: center;
  font-size: var(--c-fs-h3);
  line-height: var(--c-lh-heading);
  font-weight: 600;
  padding: 1rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
  .c-price__title {
    font-size: 3.2rem;
    border-radius: 6rem;
    padding: 0.2rem 1rem;
  }
  .c-price__wrap.-light {
    border-radius: 3.2rem;
    padding: 4rem 3rem;
  }
}
.c-cv {
  padding: 9rem 0 !important;
  background-color: var(--c-light-blue2);
}
.c-cv .l-container {
  text-align: center;
}

.c-cv__inner {
  display: inline-block;
  position: relative;
}
.c-cv__inner::before {
  content: "";
  display: block;
  width: 11.7rem;
  height: 32.1rem;
  background: url("../../images/common/ill-cv.png") no-repeat center/contain;
  position: absolute;
  left: -18rem;
  top: -3rem;
}

.c-cv__lead {
  font-size: var(--c-fs-main-big);
  line-height: var(--c-lh-medium);
  line-height: 1.6666667;
  margin-bottom: 2rem;
}

.c-cv__name {
  font-size: var(--c-fs-main-small);
  line-height: var(--c-lh-heading);
}
.c-cv__name .lg {
  font-size: var(--c-fs-main-big);
  line-height: var(--c-lh-medium);
  font-weight: 600;
  margin-left: 1rem;
}

.c-cv__tel {
  line-height: normal;
}
.c-cv__tel a {
  font-size: 5rem;
  font-weight: 600;
  color: var(--c-blue);
  display: inline-block;
}
.c-cv__tel a::before {
  content: "";
  display: inline-block;
  width: 3.8rem;
  height: 4.1rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-color: var(--c-blue);
  mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
  -webkit-mask: url(../../images/common/icn-tel.svg) center/cover no-repeat;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}

@media screen and (max-width: 750px) {
  .c-cv {
    padding: 12rem 0 !important;
  }
  .c-cv__lead {
    margin-bottom: 4rem;
  }
  .c-cv__name {
    margin-bottom: 4rem;
  }
  .c-cv__tel a {
    font-size: 7rem;
  }
  .c-cv__tel a::before {
    width: 4.8rem;
    height: 5.1rem;
  }
}
.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-popup .c-tagtitle {
  margin-bottom: 3rem;
}

.c-popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.c-popup__box {
  max-width: 96rem;
  width: 100%;
  max-height: 80vh;
  height: auto;
  overflow: scroll;
  background-color: var(--c-white);
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  padding: 5rem 4.5rem;
  position: relative;
}

.c-popupin {
  display: none;
}
.active .c-popupin {
  display: block;
}

.c-popup__text p:not([class]) {
  line-height: var(--c-lh);
}
.c-popup__text p:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-popup__text img {
  display: block;
  margin: 0 auto 6rem;
}
.c-popup__text .c-list__backgray {
  max-width: 64rem;
  margin: auto;
}

.c-popup__close {
  cursor: pointer;
  margin-top: 5rem;
}

@media screen and (max-width: 750px) {
  .c-popup .c-tagtitle span {
    min-width: initial;
    width: 100%;
    padding: 1rem 2rem;
  }
  .c-popup__text p:not(:last-of-type) {
    margin-bottom: 9rem;
  }
}
.u-fadein {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}
.u-fadein.is-active {
  opacity: 1;
  translate: 0;
  -webkit-transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
          transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}
.is-active .u-fadein {
  opacity: 1;
  translate: 0;
  -webkit-transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
          transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[delay="2"] {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

[delaymin="1"] {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

[delay="4"] {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

[delaymin="2"] {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

[delay="6"] {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

[delaymin="3"] {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}

[delay="8"] {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

[delaymin="4"] {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

[delay="10"] {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

[delaymin="5"] {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

[delay="12"] {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

[delaymin="6"] {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

[delay="14"] {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

[delaymin="7"] {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}

[delay="16"] {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

[delaymin="8"] {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

[delay="18"] {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

[delaymin="9"] {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

[delay="20"] {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

[delaymin="10"] {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

[delay="22"] {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

[delaymin="11"] {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}

[delay="24"] {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

[delaymin="12"] {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

[delay="26"] {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

[delaymin="13"] {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}

[delay="28"] {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

[delaymin="14"] {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

[delay="30"] {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

[delaymin="15"] {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

[delay="32"] {
  -webkit-animation-delay: 3.2s !important;
          animation-delay: 3.2s !important;
}

[delaymin="16"] {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

[delay="34"] {
  -webkit-animation-delay: 3.4s !important;
          animation-delay: 3.4s !important;
}

[delaymin="17"] {
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}

[delay="36"] {
  -webkit-animation-delay: 3.6s !important;
          animation-delay: 3.6s !important;
}

[delaymin="18"] {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

[delay="38"] {
  -webkit-animation-delay: 3.8s !important;
          animation-delay: 3.8s !important;
}

[delaymin="19"] {
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}

[delay="40"] {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

[delaymin="20"] {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

[delay="42"] {
  -webkit-animation-delay: 4.2s !important;
          animation-delay: 4.2s !important;
}

[delaymin="21"] {
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}

[delay="44"] {
  -webkit-animation-delay: 4.4s !important;
          animation-delay: 4.4s !important;
}

[delaymin="22"] {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

[delay="46"] {
  -webkit-animation-delay: 4.6s !important;
          animation-delay: 4.6s !important;
}

[delaymin="23"] {
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}

[delay="48"] {
  -webkit-animation-delay: 4.8s !important;
          animation-delay: 4.8s !important;
}

[delaymin="24"] {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

[delay="50"] {
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}

[delaymin="25"] {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

[delay="52"] {
  -webkit-animation-delay: 5.2s !important;
          animation-delay: 5.2s !important;
}

[delaymin="26"] {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

[delay="54"] {
  -webkit-animation-delay: 5.4s !important;
          animation-delay: 5.4s !important;
}

[delaymin="27"] {
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}

[delay="56"] {
  -webkit-animation-delay: 5.6s !important;
          animation-delay: 5.6s !important;
}

[delaymin="28"] {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

[delay="58"] {
  -webkit-animation-delay: 5.8s !important;
          animation-delay: 5.8s !important;
}

[delaymin="29"] {
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}

[delay="60"] {
  -webkit-animation-delay: 6s !important;
          animation-delay: 6s !important;
}

[delaymin="30"] {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}