@charset "UTF-8";
:root {
  --color-brand: #F07700;
  --color-brand-sub: #FAC897;
  --color-brand-line: #F4D4B5;
  --color-brand-arrow: #F8D5B2;
  --color-bg-brand: #F7E3D0;
  --color-light: #FFFFFF;
  --color-dark: #171717;
  --color-gray: #F3F3F3;
  --color-darkgray: #D8D8D8;
  --color-text: #171717;
  --color-text-sub: #454545;
  --color-text-on-dark: #FFFFFF;
  --color-text-decoration: #F8F8F8;
}

main.lower.has-nav {
  position: relative;
  padding-left: clamp(170px, 16.6015625%, 200px);
}
@media (max-width: 1023px) {
  main.lower.has-nav {
    padding-top: 132px;
    padding-left: 0;
  }
}

section {
  scroll-margin-top: 110px;
}
@media (max-width: 1023px) {
  section {
    scroll-margin-top: 120px;
  }
}

.page-nav {
  width: clamp(170px, 16.6015625%, 200px);
  height: calc(100dvh - 110px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 800;
  background-color: var(--color-brand);
}
@media (max-width: 1023px) {
  .page-nav {
    width: 100%;
    height: auto;
    top: 60px;
    bottom: auto;
  }
}
.page-nav.is-scroll {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1023px) {
  .page-nav.is-scroll {
    position: fixed;
  }
}
.page-nav .nav__inner {
  padding: 42.5% 0 0 11%;
}
@media (max-width: 1023px) {
  .page-nav .nav__inner {
    width: 82.6666666667%;
    padding: 20px 0 20px;
    margin: 0 auto;
  }
}
.page-nav .page-title {
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .page-nav .page-title {
    position: relative;
  }
  .page-nav .page-title::before, .page-nav .page-title::after {
    content: "";
    width: 14px;
    height: 3px;
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    background-color: var(--color-light);
  }
  .page-nav .page-title::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
}
.page-nav .page-title--en {
  display: block;
  font-size: clamp(2.6rem, 2.5390625vw, 2.8rem);
  line-height: 1.2142857143;
}
@media (max-width: 1023px) {
  .page-nav .page-title--en {
    display: inline-block;
  }
}
.page-nav .page-title--ja {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .page-nav .page-title--ja {
    display: inline-block;
  }
}
.page-nav .nav__list {
  width: 95.5056179775%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .page-nav .nav__list {
    width: 100%;
    max-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    overflow-y: hidden;
    transform: translateY(0);
    transition: 0.3s;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .page-nav .nav__list .nav__item {
    width: 45.1612903226%;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-bottom: 1px solid var(--color-brand-sub);
    padding: 16px 0 4px;
  }
  .page-nav .nav__list .nav__item::before, .page-nav .nav__list .nav__item::after {
    content: "";
    width: 1px;
    height: 7px;
    display: block;
    position: absolute;
    right: 7.5px;
    bottom: 13px;
    background-color: var(--color-brand-sub);
    transform-origin: 50% calc(100% - 0.5px);
    pointer-events: none;
  }
  .page-nav .nav__list .nav__item::before {
    transform: translateX(-0.5px) rotate(50deg);
  }
  .page-nav .nav__list .nav__item::after {
    transform: translateX(-0.5px) rotate(-50deg);
  }
}
.page-nav .nav__list .nav__item .nav__anchor-link {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-brand-sub);
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .page-nav .nav__list .nav__item .nav__anchor-link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    color: var(--color-light);
    padding-right: 18px;
  }
}
.page-nav .nav__list .nav__item .nav__anchor-link:hover, .page-nav .nav__list .nav__item .nav__anchor-link.is-current {
  color: var(--color-text-on-dark);
}
.page-nav .nav__list .nav__item .nav__anchor-link > span {
  display: inline-block;
}
@media (max-width: 1023px) {
  .page-nav.is-open .page-title::after {
    transform: rotate(0deg);
  }
  .page-nav.is-open .nav__list {
    max-height: 92px;
    margin-top: 8px;
  }
}

