@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
.main {
  overflow: hidden;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 70px 20px 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 8.21vw 7vw 0;
  }
}

.pageheading {
  padding-bottom: 71px;
  text-align: center;
}
.pageheading__title {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  position: relative;
  z-index: 10;
}
.pageheading__title i {
  display: block;
  margin-bottom: 26px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span svg.pc {
  display: inline-block !important;
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageheading {
    padding-bottom: 0;
  }
  .pageheading__title {
    padding: 0;
  }
  .pageheading__title i {
    margin-bottom: 3vw;
  }
  .pageheading__title span {
    font-size: 6.41vw;
  }
  .pageheading__title span svg {
    width: 100%;
  }
  .pageheading__title span svg.pc {
    display: none !important;
  }
  .pageheading__text {
    font-size: 3.85vw;
    line-height: 1.733;
    padding: 0;
    margin-top: 9.74vw;
    margin-bottom: 9.74vw;
    letter-spacing: 0.14em;
    text-align: center;
  }
}

.kv-lines {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1100px;
  transform: translateX(-50%);
  pointer-events: none;
}
.kv-item {
  position: absolute;
  will-change: transform, opacity;
}
.kv-left--01 {
  left: 0;
  top: 0px;
}
.kv-left--02 {
  left: 0px;
  top: 126px;
}
.kv-right--01 {
  right: 25px;
  top: 0px;
}
.kv-right--02 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv-lines {
    min-width: auto;
  }
  .kv-left--01 {
    left: 0;
    top: -9vw;
  }
  .kv-left--02 {
    left: 0px;
    top: 16vw;
  }
  .kv-right--01 {
    right: 0;
    top: -11vw;
  }
  .kv-right--02 {
    right: 0;
    top: 27vw;
  }
}

.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 5.13vw;
  }
}

.section-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14.3px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #484AFE;
  margin-bottom: 32px;
}
.section-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 5.13vw;
    padding: 2.33vw;
    margin-bottom: 5.13vw;
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
}

.navigation {
  background: #EAEAEA;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .navigation {
    padding: 11.03vw 4.62vw;
  }
}

.anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor-item {
  width: 254px;
  height: 119px;
  background: #fff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  position: relative;
}
.anchor-link {
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.anchor-link .arrow {
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.53885%208.5007C5.93463%209.09481%206.80755%209.09481%207.20333%208.5007L11.8308%201.55441C12.2735%200.889832%2011.7971%200%2010.9985%200H1.7437C0.9451%200%200.4687%200.88983%200.9114%201.55441L5.53885%208.5007Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateY(0);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19px;
  transition: transform 0.25s ease-out;
}
.anchor-link:hover .arrow {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .anchor {
    justify-content: space-between;
  }
  .anchor-item {
    font-size: 3.33vw;
    line-height: 1.538;
    width: 27.69vw;
    height: 23.85vw;
    border-radius: 4.1vw;
    margin: 0;
  }
  .anchor-link {
    padding: 0 0 3.85vw;
  }
  .anchor-link .arrow {
    width: 3.85vw;
    height: 3.33vw;
    bottom: 3.59vw;
  }
}

.grid {
  display: grid;
}
.grid--pc3col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 10;
}
.grid--pc2col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.grid--pc2col .card__title.--large {
  height: 78px;
}
.grid--pc2col .card__title.--large::before {
  height: 60px;
}
.grid--pc2col .card__text {
  padding: 22px 0 28px;
}
.grid--pc2col .card__btn {
  margin-top: auto;
  align-self: flex-end;
}
.grid--pc2col .grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid--lsize {
  max-width: 1168px;
}
.grid--single {
  max-width: 1000px;
  margin: 0 auto;
}
.grid--single .card__text {
  padding: 0;
}
.grid--single .card__btn {
  margin-top: 0;
}
.grid--single .card .external-arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 13px;
  height: 13px;
}
.grid--single .card__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 22px;
}
.grid--single .grid-item {
  padding: 28px 34px;
}
.grid__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  width: 100%;
  height: 69px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 5.13vw;
  }
  .grid--pc2col .card__text {
    padding: 3.59vw 0 4.87vw;
  }
  .grid--pc2col .card__btn {
    padding: 3.59vw 9.74vw 3.59vw 7.69vw;
  }
  .grid--single .card__text {
    padding-bottom: 2.05vw;
  }
  .grid--single .card__body {
    display: block;
    padding-top: 3.59vw;
  }
  .grid--single .card__btn {
    width: 43.59vw;
    float: right;
  }
  .grid__title {
    font-size: 3.33vw;
    line-height: 2.23;
    height: auto;
    margin-bottom: 3.85vw;
  }
  .grid__text {
    font-size: 3.33vw;
    line-height: 1.69;
  }
  .grid--recruit .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--recruit .grid__title i.arrow svg {
    vertical-align: middle;
  }
}

