@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_howto {
  overflow: hidden;
}
.p_howto__heading .o_c_heading__page__body__jp::before {
  content: none;
}
.p_howto__heading {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  z-index: 0;
}
.p_howto__heading__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: calc(100% - 7rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10%;
}
.p_howto__heading__bg .paint img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_howto__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 3rem);
  max-width: 1166px;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.4;
}
.p_howto__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p_howto__ttl--en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1875rem, 4vw, 3.75rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
}
.p_howto__ttl--en br {
  display: none;
}
@media screen and (max-width: 480px) {
  .p_howto__ttl--en br {
    display: block;
  }
}
.p_howto__ttl--jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  display: block;
  margin-top: 0.5rem;
}
.p_howto__content__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p_howto__content__ttl {
    margin-bottom: 1rem;
  }
}
.p_howto__content__body {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_howto__structure {
  position: relative;
  margin-block: 8rem;
  padding-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 6rem 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.p_howto__structure .div1 {
  grid-area: 1/1/2/2;
}
.p_howto__structure .div2 {
  grid-area: 1/2/3/3;
}
.p_howto__structure .div3 {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  .p_howto__structure {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
  }
  .p_howto__structure .div1,
  .p_howto__structure .div2,
  .p_howto__structure .div3 {
    grid-area: initial;
  }
}
.p_howto__structure .ttl {
  position: relative;
}
.p_howto__structure .ttl__bar {
  position: absolute;
  bottom: 75%;
  left: 20%;
  width: 70%;
  max-width: 260px;
  aspect-ratio: 26/11;
  display: block;
  z-index: -1;
}
.p_howto__structure .ttl__bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.p_howto__structure__image {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.p_howto__structure__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_howto__structure {
    margin-block: 0 8rem;
  }
}
.p_howto__purpose {
  position: relative;
  margin-bottom: 8rem;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.p_howto__purpose .div1 {
  grid-area: 1/1/2/2;
}
.p_howto__purpose .div2 {
  grid-area: 1/2/2/3;
}
.p_howto__purpose .div3 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 768px) {
  .p_howto__purpose {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
  }
  .p_howto__purpose .div1,
  .p_howto__purpose .div2,
  .p_howto__purpose .div3 {
    grid-area: initial;
  }
}
.p_howto__purpose .ttl {
  position: relative;
}
.p_howto__purpose .ttl__bar {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: 45%;
  max-width: 142px;
  aspect-ratio: 71/228;
  display: block;
}
.p_howto__purpose .ttl__bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.p_howto__purpose__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_howto__purpose__image__01 {
  width: 40%;
  max-width: 220px;
}
.p_howto__purpose__image__01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.p_howto__purpose__image__02 {
  width: 60%;
  max-width: 398px;
}
.p_howto__purpose__image__02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .p_howto__purpose__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_howto__purpose__image__01 {
    padding-left: 0;
  }
}
.p_howto__field {
  position: relative;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 45%;
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  /*.div1 { grid-area: 1 / 1 / 2 / 3; }
  .div2 { grid-area: 2 / 2 / 3 / 3; }
  .div3 { grid-area: 2 / 1 / 3 / 2; }
  .div4 { grid-area: 3 / 1 / 4 / 3; }*/
}
.p_howto__field .div1 {
  grid-area: 1/1/2/3;
}
.p_howto__field .div2 {
  grid-area: 2/2/4/3;
}
.p_howto__field .div3 {
  grid-area: 2/1/3/2;
}
.p_howto__field .div4 {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 768px) {
  .p_howto__field {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
  }
  .p_howto__field .div1,
  .p_howto__field .div2,
  .p_howto__field .div3,
  .p_howto__field .div4 {
    grid-area: initial;
  }
}
.p_howto__field .ttl {
  position: relative;
}
.p_howto__field .ttl__bar {
  position: absolute;
  top: -100px;
  left: 90%;
  z-index: -1;
  width: 40%;
  max-width: 156px;
  aspect-ratio: 52/109;
  display: block;
}
.p_howto__field .ttl__bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .p_howto__field .ttl {
    width: 100%;
  }
  .p_howto__field .ttl__bar {
    left: initial;
    right: 0;
  }
}
.p_howto__field__image {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.p_howto__field__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_howto__field .business-area {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.p_howto__field .business-area__inner {
  margin-inline: auto;
}
.p_howto__field .business-area__title {
  text-align: center;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  display: inherit;
}
.p_howto__field .business-area__figure {
  width: min(100%, 680px);
  margin-inline: auto;
}
.p_howto__field .business-area__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.p_howto__field .business-area__outline {
  fill: none;
  stroke: #0d5eff;
  stroke-width: 0.85;
  stroke-dasharray: 1.7 1.7;
  stroke-linecap: butt;
}
.p_howto__field .business-area__text {
  fill: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.p_howto__field .business-area__text--support {
  letter-spacing: 0.02em;
}
.p_howto__field .business-area__caption {
  max-width: 760px;
  margin-top: 35px;
  margin-inline: auto;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_howto__field .business-area__caption {
    margin-top: 25px;
    text-align: left;
  }
}
.p_howto__field .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.p_howto__jobcategory {
  position: relative;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
}
.p_howto__jobcategory .div1 {
  grid-area: 1/1/2/3;
}
.p_howto__jobcategory .div2 {
  grid-area: 2/2/3/3;
}
.p_howto__jobcategory .div3 {
  grid-area: 2/1/3/2;
}
.p_howto__jobcategory .div4 {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 768px) {
  .p_howto__jobcategory {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
  }
  .p_howto__jobcategory .div1,
  .p_howto__jobcategory .div2,
  .p_howto__jobcategory .div3,
  .p_howto__jobcategory .div4 {
    grid-area: initial;
  }
}
.p_howto__jobcategory .ttl {
  position: relative;
}
.p_howto__jobcategory .ttl__bar {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
  z-index: -1;
  width: 100%;
  max-width: 470px;
  aspect-ratio: 47/10;
  overflow: hidden;
}
.p_howto__jobcategory .ttl__bar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_howto__jobcategory__image {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.p_howto__jobcategory__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_howto__workstyle {
  position: relative;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.p_howto__workstyle .div1 {
  grid-area: 1/1/2/3;
}
.p_howto__workstyle .div2 {
  grid-area: 2/2/3/3;
}
.p_howto__workstyle .div3 {
  grid-area: 3/2/4/3;
}
.p_howto__workstyle .div4 {
  grid-area: 3/1/4/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p_howto__workstyle {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: initial;
  }
  .p_howto__workstyle .div1,
  .p_howto__workstyle .div2,
  .p_howto__workstyle .div3,
  .p_howto__workstyle .div4 {
    grid-area: initial;
  }
}
.p_howto__workstyle .ttl {
  position: relative;
  width: 100%;
}
.p_howto__workstyle .ttl__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 430px;
  aspect-ratio: 86/67;
  display: block;
}
.p_howto__workstyle .ttl__bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
.p_howto__workstyle__thumb {
  border-radius: 20px;
  overflow: hidden;
}
.p_howto__workstyle__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_howto__workstyle__thumb {
    border-radius: 12px;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 480px) {
  .p_howto__workstyle__thumb {
    border-radius: 12px;
    aspect-ratio: 1/1;
  }
}
.p_howto__data {
  min-height: 500px;
  margin-bottom: 8rem;
}
.p_howto__data__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p_howto__data__ttl--en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.1875rem, 4vw, 3.75rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 1rem 0;
  position: relative;
}
.p_howto__data__ttl--en--linebreak {
  width: 320px;
}
.p_howto__data__ttl span.line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: clamp(0.25rem, 1vw, 0.625rem);
  height: 100%;
  background-color: #0D5EFF;
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_howto__data__ttl {
    margin-bottom: 2rem;
  }
}
.p_howto__data__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 160px 160px 80px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 10/6;
  min-width: 1166px;
}
.p_howto__data__list .div1,
.p_howto__data__list .div2,
.p_howto__data__list .div3,
.p_howto__data__list .div4,
.p_howto__data__list .div5,
.p_howto__data__list .div6,
.p_howto__data__list .div7 {
  border-radius: 12px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #EAEEF7;
}
@media screen and (max-width: 768px) {
  .p_howto__data__list .div1,
  .p_howto__data__list .div2,
  .p_howto__data__list .div3,
  .p_howto__data__list .div4,
  .p_howto__data__list .div5,
  .p_howto__data__list .div6,
  .p_howto__data__list .div7 {
    overflow: initial;
  }
}
.p_howto__data__list .div1 {
  grid-area: 1/1/2/6;
}
.p_howto__data__list .div2 {
  grid-area: 2/1/3/6;
}
.p_howto__data__list .div3 {
  grid-area: 1/6/4/9;
}
.p_howto__data__list .div4 {
  grid-area: 3/1/6/3;
}
.p_howto__data__list .div5 {
  grid-area: 3/3/6/5;
}
.p_howto__data__list .div6 {
  grid-area: 3/5/6/7;
  background: url(../../assets/images/howto/bg-06.svg) no-repeat right top/cover;
}
.p_howto__data__list .div7 {
  grid-area: 3/7/6/9;
  background: url(../../assets/images/howto/bg-07.svg) no-repeat left top/cover;
}
@media screen and (max-width: 768px) {
  .p_howto__data__list {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: initial;
    background: none;
    min-width: initial;
  }
  .p_howto__data__list .div1,
  .p_howto__data__list .div2,
  .p_howto__data__list .div3,
  .p_howto__data__list .div4,
  .p_howto__data__list .div5,
  .p_howto__data__list .div6,
  .p_howto__data__list .div7 {
    grid-area: initial;
    background-color: #EAEEF7;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p_howto__data .data-card01 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding-block: 30px;
}
.p_howto__data .data-card01__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  grid-area: 1/1/2/2;
}
.p_howto__data .data-card01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  grid-area: 1/2/3/3;
}
.p_howto__data .data-card01__body .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_howto__data .data-card01__body .score .w-colone {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(3.125rem, 8vw, 4.375rem);
  line-height: 1;
  -webkit-transform: translate(0, 15%);
          transform: translate(0, 15%);
}
.p_howto__data .data-card01__body .score .num1 {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 9vw, 5rem);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_howto__data .data-card01__body .score .num1::before {
  content: "理系";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 7px;
}
.p_howto__data .data-card01__body .score .num1 .pict {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 80px;
  height: 90%;
}
.p_howto__data .data-card01__body .score .num1 .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card01__body .score .num1 .pict {
    width: 70px;
  }
}
.p_howto__data .data-card01__body .score .num2 {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 9vw, 5rem);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_howto__data .data-card01__body .score .num2::before {
  content: "文系";
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 7px;
}
.p_howto__data .data-card01__body .score .num2 .pict {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 80px;
  height: 90%;
}
.p_howto__data .data-card01__body .score .num2 .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card01__body .score .num2 .pict {
    width: 70px;
  }
}
.p_howto__data .data-card01__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    text-align: center;
    padding-inline: 0;
    padding-block: 30px;
  }
  .p_howto__data .data-card01__text {
    grid-area: initial;
  }
  .p_howto__data .data-card01__body {
    grid-area: initial;
  }
  .p_howto__data .data-card01__body .score {
    gap: 0;
  }
  .p_howto__data .data-card01__duration {
    grid-area: initial;
  }
}
.p_howto__data .data-card02 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding-block: 30px;
}
.p_howto__data .data-card02__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  grid-area: 1/1/2/2;
}
.p_howto__data .data-card02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  grid-area: 1/2/3/3;
}
.p_howto__data .data-card02__body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card02__body .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.p_howto__data .data-card02__body .pict {
  width: 80px;
  height: 80px;
}
.p_howto__data .data-card02__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card02__body .pict {
    width: 70px;
    height: 70px;
  }
}
.p_howto__data .data-card02__body .score .num {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 9vw, 5.125rem);
  line-height: 1;
  display: inline-block;
}
.p_howto__data .data-card02__body .score .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.p_howto__data .data-card02__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    text-align: center;
    padding-inline: 0;
    padding-block: 30px;
  }
  .p_howto__data .data-card02__text {
    grid-area: initial;
  }
  .p_howto__data .data-card02__body {
    grid-area: initial;
  }
  .p_howto__data .data-card02__duration {
    grid-area: initial;
  }
}
.p_howto__data .data-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-block: 30px;
}
.p_howto__data .data-card03__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
}
.p_howto__data .data-card03__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.p_howto__data .data-card03__body .pict {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 306px;
}
.p_howto__data .data-card03__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card03__body .pict {
    position: initial;
    bottom: initial;
    right: initial;
    margin: 0 auto;
    max-width: 240px;
    -webkit-transform: translate(20%, 0px);
            transform: translate(20%, 0px);
  }
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card03__body .pict {
    position: initial;
    bottom: initial;
    right: initial;
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: translate(10%, 0px);
            transform: translate(10%, 0px);
  }
}
.p_howto__data .data-card03__body .score {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}
.p_howto__data .data-card03__body .score .num {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 9vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p_howto__data .data-card03__body .score .num .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card03__body .score {
    top: 15px;
    left: calc(50% - 10px);
  }
}
.p_howto__data .data-card03__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
.p_howto__data .data-card04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-block: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card04 {
    padding-block: 30px;
    gap: 5px;
  }
}
.p_howto__data .data-card04__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card04__text {
    min-height: initial;
  }
}
.p_howto__data .data-card04__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card04__body {
    gap: 5px;
  }
}
.p_howto__data .data-card04__body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card04__body .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p_howto__data .data-card04__body .pict {
  width: 80px;
  height: 80px;
}
.p_howto__data .data-card04__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card04__body .pict {
    width: 70px;
    height: 70px;
  }
}
.p_howto__data .data-card04__body .score .num {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
.p_howto__data .data-card04__body .score .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.p_howto__data .data-card04__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.p_howto__data .data-card05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-block: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card05 {
    padding-block: 30px;
    gap: 5px;
  }
}
.p_howto__data .data-card05__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card05__text {
    min-height: initial;
  }
}
.p_howto__data .data-card05__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card05__body {
    gap: 5px;
  }
}
.p_howto__data .data-card05__body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card05__body .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p_howto__data .data-card05__body .pict {
  width: 150px;
  height: 80px;
}
.p_howto__data .data-card05__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card05__body .pict {
    width: 120px;
    height: 60px;
  }
}
.p_howto__data .data-card05__body .score .num {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
.p_howto__data .data-card05__body .score .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.p_howto__data .data-card05__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
.p_howto__data .data-card06 {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card06 {
    padding-top: 30px;
    gap: 5px;
  }
}
.p_howto__data .data-card06__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.p_howto__data .data-card06__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card06__body {
    gap: 5px;
  }
}
.p_howto__data .data-card06__body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card06__body .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p_howto__data .data-card06__body .pict {
  width: 80px;
  height: 80px;
}
.p_howto__data .data-card06__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card06__body .pict {
    width: 70px;
    height: 70px;
  }
}
.p_howto__data .data-card06__body .score .num {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
.p_howto__data .data-card06__body .score .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.p_howto__data .data-card06__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card06__duration {
    display: none;
  }
}
.p_howto__data .data-card07 {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card07 {
    padding-top: 30px;
    gap: 5px;
  }
}
.p_howto__data .data-card07__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.p_howto__data .data-card07__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card07__body {
    gap: 5px;
  }
}
.p_howto__data .data-card07__body .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p_howto__data .data-card07__body .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p_howto__data .data-card07__body .pict {
  width: 80px;
  height: 80px;
}
.p_howto__data .data-card07__body .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p_howto__data .data-card07__body .pict {
    width: 70px;
    height: 70px;
  }
}
.p_howto__data .data-card07__body .score .num {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}
.p_howto__data .data-card07__body .score .unit {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.p_howto__data .data-card07__duration {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}/*# sourceMappingURL=howto.css.map */