@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

a {
  text-decoration: none;
}

p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", serif;
}

* {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

section {
  overflow: hidden;
}

.l-footer {
  background: #2BB8D9;
  padding: 46px 27px 20px 100px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .l-footer {
    font-size: 1rem;
    padding: 14px 56px;
  }
}
.l-footer__logo {
  width: 180px;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 1024px) {
  .l-footer__logo {
    width: 121px;
    margin: 0 auto 16px;
    font-size: 1rem;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo p {
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .l-footer__logo p {
    font-size: 0.8rem;
  }
}
.l-footer__link {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  margin-left: 23px;
}
@media (max-width: 1024px) {
  .l-footer__link {
    margin-left: 17px;
  }
}
.l-footer__link::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 30px;
  background: url(../images/png/link_white.webp);
  background-size: cover;
  left: -32px;
  top: 5px;
}
@media (max-width: 1024px) {
  .l-footer__link::after {
    width: 17px;
    height: 16px;
    left: -19px;
    top: 1px;
  }
}
.l-footer__text1 {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .l-footer__text1 {
    margin-bottom: 8px;
  }
}
.l-footer__text2 {
  margin-top: 50px;
  text-align: end;
}
@media (max-width: 1024px) {
  .l-footer__text2 {
    margin-top: 13px;
    text-align: center;
  }
  .l-footer__text2 small {
    font-size: 1rem;
  }
}

.l-header, .l-header--thanks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 138px;
  width: 100%;
  padding: 0 3.5%;
  background: #FFFFFF;
  z-index: 1000000;
}
@media (max-width: 1024px) {
  .l-header, .l-header--thanks {
    height: 60px;
    max-width: 500px;
    padding: 0 16px;
  }
}
.l-header.is-open, .is-open.l-header--thanks {
  z-index: 6000000;
}
.l-header__logo {
  width: 180px;
  display: block;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 82px;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo p {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-header__logo p {
    font-size: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .l-header div, .l-header--thanks div {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 1170px) {
  .l-header nav, .l-header--thanks nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header nav.is-open, .l-header--thanks nav.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.l-header button, .l-header--thanks button {
  display: none;
}
@media (max-width: 1170px) {
  .l-header button, .l-header--thanks button {
    display: block;
  }
}
.l-header--thanks {
  background: transparent;
}

@media (max-width: 1024px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-container {
  margin: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .l-container {
    max-width: 500px;
  }
}

.c-background--global {
  width: 100%;
  height: auto;
  background: url(../images/png/main-back.webp) repeat;
}
.c-background--first-view {
  background: url(../images/jpg/fv.webp);
  background-size: cover;
}
@media (max-width: 1024px) {
  .c-background--first-view {
    background: url(../images/jpg/fv-sp.webp);
    background-size: cover;
  }
}
.c-background--service {
  background: url(../images/png/bg-service.webp);
  background-size: cover;
  background-position: center;
}
.c-background--white {
  background: #FFFFFF;
}
.c-background--blue {
  background: #2BB8D9;
}
.c-background--blue36 {
  background: #36D2F6;
}
.c-background--light-blue {
  background: #CCF5FF;
}
.c-background--problem {
  background: url(../images/png/bg_problem.webp);
  background-size: cover;
  background-position: center;
}
.c-background--support--banner {
  background: url(../images/png/support-banner.webp);
  background-size: cover;
}
.c-background--support--chat {
  background: url(../images/png/bg_support_chat.webp);
  background-size: cover;
}
.c-background--cta {
  background: url(../images/png/bg-cta.webp);
  background-size: cover;
}
@media (max-width: 1024px) {
  .c-background--cta {
    background: url(../images/png/bg-cta-sp.webp);
    background-size: cover;
  }
}
.c-background--case-iret {
  background: url(../images/png/bg-case-iret.webp);
  background-size: cover;
}
@media (max-width: 1024px) {
  .c-background--case-iret {
    background: url(../images/png/bg-case-iret-sp.webp);
    background-size: cover;
  }
}
.c-background--recruit {
  background: url(../images/png/bg-recruit.webp);
  background-size: cover;
}
@media (max-width: 1024px) {
  .c-background--recruit {
    background: url(../images/png/bg-recruit-sp.webp);
    background-size: cover;
  }
}
.c-background--flow1 {
  background: var(--Linear, linear-gradient(180deg, #AAE3E0 0%, #62D3CC 100%));
  position: relative;
}
.c-background--flow1::after {
  background: url(../images/svg/chon1.svg) no-repeat;
}
.c-background--flow2 {
  background: var(--Linear, linear-gradient(180deg, #65D3CD 0%, #10B5AB 100%));
  position: relative;
}
.c-background--flow2::after {
  background: url(../images/svg/chon1.svg) no-repeat;
}
.c-background--flow3 {
  background: var(--Linear, linear-gradient(180deg, #16B7AD 0%, #027A73 100%));
  position: relative;
}
.c-background--flow3::after {
  background: url(../images/svg/chon2.svg) no-repeat;
}
.c-background--flow1::after, .c-background--flow2::after, .c-background--flow3::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 30px;
  height: 40px;
  top: -13px;
  right: 16px;
}
@media (max-width: 1024px) {
  .c-background--flow1::after, .c-background--flow2::after, .c-background--flow3::after {
    width: 14px;
    height: 20px;
    top: -8px;
    right: 6px;
  }
}

.c-border--gray {
  border: 3px solid #A8A8A8;
}
.c-border--table-left {
  border-top: 4px solid #575757;
}
@media (max-width: 1024px) {
  .c-border--table-left {
    border-top: 2px solid #575757;
  }
}

.c-button--request, .c-button--request--yellow, .c-button--request--header {
  display: flex;
  background: #FFA01C;
  color: #FFFFFF;
  align-items: center;
}
.c-button--request--header {
  height: 52px;
  width: 237px;
  border-radius: 40px;
  font-size: 1.9rem;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
}
@media (max-width: 1024px) {
  .c-button--request--header {
    height: 38px;
    width: 154px;
    font-size: 1.2rem;
  }
}
.c-button--request--header::after {
  position: absolute;
  content: "";
  background: url(../images/png/icon_play.webp);
  background-size: contain;
  width: 19px;
  height: 20px;
  top: 16px;
  right: 23px;
}
@media (max-width: 1024px) {
  .c-button--request--header::after {
    width: 17px;
    height: 18px;
    top: 9px;
    right: 12px;
  }
}
.c-button--request--header figure {
  margin-left: 28px;
}
@media (max-width: 1024px) {
  .c-button--request--header figure {
    width: 101px;
    height: 20px;
    margin-left: 19px;
  }
  .c-button--request--header figure img {
    width: 100%;
  }
}
.c-button--request--yellow {
  display: block;
  text-align: center;
  max-width: 620px;
  height: 116px;
  border-radius: 86px;
  padding: 8px 66px;
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 0px -7.883px 0px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
}
@media (max-width: 1024px) {
  .c-button--request--yellow {
    width: 314px;
    height: 59px;
    border-radius: 43px;
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 6px 47px;
  }
}
.c-button--request--yellow figure {
  width: 436px;
}
@media (max-width: 1024px) {
  .c-button--request--yellow figure {
    width: 206px;
  }
}
.c-button--request--yellow figure img {
  width: 100%;
}
.c-button--request--yellow::before {
  position: absolute;
  content: "";
  background: url(../images/svg/muryou.svg);
  background-size: cover;
  width: 74px;
  height: 77px;
  top: -16px;
  left: -10px;
}
@media (max-width: 1024px) {
  .c-button--request--yellow::before {
    width: 52px;
    height: 52px;
  }
}
.c-button--request--yellow::after {
  position: absolute;
  content: "";
  background: url(../images/png/icon_play.webp);
  background-size: cover;
  width: 50px;
  height: 51px;
  top: 28px;
  right: 45px;
}
@media (max-width: 1024px) {
  .c-button--request--yellow::after {
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 14px;
    right: 24px;
  }
}
.c-button--form-submit {
  display: block;
  width: 762px;
  height: 157px;
  background: #989898;
  color: #FFFFFF;
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .c-button--form-submit {
    width: 292px;
    height: 60px;
    font-size: 1.5rem;
    border-radius: 2px;
  }
}
.c-button--form-submit.enabled {
  background: #1E4A8B;
  transition: 0.3s;
}
.c-button--hamburger {
  width: 30px;
  height: 22px;
}
.c-button--hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #2BB8D9;
  border-radius: 2px;
  font-size: 0;
  position: relative;
}
.c-button--hamburger span::before, .c-button--hamburger span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #2BB8D9;
  left: 0;
  transition: 0.3s;
}
.c-button--hamburger span::before {
  top: 10px;
}
.c-button--hamburger span::after {
  top: -10px;
}
.c-button--close {
  width: 25px;
  height: 25px;
  position: relative;
  font-size: 0;
}
.c-button--close::before, .c-button--close::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5px;
  background: #FFFFFF;
  border-radius: 2px;
  left: 0;
}
.c-button--close::before {
  top: 11px;
  transform: rotate(45deg);
}
.c-button--close::after {
  bottom: 11px;
  transform: rotate(-45deg);
}
.c-button--return {
  border-radius: 30px;
  color: #FFFFFF;
  background: #B3B3B3;
}

.c-text--green04 {
  color: #04756F;
}
.c-text--pink39 {
  color: #E39393;
}
.c-text--white {
  color: #FFFFFF;
}

.c-title--section, .c-title--thanks {
  color: #273236;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 0 auto 52px;
}
@media (max-width: 1024px) {
  .c-title--section, .c-title--thanks {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 0 auto 24px;
  }
}
.c-title--section::after, .c-title--thanks::after {
  position: absolute;
  content: "";
  width: 192px;
  height: 8px;
  background: #84C8D8;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .c-title--section::after, .c-title--thanks::after {
    width: 75px;
    height: 3px;
    bottom: -12px;
  }
}
.c-title--thanks {
  color: #017972;
}
.c-title--skill-h3 {
  color: #273236;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.c-obje--triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 125px solid transparent;
  border-left: 125px solid transparent;
  border-top: 80px solid #2BB8D9;
  border-bottom: 0;
}

.c-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}
.c-wrapper--flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.c-hide {
  opacity: 0;
  visibility: hidden;
}

.c-shadow--text-flow1 {
  text-shadow: 0px 3.382px 3.382px #10E9DC;
}
.c-shadow--text-flow2 {
  text-shadow: 0px 3.382px 3.382px rgba(12, 172, 162, 0.25);
}
.c-shadow--text-flow3 {
  text-shadow: 0px 3.382px 3.382px rgba(31, 145, 138, 0.25);
}

.p-support {
  padding: 82px 0 0;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .p-support {
    padding: 24px 0 0;
  }
}
.p-support__content {
  width: 100%;
  max-width: 1326px;
  margin: 0 auto 137px;
}
.p-support__content img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-support__content {
    width: 337px;
    margin: 0 auto;
  }
}
.p-support__chat {
  padding: 128px 0 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-support__chat {
    padding: 64px 0 0;
  }
}
.p-support__chat h2 {
  color: #273236;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .p-support__chat h2 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.p-support__chat h2::after {
  position: absolute;
  content: "";
  width: 192px;
  height: 8px;
  background: #84C8D8;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .p-support__chat h2::after {
    width: 75px;
    height: 3px;
    bottom: -15px;
  }
}
.p-support__chat figure {
  width: 964px;
}
.p-support__chat figure img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-support__chat figure {
    width: 100%;
  }
  .p-support__chat figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-support__chat p {
  font-size: 3.2rem;
  width: 914px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #273236;
}
.p-support__chat p span {
  color: #2BB8D9;
  font-weight: 900;
}
.p-support__banner {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 70px 70px;
}
@media (max-width: 1024px) {
  .p-support__banner {
    height: 93px;
    border-radius: 0px 0px 19px 19px;
  }
}
.p-support__banner p {
  font-size: 4rem;
  font-weight: 600;
  color: #273236;
  line-height: 1.5;
  letter-spacing: 2px;
  max-width: 880px;
}
@media (max-width: 1024px) {
  .p-support__banner p {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: 313px;
  }
}

.p-service {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 124px 0;
  border-radius: 0 0 80px 80px;
}
@media (max-width: 1024px) {
  .p-service {
    padding: 53px 0 40px;
    border-radius: 0 0 40px 40px;
  }
}
.p-service__content {
  max-width: 1030px;
}
.p-service__content h2, .p-service__content h3 {
  color: #FFFFFF;
}
.p-service__content h2, .p-service__content h3 {
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-service__content .c-title--section {
  margin: 0 auto 64px;
  color: #FFFFFF;
  width: 370px;
}
.p-service__content .c-title--section::before {
  position: absolute;
  content: "ジョブレイズ";
  font-size: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  top: -27px;
  left: 49px;
}
@media (max-width: 1024px) {
  .p-service__content .c-title--section::before {
    font-size: 1rem;
    letter-spacing: 0.5px;
    top: -13px;
    left: 20px;
  }
}
.p-service__content .c-title--section::after {
  background: #FFFFFF;
  width: 335px;
}
@media (max-width: 1024px) {
  .p-service__content .c-title--section::after {
    width: 147px;
  }
}
@media (max-width: 1024px) {
  .p-service__content .c-title--section {
    width: 165px;
    margin: 0 auto 24px;
  }
}
.p-service__content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto 36px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .p-service__content h3 {
    font-size: 1.3rem;
    margin: 0 auto 13px;
    max-width: 330px;
  }
}
.p-service__content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 756px;
  margin: 0 auto;
  gap: 30px;
}
@media (max-width: 1024px) {
  .p-service__content ul {
    gap: 12px;
    max-width: 410px;
  }
}
.p-service__content ul li {
  width: 232px;
  height: 232px;
}
@media (max-width: 1024px) {
  .p-service__content ul li {
    width: 95px;
    height: 95px;
  }
}
.p-service__content ul li img {
  width: 100%;
}

.p-achieve {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .p-achieve {
    padding: 12px 0;
  }
}
@media (max-width: 1024px) {
  .p-achieve h2 {
    width: 304px;
  }
}
.p-achieve__list {
  display: flex;
  flex-wrap: nowrap; /* 折り返しを防ぐ */
  gap: 40px;
}
.p-achieve__list__item {
  width: 400px;
  height: 160px;
  flex: 0 0 auto; /* 幅を固定 */
  white-space: nowrap;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 5px 0;
}
.p-achieve__list__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .p-achieve__list__item {
    width: 120px;
    height: 48px;
  }
}
.p-achieve__wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.p-card--support--1, .p-card--support--2, .p-card--support--3 {
  color: #273236;
  left: -100px;
}
.p-card--support--1 h3, .p-card--support--2 h3, .p-card--support--3 h3 {
  font-size: 12rem;
  color: #84C8D8;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.3px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-card--support--1 h3, .p-card--support--2 h3, .p-card--support--3 h3 {
    font-size: 4.3rem;
  }
}
.p-card--support--1 h3::after, .p-card--support--2 h3::after, .p-card--support--3 h3::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 3px;
  background: #84C8D8;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 1024px) {
  .p-card--support--1 h3::after, .p-card--support--2 h3::after, .p-card--support--3 h3::after {
    display: block;
  }
}
.p-card--support--1 h4, .p-card--support--2 h4, .p-card--support--3 h4 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .p-card--support--1 h4, .p-card--support--2 h4, .p-card--support--3 h4 {
    font-size: 1rem;
  }
}
.p-card--support--1 strong, .p-card--support--2 strong, .p-card--support--3 strong {
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-card--support--1 strong, .p-card--support--2 strong, .p-card--support--3 strong {
    font-size: 1.5rem;
  }
}
.p-card--support--1 p, .p-card--support--2 p, .p-card--support--3 p {
  max-width: 423px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-card--support--1 p, .p-card--support--2 p, .p-card--support--3 p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.7;
  }
}
.p-card--support--1 figure, .p-card--support--2 figure, .p-card--support--3 figure {
  position: absolute;
}
.p-card--support--1 figure {
  width: 291px;
  right: -180px;
  top: 127px;
}
.p-card--support--2 {
  left: -200px;
}
.p-card--support--2 figure {
  width: 291px;
  right: -170px;
  top: 35px;
}
.p-card--support--3 figure {
  width: 257px;
  right: -170px;
  top: -127px;
}
.p-card--skill {
  display: flex;
  justify-content: center;
  gap: 9px;
}
@media (max-width: 1024px) {
  .p-card--skill {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.p-card--skill li {
  width: 345px;
}
@media (max-width: 1024px) {
  .p-card--skill li {
    width: 273px;
  }
}
.p-card--skill li h4 {
  height: 44px;
  background: #04756F;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.7;
  border-radius: 17px 17px 0 0;
  padding: 14px 0;
  border-bottom: 1px solid #EDEFF3;
}
.p-card--skill li ul {
  box-shadow: 0px 3.27px 10px 0px rgba(0, 0, 0, 0.05), 0px 3.27px 10px 0px rgba(0, 0, 0, 0.03), 0px 3.27px 10px 0px rgba(0, 0, 0, 0.03);
}
.p-card--skill li ul li {
  font-size: 1.1rem;
  font-weight: 700;
  color: #273236;
  height: 47px;
  border-bottom: 1px solid #EDEFF3;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .p-card--skill li ul li {
    font-size: 1.2rem;
    height: 76px;
  }
}
.p-card--skill li ul li p {
  margin: auto;
}
@media (max-width: 1024px) {
  .p-card--skill li ul li p {
    width: 180px;
  }
}
.p-card--flow {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-card--flow {
    margin-bottom: 12px;
  }
}
.p-card--flow h4 {
  color: #273236;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .p-card--flow h4 {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
.p-card--flow div {
  border-radius: 20px;
  padding: 17px 54px;
}
@media (max-width: 1024px) {
  .p-card--flow div {
    padding: 11px 20px;
    border-radius: 7px;
  }
}
.p-card--flow div p {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.5; /* 30px */
  letter-spacing: 1px;
  max-width: 545px;
}
@media (max-width: 1024px) {
  .p-card--flow div p {
    font-size: 1rem;
    width: 200px;
  }
}
.p-card--flow div .c-shadow--text-flow1, .p-card--flow div .c-shadow--text-flow2, .p-card--flow div .c-shadow--text-flow3 {
  position: relative;
}
.p-card--flow div .c-shadow--text-flow1::before, .p-card--flow div .c-shadow--text-flow2::before, .p-card--flow div .c-shadow--text-flow3::before {
  position: absolute;
  content: "";
  height: 96%;
  left: -26px;
  top: 6px;
}
@media (max-width: 1024px) {
  .p-card--flow div .c-shadow--text-flow1::before, .p-card--flow div .c-shadow--text-flow2::before, .p-card--flow div .c-shadow--text-flow3::before {
    left: -13px;
    top: 4px;
  }
}
.p-card--flow div .c-shadow--text-flow1::before {
  width: 20px;
  background: url(../images/svg/flow1.svg);
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-card--flow div .c-shadow--text-flow1::before {
    width: 10px;
    background: url(../images/svg/flow1-sp.svg) no-repeat;
  }
}
.p-card--flow div .c-shadow--text-flow2::before {
  width: 20px;
  background: url(../images/svg/flow2.svg);
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-card--flow div .c-shadow--text-flow2::before {
    width: 10px;
    background: url(../images/svg/flow2-sp.svg) no-repeat;
    background-size: contain;
  }
}
.p-card--flow div .c-shadow--text-flow3::before {
  width: 21px;
  background: url(../images/svg/flow3.svg);
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-card--flow div .c-shadow--text-flow3::before {
    width: 10px;
    background: url(../images/svg/flow3-sp.svg) no-repeat;
    background-size: contain;
  }
}

.p-price {
  padding: 72px 0 0;
}
@media (max-width: 1024px) {
  .p-price {
    padding: 66px 15px 0;
  }
}
.p-price figure {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 47px;
}
@media (max-width: 1024px) {
  .p-price figure {
    margin-bottom: 15px;
  }
}
.p-price figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-price p {
  color: #273236;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-price p {
    font-size: 0.8rem;
  }
}

.p-contact {
  padding: 170px 0 142px;
}
@media (max-width: 1024px) {
  .p-contact {
    padding: 80px 0 116px;
  }
}
.p-contact h2 {
  max-width: 510px;
  margin: 0 auto 11px;
}
@media (max-width: 1024px) {
  .p-contact h2 {
    width: 170px;
  }
}
.p-contact h2::before {
  position: absolute;
  content: "";
  width: 158px;
  height: 107px;
  background: url(../images/png/kamihikouki.webp);
  background-size: cover;
  top: -30px;
  left: -135px;
}
@media (max-width: 1024px) {
  .p-contact h2::before {
    width: 55px;
    height: 38px;
    left: -40px;
    top: -3px;
  }
}
.p-contact h2::after {
  display: none;
}
.p-contact__text1 {
  margin: 0 auto 140px;
  color: #273236;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .p-contact__text1 {
    font-size: 1.4rem;
    width: 293px;
    margin: 0 auto 43px;
    text-align: center;
  }
}
.p-contact__text2 {
  color: #575757;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-contact__text2 {
    font-size: 1.2rem;
  }
}

