@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: 13.33vw 6.15vw 0;
  }
}

.pageheading {
  padding-bottom: 89px;
  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;
}
.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 {
    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 {
  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: 29px;
  top: 0px;
}
.kv-left--02 {
  left: 0px;
  top: 110px;
}
.kv-right--01 {
  right: 3px;
  top: 0px;
}
.kv-right--02 {
  right: 0;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .kv-lines {
    min-width: auto;
  }
  .kv-left--01 {
    left: 0;
    top: 0px;
  }
  .kv-left--02 {
    left: 0px;
    top: 16vw;
  }
  .kv-left--02 svg {
    width: 20vw;
    height: auto;
  }
  .kv-right--01 {
    right: -2vw;
    top: 0px;
  }
  .kv-right--01 svg {
    width: 28vw;
    height: auto;
  }
  .kv-right--02 {
    right: 0;
    top: 19vw;
  }
}

.anchors {
  padding-block: 56px;
  background-color: #EAEAEA;
}
@media screen and (max-width: 768px) {
  .anchors {
    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: 16px;
  line-height: 1.5;
  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: 19px;
  height: 14.25px;
  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: 13px;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  .anchor {
    justify-content: space-between;
  }
  .anchor-item {
    font-size: 2.56vw;
    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;
  }
}

.card {
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: clamp(1.25rem, 1rem + 0.8vw, 1.75rem) clamp(1.5rem, 1.2rem + 1vw, 2.125rem);
  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.3;
  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: 44%;
  background: #484AFE;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  translate: 0 -50%;
}
.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;
  }
}

.grid {
  display: grid;
}
.grid--pc3col {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 10;
}
.grid--pc3col .grid-item {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 14px 32px 20px;
  text-align: left;
}
.grid--pc2col {
  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;
}

.note {
  padding: 16px 16px 25px;
  height: 100%;
  background: #F4F4FF;
  border-radius: 17px;
}
.note-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.12em;
  color: #484AFE;
  margin-bottom: 12px;
}
.note-lists {
  padding-left: 5px;
}
.note-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.note-item .check {
  vertical-align: 3px;
}
@media screen and (max-width: 768px) {
  .note {
    padding: 4.1vw 6.67vw 6.41vw;
    border-radius: 4.36vw;
  }
  .note-title {
    font-size: 3.85vw;
    line-height: 1.733;
    text-align: center;
    margin-bottom: 3.08vw;
  }
  .note-lists {
    padding: 0;
  }
  .note-item {
    font-size: c;
  }
}

.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-inner {
  margin-inline: auto;
  width: 90%;
  max-width: 1168px;
}
.section-title {
  max-width: 1000px;
  margin: 0 auto;
  height: 66px;
  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;
}
.section-box {
  text-align: center;
}
.section-box > p {
  display: inline-block;
  padding: 13px 32px;
  background-color: #E3E3E3;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-box > p > a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .section-inner {
    width: 87.69vw;
  }
  .section-title {
    font-size: 5.13vw;
    height: 12.31vw;
    margin-bottom: 5.13vw;
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
  .section-box {
    text-align: left;
  }
  .section-box > p {
    padding: 6.15vw 4.62vw;
    font-size: 3.33vw;
    line-height: 1.54;
    letter-spacing: 0.06em;
    text-align: left;
  }
  .section-box > p > a {
    text-decoration: underline;
  }
}

