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

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

.pageheading {
  height: 315px;
  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;
  width: 72px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pageheading__subtitle {
    font-size: 4.62vw !important;
    display: block;
  }
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageheading {
    height: auto;
    padding-bottom: 12.82vw;
  }
  .pageheading__title {
    padding: 0;
  }
  .pageheading__title span {
    font-size: 6.41vw;
  }
  .pageheading__title svg {
    width: 100%;
  }
  .pageheading__text {
    font-size: 3.85vw;
    padding: 0;
    margin-top: 10.26vw;
    margin-bottom: 0;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.kv-lines.--lower {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1100px;
  transform: translateX(-50%);
  pointer-events: none;
}
.kv-lines.--lower .kv-item {
  position: absolute;
  will-change: transform, opacity;
}
.kv-lines.--lower .kv-left--01 {
  left: 37px;
  top: -40px;
}
.kv-lines.--lower .kv-left--02 {
  left: 0px;
  top: 0;
}
.kv-lines.--lower .kv-right--01 {
  right: 74px;
  top: -39px;
}
.kv-lines.--lower .kv-right--02 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv-lines.--lower {
    min-width: auto;
  }
  .kv-lines.--lower .kv-left--01 {
    left: 0;
    top: 0px;
  }
  .kv-lines.--lower .kv-left--02 {
    left: 0px;
    top: 6vw;
  }
  .kv-lines.--lower .kv-left--02 svg {
    width: 20vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--01 {
    right: -2vw;
    top: 0px;
  }
  .kv-lines.--lower .kv-right--01 svg {
    width: 28vw;
    height: auto;
  }
  .kv-lines.--lower .kv-right--02 {
    right: 0;
    top: 14vw;
  }
}

.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;
    font-feature-settings: "palt";
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
}

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

.anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 822px;
  margin: 0 auto;
}
.anchor:after {
  content: "";
  display: block;
  width: 254px;
}
.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;
  position: relative;
  margin-bottom: 30px;
}
.anchor-item--small {
  line-height: 1.2;
}
.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:after {
    content: "";
    display: block;
    width: 43.46vw;
  }
  .anchor-item {
    font-size: 3.33vw;
    line-height: 1.538;
    width: 43.46vw;
    height: 23.85vw;
    border-radius: 4.1vw;
    margin: 0 0 6.15vw 0;
  }
  .anchor-item--small {
    line-height: 1.3;
  }
  .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;
  }
}

.faq {
  background: #F4F4F4;
  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 7.69vw;
    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: 50px auto;
}
.accordion-switch {
  width: 100%;
  padding: 18px 22.5px 18px 30px;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.accordion-switch:not(:first-of-type) {
  border-top: 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;
    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;
  border-top: 3px solid #EAEAEA;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.08em;
  text-align: justify;
  display: flex;
}
.accordion-content a {
  text-decoration: underline;
}
.accordion-content a:hover {
  text-decoration: none;
}
.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;
}
.accordion + .section-title {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 6.67vw;
    margin-bottom: 6.67vw;
  }
  .accordion-switch {
    letter-spacing: 0.12em;
  }
  .accordion + .section-title {
    margin-top: 12.82vw;
  }
}