@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

/* ------------------------------------

page bg

------------------------------------ */
.page-top::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100dvw;
  height: 100dvh;
  display: block;
  margin: auto;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/top/page_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../images/top/page_bg_sp.jpg");
  }
}

/* ------------------------------------

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 50px;
  line-height: 1;
}
.page-top .p-header__subtitle {
  font-size: 13px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

/* ------------------------------------

l-〇〇

------------------------------------ */
.page-top .l-〇〇__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-〇〇__container {
    width: auto;
  }
}

/* ------------------------------------

topvisual

------------------------------------ */
.page-top .l-mv .mv-slide-txt {
  overflow-x: clip;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 77px;
  background: #fff;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv .mv-slide-txt {
    height: 12vw;
  }
}
.page-top .l-mv .mv-slide-txt > div {
  flex: 0;
  height: fit-content;
  animation: slideShowReverse 70s infinite linear;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translateX(-100%);
}
@keyframes slideShowReverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-top .l-mv .mv-slide-txt > div img {
  margin: 0px 1em;
  width: min(820.68px, 56.99vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv .mv-slide-txt > div img {
    width: 120vw;
  }
}

/* ------------------------------------

l-catch

------------------------------------ */
.page-top .l-catch {
  padding: 147px 0 166px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch {
    padding: 16vw 0 21vw;
  }
}
.page-top .l-catch__container {
  max-width: calc(1440px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-catch__container {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__container {
    width: 90%;
  }
}
.page-top .l-catch__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__lead {
    font-size: 4.1vw;
  }
}
.page-top .l-catch__title {
  margin-top: 9px;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.35;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__title {
    margin-top: 2vw;
    font-size: 5.5vw;
  }
}
.page-top .l-catch__marker {
  color: #007AD6;
}
.page-top .l-catch__list {
  display: flex;
  justify-content: center;
  gap: 45px;
  width: 100%;
  margin: 47px auto 0;
  padding: 45px 56px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  max-width: 1100px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__list {
    display: block;
    margin-top: 7vw;
    padding: 6vw 5vw;
    border-radius: 2.5vw;
  }
}
.page-top .l-catch__list ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__list ul {
    gap: 3.2vw;
  }
  .page-top .l-catch__list ul + ul {
    margin-top: 3.2vw;
  }
}
.page-top .l-catch__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__list li {
    padding-left: 6.5vw;
    font-size: 4.1vw;
  }
}
.page-top .l-catch__list li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/top/catch_list_icon.svg") center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__list li::before {
    top: 0.35em;
    width: 4.2vw;
    height: 4.2vw;
  }
}
.page-top .l-catch__message {
  margin-top: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.69;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__message {
    margin-top: 10vw;
    font-size: 4.62vw;
    line-height: 1.9;
  }
}
.page-top .l-catch__message strong {
  color: #007AD6;
  font-size: 31px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__message strong {
    font-size: 4.5vw;
  }
}
.page-top .l-catch__offer {
  margin-top: 103px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer {
    margin-top: 10vw;
  }
}
.page-top .l-catch__offer-label {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-label {
    font-size: 5.64vw;
    padding: 0px 9.6vw;
  }
}
.page-top .l-catch__offer-label::before, .page-top .l-catch__offer-label::after {
  content: "";
  position: absolute;
  top: 92%;
  width: 43px;
  height: 2px;
  background: currentColor;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-label::before, .page-top .l-catch__offer-label::after {
    width: 6.6vw;
  }
}
.page-top .l-catch__offer-label::before {
  right: 0;
  transform: rotate(-68deg);
  transform-origin: left center;
}
.page-top .l-catch__offer-label::after {
  left: 50px;
  transform: rotate(-114deg);
  transform-origin: left center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-label::after {
    left: 7vw;
  }
}
.page-top .l-catch__offer-lead {
  margin-top: 19px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-lead {
    margin-top: 2vw;
    font-size: 5.64vw;
  }
}
.page-top .l-catch__offer-text {
  margin-top: 4px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-text {
    font-size: 6.7vw;
  }
}
.page-top .l-catch__offer-price {
  color: #f58e23;
}
.page-top .l-catch__offer-num {
  display: inline-block;
  font-size: 117px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0px 8px 0px -9px;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  vertical-align: -0.04em;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__offer-num {
    font-size: 17vw;
    margin: 0px 1.5vw 0px -1vw;
  }
}
.page-top .l-catch__btn {
  width: 347px;
  height: 66px;
  margin: 41px auto 0;
  border-radius: 60px;
  background: #007AD6;
  transition: opacity 0.3s;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__btn {
    width: 78%;
    height: 12.5vw;
    margin-top: 8vw;
    border-radius: 12.5vw;
  }
}
.page-top .l-catch__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-catch__btn a {
    font-size: 4vw;
  }
}
.page-top .l-catch__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