.service {
  padding-block: 110px;
  background-color: #F4F4F4;
}
.service-lists {
  display: flex;
  align-items: stretch;
  column-gap: 16px;
}
.service-item {
  flex: 1;
  border-radius: 22px;
  background-color: #fff;
}
.service-item--double {
  flex: 2;
}
.service-item__inner {
  display: flex;
}
.service-item__box {
  position: relative;
  padding: 24px 25px 20px;
}
.service-item__box:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 3px;
  height: 72.58%;
  background-color: #EAEAEA;
}
.service-item__box--double {
  width: 50%;
}
.service-item__box--event {
  flex: 1;
}
.service-item__titlebox {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.service-item__titlebox .illust {
  flex-shrink: 0;
  max-width: 69px;
  width: 31%;
  aspect-ratio: 69/60;
}
.service-item__titlebox .illust svg {
  width: 100%;
  height: 100%;
}
.service-item__subtitle {
  padding-block: 2px;
  max-width: 170px;
  min-width: 110px;
  border-radius: 30px;
  background-color: #1ABE71;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
}
.service-item__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.service-item__text {
  margin-top: 27px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.12em;
  text-align: justify;
}
.service-item__btnbox {
  text-align: right;
}
.service-item .linkBtn {
  margin-top: 17px;
}
.service-item .linkBtn--innerarrow--s {
  padding: 9px 38px 13px 30px;
}
.service-item .linkBtn span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-block: 12.82vw;
  }
  .service-lists {
    display: grid;
    gap: 6.67vw;
  }
  .service-item {
    border-radius: 5.64vw;
  }
  .service-item__inner {
    display: block;
  }
  .service-item__box {
    padding: 5.64vw 5.64vw 8.21vw;
  }
  .service-item__box:nth-of-type(2)::before {
    left: 50%;
    top: 0;
    translate: -50% 0;
    width: 67.69vw;
    height: 0.77vw;
  }
  .service-item__box--double {
    width: 100%;
  }
  .service-item__subtitle {
    padding-block: 0.51vw;
    width: 31.79vw;
    border-radius: 7.69vw;
    font-size: 3.08vw;
  }
  .service-item__title {
    margin-top: 4.1vw;
    font-size: 5.38vw;
  }
  .service-item__text {
    margin-top: 3.08vw;
    font-size: 3.85vw;
  }
  .service-item .linkBtn {
    margin-top: 3.08vw;
  }
  .service-item .linkBtn--innerarrow--s {
    padding: 2.05vw 9.74vw 3.59vw 7.69vw;
  }
  .service-item .linkBtn span {
    font-size: 3.33vw;
  }
}

.what {
  padding-block: 110px;
  background-color: #F4F4F4;
}
.what-lists {
  column-gap: 24px;
  margin-top: 50px;
}
.what-lists .card__title {
  padding-left: 0;
  padding-bottom: 18px;
  flex-wrap: nowrap;
}
.what-lists .card__title svg {
  width: clamp(40px, 5vw, 61px);
  flex-shrink: 0;
}
.what-lists .card__title.--large {
  padding-bottom: 13px;
}
.what-lists .card__title .illust {
  margin-right: 10px;
}
.what-lists .card__title:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .what {
    padding-block: 12.82vw;
  }
  .what-lists {
    grid-template-columns: 1fr;
    gap: 6.15vw;
    column-gap: 6.15vw;
    margin-top: 6.67vw;
  }
  .what .card__title {
    letter-spacing: 0.05em;
    padding-bottom: 4.62vw;
  }
  .what .card__title.--large {
    padding-bottom: 4.62vw;
  }
  .what .card__title .illust {
    width: 15.38vw;
    margin-right: 1vw;
  }
  .what .card__title .illust svg {
    width: 100%;
  }
}