.card {
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  text-align: left;
  height: 100%;
  position: relative;
}
.card__note {
  margin-top: auto;
}
.card__title {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #EAEAEA;
  padding-left: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428;
  letter-spacing: 0.12em;
}
.card__title.--nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .card__title {
    font-size: clamp(0.9375rem, 0.3255rem + 1.275vw, 1.3125rem);
  }
}
.card__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: #484AFE;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.12em;
  padding: 22px 0 28px;
}
.card__text .small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.card__btn span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  margin-right: 0;
}
.card__btn i {
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 5.64vw 6.15vw;
    border-radius: 5.64vw;
  }
  .card__title {
    font-size: 5.38vw;
    padding-left: 4.1vw;
  }
  .card__text {
    font-size: 3.85vw;
  }
}

.linkBtn--coming {
  background: #d6d6d6;
  cursor: not-allowed;
  padding: 14px 34px;
}
.linkBtn--coming:hover i::before {
  content: none;
}
.linkBtn--coming span {
  color: #000;
}
.linkBtn--coming i.inline-arrow {
  background: none;
}
.linkBtn--coming i.inline-arrow::after {
  content: none !important;
}

.support {
  padding: 110px 20px;
  background: #F4F4F4;
}
.support-lists {
  gap: 24px;
  margin: 70px auto 0;
}
.support .card {
  padding: 28px 26px;
}
.support .card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-align: center;
  justify-content: center;
  padding: 0px 30px 18px 0;
}
.support .card__title .illust {
  margin-right: 10px;
}
.support .card__title::before {
  content: none;
}
.support .card__title .fukidashi {
  font-weight: 900;
  font-size: 13px;
  line-height: 1.52;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background: #1ABE71;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -58px;
  right: -45px;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .support .card__title {
    padding: 0px 0 18px 0;
    justify-content: flex-start;
  }
  .support .card__title .illust {
    margin-right: 0;
  }
  .support .card__title .fukidashi {
    top: -96px;
  }
}
.support .card__text {
  padding: 20px 0 5px;
}
.support .card__btn {
  margin-top: auto;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 12.82vw 6.15vw;
  }
  .support-lists {
    margin: 9.74vw auto 0;
  }
  .support .grid-item:not(:last-child) {
    margin-bottom: 10.26vw;
  }
  .support .card {
    padding: 6.15vw;
  }
  .support .card__title {
    font-size: 4.36vw;
    line-height: 1.35;
    padding: 0 7.69vw 4.62vw 0;
  }
  .support .card__title .fukidashi {
    font-size: 3.08vw;
    width: 20.77vw;
    height: 20.77vw;
    top: -10.77vw;
    right: -9.74vw;
  }
  .support .card__text {
    padding: 3.59vw 0 4.62vw;
  }
}