.p-form {
  max-width: 920px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-form {
    width: 308px;
  }
}
.p-form label {
  margin-bottom: 14px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .p-form label {
    margin-bottom: 5px;
  }
}
.p-form label, .p-form input {
  color: #273236;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 0.9;
  position: relative;
}
@media (max-width: 1024px) {
  .p-form label, .p-form input {
    font-size: 1.1rem;
  }
}
.p-form__wrapper {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .p-form__wrapper {
    margin-bottom: 14px;
  }
}
.p-form__wrapper input {
  width: 100%;
  height: 80px;
  padding: 10px 20px;
  background: #E2E2E2;
}
@media (max-width: 1024px) {
  .p-form__wrapper input {
    height: 26px;
    padding: 5px 8px;
  }
}
.p-form__label--required::before {
  position: absolute;
  content: "＊";
  color: #FFFFFF;
  font-size: 1.6rem;
  background: #2BB8D9;
  text-align: center;
  padding: 13px 0;
  width: 49px;
  height: 39px;
  top: -6px;
  right: -63px;
}
@media (max-width: 1024px) {
  .p-form__label--required::before {
    font-size: 0.6rem;
    width: 16px;
    height: 12px;
    padding: 4px 0;
    top: -1px;
    right: -19px;
  }
}
.p-form__name {
  display: flex;
  justify-content: space-between;
  width: 640px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-form__name {
    width: 208px;
  }
}
.p-form__name::before, .p-form__name::after {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 600;
  color: #273236;
  top: 0;
}
@media (max-width: 1024px) {
  .p-form__name::before, .p-form__name::after {
    font-size: 0.7rem;
  }
}
.p-form__name::before {
  content: "姓";
  left: -38px;
}
@media (max-width: 1024px) {
  .p-form__name::before {
    left: -14px;
  }
}
.p-form__name::after {
  content: "名";
  right: 292px;
}
@media (max-width: 1024px) {
  .p-form__name::after {
    right: 100px;
  }
}
.p-form__name input {
  width: 280px;
  height: 80px;
}
@media (max-width: 1024px) {
  .p-form__name input {
    width: 94px;
    height: 26px;
  }
}
.p-form div .p-form__checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-form div .p-form__checkbox-container {
    margin-top: 20px;
    gap: 7px;
  }
}
.p-form div .p-form__checkbox-container input {
  width: 35px;
  height: 35px;
}
@media (max-width: 1024px) {
  .p-form div .p-form__checkbox-container input {
    width: 14px;
    height: 14px;
  }
}
.p-form div .p-form__checkbox-container a {
  color: #273236;
  font-size: 2.8rem;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .p-form div .p-form__checkbox-container a {
    font-size: 1.2rem;
  }
}
.p-form button {
  margin: 152px auto 37px;
}
@media (max-width: 1024px) {
  .p-form button {
    margin: 20px auto 9px;
  }
}
.p-form input::-moz-placeholder {
  color: #B3B3B3;
}
.p-form input::placeholder {
  color: #B3B3B3;
}