/* ------------------------------------

l-feature

------------------------------------ */
.page-top .l-feature {
  padding: 92px 0;
  background: #ccc url("../images/top/bg_feature.jpg") center/cover no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature {
    padding: 15vw 0;
  }
}
.page-top .l-feature__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__container {
    width: 90%;
    padding: 0;
  }
}
.page-top .l-feature__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(78px, 5.42vw) min(582px, 40.42vw) min(228px, 15.83vw) min(61px, 4.24vw);
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__inner {
    display: block;
    padding: 8vw 6vw;
    border-radius: 3vw;
  }
}
.page-top .l-feature__content {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.page-top .l-feature__en {
  color: #f58e23;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__en {
    font-size: 14.36vw;
  }
}
.page-top .l-feature__ja {
  margin-top: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__ja {
    margin-top: 2vw;
    font-size: 4.2vw;
  }
}
.page-top .l-feature__text {
  margin-top: 41px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__text {
    margin-top: 5vw;
    font-size: 4.1vw;
    line-height: 1.8;
  }
}
.page-top .l-feature__image {
  position: absolute;
  width: min(631px, 43.82vw);
  right: min(59px, 4.1vw);
  bottom: min(46px, 3.19vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-feature__image {
    width: 100%;
    margin-top: 8vw;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.page-top .l-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ------------------------------------

l-aim

------------------------------------ */
.page-top .l-aim {
  position: relative;
  isolation: isolate;
  padding: 127px 0 118px;
  background: url("../images/top/bg_aim.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-aim {
    padding: 15vw 0 16vw;
  }
}
.page-top .l-aim::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 122, 214, 0.65);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.page-top .l-aim__container {
  position: relative;
  z-index: 1;
  max-width: calc(1440px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-aim__container {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-aim__container {
    width: 90%;
  }
}
.page-top .l-aim__lead {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-aim__lead {
    font-size: 5.64vw;
  }
}
.page-top .l-aim__text {
  margin-top: 43px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-aim__text {
    margin-top: 4vw;
    font-size: 4.1vw;
  }
}
.page-top .l-aim__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 44px auto 0;
  text-align: center;
  padding: 13px 28px 12px;
  background: #fff;
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  max-width: 573px;
  line-height: 1.5;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-aim__link {
    margin-top: 8vw;
    padding: 4vw 4vw 4vw 5vw;
    font-size: 3.85vw;
    gap: 3vw;
  }
}
.page-top .l-aim__link::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #131313;
  position: absolute;
  right: 13px;
}

/* ------------------------------------

l-point

------------------------------------ */
.page-top .l-point {
  --point-accent: #2595d0;
  --point-accent-soft: #d8eff9;
  --point-num-stroke: rgba(37, 149, 208, 0.45);
  padding: 261px 0 208px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point {
    padding: 30vw 0 25vw;
  }
}
.page-top .l-point__container {
  max-width: calc(1200px + 8%);
  padding: 0 4%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__container {
    width: 90%;
    padding: 0;
  }
}
.page-top .l-point__container.--01, .page-top .l-point__container.--03 {
  --point-accent: #3BCDFC;
  --point-accent-soft: #d8eff9;
  --point-num-stroke: rgba(59, 205, 252, 0.45);
}
.page-top .l-point__container.--02, .page-top .l-point__container.--04, .page-top .l-point__container.--05 {
  --point-accent: #f58e23;
  --point-accent-soft: rgba(245, 142, 35, 0.2);
  --point-num-stroke: rgba(245, 142, 35, 0.55);
}
.page-top .l-point__container:not(:first-child) {
  margin-top: 213px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__container:not(:first-child) {
    margin-top: 25vw;
  }
}
.page-top .l-point__main {
  display: flex;
  align-items: flex-end;
  gap: 5.7%;
  position: relative;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__main {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point__main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 26px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: #3BCDFC;
  }
}
.page-top .l-point .l-point__container.--02 .l-point__main::after, .page-top .l-point .l-point__container.--05 .l-point__main::after {
  background: #FF9C15;
}
.page-top .l-point .l-point__container.--03 .l-point__main::after {
  background: #77D5C7;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--04 .l-point__main {
    gap: 2.4%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--05 .l-point__main {
    gap: 1.2%;
  }
}
.page-top .l-point__visual {
  position: relative;
  margin-left: -10%;
  width: min(655px, 45.49vw);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__visual {
    order: -1;
    width: 95vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point__visual::after {
    content: "";
    display: block;
    width: 50vw;
    height: 67.9%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: #3BCDFC;
    border-radius: 0 100px 0 0;
    right: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point .l-point__container.--01 .l-point__visual, .page-top .l-point .l-point__container.--03 .l-point__visual, .page-top .l-point .l-point__container.--05 .l-point__visual {
    left: -5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--02 .l-point__visual::after {
    height: 50.4%;
    right: auto;
    left: 0;
    background: #FF9C15;
    border-radius: 100px 0 0 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--03 .l-point__visual::after {
    height: 63.5%;
    background: #77D5C7;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--04 .l-point__visual::after {
    right: auto;
    left: 0;
    height: 63.5%;
    border-radius: 100px 0 0 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--05 .l-point__visual {
    width: min(798px, 55.42vw);
    margin-left: -17.7%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point .l-point__container.--05 .l-point__visual {
    width: 100vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--05 .l-point__visual::after {
    height: 51.5%;
    right: 7%;
    background: #FF9C15;
  }
}
.page-top .l-point__image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  background: none;
}
.page-top .l-point__image img {
  width: 100%;
  height: auto;
}
.page-top .l-point__content {
  position: relative;
  padding-bottom: 72px;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point__content {
    width: 50%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__content {
    padding: 0 0 3vw;
  }
}
.page-top .l-point__num {
  position: absolute;
  right: 0;
  z-index: 0;
  pointer-events: none;
  color: transparent;
  font-size: min(210px, 14.58vw);
  font-weight: 700;
  white-space: nowrap;
  -webkit-text-stroke: 2px rgba(59, 204, 252, 0.4);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__num {
    left: 0;
    font-size: 19vw;
    position: relative;
  }
}
.page-top .l-point .l-point__container.--02 .l-point__num, .page-top .l-point .l-point__container.--05 .l-point__num {
  -webkit-text-stroke: 2px rgba(255, 157, 21, 0.4);
}
.page-top .l-point .l-point__container.--03 .l-point__num {
  -webkit-text-stroke: 2px rgba(63, 188, 167, 0.4);
}
.page-top .l-point__title {
  position: relative;
  z-index: 1;
  margin-top: min(216px, 15vw);
  color: #25BAEA;
  font-size: min(66px, 4.58vw);
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__title {
    margin-top: 2vw;
    font-size: 8.4vw;
  }
}
.page-top .l-point .l-point__container.--02 .l-point__title, .page-top .l-point .l-point__container.--05 .l-point__title {
  color: #FF9C15;
}
.page-top .l-point .l-point__container.--03 .l-point__title {
  color: #3FBCA8;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point .l-point__container.--05 .l-point__title {
    font-size: min(59px, 4.1vw);
  }
}
.page-top .l-point__text {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point__text {
    text-align: justify;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__text {
    margin-top: 4vw;
    font-size: 4.1vw;
    line-height: 1.9;
  }
}
.page-top .l-point__text span {
  color: #119BCE;
}
.page-top .l-point .l-point__container.--02 .l-point__text span, .page-top .l-point .l-point__container.--05 .l-point__text span {
  color: #FF9C15;
}
.page-top .l-point .l-point__container.--03 .l-point__text span {
  color: #3FBCA8;
}
.page-top .l-point__heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__heading {
    font-size: 5.13vw;
  }
}
.page-top .l-point__heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--point-accent);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__heading::after {
    width: 8vw;
    margin-top: 2.5vw;
  }
}
.page-top .l-point__container.--02 .l-point__visual, .page-top .l-point__container.--04 .l-point__visual {
  margin-left: 0;
  margin-right: -10%;
}
.page-top .l-point__container.--02 .l-point__content, .page-top .l-point__container.--04 .l-point__content {
  padding-bottom: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__container.--02 .l-point__content, .page-top .l-point__container.--04 .l-point__content {
    padding: 0 0 3vw;
  }
}
.page-top .l-point__container.--02 .l-point__num, .page-top .l-point__container.--04 .l-point__num {
  right: auto;
  left: 0;
}
.page-top .l-point__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__tags {
    gap: 2vw;
    max-width: none;
    margin-top: 6vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-top .l-point__tags li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 8px 14px;
  background: #25BAEA;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__tags li {
    min-height: 11vw;
    font-size: 4.1vw;
    padding: 2vw 1vw;
  }
}
.page-top .l-point .l-point__container.--03 .l-point__tags li {
  background: #3FBCA8;
}
.page-top .l-point__after {
  margin-top: 79px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__after {
    width: 80vw;
    margin: 12vw auto 0;
  }
}
.page-top .l-point__after-label {
  position: relative;
  display: inline-block;
  min-width: 297px;
  margin: 0 auto;
  padding: 17px 40px 15px;
  border: 2px solid var(--point-accent);
  background: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__after-label {
    min-width: 0;
    width: 70%;
    padding: 2.4vw 4vw;
    font-size: 4vw;
  }
}
.page-top .l-point__after-label::before, .page-top .l-point__after-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page-top .l-point__after-label::before {
  bottom: -22px;
  border-style: solid;
  border-width: 22px 12px 0;
  border-color: var(--point-accent) transparent transparent;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__after-label::before {
    bottom: -2.8vw;
    border-width: 2.8vw 1.4vw 0;
  }
}
.page-top .l-point__after-label::after {
  bottom: -18px;
  border-style: solid;
  border-width: 18px 10px 0;
  border-color: #fff transparent transparent;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__after-label::after {
    bottom: -1.9vw;
    border-width: 2.3vw 1.1vw 0;
  }
}
.page-top .l-point__cards {
  display: flex;
  justify-content: center;
  gap: 26px;
  max-width: 902px;
  margin: 46px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__cards {
    margin-top: 7vw;
    flex-wrap: wrap;
    gap: 5vw;
  }
}
.page-top .l-point__card {
  width: calc(50% - 14px);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__card {
    width: 100%;
  }
  .page-top .l-point__card + .page-top .l-point__card {
    margin-top: 5vw;
  }
}
.page-top .l-point__card-title {
  padding: 14px 16px;
  background: var(--point-accent);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__card-title {
    padding: 3vw 3vw;
    font-size: 4.62vw;
  }
}
.page-top .l-point__card-image {
  width: 100%;
  aspect-ratio: 480/280;
}
.page-top .l-point__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-point__panel {
  margin-top: 100px;
  padding: 55px 4% 65px;
  background: #fff;
  max-width: calc(1080px + 8%);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__panel {
    margin-top: 12vw;
    padding: 12vw 10vw 12vw;
  }
}
.page-top .l-point__example-list {
  display: flex;
  gap: 28px;
  max-width: 721px;
  margin: 42px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-list {
    margin-top: 8vw;
    flex-wrap: wrap;
    gap: 5vw;
  }
}
.page-top .l-point__example {
  width: calc((100% - 28px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example {
    width: 100%;
  }
  .page-top .l-point__example + .page-top .l-point__example {
    margin-top: 5vw;
  }
}
.page-top .l-point__example.--new .l-point__example-info {
  background: rgba(255, 157, 21, 0.3);
}
.page-top .l-point__example.--mid .l-point__example-info {
  background: rgba(255, 157, 21, 0.7);
}
.page-top .l-point__example-image {
  width: 100%;
}
.page-top .l-point__example-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-point__example-info {
  padding: 17px 20px 17px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-info {
    padding: 5vw 4vw 5vw;
  }
}
.page-top .l-point__example-type {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-type {
    font-size: 4.62vw;
  }
}
.page-top .l-point__example-info ul {
  display: inline-block;
  margin-top: 9px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-info ul {
    margin-top: 2vw;
  }
}
.page-top .l-point__example-info ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-info ul li {
    font-size: 3.85vw;
  }
}
.page-top .l-point__example-info ul li::before {
  content: "・";
}
.page-top .l-point__example-note {
  text-align: left;
  max-width: 721px;
  margin: 11px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-note {
    margin-top: 4vw;
  }
}
.page-top .l-point__example-note li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__example-note li {
    font-size: 3vw;
  }
}
.page-top .l-point__schedule {
  margin-top: 101px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule {
    margin-top: 12vw;
  }
}
.page-top .l-point__schedule-inner {
  display: flex;
  align-items: flex-start;
  gap: 71px;
  margin-top: 42px;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-inner {
    display: block;
    margin-top: 6vw;
  }
}
.page-top .l-point__schedule-image {
  flex: 1;
  min-width: 0;
  max-width: 455px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-image {
    width: 100%;
  }
}
.page-top .l-point__schedule-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-point__schedule-list {
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-list {
    width: 100%;
    margin-top: 8vw;
  }
}
.page-top .l-point__schedule-list li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 19px;
  padding: 0px 0 14px 34px;
  border-left: 2px solid #131313;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-list li {
    gap: 3vw;
    padding: 1vw 0 2vw 5vw;
    margin-left: 2vw;
  }
}
.page-top .l-point__schedule-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #111;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-list li::before {
    top: 3vw;
    left: -1.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.page-top .l-point__schedule-list li:first-child {
  padding-top: 2px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-point__schedule-list li:first-child::before {
    top: 0.55em;
  }
}
.page-top .l-point__schedule-list li:last-child {
  padding-bottom: 0;
}
.page-top .l-point__schedule-list time {
  flex-shrink: 0;
  width: 3.2em;
  color: var(--point-accent);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-list time {
    font-size: 4.62vw;
  }
}
.page-top .l-point__schedule-list .body {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__schedule-list .body {
    font-size: 4.62vw;
  }
}
.page-top .l-point__career {
  max-width: calc(1080px + 8%);
  padding: 0 4%;
  margin: 70px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__career {
    margin-top: 12vw;
    padding: 0;
    overflow-x: scroll;
  }
}
.page-top .l-point__career img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__career img {
    width: 600px;
  }
}
.page-top .l-point__career-text {
  font-size: 3.5vw;
  margin-top: 2vw;
}
.page-top .l-point__brands {
  margin-top: 104px;
  text-align: center;
  max-width: calc(1080px + 8%);
  padding: 0 4%;
  margin: 104px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__brands {
    margin-top: 15vw;
  }
}
.page-top .l-point__brands-title {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__brands-title {
    font-size: 5.13vw;
  }
}
.page-top .l-point__brands-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 12px auto 0;
  background: #2595d0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__brands-title::after {
    width: 8vw;
    margin-top: 2.5vw;
  }
}
.page-top .l-point__brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 55px;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__brands-list {
    gap: 3vw;
    margin-top: 6vw;
  }
}
.page-top .l-point__brands-list li {
  width: calc((100% - 60px) / 3);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__brands-list li {
    width: calc((100% - 3vw) / 2);
  }
}
.page-top .l-point__brands-list li img {
  display: block;
  width: 100%;
  height: auto;
}
.page-top .l-point__benefits {
  margin-top: 72px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__benefits {
    margin-top: 12vw;
  }
}
.page-top .l-point__benefits-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__benefits-title {
    font-size: 5.13vw;
  }
}
.page-top .l-point__benefits-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--point-accent);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__benefits-title::after {
    width: 8vw;
    margin-top: 2.5vw;
  }
}
.page-top .l-point__benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
  max-width: calc(1080px + 8%);
  padding: 0 4%;
  margin: 36px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
    margin-top: 6vw;
  }
}
.page-top .l-point__benefits-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  padding: 10px 10px;
  border-radius: 5px;
  background: #FFC97F;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-point__benefits-list li {
    min-height: 14vw;
    padding: 2.9vw 2vw;
    border-radius: 1vw;
    font-size: 4.1vw;
    line-height: 1.3;
  }
}