.appeals {
  background: #F4F4F4;
  padding: 0 20px 110px;
  text-align: center;
}
.appeals__image {
  text-align: center;
  max-width: 1168px;
  margin: 0 auto 50px;
}
.appeals__image img {
  width: 100%;
  height: auto;
}
.appeals .linkBtn {
  width: 310px;
  padding: 24px 6px 24px 0;
  border-radius: 60px;
  margin: 0 auto;
}
.appeals .linkBtn--innerarrow i {
  right: 35px;
  top: 50%;
}
.appeals .linkBtn span {
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .appeals {
    padding: 10.26vw 0 12.82vw;
    text-align: right;
  }
  .appeals .section-title, .appeals .section-text {
    margin-left: 6.15vw;
    margin-right: 6.15vw;
  }
  .appeals .appeals__image {
    width: max-content;
    margin-bottom: 6.15vw;
    animation: loop infinite linear 40s both;
  }
  .appeals .appeals__image img {
    max-width: none;
    display: block;
  }
  .appeals .linkBtn {
    width: auto;
    border-radius: 7.69vw;
    padding: 3.59vw 9.74vw 4.62vw 7.69vw;
    margin-right: 6.15vw;
  }
  .appeals .linkBtn i {
    right: 20px;
  }
}

.faq {
  background: #EAEAEA;
  padding: 110px 20px;
  text-align: center;
}
.faq .linkBtn {
  width: 310px;
  padding: 24px 6px 24px 0;
  border-radius: 60px;
  margin: 0 auto;
}
.faq .linkBtn--innerarrow i {
  right: 35px;
  top: 50%;
}
.faq .linkBtn span {
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 12.82vw 6.15vw;
    text-align: right;
  }
  .faq .linkBtn {
    width: auto;
    border-radius: 7.69vw;
    padding: 3.59vw 9.74vw 4.62vw 7.69vw;
  }
  .faq .linkBtn i {
    right: 20px;
  }
}

.accordion {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 6.67vw;
  }
}
.accordion-switch {
  width: 100%;
  padding: 18px 22.5px 18px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 3px solid #EAEAEA;
}
.accordion-switch span.icon {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #1ABE71;
  margin-right: 30px;
}
.accordion-switch {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.22em;
}
.accordion-switch i {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.46115%200.444598C6.06537%20-0.149514%205.19245%20-0.149516%204.79667%200.444596L0.169226%207.39089C-0.273497%208.05547%200.202924%208.94531%201.00147%208.94531L10.2563%208.94531C11.0549%208.94531%2011.5313%208.05547%2011.0886%207.3909L6.46115%200.444598Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  margin-left: auto;
}
.accordion-switch.active i {
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .accordion-switch {
    font-size: 3.85vw;
    letter-spacing: 0.12em;
    padding: 3.59vw 5.13vw 3.59vw 4.1vw;
    text-align: left;
  }
  .accordion-switch p {
    width: 83%;
  }
  .accordion-switch span.icon {
    font-size: 4.87vw;
    margin-right: 4.1vw;
  }
  .accordion-switch i.arrow {
    width: 3.33vw;
    height: 2.56vw;
  }
}
.accordion-content {
  width: 100%;
  background: #fff;
  padding: 24px 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.08em;
  text-align: justify;
  display: flex;
}
.accordion-content span.icon {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 30px;
  color: #484AFE;
}
.accordion-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion-content {
    font-size: 3.85vw;
    padding: 3.59vw 4.1vw;
  }
  .accordion-content p {
    width: 85%;
  }
  .accordion-content span.icon {
    font-size: 4.87vw;
    margin-right: 4.1vw;
  }
}
.accordion-content.active {
  display: flex;
  border-bottom: 3px solid #EAEAEA;
}

.information {
  background: #F4F4F4;
  padding: 110px 20px;
}
.information .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 20px;
}
.information .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 32px;
}
.information .grid + .title {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 12.82vw 6.15vw 20.51vw;
  }
  .information .title {
    font-size: 5.13vw;
    line-height: 1.5;
    margin-bottom: 4.1vw;
  }
  .information .text {
    font-size: 3.85vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 6.67vw;
  }
  .information .grid-item {
    padding: 0;
  }
  .information .grid + .title {
    margin-top: 23.08vw;
  }
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}