.p-nav--global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1170px) {
  .p-nav--global {
    background: #2BB8D9;
    display: block;
    padding: 25px 0 52px;
    opacity: 0.95;
  }
}
@media (max-width: 1170px) {
  .p-nav--global li {
    height: 57px;
    display: flex;
    align-items: center;
    margin: 0 30px;
  }
}
.p-nav--global li a {
  color: #273236;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
@media (max-width: 1170px) {
  .p-nav--global li a {
    color: #FFFFFF;
    font-size: 2rem;
  }
}
.p-nav--global li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 6px;
  background: #2BB8D9;
  transition: width 0.3s ease;
}
@media (max-width: 1024px) {
  .p-nav--global li a::after {
    display: none;
  }
}
.p-nav--global li a:hover::after {
  width: 100%;
}
.p-nav--global__list1 {
  display: flex;
  justify-content: space-between;
}
.p-nav--global__list1 button {
  margin-top: 5px;
}
.p-nav--global__logo {
  display: block;
  width: 100px;
  height: 100%;
}
.p-nav--global__logo img {
  width: 100%;
}
.p-nav--global__logo p {
  font-size: 1rem;
  text-align: center;
}

.p-first-view {
  width: 100%;
  height: 880px;
  aspect-ratio: 1440/880; /* アスペクト比を指定 */
  padding-top: 170px;
}
@media (max-width: 1024px) {
  .p-first-view {
    padding-top: 20px;
    aspect-ratio: 375/407; /* アスペクト比 */
    height: 407px;
  }
}