/* ------------------------------------

l-message

------------------------------------ */
.page-top .l-message {
  padding: 136px 0 151px;
  background: url("../images/top/bg_message.jpg") center/cover no-repeat;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message {
    padding: 20vw 0 14vw;
  }
}
.page-top .l-message__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__container {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__container {
    width: 90%;
  }
}
.page-top .l-message__title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__title {
    font-size: 14.36vw;
  }
}
.page-top .l-message__inner {
  margin-top: 53px;
  padding: 65px 60px 70px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__inner {
    margin-top: 8vw;
    padding: 10vw 5vw 10vw;
  }
}
.page-top .l-message__item + .page-top .l-message__item {
  margin-top: 56px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__item + .page-top .l-message__item {
    margin-top: 10vw;
  }
}
.page-top .l-message__item:first-child {
  margin-bottom: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__item:first-child {
    margin-bottom: 12vw;
  }
}
.page-top .l-message__item-title {
  padding: 15px 20px;
  background: #1C99E6;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__item-title {
    padding: 3vw 3vw;
    font-size: 4.62vw;
  }
}
.page-top .l-message__item-body {
  display: flex;
  gap: 45px;
  margin-top: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__item-body {
    display: block;
    margin-top: 6vw;
  }
}
.page-top .l-message__profile {
  flex-shrink: 0;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-message__profile {
    max-width: min(336px, 23.33vw);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__profile {
    width: 100%;
  }
}
.page-top .l-message__photo {
  width: 100%;
}
.page-top .l-message__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top .l-message__name {
  margin-top: 16px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__name {
    margin-top: 3vw;
  }
}
.page-top .l-message__name .role {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__name .role {
    font-size: 4.1vw;
  }
}
.page-top .l-message__name .name {
  display: block;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__name .name {
    font-size: 4.62vw;
  }
}
.page-top .l-message__content {
  flex: 1;
  min-width: 0;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__content {
    margin-top: 6vw;
  }
}
.page-top .l-message__catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -6px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch {
    font-size: 5.64vw;
  }
}
.page-top .l-message__text {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.06;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text {
    margin-top: 4vw;
    font-size: 4.1vw;
    line-height: 1.9;
  }
}
.page-top .l-message__text p + p {
  margin-top: 1em;
}