.info {
  padding-bottom: 160px;
}
@media (max-width: 1023px) {
  .info {
    padding-bottom: 140px;
  }
}
.info .point {
  width: clamp(700px, 89.6551724138%, 1300px);
  padding: 120px 0 160px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .info .point {
    width: clamp(320px, 94.6666666667%, 600px);
    padding: 60px 0 100px;
  }
}
.info .oneday {
  width: clamp(700px, 90.9090909091%, 1500px);
  background-color: var(--color-gray);
  border-radius: 40px;
  padding: 115px 0 120px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .info .oneday {
    width: clamp(320px, 94.6666666667%, 600px);
    padding: 60px 0;
  }
}
.info .registration {
  width: 828px;
  width: clamp(800px, 78.125vw, 828px);
  padding: 160px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .info .registration {
    width: clamp(310px, 85.3333333333%, 500px);
    padding: 100px 0 60px;
  }
}
.info .qa {
  width: clamp(700px, 90.9090909091%, 1500px);
  background-color: var(--color-gray);
  border-radius: 40px;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .info .qa {
    width: clamp(320px, 94.6666666667%, 600px);
    border-radius: 20px;
    padding: 60px 0 60px;
  }
}

.job__link {
  width: clamp(120px, 18vw, 216px);
  aspect-ratio: 1;
  position: fixed;
  bottom: 2.8645833333vw;
  right: 2.6041666667%;
  z-index: 700;
  background-color: var(--color-brand);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .job__link {
    bottom: 20px;
    right: 4.8%;
  }
}
.job__link-text {
  width: 90.2777777778%;
  aspect-ratio: 1;
  font-size: 2rem;
  font-size: clamp(1.3rem, 1.6666666667vw, 2rem);
  color: var(--color-text-on-dark);
  border: 2px solid var(--color-light);
  border-radius: 50%;
}
.job__link.is-scroll {
  position: absolute;
  bottom: 2.8645833333vw;
}
@media (max-width: 1023px) {
  .job__link.is-scroll {
    bottom: 20px;
  }
}