.p-copy {
  margin: 0 0 0 18%;
  position: relative;
}
@media (max-width: 1024px) {
  .p-copy {
    margin: 0 0 0 10%;
  }
}
.p-copy__text1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #273236;
  width: 100%;
  max-width: 446px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .p-copy__text1 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.p-copy__text2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 3.6rem;
  max-width: 483px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background: #2BB8D9;
}
@media (max-width: 1024px) {
  .p-copy__text2 {
    font-size: 1.8rem;
    padding: 3px;
    border-radius: 7.6px;
    max-width: 191px;
    margin-bottom: 9px;
  }
}
.p-copy__text3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #273236;
  line-height: 1.8;
  margin-bottom: 68px;
  max-width: 484px;
}
@media (max-width: 1024px) {
  .p-copy__text3 {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    line-height: 1.5;
    max-width: 208px;
    width: 60%;
    margin-bottom: 38px;
  }
}
.p-copy__text3 span {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
  text-underline-offset: 5px;
}
@media (max-width: 1024px) {
  .p-copy__text3 span {
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-text-decoration: underline 1px solid;
            text-decoration: underline 1px solid;
    text-underline-offset: 3px;
  }
}
.p-copy__point {
  display: flex;
  gap: 58px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .p-copy__point {
    gap: 20px;
  }
}
.p-copy__point li {
  width: 215px;
  height: 143px;
  background: #FFFFFF;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px #CFEFF6;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-copy__point li {
    width: 82px;
    height: 55px;
    border-radius: 7px;
    box-shadow: 0px 1.54px 3.079px 0px #CFEFF6;
    padding: 5px 0;
  }
}
.p-copy__point li::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 95px;
  left: -48px;
  top: -60px;
}
@media (max-width: 1024px) {
  .p-copy__point li::before {
    width: 36px;
    height: 36px;
    left: -17px;
    top: -20px;
  }
}
.p-copy__point li figure {
  margin: auto;
}
.p-copy__point li figure img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-copy__point--item1::before {
  background: url(../../../images/png/point1.webp) no-repeat;
  background-size: cover;
}
.p-copy__point--item1 figure {
  width: 25px;
}
@media (max-width: 1024px) {
  .p-copy__point--item1 figure {
    width: 9.5px;
    height: 9.5px;
  }
}
.p-copy__point--item2::before {
  background: url(../../../images/png/point2.webp) no-repeat;
  background-size: cover;
}
.p-copy__point--item2 figure {
  width: 37px;
}
@media (max-width: 1024px) {
  .p-copy__point--item2 figure {
    width: 14px;
    height: 8.5px;
  }
}
.p-copy__point--item3::before {
  background: url(../../../images/png/point3.webp) no-repeat;
  background-size: cover;
}
.p-copy__point--item3 figure {
  width: 26px;
}
@media (max-width: 1024px) {
  .p-copy__point--item3 figure {
    width: 10px;
    height: 10px;
  }
}
.p-copy__point p {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .p-copy__point p {
    font-size: 0.75rem;
  }
}
.p-copy__point strong {
  font-size: 3.2rem;
  color: #FFA01C;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 1024px) {
  .p-copy__point strong {
    font-size: 1.45rem;
  }
}
.p-copy__point strong span {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1024px) {
  .p-copy__point strong span {
    font-size: 0.75rem;
  }
}
.p-copy__point strong span::after {
  position: absolute;
  content: "税込";
  font-size: 1.3rem;
  color: #273236;
  writing-mode: vertical-rl;
  bottom: 0;
}
@media (max-width: 1024px) {
  .p-copy__point strong span::after {
    font-size: 0.5rem;
  }
}

.p-problem__header {
  margin-top: 52px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-problem__header {
    height: 54px;
  }
}
.p-problem__header .c-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 70px solid #ffffff;
  border-top: 0;
  transform: rotate(180deg);
  margin-bottom: -90px;
  font-size: 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .p-problem__header .c-triangle {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 35px solid #ffffff;
    margin-bottom: -35px;
  }
}
.p-problem__header__text {
  color: #273236;
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-problem__header__text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.p-problem__header__text span {
  color: #2BB8D9;
  font-size: 6.4rem;
  font-weight: 900;
  position: relative;
  z-index: 11;
}
@media (max-width: 1024px) {
  .p-problem__header__text span {
    font-size: 2rem;
  }
}
.p-problem__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-height: 1140px;
  aspect-ratio: 1440/640;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .p-problem__body {
    margin-bottom: 25px;
  }
}
.p-problem__body ul {
  padding: 93px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 27px;
  position: relative;
}
.p-problem__body ul::before, .p-problem__body ul::after {
  position: absolute;
  content: "";
  background: url(../images/png/guruguru.webp);
  background-size: cover;
  width: 123px;
  height: 126px;
}
@media (max-width: 1024px) {
  .p-problem__body ul::before, .p-problem__body ul::after {
    width: 50px;
    height: 50px;
  }
}
.p-problem__body ul::before {
  bottom: -120px;
  left: -150px;
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  .p-problem__body ul::before {
    bottom: 190px;
    left: -70px;
  }
}
.p-problem__body ul::after {
  bottom: -23px;
  right: -200px;
}
@media (max-width: 1024px) {
  .p-problem__body ul::after {
    bottom: 345px;
    right: -55px;
  }
}
@media (max-width: 1024px) {
  .p-problem__body ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 21px;
    padding: 50px 0 86px 0;
  }
}
.p-problem__body ul li {
  width: 258px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 4px 40px 4px 4px;
  text-align: center;
  box-shadow: 0px 3.405px 3.405px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .p-problem__body ul li {
    width: 208px;
    height: 145px;
    padding: 7px 0;
    box-shadow: 0px 1.898px 1.898px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3.413px 24.06px 3.413px 3.413px;
  }
}
.p-problem__body ul li h4 {
  color: #2BB8D9;
  font-size: 4rem;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .p-problem__body ul li h4 {
    font-size: 3.2rem;
    margin-bottom: 23px;
  }
}
.p-problem__body ul li h4::before {
  width: 120%;
  height: 6px;
  background: #2BB8D9;
  position: absolute;
  content: "";
  bottom: -5px;
  left: -5px;
}
@media (max-width: 1024px) {
  .p-problem__body ul li h4::before {
    height: 3.7px;
    left: -2.5px;
  }
}
.p-problem__body ul li p {
  color: #273236;
  font-size: 20px;
  font-weight: 600;
  width: 214px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-problem__body ul li p {
    font-size: 1.6rem;
    width: 160px;
    margin: auto;
    text-align: left;
  }
}
.p-problem__body figure {
  width: 203px;
  height: 355px;
  margin-left: 28px;
}
.p-problem__body figure img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-problem__body figure {
    position: absolute;
    top: 0;
    left: -4px;
    width: 89px;
    height: 149px;
  }
}
.p-problem__footer__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-problem__footer__top p {
  font-size: 4.8rem;
  font-weight: 900;
  color: #273236;
  letter-spacing: 2.4px;
  margin-left: 46px;
}
@media (max-width: 1024px) {
  .p-problem__footer__top p {
    font-size: 1.9rem;
    letter-spacing: 0.8px;
    margin-left: 0;
  }
}
.p-problem__footer__down {
  height: 224px;
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .p-problem__footer__down {
    margin-top: 40px;
    height: 75px;
  }
}
.p-problem__footer__down p {
  display: inline-block;
  font-size: 4.8rem;
  color: #273236;
  font-weight: 600;
  letter-spacing: 3.2px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-problem__footer__down p {
    font-size: 1.5rem;
    letter-spacing: 1.1px;
  }
}
.p-problem__footer__down p::before, .p-problem__footer__down p::after {
  position: absolute;
  content: "";
}
.p-problem__footer__down p::before {
  background: url(../../../images/png/problem_man2.webp);
  background-size: cover;
  width: 482px;
  height: 565px;
  left: -300px;
  bottom: -91px;
}
@media (max-width: 1024px) {
  .p-problem__footer__down p::before {
    width: 110px;
    height: 115px;
    left: -65px;
    bottom: -20px;
  }
}
.p-problem__footer__down p::after {
  width: 136px;
  height: 145px;
  background: url(../images/png/light.webp);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -120px;
}
@media (max-width: 1024px) {
  .p-problem__footer__down p::after {
    width: 45px;
    height: 45px;
    right: -35px;
  }
}
.p-problem__footer__down p span {
  font-size: 6.4rem;
  color: #2BB8D9;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .p-problem__footer__down p span {
    font-size: 2.4rem;
  }
}

