/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #292C41;
  width: 100vw;
}

body {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #292C41;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Outfit", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72em;
  background: #00FFF2;
  padding: 0.9em 4em;
  color: #FFF;
  font-feature-settings: "halt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.025em;
  border-radius: 9999px;
  background: var(--Orange, linear-gradient(93deg, #FE8B03 10.75%, #FE5D03 84.21%));
  transition: opacity 0.3s;
}
.btn-wrap .btn svg {
  width: 1em;
}

.--hover {
  transition: opacity 0.3s;
}
.--hover:hover {
  opacity: 0.8;
}

.fadeUpTrigger.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: rotate(180deg);
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
  transform: translateY();
}

.--hover {
  transition: 0.3s;
}
.--hover:hover {
  opacity: 0.8;
}

.contact-btn {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 24px 55px 24px 28px;
  background: #3A55DC;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.contact-btn span {
  color: #292C41;
  display: inline-block;
  font-feature-settings: "calt" off;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  border-radius: 5px;
  background: #E3EC3D;
  padding: 4px 6px;
  margin-top: 5px;
}
.contact-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  border-radius: 0;
  background: #2A3EA3;
}
.contact-btn::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/contain;
  aspect-ratio: 5.826/11.652;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}

.section-title {
  text-align: center;
}
.section-title .section-title__sub {
  color: #3A55DC;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.section-title .section-title__main {
  margin-top: 15px;
  font-feature-settings: "palt" on;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title .section-title__main .small {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.section-title .section-title__main .accent {
  color: #3A55DC;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  padding-left: 30px;
  padding-right: 30px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(61, 51, 120, 0.08);
}
.p-header .logo {
  width: 270px;
}
.p-header .menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-header .menu-list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.p-header .menu-list li a.contact-btn-header {
  border-radius: 9999px;
  background: #3A55DC;
  color: #fff;
  padding: 15px 28px 17px;
}
.p-header .menu-list li a.contact-btn-header .--easy {
  display: none;
}
.p-header .ham-btn {
  display: none;
}

@media (max-width: 1420px) {
  .p-header .menu-wrap {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 20px 25px;
    text-align: center;
  }
  .p-header .menu-wrap.js-active {
    display: block;
  }
  .p-header .menu-list {
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header .menu-list li {
    width: 100%;
    text-align: left;
  }
  .p-header .menu-list li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 1em;
    position: relative;
  }
  .p-header .menu-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: linear-gradient(105deg, #62A1FF 10.22%, #455FE4 77.03%);
  }
  .p-header .menu-list li a.contact-btn-header {
    overflow: hidden;
    border-radius: 4px;
    padding: 20px 0px 20px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6.8px;
    color: #FFF;
    font-size: 19.42px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.194px;
    text-transform: capitalize;
  }
  .p-header .menu-list li a.contact-btn-header .--easy {
    color: #292C41;
    display: inline-block;
    font-feature-settings: "calt" off;
    font-size: 12.623px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.126px;
    text-transform: capitalize;
    border-radius: 4.855px;
    background: #E3EC3D;
    padding: 1.942px 5.826px 3.884px 5.826px;
  }
  .p-header .menu-list li a.contact-btn-header::before {
    content: "";
    left: initial;
    right: 0;
    top: 0;
    transform: initial;
    width: 21.362px;
    height: 100%;
    border-radius: 0;
    background: #2A3EA3;
  }
  .p-header .menu-list li a.contact-btn-header::after {
    content: "";
    background: url(../img/arrow.svg) no-repeat center center/contain;
    aspect-ratio: 5.826/11.652;
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
  }
  .p-header .ham-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
  }
  .p-header .ham-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3A55DC;
    transition: 0.3s;
  }
  .p-header .ham-btn span:nth-child(1) {
    top: 0;
  }
  .p-header .ham-btn span:nth-child(2) {
    top: 11px;
  }
  .p-header .ham-btn span:nth-child(3) {
    top: 22px;
  }
  .p-header .ham-btn.js-active span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }
  .p-header .ham-btn.js-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header .ham-btn.js-active span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
  }
}
/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  overflow: hidden;
  position: relative;
  background: url(../img/mv-bg.webp) no-repeat center right calc((100vw - 1060px) / 2 + 135px)/auto 100%;
}
.p-mv .bg span:nth-child(1) {
  width: calc(424px + (100vw - 1060px) / 2);
  height: 100%;
  background: linear-gradient(105deg, #62A1FF 10.22%, #455FE4 77.03%);
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(244px 0%, 100% 0, 100% 100%, 0% 100%);
}
.p-mv .bg span:nth-child(2) {
  width: calc(524px + (100vw - 1060px) / 2);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(195deg, #3D9FFC -11.88%, rgba(69, 95, 228, 0) 87.58%);
  clip-path: polygon(244px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.p-mv .bg span:nth-child(3) {
  width: 574px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 1060px) / 2 + 1060px - 200px);
  background: linear-gradient(199deg, #3A54DA -4.17%, rgba(69, 95, 228, 0) 88.44%);
  clip-path: polygon(244px 0%, 100% 0%, calc(100% - 244px) 100%, 0% 100%);
}
.p-mv .l-inner {
  position: relative;
  padding-top: min(6.14035vw, 70px);
  padding-bottom: min(6.14035vw, 70px);
}
.p-mv .content-area {
  position: relative;
  z-index: 3;
  display: inline-block;
}
.p-mv .content-area .top-text {
  color: #3A55DC;
  font-size: min(2.36842vw, 27px);
  font-weight: 700;
  line-height: 145%;
  position: relative;
  border-radius: 0px 4px 4px 0px;
  background: #EFF1F8;
  padding: 0.14814em 0.59259em 0.259259em 0.74074em;
  display: inline-block;
}
.p-mv .content-area .top-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.14814em;
  height: 100%;
  background: #3A55DC;
}
.p-mv .content-area .title {
  color: #292C41;
  font-size: min(5.614035vw, 64px);
  font-weight: 900;
  line-height: 120%;
  margin-top: 0.203125em;
}
.p-mv .content-area .title .--accent {
  color: #3A55DC;
}
.p-mv .content-area .title .--small {
  display: block;
  margin-top: 5px;
  color: #292C41;
  font-size: 0.484375em;
  font-weight: 900;
  line-height: 145%;
}
.p-mv .content-area .info {
  margin-top: 0.6764em;
  color: #A5975C;
  font-size: min(2.98245vw, 34px);
  font-weight: 700;
  line-height: 110%;
  display: inline-flex;
  align-items: center;
  gap: 0.1176em;
  padding-left: 0.88235em;
  padding-right: 0.88235em;
  position: relative;
}
.p-mv .content-area .info .--small {
  color: #A5975C;
  font-size: min(1.75438vw, 20px);
  line-height: 130%;
  letter-spacing: -0.4px;
}
.p-mv .content-area .info::before, .p-mv .content-area .info::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 66/126;
  width: min(2.894736vw, 33px);
  background: url(../img/feather.webp) no-repeat center center/contain;
}
.p-mv .content-area .info::before {
  left: 0;
}
.p-mv .content-area .info::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.p-mv .content-area .contact-btn {
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 1.090909em 0px 1.090909em 1.166667em;
  background: #3A55DC;
  width: 100%;
  max-width: min(33.947368vw, 387px);
  display: flex;
  align-items: center;
  gap: 0.363636em;
  color: #FFF;
  font-size: min(1.92982vw, 22px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.p-mv .content-area .contact-btn span {
  color: #292C41;
  display: inline-block;
  font-feature-settings: "calt" off;
  font-size: min(1.403508vw, 16px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  border-radius: 5px;
  background: #E3EC3D;
  padding: 0.25em 0.375em;
  margin-top: 0.3125em;
}
.p-mv .content-area .contact-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(2.19298vw, 25px);
  height: 100%;
  border-radius: 0;
  background: #2A3EA3;
}
.p-mv .content-area .contact-btn::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/contain;
  aspect-ratio: 5.826/11.652;
  width: min(0.87719vw, 10px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(0.614035vw, 7px);
}
.p-mv .img-box {
  position: absolute;
  top: 0;
  right: -93px;
  height: 100%;
  z-index: 2;
}
.p-mv .img-box img {
  width: auto;
  height: 100%;
}
.p-mv .contact-btn {
  margin-top: min(2.807017vw, 32px);
  max-width: min(33.947368vw, 387px);
}
.p-mv .contact-btn.pc-only {
  display: flex;
}
.p-mv .contact-btn.sp-only {
  display: none;
}

/*===========================================================================*/
/*  recruit  */
/*===========================================================================*/
.p-recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F4F8;
}
.p-recruit .title-wrap {
  text-align: center;
}
.p-recruit .title-wrap .update-date {
  display: inline-block;
  color: #787DAA;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  border-radius: 9999px;
  background: #DCDEE8;
  padding: 6px 28px 8px;
}
.p-recruit .title-wrap .title {
  margin-top: 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}
.p-recruit .recruit-slider {
  margin-top: 30px;
  padding-bottom: 24px;
}
.p-recruit .recruit-slider .swiper-slide {
  border-radius: 16px;
  border: 0.826px solid #EBEBEB;
  background: #FFF;
  box-shadow: 8px 8px 30px 0px rgba(27, 34, 76, 0.05);
  padding: 25px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .head .recruit-title {
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .head .recruit-style {
  flex-shrink: 0;
  color: #FFF;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 7px;
  background: #3A55DC;
  padding: 1px 10px 2px 10px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .salary {
  margin-top: 15px;
  border-radius: 10px;
  background: #F3F4F8;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .salary .salary-title {
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  flex-shrink: 0;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .salary .salary-price {
  color: #3A55DC;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 23px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .salary .salary-price span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list {
  margin-top: 10px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list li {
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  padding-left: 21px;
  position: relative;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list li:not(:first-child) {
  margin-top: 5px;
}
.p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) no-repeat center center/contain;
  left: 0;
  top: 0.2em;
}
.p-recruit .recruit-slider .swiper-slide .slide-btn {
  border-radius: 4px;
  background: #292C41;
  color: #FFF;
  text-align: center;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 19px 0 20px;
  margin-top: 45px;
}
.p-recruit .recruit-slider .swiper-pagination {
  bottom: 0;
}
.p-recruit .recruit-slider .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background: #BABED5;
  opacity: 1;
  margin: 0 3px;
}
.p-recruit .recruit-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3A55DC;
}
.p-recruit .contact-wrap {
  text-align: center;
  margin-top: 40px;
}

/*===========================================================================*/
/*  problem  */
/*===========================================================================*/
.p-problem {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F3F4F8;
  position: relative;
  overflow: hidden;
}
.p-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E5E7EF;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 52px), 50% 100%, 0 calc(100% - 52px));
}
.p-problem .l-inner {
  position: relative;
  z-index: 1;
}
.p-problem .problem-list {
  margin-top: 40px;
  display: flex;
  gap: min(2.6vw, 30px);
}
.p-problem .problem-list li {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #FFF;
  padding: min(2.1vw, 25px) min(0.8vw, 10px) min(2.1vw, 25px) min(1.5vw, 18px);
  gap: min(1.4vw, 16px);
  position: relative;
}
.p-problem .problem-list li figure {
  flex-shrink: 0;
  width: min(7.1vw, 81px);
}
.p-problem .problem-list li p {
  color: #292C41;
  font-size: min(1.3vw, 16px);
  font-weight: 700;
  line-height: 140%;
}
.p-problem .problem-list li:before, .p-problem .problem-list li:after {
  content: "";
  border-radius: 9999px;
  background: #fff;
  position: absolute;
}
.p-problem .problem-list li:first-child::before {
  width: 36px;
  height: 19px;
  right: 36px;
  bottom: -12px;
}
.p-problem .problem-list li:first-child::after {
  width: 21px;
  height: 16px;
  right: 20px;
  bottom: -32px;
}
.p-problem .problem-list li:nth-child(2)::before {
  width: 36px;
  height: 19px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.p-problem .problem-list li:nth-child(2)::after {
  width: 21px;
  height: 16px;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.p-problem .problem-list li:nth-child(3)::before {
  width: 36px;
  height: 19px;
  left: 40px;
  bottom: -12px;
}
.p-problem .problem-list li:nth-child(3)::after {
  width: 21px;
  height: 16px;
  left: 22px;
  bottom: -32px;
}

/*===========================================================================*/
/*  introduction  */
/*===========================================================================*/
.p-introduction {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #F3F4F8;
  overflow: hidden;
}
.p-introduction .title-wrap {
  text-align: center;
}
.p-introduction .title-wrap p {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.p-introduction .title-wrap p span {
  display: inline-block;
  color: #FFF;
  border-radius: 4px;
  background: #3A55DC;
  padding: 1px 4px 4px 4px;
}
.p-introduction .title-wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-top: 14px;
}
.p-introduction .introduction-list {
  margin-top: 28px;
  display: flex;
  gap: 30px;
}
.p-introduction .introduction-list li {
  width: 100%;
  border-radius: 16px;
  border: 0.826px solid #EBEBEB;
  background: #FFF;
  box-shadow: 8px 8px 30px 0px rgba(27, 34, 76, 0.05);
  padding: 20px 20px 25px;
}
.p-introduction .introduction-list li h3 {
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  text-transform: capitalize;
  padding-top: 16px;
  padding-bottom: 12px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #D7D8E4;
}
.p-introduction .introduction-list li p {
  padding-top: 12px;
  font-feature-settings: "sinf" on, "palt" on, "calt" off;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin-left: 10px;
  margin-right: 10px;
}
.p-introduction .contact-wrap {
  text-align: center;
  margin-top: 35px;
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(105deg, #62A1FF 10.22%, #455FE4 77.03%);
  position: relative;
  overflow: hidden;
}
.p-about .text-box {
  width: 50%;
  max-width: 480px;
  padding-right: 20px;
}
.p-about .text-box .title-wrap {
  border-bottom: 1px solid #FFF;
  padding-bottom: 25px;
}
.p-about .text-box .title-wrap .title__sub {
  color: #FFF;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.p-about .text-box .title-wrap .title__main {
  margin-top: 20px;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
}
@media (max-width: 1050px) {
  .p-about .text-box .title-wrap .title__main {
    font-size: 26px;
  }
}
.p-about .text-box .text {
  margin-top: 25px;
}
.p-about .text-box .text p {
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.01em;
}
.p-about .text-box .text p:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 1050px) {
  .p-about .text-box .text p {
    font-size: 14px;
  }
}
.p-about .about-swiper-content {
  width: calc(50% - 14px);
  max-width: 665px;
  height: 100%;
  display: flex;
  position: absolute;
  gap: 14px;
  left: 50%;
  top: 0;
}
.p-about .about-swiper-content .about-swiper1 {
  width: 55.76%;
}
.p-about .about-swiper-content .about-swiper2 {
  width: 44.24%;
}
.p-about .about-swiper-content .swiper-wrapper {
  transition-timing-function: linear;
}
.p-about .about-swiper-content .swiper-slide {
  width: 100%;
  position: relative;
  aspect-ratio: 288/227;
  overflow: hidden;
  border-radius: 12px;
}
.p-about .about-swiper-content .swiper-slide img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===========================================================================*/
/*  FEATURE  */
/*===========================================================================*/
.p-feature {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F4F8;
  overflow: hidden;
}
.p-feature .feature-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-feature .feature-list li {
  text-align: center;
}
.p-feature .feature-list li figure {
  max-width: 259px;
  display: inline-block;
}
.p-feature .feature-list li h3 {
  margin-top: 15px;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.p-feature .feature-list li h3 span {
  color: #3A55DC;
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.p-flow .p-flow__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.p-flow .p-flow__inner .box {
  width: 300px;
  flex-shrink: 0;
}
.p-flow .p-flow__inner .left-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  flex-shrink: 0;
  width: 100%;
  display: inline-block;
  height: 236.58px;
}
.p-flow .p-flow__inner .left-box .section-title {
  text-align: left;
  align-items: flex-start;
}
.p-flow .p-flow__inner .left-box .section-title .section-title__main {
  align-items: flex-start;
}
.p-flow .p-flow__inner .left-box .contact-btn {
  margin-top: 40px;
  position: relative;
  overflow: visible;
}
.p-flow .p-flow__inner .left-box .contact-btn span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-flow .p-flow__inner .left-box .contact-btn::before {
  border-radius: 0 4px 4px 0;
}
.p-flow .p-flow__inner .flow-list {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-flow .p-flow__inner .flow-list li {
  border-radius: 20px;
  background: #F3F4F8;
  padding: 30px;
}
.p-flow .p-flow__inner .flow-list li .head {
  display: flex;
  align-items: center;
  gap: 18px;
}
.p-flow .p-flow__inner .flow-list li .head .icon {
  width: 53px;
  height: 53px;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow .p-flow__inner .flow-list li .head .title-box p {
  color: #3A55DC;
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.p-flow .p-flow__inner .flow-list li .head .title-box h3 {
  margin-top: 5px;
  color: #3A55DC;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.03em;
}
.p-flow .p-flow__inner .flow-list li .text {
  margin-top: 13px;
  font-feature-settings: "sinf" on, "palt" on, "calt" off;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

/*===========================================================================*/
/*  register  */
/*===========================================================================*/
.p-register {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F4F8;
}
/* .p-register .register-box {
  height: 400px;
} */

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-faq .faq-container {
  margin-top: 35px;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
}
.p-faq .faq-container .faq-box:not(:first-child) {
  margin-top: 35px;
}
.p-faq .faq-container .faq-box .faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  background: #F3F4F8;
}
.p-faq .faq-container .faq-box .faq-question::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: #282828;
  right: 20px;
  border-radius: 9999px;
}
.p-faq .faq-container .faq-box .faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #000;
  right: 26px;
  transition: 0.3s;
  border-radius: 9999px;
}
.p-faq .faq-container .faq-box .faq-question.active::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-faq .faq-container .faq-box .faq-question .icon {
  background: #3A55DC;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}
.p-faq .faq-container .faq-box .faq-question .question-text {
  font-feature-settings: "calt" off;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.p-faq .faq-container .faq-box .faq-answer {
  display: none;
}
.p-faq .faq-container .faq-box .faq-answer .faq-answer__inner {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.p-faq .faq-container .faq-box .faq-answer .answer-text {
  font-kerning: none;
  font-feature-settings: "calt" off;
  font-size: 15px;
  font-weight: 400;
  line-height: 165%;
  text-transform: capitalize;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  border-top: 1px solid #D7D8E4;
  padding-top: 35px;
  padding-bottom: 42px;
}
.p-footer .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-footer .main .logo-box {
  display: flex;
  align-items: center;
  gap: 23px;
}
.p-footer .main .logo-box .logo {
  width: 295px;
}
.p-footer .main .logo-box .p-mark {
  width: 36px;
}
.p-footer .main .menu-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-footer .main .menu-wrap .menu-top {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #898989;
}
.p-footer .main .menu-wrap .menu-top span {
  text-decoration: underline;
}
.p-footer .main .menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-footer .main .menu-list li a {
  font-size: 12px;
  font-weight: 400;
}
.p-footer .copyright {
  text-align: right;
  color: #A3A3A3;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline-block;
  }
  .contact-btn {
    padding: 21px 0 23px 26px;
    gap: 7px;
    font-size: 20px;
    width: 100%;
  }
  .contact-btn span {
    font-size: 13px;
    padding: 2px 6px 4px 6px;
    margin-top: 3px;
  }
  .contact-btn::before {
    width: 22px;
  }
  .contact-btn::after {
    width: 8px;
    right: 7px;
  }
  .contact-btn.--width {
    overflow: visible;
    position: relative;
    font-size: 16px;
    text-align: center;
    padding: 22px 0 21px;
    justify-content: center;
    max-width: 387px;
  }
  .contact-btn.--width span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    font-size: 13px;
  }
  .contact-btn.--width::before {
    border-radius: 0 4px 4px 0;
  }
  .section-title .section-title__sub {
    font-size: 13px;
  }
  .section-title .section-title__main {
    margin-top: 12px;
    font-size: 26px;
  }
  .section-title .section-title__main .small {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .p-header {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-header .logo {
    width: 201px;
  }
  .p-header .ham-btn {
    width: 20px;
    height: 12px;
  }
  .p-header .ham-btn span {
    height: 2px;
  }
  .p-header .ham-btn span:nth-child(1) {
    top: 0;
  }
  .p-header .ham-btn span:nth-child(2) {
    top: 5px;
  }
  .p-header .ham-btn span:nth-child(3) {
    top: 10px;
  }
  .p-header .ham-btn.js-active span:nth-child(1) {
    top: 5px;
  }
  .p-header .ham-btn.js-active span:nth-child(3) {
    top: 5px;
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv {
    position: relative;
    background: #fff;
  }
  .p-mv::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mv-bg-sp.webp) no-repeat top center/cover;
    opacity: 0.2;
  }
  .p-mv .bg span:nth-child(1) {
    width: 100%;
    height: 200px;
    background: linear-gradient(285deg, #62A1FF 10.22%, #455FE4 77.03%);
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 57px, 100% 100%, 0% 100%);
  }
  .p-mv .bg span:nth-child(2) {
    width: 100%;
    height: 240px;
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0;
    background: linear-gradient(285deg, #3D9FFC -11.88%, rgba(69, 95, 228, 0) 87.58%);
    z-index: -1;
    clip-path: polygon(0 0, 100% 57px, 100% 100%, 0% 100%);
  }
  .p-mv .bg span:nth-child(3) {
    width: 100%;
    height: 100px;
    position: absolute;
    top: initial;
    left: 0;
    bottom: 40px;
    background: linear-gradient(199deg, #3A54DA -4.17%, rgba(69, 95, 228, 0) 88.44%);
    clip-path: polygon(0 0, 100% 57px, 100% 100%, 0 calc(100% - 57px));
  }
  .p-mv .l-inner {
    padding-top: 30px;
    padding-bottom: 238px;
    text-align: center;
  }
  .p-mv .content-area .top-text {
    font-size: 16px;
    border-radius: 0px 2.396px 2.396px 0px;
    padding: 3px 10px 4px 12px;
  }
  .p-mv .content-area .top-text::before {
    width: 2px;
  }
  .p-mv .content-area .title {
    font-size: 32px;
    margin-top: 8px;
  }
  .p-mv .content-area .title .--small {
    margin-top: 5px;
    font-size: 22px;
  }
  .p-mv .content-area .info {
    margin-top: 13px;
    font-size: 23.39px;
    gap: 2.5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mv .content-area .info .--small {
    font-size: 13.759px;
    letter-spacing: -0.275px;
  }
  .p-mv .content-area .info::before, .p-mv .content-area .info::after {
    width: 25px;
  }
  .p-mv .content-area .info::before {
    left: 0;
  }
  .p-mv .content-area .info::after {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
  }
  .p-mv .img-box {
    top: initial;
    right: initial;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    height: auto;
    bottom: -91px;
    width: 380px;
  }
  .p-mv .img-box img {
    width: 100%;
    height: auto;
  }
  .p-mv .contact-btn.pc-only {
    display: none;
  }
  .p-mv .contact-btn.sp-only {
    display: flex;
  }
  .p-btn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-btn .contact-btn {
    max-width: 387px;
  }
  /*===========================================================================*/
  /*  recruit  */
  /*===========================================================================*/
  .p-recruit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-recruit .title-wrap .update-date {
    font-size: 12px;
    padding: 6px 18px 7px;
  }
  .p-recruit .title-wrap .title {
    margin-top: 8px;
    font-size: 26px;
  }
  .p-recruit .recruit-slider {
    margin-top: 25px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .head .recruit-title {
    font-size: 20px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .head .recruit-style {
    font-size: 11px;
    padding: 1px 10px 2px 10px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .salary {
    border-radius: 5px;
    padding: 10px 14px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .salary .salary-price {
    font-size: 16px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .salary .salary-price span {
    font-size: 12px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list li {
    font-size: 13px;
    padding-left: 18px;
  }
  .p-recruit .recruit-slider .swiper-slide .main-wrap .recruit-list li::before {
    width: 14px;
    height: 14px;
  }
  .p-recruit .recruit-slider .swiper-slide .slide-btn {
    font-size: 14px;
    padding: 16px 0 18px;
    margin-top: 12px;
  }
  .p-recruit .contact-wrap {
    margin-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*===========================================================================*/
  /*  problem  */
  /*===========================================================================*/
  .p-problem {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .p-problem::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
  .p-problem .problem-list {
    margin-top: 27px;
    flex-direction: column;
    gap: 8px;
  }
  .p-problem .problem-list li {
    border-radius: 15px;
    background: #FFF;
    padding: 15px 20px 15px 15px;
    gap: 15px;
  }
  .p-problem .problem-list li figure {
    width: 74px;
  }
  .p-problem .problem-list li p {
    font-size: 14px;
  }
  .p-problem .problem-list li:first-child::before {
    content: none;
  }
  .p-problem .problem-list li:first-child::after {
    content: none;
  }
  .p-problem .problem-list li:nth-child(2) {
    flex-direction: row-reverse;
    padding: 15px 15px 15px 20px;
  }
  .p-problem .problem-list li:nth-child(2)::before {
    content: none;
  }
  .p-problem .problem-list li:nth-child(2)::after {
    content: none;
  }
  .p-problem .problem-list li:nth-child(3)::before {
    left: calc(50% - 40px);
    bottom: -11px;
  }
  .p-problem .problem-list li:nth-child(3)::after {
    left: calc(50% - 10px);
    bottom: -32px;
  }
  /*===========================================================================*/
  /*  introduction  */
  /*===========================================================================*/
  .p-introduction {
    padding-top: 31px;
    padding-bottom: 50px;
  }
  .p-introduction .title-wrap p {
    font-size: 18px;
  }
  .p-introduction .title-wrap p span {
    padding: 1px 4px 2px 4px;
  }
  .p-introduction .title-wrap h2 {
    font-size: 28px;
    margin-top: 5px;
  }
  .p-introduction .introduction-list {
    margin-top: 18px;
    flex-direction: column;
    gap: 10px;
  }
  .p-introduction .introduction-list li {
    padding: 15px 15px 25px;
  }
  .p-introduction .introduction-list li h3 {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .p-introduction .introduction-list li p {
    padding-top: 10px;
    font-size: 13px;
  }
  .p-introduction .contact-wrap {
    margin-top: 26px;
  }
  /*===========================================================================*/
  /*  about  */
  /*===========================================================================*/
  .p-about {
    padding-top: 194px;
    padding-bottom: 0;
    background: linear-gradient(0deg, #62A1FF 10.22%, #455FE4 77.03%);
  }
  .p-about .text-box {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-about .text-box::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #4866E7 88%, rgba(115, 115, 115, 0) 100%);
    z-index: -1;
  }
  .p-about .text-box .title-wrap {
    padding-bottom: 12px;
  }
  .p-about .text-box .title-wrap .title__sub {
    font-size: 12px;
  }
  .p-about .text-box .title-wrap .title__main {
    margin-top: 5px;
    font-size: 20px;
  }
  .p-about .text-box .text {
    margin-top: 12px;
  }
  .p-about .text-box .text p {
    font-size: 13px;
  }
  .p-about .text-box .text p:not(:first-child) {
    margin-top: 0;
  }
  .p-about .about-swiper-content {
    width: calc(100% - 40px);
    max-width: 400px;
    height: 260px;
    gap: 7px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .p-about .about-swiper-content .about-swiper1 {
    width: 55.76%;
  }
  .p-about .about-swiper-content .about-swiper2 {
    width: 44.24%;
  }
  .p-about .about-swiper-content .swiper-wrapper {
    transition-timing-function: linear;
  }
  .p-about .about-swiper-content .swiper-slide {
    width: 100%;
    position: relative;
    aspect-ratio: 288/227;
    overflow: hidden;
    border-radius: 12px;
  }
  .p-about .about-swiper-content .swiper-slide img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*===========================================================================*/
  /*  FEATURE  */
  /*===========================================================================*/
  .p-feature {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .p-feature .feature-list {
    margin-top: 15px;
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
  }
  .p-feature .feature-list li {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .p-feature .feature-list li figure {
    max-width: 114px;
  }
  .p-feature .feature-list li h3 {
    flex-shrink: 0;
    margin-top: 0;
    font-size: 18px;
    text-align: left;
  }
  /*===========================================================================*/
  /*  flow  */
  /*===========================================================================*/
  .p-flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-flow .p-flow__inner {
    flex-direction: column;
    gap: 20px;
  }
  .p-flow .p-flow__inner .left-box {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
  }
  .p-flow .p-flow__inner .left-box .section-title {
    text-align: center;
    align-items: center;
  }
  .p-flow .p-flow__inner .left-box .section-title .section-title__main {
    align-items: center;
  }
  .p-flow .p-flow__inner .left-box .contact-btn {
    margin-top: 40px;
    position: relative;
    overflow: visible;
  }
  .p-flow .p-flow__inner .left-box .contact-btn span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-flow .p-flow__inner .left-box .contact-btn::before {
    border-radius: 0 4px 4px 0;
  }
  .p-flow .p-flow__inner .flow-list {
    gap: 8px;
  }
  .p-flow .p-flow__inner .flow-list li {
    border-radius: 15px;
    padding: 20px;
  }
  .p-flow .p-flow__inner .flow-list li .head {
    gap: 13px;
  }
  .p-flow .p-flow__inner .flow-list li .head .icon {
    width: 47px;
    height: 47px;
  }
  .p-flow .p-flow__inner .flow-list li .head .title-box p {
    font-size: 12px;
  }
  .p-flow .p-flow__inner .flow-list li .head .title-box h3 {
    margin-top: 4px;
    font-size: 20px;
  }
  .p-flow .p-flow__inner .flow-list li .text {
    margin-top: 8px;
    font-size: 13px;
  }
  .p-flow .p-flow__inner .contact-wrap {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  /*===========================================================================*/
  /*  register  */
  /*===========================================================================*/
  .p-register {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* .p-register .register-box {
    height: 200px;
  } */
  /*===========================================================================*/
  /*  faq  */
  /*===========================================================================*/
  .p-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-faq .faq-container {
    margin-top: 25px;
  }
  .p-faq .faq-container .faq-box:not(:first-child) {
    margin-top: 20px;
  }
  .p-faq .faq-container .faq-box .faq-question {
    gap: 8px;
    padding: 12px 40px 12px 15px;
  }
  .p-faq .faq-container .faq-box .faq-question .icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .p-faq .faq-container .faq-box .faq-question .question-text {
    font-size: 16px;
  }
  .p-faq .faq-container .faq-box .faq-answer .faq-answer__inner {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-faq .faq-container .faq-box .faq-answer .answer-text {
    font-size: 13px;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .p-footer .main {
    flex-direction: column;
    align-items: center;
  }
  .p-footer .main .logo-box {
    gap: 14px;
  }
  .p-footer .main .logo-box .logo {
    width: 257px;
  }
  .p-footer .main .menu-wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .p-footer .copyright {
    text-align: center;
    margin-top: 35px;
  }
}/*# sourceMappingURL=style.css.map */