.flow {
  padding-block: 70px 80px;
  background-color: #EAEAEA;
}
.flow-item {
  background: #fff;
  display: grid;
  grid-template-columns: 100px 1fr;
  position: relative;
}
.flow-item:not(:first-of-type) .flow__step {
  position: relative;
}
.flow-item:not(:first-of-type) .flow__step::after {
  position: absolute;
}
.flow-item:not(:last-of-type) .flow__content {
  border-bottom: 3px solid #EAEAEA;
}
.flow__step {
  color: #fff;
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background: #1ABE71;
}
.flow__step:not(:last-of-type):after {
  content: "";
  width: 100px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../images/common/step_arrow.svg) no-repeat center bottom;
  z-index: 1;
  bottom: -25px;
}
.flow__step--01 .flow__step-label {
  margin-top: 10px;
}
.flow__step--04:before, .flow__step--04:after {
  content: none !important;
}
.flow__step-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.353;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  z-index: 20;
  margin: 29px 0 0;
}
.flow__step .illust {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
}
.flow__icon {
  z-index: 20;
}
.flow__content {
  padding: 16px 0 0 12px;
  margin: 0 32px 0 20px;
  text-align: left;
  height: 130px;
}
.flow__heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.353;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 12.82vw;
  }
  .flow-lists {
    margin-top: 9.74vw;
  }
  .flow__step {
    height: auto;
    align-items: flex-start;
  }
  .flow__step::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260'%3E%3Cpath d='M0 0L50 23L100 0V237.143L50 260L0 237.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    height: 68vw;
  }
  .flow__step-label {
    font-size: 4.36vw;
  }
  .flow__step .illust {
    margin-top: 7.69vw;
    margin-bottom: 2.31vw;
  }
  .flow__step--01 + .flow__content {
    height: 62vw;
  }
  .flow__step--01::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260'%3E%3Cpath d='M0 0H100V237.143L50 260L0 237.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 68vw;
  }
  .flow__step--02 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--02 + .flow__content {
    height: 62vw;
  }
  .flow__step--02::after {
    height: 68vw;
  }
  .flow__step--03 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--03 + .flow__content {
    height: 62vw;
  }
  .flow__step--03::after {
    height: 68vw;
  }
  .flow__step--04 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--04 + .flow__content {
    height: 59vw;
  }
  .flow__step--04::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 232'%3E%3Cpath d='M0 0L50 23L100 0V231.143L50 231L0 231.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 60vw;
  }
  .flow__content {
    height: auto;
    margin: 0;
    padding: 7.69vw 0 9.74vw;
    margin: 0 5.13vw;
  }
  .flow__heading {
    font-size: 4.36vw;
    margin-bottom: 3.59vw;
  }
}

.support {
  padding-top: 110px;
  background-color: #F4F4F4;
}
.support-lists {
  margin-top: 32px;
}
.support-circle {
  display: grid;
  place-items: center;
  position: absolute;
  top: -35px;
  right: -22px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #1ABE71;
  z-index: 1;
}
.support-circle__text {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
.support .card__title {
  width: 84.5%;
}
.support .card__text {
  padding-bottom: 18px;
}
.support__btnbox {
  text-align: right;
}
.support__btnbox .linkBtn--innerarrow--s {
  padding: 9px 27px 13px 27px;
}
.support__btnbox .linkBtn span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .support {
    padding-top: 12.82vw;
  }
  .support-lists {
    margin-top: 6.67vw;
  }
  .support-circle {
    top: -8.21vw;
    right: -3.85vw;
    width: 19.23vw;
    height: 19.23vw;
  }
  .support-circle__text {
    font-size: 3.08vw;
    line-height: 1.41;
    letter-spacing: 0;
  }
  .support .card__title {
    width: 100%;
  }
  .support .card__text {
    padding-bottom: 2.05vw;
  }
  .support__btnbox {
    text-align: right;
  }
  .support__btnbox .linkBtn--innerarrow--s {
    padding: 2.56vw 6.92vw 3.08vw 6.92vw;
  }
  .support__btnbox .linkBtn span {
    font-size: 3.33vw;
  }
}