.p-cta, .p-cta--add {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .p-cta, .p-cta--add {
    height: 258px;
    border-radius: 30px;
  }
}
.p-cta__box {
  width: 920px;
}
@media (max-width: 1024px) {
  .p-cta__box {
    width: 308px;
  }
}
.p-cta__box__text {
  font-size: 3.2rem;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .p-cta__box__text {
    font-size: 1.4rem;
    margin-bottom: 17px;
  }
}
.p-cta__box__text span {
  color: #FFA01C;
  font-weight: 900;
}
.p-cta__box strong {
  display: block;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
  color: #FFA01C;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-cta__box strong {
    font-size: 1.3rem;
  }
}
.p-cta__box .c-button--request--yellow {
  margin: auto;
}
.p-cta--add {
  height: 325px;
  padding-top: 10px;
  margin-bottom: 136px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .p-cta--add {
    height: 120px;
  }
}

.p-cta--first {
  display: none;
}
@media (max-width: 1024px) {
  .p-cta--first {
    display: block;
    padding-top: 16px;
  }
}

.p-case {
  padding: 125px 0 0;
}
@media (max-width: 1024px) {
  .p-case {
    padding: 70px 0 0;
  }
}
.p-case__jisseki {
  max-width: 924px;
  margin: 0 auto 56px;
}
@media (max-width: 1024px) {
  .p-case__jisseki {
    margin: 0 auto 112px;
  }
}
.p-case__jisseki__img {
  width: 100%;
  margin: 0 auto 32px;
}
@media (max-width: 1024px) {
  .p-case__jisseki__img {
    width: 246px;
  }
}
.p-case__jisseki__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__jisseki p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #273236;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .p-case__jisseki p {
    font-size: 1.4rem;
    width: 300px;
    margin: auto;
  }
}
.p-case__jisseki p span {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  .p-case__jisseki p span {
    font-size: 1rem;
  }
}
.p-case__reason {
  max-width: 1074px;
  height: 844px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 70px;
  margin: 0 auto 173px;
  padding: 56px 0 46px;
}
@media (max-width: 1024px) {
  .p-case__reason {
    padding: 39px 0;
    height: auto;
    margin: 0 auto 73px;
    border-radius: 30px;
  }
}
.p-case__reason h2 {
  max-width: 380px;
}
.p-case__reason h2::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 62px;
  background: url(../../../images/png/coin-tower.webp);
  background-size: cover;
  top: 12px;
  left: -126px;
}
@media (max-width: 1024px) {
  .p-case__reason h2::before {
    width: 74px;
    height: 45px;
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-case__reason p {
  color: #273236;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  max-width: 872px;
  margin: 0 auto 56px;
}
@media (max-width: 1024px) {
  .p-case__reason p {
    font-size: 1.4rem;
    width: 300px;
    letter-spacing: 0.7px;
    margin: 0 auto 18px;
  }
}
.p-case__reason p strong {
  color: #2BB8D9;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
@media (max-width: 1024px) {
  .p-case__reason p strong {
    font-size: 1.4rem;
  }
}
.p-case__reason__img {
  max-width: 784px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-case__reason__img {
    width: 332px;
  }
}
.p-case__reason__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__why {
  max-width: 931px;
  margin: 0 auto 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-case__why {
    margin: 0 auto 66px;
  }
}
.p-case__why h2 {
  margin: 0 auto 107px;
}
@media (max-width: 1024px) {
  .p-case__why h2 {
    width: 190px;
    margin: 0 0 54px;
  }
}
.p-case__why__text {
  max-width: 670px;
  color: #2BB8D9;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .p-case__why__text {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: 300px;
  }
}
.p-case__why ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 118px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-case__why ul {
    gap: 9px;
  }
}
.p-case__why ul::before, .p-case__why ul::after {
  position: absolute;
  content: "";
}
.p-case__why ul::before {
  width: 191px;
  height: 218px;
  background: url(../../../images/png/why_reman-1.webp);
  background-size: cover;
  bottom: 0px;
  left: -56px;
}
@media (max-width: 1024px) {
  .p-case__why ul::before {
    width: 44px;
    height: 50px;
    top: -35px;
    left: 85px;
  }
}
.p-case__why ul::after {
  width: 191px;
  height: 218px;
  background: url(../../../images/png/why_reman-2.webp);
  background-size: cover;
  bottom: -52px;
  right: -55px;
}
@media (max-width: 1024px) {
  .p-case__why ul::after {
    width: 60px;
    height: 56px;
    top: -39px;
    right: 75px;
  }
}
.p-case__why ul li {
  max-width: 300px;
  height: 268px;
  padding: 33px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .p-case__why ul li {
    width: 152px;
    height: 197px;
    border-radius: 10px;
    padding: 12px;
  }
}
.p-case__why ul li h3 {
  color: #2BB8D9;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-case__why ul li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-case__why ul li p {
  color: #273236;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.32px;
}
@media (max-width: 1024px) {
  .p-case__why ul li p {
    font-size: 1.2rem;
  }
}
.p-case__why__img {
  margin-bottom: 56px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-case__why__img {
    width: 350px;
    margin-bottom: 36px;
  }
}
.p-case__why__img img {
  width: 100%;
}
.p-case__why__accent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .p-case__why__accent {
    margin-bottom: 70px;
  }
}
.p-case__why__accent span {
  display: block;
  width: 118px;
  height: 118px;
  padding: 29px 35px;
  color: #FFFFFF;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.25;
  border-radius: 59px;
  background: #2BB8D9;
}
@media (max-width: 1024px) {
  .p-case__why__accent span {
    width: 75px;
    height: 75px;
    font-size: 3rem;
    padding: 20px 23px;
  }
}
.p-case__rt-student {
  max-width: 820px;
  height: 237px;
  background: #FFFFFF;
  padding: 0 68px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-case__rt-student {
    width: 308px;
    height: 161px;
    padding: 26px;
    margin-bottom: 65px;
  }
}
.p-case__rt-student::after {
  position: absolute;
  content: "";
  width: 146px;
  height: 200px;
  background: url(../images/png/recomen.webp);
  background-size: cover;
  top: -197px;
  right: 30px;
}
@media (max-width: 1024px) {
  .p-case__rt-student::after {
    width: 45px;
    height: 64px;
    top: -50px;
  }
}
.p-case__rt-student h3 {
  width: 36.5041617122%;
  margin: -60px auto 23px;
}
@media (max-width: 1024px) {
  .p-case__rt-student h3 {
    width: 55%;
    margin: -67px auto 6px;
  }
}
.p-case__rt-student p {
  color: #273236;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5; /* 36px */
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .p-case__rt-student p {
    font-size: 1.5rem;
  }
}
.p-case .c-obje--triangle {
  margin-bottom: 40px;
  font-size: 0;
}
@media (max-width: 1024px) {
  .p-case .c-obje--triangle {
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 60px solid #2BB8D9;
  }
}
.p-case__costcut {
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1024px) {
  .p-case__costcut {
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.p-case__costcut__accent {
  width: 76%;
  max-width: 1093px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0 auto -50px;
}
@media (max-width: 1024px) {
  .p-case__costcut__accent {
    margin: 0 auto -20px;
    width: 90%;
  }
}
.p-case__costcut__img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-case__costcut__img {
    width: 320px;
    margin: 0 auto;
  }
}
.p-case__costcut figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__difference {
  width: 90%;
  max-width: 1296px;
  margin: 0 auto 149px;
  padding-top: 224px;
}
@media (max-width: 1024px) {
  .p-case__difference {
    margin: 0 auto 55px;
    padding-top: 82px;
  }
}
.p-case__difference h2 {
  width: 465px;
  margin: 0 auto 83px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-case__difference h2 {
    width: 200px;
    margin: 0 auto 33px;
  }
}
.p-case__difference h2::before {
  position: absolute;
  content: "";
  width: 298px;
  height: 280px;
  background: url(../images/png/find-woman.webp);
  background-size: cover;
  top: -78px;
  right: -285px;
}
@media (max-width: 1024px) {
  .p-case__difference h2::before {
    width: 100px;
    height: 83px;
    top: -37px;
    right: -95px;
  }
}
.p-case__difference__text {
  max-width: 650px;
  margin: 0 auto 75px;
  font-weight: 600;
  color: #273236;
}
@media (max-width: 1024px) {
  .p-case__difference__text {
    width: 280px;
    margin: 0 auto 28px;
  }
}
.p-case__difference__text p {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .p-case__difference__text p {
    font-size: 1.1rem;
  }
}
.p-case__difference__text span {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .p-case__difference__text span {
    font-size: 0.85rem;
  }
}
.p-case__difference__caution {
  max-width: 1090px;
  text-align: end;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 21px auto 0;
}
@media (max-width: 1024px) {
  .p-case__difference__caution {
    font-size: 1rem;
    text-align: left;
    width: 300px;
    margin: 25px auto 0;
    position: relative;
  }
  .p-case__difference__caution::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 12px;
    background: url(../images/svg/scroll.svg);
    background-size: cover;
    top: -15px;
    right: 5px;
  }
}
.p-case__difference .js-scrollbar {
  width: 100%;
}
.p-case__iret {
  padding: 90px 0;
  width: 100%;
  margin-bottom: 132px;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  .p-case__iret {
    padding: 45px 0;
    margin-bottom: 70px;
    border-radius: 30px;
  }
  .p-case__iret h2 {
    margin-bottom: 31px;
  }
}
.p-case__iret__content {
  max-width: 866px;
  padding: 130px 80px;
  background: #FFF;
  box-shadow: 0px 3.214px 6.428px 0px rgba(0, 0, 0, 0.25);
  color: #273236;
  font-weight: 700;
  margin: 0 auto 82px;
  border-radius: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-case__iret__content {
    padding: 0;
    width: 315px;
    height: 482px;
    gap: 13px;
    margin: 0 auto 24px;
    border-radius: 30px;
  }
}
.p-case__iret__content figure {
  width: 546px;
  height: 266px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-case__iret__content figure {
    width: 273px;
    height: 133px;
    margin: 0;
  }
}
.p-case__iret__content figure img {
  width: 100%;
}
.p-case__iret__content h3 {
  width: 546px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-case__iret__content h3 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-case__iret__content p {
  width: 546px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .p-case__iret__content p {
    width: 270px;
    font-size: 1.3rem;
    margin: 0;
  }
}
.p-case__iret__content p span {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-case__iret__content p span {
    font-size: 1rem;
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .p-case__iret__art h3 {
    font-size: 1.3rem;
    letter-spacing: 0.65px;
    width: 295px;
  }
}
.p-case__iret__art article {
  max-width: 840px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  color: #273236;
  font-size: 2.4rem;
  line-height: 1.5; /* 36px */
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .p-case__iret__art article {
    width: 311px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.p-case__iret__art article div {
  width: 100%;
  height: 271px;
}
@media (max-width: 1024px) {
  .p-case__iret__art article div {
    height: 118px;
  }
}
.p-case__iret__art article div figure {
  width: 198px;
  height: 238px;
}
@media (max-width: 1024px) {
  .p-case__iret__art article div figure {
    width: 73px;
    height: 85px;
  }
}
.p-case__iret__art article div figure img {
  width: 100%;
}
.p-case__iret__art article div div {
  width: 520px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
}
@media (max-width: 1024px) {
  .p-case__iret__art article div div {
    width: 192px;
    gap: 0;
    line-height: 1.9;
  }
}
.p-case__iret__art article div div strong {
  font-weight: 700;
  color: #273236;
}
.p-case__iret__art article div div p {
  font-weight: 400;
  color: #6B7274;
}
.p-case__iret__art article div div a {
  color: #273236;
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  display: inline-block;
  position: relative;
}
.p-case__iret__art article div div a::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/svg/link.svg);
  background-size: cover;
  left: -37px;
  top: 5px;
}
@media (max-width: 1024px) {
  .p-case__iret__art article div div a::before {
    width: 12px;
    height: 11px;
    left: -16px;
  }
}
.p-case__recruit {
  width: 100%;
  height: 826px;
  padding: 40px 0;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  .p-case__recruit {
    padding: 28px;
    height: 416px;
    border-radius: 30px;
  }
}
@media (max-width: 1024px) {
  .p-case__recruit .slick-list {
    width: 210px;
  }
}
@media (max-width: 1024px) {
  .p-case__recruit .slick-slide {
    width: 210px;
    height: 260px;
    padding-top: 18px;
    margin: 0 12px 0;
  }
}
.p-case__recruit .slick-prev, .p-case__recruit .slick-next {
  display: none;
}
@media (max-width: 1024px) {
  .p-case__recruit .slick-prev, .p-case__recruit .slick-next {
    display: block;
  }
}
.p-case__recruit__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 112px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-case__recruit__list {
    overflow-x: hidden;
    margin: auto;
    gap: 22px;
  }
}
.p-case__recruit__list__item {
  width: 320px;
  height: 465px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
}
@media (max-width: 1024px) {
  .p-case__recruit__list__item {
    flex: 0 0 auto; /* 幅を固定 */
  }
}
.p-case__recruit__list__item figure {
  width: 262px;
  height: 158px;
  margin-bottom: 49px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-case__recruit__list__item figure {
    width: 148px;
    height: 88px;
    margin: 0 auto 27px;
  }
}
.p-case__recruit__list__item figure img {
  width: 100%;
}
.p-case__recruit__list__item figure::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 8px;
  background: #84C8D8;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media (max-width: 1024px) {
  .p-case__recruit__list__item figure::after {
    width: 60px;
    height: 3px;
    bottom: -16px;
  }
}
.p-case__recruit__list__item ul {
  width: 262px;
  overflow: hidden;
  color: #273236;
  font-size: 1.9rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-case__recruit__list__item ul {
    width: 148px;
    margin: 0 auto;
    font-size: 1rem;
  }
}