/* ------------------------------------

l-flow

------------------------------------ */
.page-top .l-flow {
  padding: 148px 0 160px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow {
    padding: 17vw 0 23vw;
  }
}
.page-top .l-flow__container {
  max-width: calc(1080px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-flow__container {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__container {
    width: 90%;
  }
}
.page-top .l-flow__header {
  text-align: center;
}
.page-top .l-flow__en {
  color: #FF9C15;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__en {
    font-size: 14.36vw;
  }
}
.page-top .l-flow__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__title {
    margin-top: 2vw;
    font-size: 4.1vw;
  }
}
.page-top .l-flow__list {
  display: flex;
  align-items: stretch;
  gap: 44px;
  margin-top: 52px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__list {
    margin-top: 8vw;
    gap: 9vw;
    flex-wrap: wrap;
    width: 75vw;
    margin: 8vw auto 0;
  }
}
.page-top .l-flow__item {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-flow__item {
    flex: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__item {
    width: 100%;
  }
  .page-top .l-flow__item + .page-top .l-flow__item {
    margin-top: 8vw;
  }
}
.page-top .l-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -31px;
  z-index: 1;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #909090;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -5.5vw;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 7px 0;
    border-color: #909090 transparent transparent;
  }
}
.page-top .l-flow__item:nth-child(1) .l-flow__step {
  background: #FFC372;
}
.page-top .l-flow__item:nth-child(2) .l-flow__step {
  background: #FFB44E;
}
.page-top .l-flow__item:nth-child(3) .l-flow__step {
  background: #FFAB38;
}
.page-top .l-flow__item:nth-child(4) .l-flow__step {
  background: #FF9C15;
}
.page-top .l-flow__item-inner {
  height: 100%;
  border: 2px solid #909090;
  background: #fff;
  text-align: center;
  padding: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__item-inner {
    padding: 3vw;
  }
}
.page-top .l-flow__step {
  padding: 12px 8px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__step {
    font-size: 5.13vw;
    padding: 3vw 3vw;
  }
}
.page-top .l-flow__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-flow__label {
    min-height: 16vw;
    padding: 4vw 3vw 1.7vw;
    font-size: 4.62vw;
  }
}