.qa {
  padding-block: 110px;
  background-color: #F4F4F4;
}
.qa__lead {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
}
.qa__btnbox {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  text-align: center;
}
.qa__btnbox .linkBtn--innerarrow--l:first-of-type {
  padding: 22px 80px 26px 91px;
}
.qa__btnbox .linkBtn--innerarrow--l:last-of-type {
  padding: 12px 90px 0 90px;
}
.qa__btnbox .linkBtn--innerarrow--l:last-of-type span.small {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-block: 12.82vw;
  }
  .qa__lead {
    margin-top: 4.1vw;
    font-size: 3.85vw;
    text-align: left;
  }
  .qa__btnbox {
    flex-direction: column;
    row-gap: 6.67vw;
    column-gap: 0;
    margin: 6.67vw auto 0;
    width: 61.03vw;
  }
  .qa__btnbox .linkBtn--innerarrow--l:first-of-type {
    padding: 3.59vw 6.92vw 4.1vw 6.92vw;
  }
  .qa__btnbox .linkBtn--innerarrow--l:last-of-type {
    padding: 3.08vw 11.54vw 0 11.54vw;
    border-radius: 17.95vw;
  }
  .qa__btnbox .linkBtn--innerarrow--l:last-of-type span.small {
    font-size: 3.59vw;
    margin: 1.28vw 0 0;
  }
}

.accordion {
  margin-block: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 0.77vw;
  }
}
.accordion-btn {
  width: 100%;
  padding: 18px 22.5px 18px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.22em;
  cursor: pointer;
  border-bottom: 3px solid #F4F4F4;
}
.accordion-btn .accordion__q {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #1ABE71;
}
.accordion-btn .accordion__q-text {
  margin-left: 30px;
}
.accordion-btn 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);
}
@media screen and (max-width: 768px) {
  .accordion-btn {
    padding: 3.59vw 4.1vw;
    font-size: 3.85vw;
  }
  .accordion-btn__inner {
    display: flex;
    align-items: center;
    column-gap: 4.1vw;
  }
  .accordion-btn .accordion__q {
    font-size: 4.87vw;
  }
  .accordion-btn .accordion__q-text {
    margin-left: 0;
    font-size: 3.85vw;
    letter-spacing: 0.12em;
  }
  .accordion-btn i {
    width: 3.33vw;
    height: 2.56vw;
  }
}
.accordion-btn.active i {
  transform: rotate(0);
}
.accordion-btn.active + .accordion-content {
  display: flex;
  border-bottom: 3px solid #F4F4F4;
}
.accordion-content {
  display: none;
  width: 100%;
  background: #fff;
  padding: 24px 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.08em;
  text-align: justify;
}
.accordion-content .accordion__a {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 30px;
  color: #484AFE;
}
.accordion-content .accordion__a-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.08em;
  text-align: justify;
}
.accordion-content .accordion__a-text > a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .accordion-content {
    padding: 3.59vw 4.1vw;
    font-size: 3.85vw;
    letter-spacing: 0.12em;
  }
  .accordion-content .accordion__a {
    font-size: 4.87vw;
    margin-right: 4.1vw;
  }
  .accordion-content .accordion__a-text {
    width: 85%;
    font-size: 3.85vw;
  }
}

.registration {
  padding-block: 110px;
  background-color: #F4F4F4;
}
.registration .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.registration-lists {
  margin-top: 40px;
}
.registration__btnbox {
  place-content: end;
  text-align: right;
}
.registration__btnbox .linkBtn--innerarrow--s {
  padding: 8px 27px 13px 27px;
}
.registration__btnbox .linkBtn span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .registration {
    padding-block: 0 20.51vw;
  }
  .registration .flex {
    flex-direction: column;
    align-items: end;
    row-gap: 2.05vw;
  }
  .registration-lists {
    margin-top: 6.67vw;
  }
  .registration .card__text {
    padding: 3.59vw 0;
  }
  .registration__btnbox {
    margin-top: 2.05vw;
  }
  .registration__btnbox .linkBtn--innerarrow--s {
    padding: 2.56vw 6.92vw 3.08vw 6.92vw;
  }
  .registration__btnbox .linkBtn span {
    font-size: 3.33vw;
  }
}/*# sourceMappingURL=guide_corporate.css.map */