.p-table--difference {
  color: #273236;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.691px;
  table-layout: fixed;
  margin: auto;
  position: relative;
  border-spacing: 0;
  overflow-x: hidden;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .p-table--difference {
    font-size: 0.8rem;
  }
}
.p-table--difference td {
  padding: 12px 6px;
  background: #EDEFF3;
}
.p-table--difference__head td {
  font-size: 2rem;
  background: #B4B4B4;
  width: 200px;
  height: 95px;
  color: #FFFFFF;
  border-top: 4px solid #575757;
  border-bottom: 4px solid #575757;
  border-right: 3px solid #c7c7c7;
}
@media (max-width: 1024px) {
  .p-table--difference__head td {
    font-size: 1.1rem;
    width: 114px;
    height: 54px;
    border-top: 2px solid #575757;
    border-bottom: 2px solid #575757;
    border-right: 1px solid #c7c7c7;
  }
}
.p-table--difference__head td:first-child {
  opacity: 0;
  border: 0;
}
.p-table--difference__head td:nth-child(2) {
  width: 263px;
  position: relative;
  background: #36D2F6;
  border-top: 10px solid #F42162;
  border-left: 10px solid #F42162;
  border-bottom: 4px solid #575757;
  border-right: 10px solid #F42162;
}
@media (max-width: 1024px) {
  .p-table--difference__head td:nth-child(2) {
    width: 150px;
    border-top: 5px solid #F42162;
    border-left: 5px solid #F42162;
    border-bottom: 2px solid #575757;
    border-right: 5px solid #F42162;
  }
}
.p-table--difference__head td:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 77px;
  background: url(../images/png/crown.webp);
  background-size: cover;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .p-table--difference__head td:nth-child(2)::before {
    width: 57px;
    height: 43px;
    top: -38px;
  }
}
.p-table--difference__head td:nth-child(2) figure {
  width: 143px;
  height: 62px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-table--difference__head td:nth-child(2) figure {
    width: 88px;
    height: 38px;
  }
}
.p-table--difference__head td:nth-child(2) figure img {
  width: 100%;
}
.p-table--difference__head td:last-child {
  border-right: 4px solid #575757;
}
@media (max-width: 1024px) {
  .p-table--difference__head td:last-child {
    border-right: 2px solid #575757;
  }
}
.p-table--difference__content td {
  height: 74px;
  border-bottom: 3px solid #c7c7c7;
  border-right: 3px solid #c7c7c7;
}
@media (max-width: 1024px) {
  .p-table--difference__content td {
    height: 41px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
  }
}
.p-table--difference__content td span {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .p-table--difference__content td span {
    font-size: 0.6rem;
  }
}
.p-table--difference__content td p {
  margin: 6px auto 0;
}
.p-table--difference__content td:first-child {
  border-left: 4px solid #575757;
  font-size: 1.6rem;
  background: #FFF9E8;
}
@media (max-width: 1024px) {
  .p-table--difference__content td:first-child {
    width: 138px;
    border-left: 2px solid #575757;
    font-size: 0.9rem;
  }
}
.p-table--difference__content td:nth-child(2) {
  color: #2BB8D9;
  font-size: 3.2rem;
  border-left: 10px solid #F42162;
  border-right: 10px solid #F42162;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .p-table--difference__content td:nth-child(2) {
    font-size: 1.8rem;
    border-left: 5px solid #F42162;
    border-right: 5px solid #F42162;
  }
}
.p-table--difference__content td:nth-child(2) figure img {
  width: 100%;
}
.p-table--difference__content td:nth-child(2) p {
  font-size: 1.2rem;
  color: #273236;
  width: 188px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-table--difference__content td:nth-child(2) p {
    width: auto;
    font-size: 0.6rem;
  }
}
.p-table--difference__content td:last-child {
  border-right: 4px solid #575757;
}
@media (max-width: 1024px) {
  .p-table--difference__content td:last-child {
    border-right: 2px solid #575757;
  }
}
.p-table--difference__last-row td {
  background: #FFFFFF;
  height: 73px;
  border-top: 4px solid #575757;
  border-left: 3px solid #c7c7c7;
  border-bottom: 4px solid #575757;
}
@media (max-width: 1024px) {
  .p-table--difference__last-row td {
    border-top: 2px solid #575757;
    border-left: 1px solid #c7c7c7;
    border-bottom: 2px solid #575757;
  }
}
.p-table--difference__last-row td:first-child {
  font-size: 1.6rem;
  color: #FFFFFF;
  background: #FFA01C;
  border-left: 4px solid #575757;
}
@media (max-width: 1024px) {
  .p-table--difference__last-row td:first-child {
    font-size: 1.1rem;
    border-left: 2px solid #575757;
  }
}
.p-table--difference__last-row td:nth-child(2) {
  border-left: 10px solid #F42162;
  border-right: 10px solid #F42162;
  border-bottom: 10px solid #F42162;
}
@media (max-width: 1024px) {
  .p-table--difference__last-row td:nth-child(2) {
    border-left: 5px solid #F42162;
    border-right: 5px solid #F42162;
    border-bottom: 5px solid #F42162;
  }
}
.p-table--difference__last-row td:last-child {
  border-right: 4px solid #575757;
}
@media (max-width: 1024px) {
  .p-table--difference__last-row td:last-child {
    border-right: 2px solid #575757;
  }
}
.p-table__image-maru {
  width: 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-table__image-maru {
    width: 25px;
  }
}
.p-table__image-maru img {
  width: 100%;
}
.p-table__image-gray {
  width: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-table__image-gray {
    width: 20px;
  }
}
.p-table__image-gray img {
  width: 100%;
}
.p-table__image-price--1 {
  width: 100px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-table__image-price--1 {
    width: 77px;
  }
}
.p-table__image-price--1 img {
  width: 100%;
}
.p-table__image-price--2 {
  width: 159px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-table__image-price--2 {
    width: 90px;
  }
}
.p-table__image-price--2 img {
  width: 100%;
}
.p-table__image-price--3 {
  width: 110px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-table__image-price--3 {
    width: 65px;
  }
}
.p-table__image-price--3 img {
  width: 100%;
}