/* ------------------------------------

l-job

------------------------------------ */
.page-top .l-job {
  padding: 0 0 100px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job {
    padding: 0 0 25vw;
  }
}
.page-top .l-job__container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-job__container {
    padding: 0 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__container {
    width: 90%;
  }
}
.page-top .l-job__header {
  text-align: center;
}
.page-top .l-job__en {
  color: #25BAEA;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__en {
    font-size: 14.36vw;
  }
}
.page-top .l-job__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__title {
    margin-top: 2vw;
    font-size: 4.1vw;
  }
}
.page-top .l-job__table {
  margin-top: 52px;
  word-break: break-all;
  background: #fff;
  padding: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__table {
    margin-top: 8vw;
    padding: 8vw 5vw;
  }
}
.page-top .l-job__row {
  display: flex;
  border-bottom: 1px solid #909090;
}
.page-top .l-job__row:first-child {
  border-top: 1px solid #909090;
}
.page-top .l-job__row dt {
  flex-shrink: 0;
  width: 178px;
  padding: 22px 16px;
  background: #E9F8FD;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__row dt {
    width: 28%;
    padding: 3.5vw 2vw;
    font-size: 3.85vw;
  }
}
.page-top .l-job__row dd {
  flex: 1;
  min-width: 0;
  padding: 20px 16px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__row dd {
    padding: 3.5vw 3vw;
    font-size: 3.85vw;
  }
}
.page-top .l-job__empty {
  margin-top: 52px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-job__empty {
    margin-top: 8vw;
    font-size: 3.85vw;
  }
}

/* ------------------------------------

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index {
  margin-bottom: 80px;
}
.page-top .l-news.page-system.page-system-index .list-page__list {
  float: none;
  width: 1200px;
  max-width: inherit;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list {
    width: 100%;
  }
}
.page-top .l-news.page-system.page-system-index .l-list {
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 80%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    width: 366px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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