.point__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 105px;
  margin-top: 125px;
}
@media (max-width: 1023px) {
  .point__contents {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 60px;
    margin-top: 70px;
  }
}
.point__content {
  width: 46.1538461538%;
  min-height: 775px;
  position: relative;
  background-color: var(--color-light);
  border: 2px solid var(--color-brand);
  border-radius: 20px;
  padding: 56px 0 46px;
}
@media (max-width: 1023px) {
  .point__content {
    width: 100%;
    min-height: 0;
    padding: 53px 0 60px;
  }
}
.point__label {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-weight: 500;
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
  border-radius: 24px;
}
.point__label .point__label-num {
  font-size: 3.4rem;
  margin-left: 9px;
}
.point__heading {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 2.1818181818vw, 3.2rem);
  line-height: 1.4375;
  color: var(--color-brand);
  white-space: pre;
}
@media (max-width: 1023px) {
  .point__heading {
    width: clamp(320px, 91.1680911681%, 400px);
    line-height: 1.5833333333;
    margin: 0 auto;
  }
}
.point__img {
  width: 83.3333333333%;
  margin: 33px auto 0;
}
@media (max-width: 1023px) {
  .point__img {
    width: clamp(320px, 91.1680911681%, 400px);
  }
}
.point__img--02 {
  width: 332px;
  margin: 25px auto 0;
}
@media (max-width: 1023px) {
  .point__img--02 {
    width: 320px;
  }
}
.point__desc {
  margin-top: 53px;
}
@media (max-width: 1023px) {
  .point__desc {
    width: clamp(320px, 91.1680911681%, 400px);
    margin: 33px auto 0;
  }
}
.point__desc .point__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8%;
}
@media (max-width: 1023px) {
  .point__desc .point__item {
    gap: 14px;
  }
}
.point__desc .point__item:not(:first-child) {
  margin-top: 26px;
}
@media (max-width: 1023px) {
  .point__desc .point__item:not(:first-child) {
    margin-top: 30px;
  }
}
.point__desc .point__item-title {
  width: clamp(90px, 8.7890625vw, 110px);
  height: clamp(90px, 8.7890625vw, 110px);
  display: block;
  font-size: 2rem;
  line-height: clamp(90px, 8.7890625vw, 110px);
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
  border-radius: 50%;
}
.point__desc .point__item-text {
  width: 63.4%;
  letter-spacing: 0;
  font-size: clamp(1.6rem, 1.4545454545vw, 1.8rem);
}
@media (max-width: 1023px) {
  .point__desc .point__item-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.point__text {
  width: 83.3333333333%;
  margin: 30px auto 0;
}
.point__text--03, .point__text--04 {
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .point__text {
    width: 91.1680911681%;
    width: clamp(320px, 91.1680911681%, 400px);
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .point__text--03 {
    letter-spacing: 0.05em;
  }
  .point__text--04 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.oneday__inner {
  width: clamp(680px, 87%, 1044px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .oneday__inner {
    width: clamp(318px, 90.985915493%, 400px);
  }
}
.oneday__contents {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .oneday__contents {
    margin-top: 50px;
  }
}
.oneday__content {
  display: flex;
  column-gap: 34px;
}
@media (max-width: 1023px) {
  .oneday__content {
    column-gap: 16px;
  }
}
.oneday__content:not(:last-child) {
  padding-bottom: 18px;
}
.oneday__time-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
}
.oneday__time {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120px;
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .oneday__time {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1023px) {
  .oneday__time {
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    line-height: 90px;
  }
}
.oneday__deco-line {
  width: 2px;
  height: 167px;
  display: block;
  position: relative;
  background-color: var(--color-brand);
}
@media (max-width: 1280px) {
  .oneday__deco-line {
    height: 214px;
  }
}
@media (max-width: 1200px) {
  .oneday__deco-line {
    height: 203px;
  }
}
@media (max-width: 1023px) {
  .oneday__deco-line {
    height: 316px;
  }
}
.oneday__deco-line::before, .oneday__deco-line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-brand);
  border-radius: 50%;
}
.oneday__deco-line::before {
  top: 0;
}
.oneday__deco-line::after {
  bottom: 0;
}
.oneday__wrap {
  width: calc(100% - 120px - 34px);
  display: flex;
  column-gap: 7.0881226054%;
  padding-top: 24px;
}
@media (max-width: 1200px) {
  .oneday__wrap {
    width: calc(100% - 100px - 34px);
  }
}
@media (max-width: 1023px) {
  .oneday__wrap {
    width: calc(100% - 90px - 16px);
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-end;
    column-gap: 0;
    row-gap: 20px;
    padding-top: 0;
  }
}
.oneday__wrap .oneday__text-wrap {
  width: calc(100% - 320px - 7.0881226054%);
}
@media (max-width: 1200px) {
  .oneday__wrap .oneday__text-wrap {
    width: calc(100% - 280px - 7.0881226054%);
  }
}
@media (max-width: 1023px) {
  .oneday__wrap .oneday__text-wrap {
    width: 100%;
  }
}
.oneday__wrap .oneday__text-wrap .oneday__heading {
  font-size: 2.6rem;
  line-height: 1;
  color: var(--color-brand);
  padding-top: 0.8846153846em;
}
@media (max-width: 1200px) {
  .oneday__wrap .oneday__text-wrap .oneday__heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .oneday__wrap .oneday__text-wrap .oneday__heading {
    padding-top: 0;
  }
}
.oneday__wrap .oneday__text-wrap .oneday__desc {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .oneday__wrap .oneday__text-wrap .oneday__desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .oneday__wrap .oneday__text-wrap .oneday__desc {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 11px;
  }
}
.oneday__wrap .oneday__img {
  width: 320px;
}
@media (max-width: 1200px) {
  .oneday__wrap .oneday__img {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .oneday__wrap .oneday__img {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .registration .registration__title .title--en {
    display: block;
    text-align: center;
  }
}
.registration__flow {
  margin-top: 96px;
}
@media (max-width: 1023px) {
  .registration__flow {
    margin-top: 50px;
  }
}
.registration__flow .flow__item {
  width: 100%;
  background-color: var(--color-brand);
  border-radius: 20px;
  padding: 19px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item {
    border-radius: 10px;
  }
}
.registration__flow .flow__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.registration__flow .flow__item.u-arrow-bottom::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 20px));
  background-color: var(--color-brand-arrow);
}
@media (max-width: 1023px) {
  .registration__flow .flow__item.u-arrow-bottom::after {
    transform: translate(-50%, calc(50% + 14px));
  }
}
.registration__flow .flow__item .flow__head {
  display: flex;
  align-items: baseline;
  column-gap: 38px;
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__head {
    column-gap: 14px;
    font-size: 1.8rem;
  }
}
.registration__flow .flow__item .flow__head .flow__step {
  width: 120px;
  line-height: 62px;
  color: var(--color-brand);
  background-color: var(--color-light);
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__head .flow__step {
    width: 95px;
    line-height: 42px;
  }
}
.registration__flow .flow__item .flow__head .flow__title {
  line-height: 1;
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__head .flow__title {
    width: calc(100% - 95px - 14px);
    line-height: 1.6666666667;
  }
}
.registration__flow .flow__item .flow__body {
  width: 694px;
  display: flex;
  justify-content: space-between;
  padding: 37px 0 19px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body {
    width: clamp(280px, 87.5%, 330px);
    flex-direction: column;
    row-gap: 60px;
  }
}
.registration__flow .flow__item .flow__body .flow__block {
  width: 330px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block {
    width: 100%;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__block-head {
  font-size: 2rem;
  line-height: 56px;
  color: var(--color-brand);
  background-color: var(--color-light);
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__block-head {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  background-color: var(--color-light);
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card {
    height: auto;
    padding: 18px 0;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card:nth-of-type(1) {
  border-radius: 0px 0px 10px 10px;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card:nth-of-type(1) {
    margin-top: 4px;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card:not(:first-child):not(:last-child) {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card:not(:first-child):not(:last-child) {
    margin-bottom: 32px;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card:not(:first-child):not(:last-child)::after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  position: absolute;
  bottom: -24px;
  transform: translateY(50%);
  background-color: var(--color-light);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card:not(:first-child):not(:last-child)::after {
    bottom: -16px;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card .flow__desc {
  width: 264px;
  font-size: 2rem;
  line-height: 1.5;
  margin: auto;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card .flow__desc {
    width: 85.7142857143%;
    font-size: 1.6rem;
  }
}
.registration__flow .flow__item .flow__body .flow__block .flow__card .flow__desc .flow__note {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 1023px) {
  .registration__flow .flow__item .flow__body .flow__block .flow__card .flow__desc .flow__note {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.registration__note {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 1023px) {
  .registration__note {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}
.registration__note .note__item::before {
  content: "※";
}
.registration__link {
  margin: 90px auto 0;
}
@media (max-width: 1023px) {
  .registration__link {
    margin: 30px auto 0;
  }
}

.qa__inner {
  width: clamp(700px, 86.9565217391%, 1000px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .qa__inner {
    width: 90.1408450704%;
  }
}
.qa__contents {
  margin-top: 84px;
}
@media (max-width: 1023px) {
  .qa__contents {
    margin-top: 50px;
  }
}
.qa__item {
  width: 100%;
  overflow: hidden;
  background-color: var(--color-light);
  border-radius: 20px;
  padding-left: 47px;
  padding-right: 93px;
}
@media (max-width: 1150px) {
  .qa__item {
    padding-left: 35px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .qa__item {
    border-radius: 10px;
    padding-left: 14px;
  }
}
.qa__item:not(:first-child) {
  margin-top: 20px;
}
.qa__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 28px 0;
}
@media (max-width: 1023px) {
  .qa__question {
    align-items: baseline;
    gap: 17px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 19px 0 26px;
  }
}
.qa__question::before {
  content: "Q";
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 4rem;
  color: var(--color-brand);
}
@media (max-width: 1023px) {
  .qa__question::before {
    position: relative;
    top: 3px;
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
}
.qa__question::after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: -50px;
  background-color: var(--color-darkgray);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: 0.5s;
}
@media (max-width: 1023px) {
  .qa__question::after {
    right: -40px;
  }
}
@media (max-width: 1023px) {
  .qa__question::after {
    top: calc(50% - 3px);
  }
}
.qa__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.qa__answer-text {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding: 6px 0 42px;
}
@media (max-width: 1023px) {
  .qa__answer-text {
    gap: 19px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 6px 0 42px;
  }
}
.qa__answer-text::before {
  content: "A";
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .qa__answer-text::before {
    position: relative;
    top: 3px;
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
}
.qa__item.is-active .qa__question::after {
  transform: rotate(180deg);
}/*# sourceMappingURL=page-info.css.map */