.p-skill {
  padding: 98px 0 235px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-skill {
    padding: 70px 0;
  }
}
.p-skill__content {
  max-width: 920px;
  padding: 51px 0;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
}
@media (max-width: 1024px) {
  .p-skill__content {
    padding: 30px 0;
    border-radius: 30px;
  }
}
.p-skill__content__item1 {
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .p-skill__content__item1 {
    width: 80%;
    margin: 0 auto 50px;
  }
}
.p-skill__content__item1 h3 {
  margin-bottom: 27px;
}
.p-skill__content__item2 {
  display: flex;
  justify-content: center;
  gap: 67px;
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .p-skill__content__item2 {
    width: 320px;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto 50px;
  }
}
.p-skill__content__item2 h3 {
  margin-bottom: 17px;
}
.p-skill__content__item2 figure {
  width: 351px;
}
@media (max-width: 1024px) {
  .p-skill__content__item2 figure {
    width: 80%;
    margin: auto;
  }
}
.p-skill__content__item2 figure img {
  width: 100%;
}
.p-skill__content__item3 {
  margin-bottom: 38px;
}
.p-skill__content__item3 h3 {
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .p-skill__content__item3 h3 {
    margin-bottom: 20px;
  }
}
.p-skill__content__item4 {
  color: #273236;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%; /* 15px */
  text-align: end;
  margin-right: 50px;
}

.p-flow {
  padding: 140px 0 0 0;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  .p-flow {
    padding: 80px 17px 20px 17px;
    border-radius: 30px;
  }
}
.p-flow h2 {
  color: #FFFFFF;
}
.p-flow__content {
  padding: 0 118px;
}
@media (max-width: 1024px) {
  .p-flow__content {
    padding: 0;
  }
}
.p-flow__content h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .p-flow__content h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.p-flow__content figure {
  max-width: 1204px;
  width: 100%;
  margin: auto;
}
.p-flow__content figure img {
  width: 100%;
}

.p-faq {
  padding: 140px 0 0px;
}
.p-faq h2 {
  width: 280px;
  margin: 0 auto 111px;
}
@media (max-width: 1024px) {
  .p-faq h2 {
    width: 150px;
    margin: 0 auto 28px;
  }
}
.p-faq h2::before {
  position: absolute;
  content: "";
  width: 186px;
  height: 212px;
  background: url(../images/png/faq_man.webp);
  background-size: cover;
  top: -65px;
  right: -190px;
}
@media (max-width: 1024px) {
  .p-faq h2::before {
    width: 80px;
    height: 90px;
    top: -40px;
    right: -60px;
  }
}
.p-faq__item {
  max-width: 675px;
  margin: 0 auto 28px;
}
@media (max-width: 1024px) {
  .p-faq__item {
    width: 312px;
  }
}
.p-faq__question, .p-faq__answer {
  padding: 31px 16px;
  color: #273236;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-faq__question, .p-faq__answer {
    font-size: 1rem;
    padding: 10px 16px;
  }
}
.p-faq__question {
  border: 0.735px solid #CCF5FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-faq__question button {
  font-size: 0;
  width: 58px;
  height: 58px;
  background: url(../images/png/button_faq.webp);
  background-size: cover;
}
@media (max-width: 1024px) {
  .p-faq__question button {
    width: 30px;
    height: 30px;
  }
}
.p-faq__answer {
  background: #CCF5FF;
  max-height: 0; /* 初期状態で非表示 */
  overflow: hidden;
  transition: 0.5s ease; /* アニメーション効果 */
  padding: 0 16px;
}
@media (max-width: 1024px) {
  .p-faq__answer {
    padding: 0 10px;
  }
}
.p-faq__answer.is-open {
  max-height: 500px; /* 必要に応じて最大高さを調整 */
  padding: 31px 16px;
  transition: 0.5s ease; /* アニメーション効果 */
}
@media (max-width: 1024px) {
  .p-faq__answer.is-open {
    padding: 16px 10px;
  }
}

.p-about {
  padding: 41px 98px;
}
@media (max-width: 1024px) {
  .p-about {
    padding: 41px 35px;
  }
}
.p-about h2 {
  margin-bottom: 96px;
}
@media (max-width: 1024px) {
  .p-about h2 {
    margin-bottom: 43px;
  }
}
.p-about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about__content figure {
  width: 280px;
  height: 280px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .p-about__content figure {
    width: 153px;
    height: 153px;
  }
}
.p-about__content figure img {
  width: 100%;
}
.p-about__content p {
  color: #273236;
  font-size: 2.4rem;
  font-weight: 600;
  width: 166px;
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .p-about__content p {
    font-size: 1.3rem;
  }
}
.p-about__content ul {
  width: 520px;
  padding: 40px 0;
  margin-bottom: 28px;
  text-align: center;
  border: 8px solid #84C8D8;
  background: #FFF;
}
@media (max-width: 1024px) {
  .p-about__content ul {
    border: 4px solid #84C8D8;
    width: 300px;
    padding: 26px 0;
  }
}
.p-about__content ul li {
  color: #273236;
  font-size: 24px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .p-about__content ul li {
    font-size: 1.4rem;
  }
}
.p-about__content ul span {
  color: #017972;
}
.p-about__content strong {
  color: #017972;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5; /* 36px */
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .p-about__content strong {
    font-size: 1.5rem;
  }
}

.p-scrollbar__track {
  display: none;
}
@media (max-width: 1024px) {
  .p-scrollbar__track {
    display: block;
    margin: auto;
    position: relative;
    width: 300px;
    height: 8px;
    background: #B3B3B3;
    border-radius: 4px;
    overflow: hidden;
  }
  .p-scrollbar__track__thumb {
    height: 100%;
    background: #36D2F6;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 1024px) {
  .js-scrollbar {
    width: 100%;
    position: relative;
    overflow-x: scroll;
    margin-bottom: 18px;
    padding-top: 30px;
  }
}
.js-scrollbar::-webkit-scrollbar {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  .slick-slider {
    display: flex;
  }
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .slick-list {
    overflow-x: hidden;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-next, .slick-prev {
  width: 33px;
  height: 34px;
  background: url(../images/svg/arrows.svg) no-repeat;
  font-size: 0;
  z-index: 10;
}

.slick-next {
  transform: scaleX(-1);
}

.p-thanks {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .p-thanks {
    padding-top: 100px;
  }
}
.p-thanks__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 41px;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper {
    gap: 25px;
    margin: 0 auto 62px;
    width: 310px;
  }
}
.p-thanks__wrapper h2 {
  color: #2BB8D9;
}
.p-thanks__wrapper p {
  color: var(--, #273236);
  font-family: "Noto Sans";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  letter-spacing: 1.8px;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper p {
    font-size: 1.5rem;
  }
}
.p-thanks__wrapper figure {
  width: 186px;
  height: 186px;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper figure {
    width: 68px;
    height: 68px;
  }
}
.p-thanks__wrapper figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-thanks__wrapper .c-button--return {
  width: 441px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper .c-button--return {
    width: 310px;
    height: 58px;
    border-radius: 10px;
  }
}
.p-thanks__wrapper .c-button--return p::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 46px;
  background: url("../images/png/return.webp") no-repeat;
  background-size: contain;
  left: 42px;
  top: 20px;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper .c-button--return p::before {
    width: 28px;
    height: 28px;
    left: 45px;
    top: 15px;
  }
}
.p-thanks__wrapper .c-button--return p {
  margin-left: 55px;
}
@media (max-width: 1024px) {
  .p-thanks__wrapper .c-button--return p {
    font-size: 2.3rem;
    margin-left: 45px;
  }
}

.p-jirei {
  margin-bottom: 190px;
}
@media (max-width: 1024px) {
  .p-jirei {
    margin-bottom: 58px;
  }
}
.p-jirei h2 {
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .p-jirei h2 {
    margin-bottom: 25px;
  }
}
.p-jirei__slider-box {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1024px) {
  .p-jirei__slider-box {
    max-width: 400px;
  }
}
.p-jirei ul {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-jirei ul .slick-list {
  width: 90%;
  position: relative;
}
@media (max-width: 1024px) {
  .p-jirei ul .slick-list {
    width: 100%;
  }
}
.p-jirei ul .slick-prev, .p-jirei ul .slick-next {
  position: absolute;
  width: 83px;
  height: 83px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .p-jirei ul .slick-prev, .p-jirei ul .slick-next {
    width: 34px;
    height: 34px;
  }
}
.p-jirei ul .slick-prev {
  left: 90px;
}
@media (max-width: 1024px) {
  .p-jirei ul .slick-prev {
    left: -5px;
  }
}
.p-jirei ul .slick-next {
  right: 90px;
}
@media (max-width: 1024px) {
  .p-jirei ul .slick-next {
    right: -5px;
  }
}
.p-jirei ul li {
  border-radius: 70px 70px 70px 70px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  max-width: 1134px;
  margin: 0 68px;
}
@media (max-width: 1024px) {
  .p-jirei ul li {
    border-radius: 30px 30px 40px 40px;
    margin: 0 16px;
  }
}
.p-jirei ul li img {
  width: 100%;
}
.p-jirei .slick-slide {
  height: auto;
}

.u-invisible {
  visibility: hidden;
}
.u-invisible--sp {
  display: none;
}
@media (max-width: 1024px) {
  .u-invisible--sp {
    display: block;
  }
}
.u-invisible--pc {
  display: block;
}
@media (max-width: 1024px) {
  .u-invisible--pc {
    display: none;
  }
}

.u-margin--add-cta1 {
  margin: 110px 0;
}
@media (max-width: 1024px) {
  .u-margin--add-cta1 {
    margin: 60px 0;
  }
}
.u-margin--add-cta2 {
  margin: 0;
}

.u-flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/*# sourceMappingURL=style.css.map */