@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  margin: 0;
  color: #4B4B4B;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.tablet,
.sp,
.sp-only {
  display: none;
}

.pc,
.pc-only {
  display: block;
}

.cta-center {
  text-align: center;
}

.white-area {
  background: #ffffff;
}

.blue-area,
.green-area {
  background: #E8F5FF;
}

.green-area.wave-top::before, .green-area.wave-bottom::after {
  background: radial-gradient(circle at 20px -8px, transparent 22px, #E8F5FF 23px) repeat-x;
  background-size: 40px 44px;
}

.container {
  width: min(100% - 80px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 160px 0;
}

.cards-3,
.gallery-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}
.section-title_inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title_inner .en {
  display: inline-block;
  color: #00C6F7;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.section-title_inner .ja {
  display: inline-block;
  padding-top: 10px;
  color: #4B4B4B;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.section-title_inner .ja .mini {
  font-size: 16px;
}
.section-title_inner .hen {
  display: inline-block;
  margin-top: 15px;
  padding: 2px 40px;
  background: #248ADD;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.section-l .section-l-titleWrap .section-l-title {
  position: relative;
  padding-top: 30px;
  color: #248ADD;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.section-l .section-l-titleWrap .section-l-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 41px;
  height: 38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/lp02/savtitle.svg) center/cover no-repeat;
}

.lead {
  margin: 10px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .section-l .section-l-titleWrap .section-l-title {
    font-size: 20px;
  }
  .section-l .section-l-titleWrap .section-l-title::before {
    width: 23px;
    height: 21px;
  }
  .lead {
    font-size: 14px;
  }
}
.cta-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 353px;
  padding: 23px 0;
  border: 0;
  border-radius: 999px;
  background: #E73434;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.cta-btn:hover {
  opacity: 1;
}
.cta-btn .icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-btn .icon-arrow img,
.cta-btn .icon-arrow svg {
  width: 100%;
  height: 100%;
}
.cta-btn .icon-arrow__right {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.cta-btn.cta-btn--more {
  background-color: #248ADD;
}
.cta-btn.cta-btn--more .icon-arrow rect {
  fill: #248ADD;
}

.page-link {
  padding: 100px 0;
  background-color: #E8F5FF;
}
.page-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
}
.page-link-item a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border: 2px solid #248ADD;
  background: #ffffff;
  color: #248ADD;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.page-link-item a:hover {
  opacity: 1;
}
.page-link-item .icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-link-item .icon-arrow svg {
  width: 100%;
  height: 100%;
}
.page-link-item .icon-arrow rect {
  fill: #248ADD;
}

.timeline-toggle,
.recruit-toggle {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline-toggle {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: center;
}

.is-open .timeline-toggle .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.is-open .timeline-toggle .cta-btn {
  background-color: #898989;
}
.is-open .timeline-toggle .cta-btn rect {
  fill: #898989;
}

.timeline-group,
.recruit-group {
  position: relative;
}
.timeline-group.is-closed::after,
.recruit-group.is-closed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  z-index: 3;
  height: 120px;
  pointer-events: none;
}
.timeline-group.is-open::after,
.recruit-group.is-open::after {
  display: none;
}

.timeline-group.is-closed::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 245, 255, 0)), color-stop(30%, rgba(232, 245, 255, 0.7)), color-stop(70%, #E8F5FF), to(#E8F5FF));
  background: linear-gradient(to bottom, rgba(232, 245, 255, 0) 0%, rgba(232, 245, 255, 0.7) 30%, #E8F5FF 70%, #E8F5FF 100%);
}

.recruit-group.is-closed::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.7)), color-stop(70%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, #ffffff 70%, #ffffff 100%);
}

.photo-card {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}
.photo-card::before {
  content: "01";
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 59px;
  padding-bottom: 22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100vmax;
  background: #ffffff;
  color: #248ADD;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.photo-card02::before {
  content: "02";
}
.photo-card03::before {
  content: "03";
}
.photo-card .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 373.33/217;
}
.photo-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-card .title {
  margin: 20px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #248ADD;
  color: #248ADD;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.photo-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.photo-card01::after {
  content: "";
  position: absolute;
  top: clamp(135px, 12.78vw, 184px);
  right: clamp(6px, 0.9vw, 13px);
  width: clamp(44px, 4.31vw, 62px);
  height: clamp(34px, 3.33vw, 48px);
  background: url(../images/lp02/section-work_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.photo-card02::after {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(-13px, -0.9vw, -6px);
  width: clamp(60px, 5.83vw, 84px);
  height: clamp(56px, 5.49vw, 79px);
  background: url(../images/lp02/section-work_aicon02.svg) center/contain no-repeat;
  pointer-events: none;
}

.photo-card03::after {
  content: "";
  position: absolute;
  top: clamp(130px, 12.36vw, 178px);
  right: 0;
  width: clamp(68px, 6.8vw, 97.91px);
  height: clamp(59px, 5.91vw, 85.07px);
  background: url(../images/lp02/section-work_aicon03.svg) center/contain no-repeat;
  pointer-events: none;
}

.timeline-step01 .timeline-step_inWrap::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 190px;
  width: 65.94px;
  height: 78.68px;
  background: url(../images/lp02/working-sec02_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.timeline-step02 .timeline-step_inWrap::after {
  content: "";
  position: absolute;
  top: 88px;
  left: 19px;
  width: 153px;
  height: 42px;
  background: url(../images/lp02/working-sec02_aicon02.svg) center/contain no-repeat;
  pointer-events: none;
}

.timeline-step03 .timeline-step_inWrap::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 45px;
  width: 115.24px;
  height: 110.74px;
  background: url(../images/lp02/working-sec02_aicon03.svg) center/contain no-repeat;
  pointer-events: none;
}

.timeline-step04 .timeline-step_inWrap::after {
  content: "";
  position: absolute;
  top: 88px;
  left: 143px;
  width: 76.26px;
  height: 73.61px;
  background: url(../images/lp02/working-sec02_aicon04.svg) center/contain no-repeat;
  pointer-events: none;
}

.timeline-step05 .timeline-step_inWrap::after {
  content: "";
  position: absolute;
  top: 91px;
  right: 0;
  width: 153px;
  height: 42px;
  background: url(../images/lp02/working-sec02_aicon05.svg) center/contain no-repeat;
  pointer-events: none;
}

.work-item {
  position: relative;
}

.work-item01::after {
  content: "";
  position: absolute;
  top: clamp(110px, 10.63vw, 153px);
  left: clamp(-13px, -0.9vw, -6px);
  width: clamp(56px, 5.49vw, 79px);
  height: clamp(96px, 9.44vw, 136px);
  background: url(../images/lp02/workgreen_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.work-item02::after {
  content: "";
  position: absolute;
  top: clamp(4px, 0.63vw, 9px);
  right: clamp(-13px, -0.9vw, -6px);
  width: clamp(60px, 5.97vw, 86px);
  height: clamp(56px, 5.63vw, 81px);
  background: url(../images/lp02/workgreen_aicon02.svg) center/contain no-repeat;
  pointer-events: none;
}

.work-item03::after {
  content: "";
  position: absolute;
  top: clamp(150px, 13.2vw, 190px);
  left: clamp(-9px, -0.6vw, -4px);
  width: clamp(45px, 4.24vw, 61px);
  height: clamp(60px, 5.69vw, 82px);
  background: url(../images/lp02/workgreen_aicon03.svg) center/contain no-repeat;
  pointer-events: none;
}

.section-carrier .section-title {
  position: relative;
}
.section-carrier .section-title::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 804px;
  height: 278px;
  background: url(../images/lp02/carrier_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.section-voice .section-title {
  position: relative;
}
.section-voice .section-title::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 976.29px;
  height: 270.46px;
  background: url(../images/lp02/voice_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.section-recruit .section-title {
  position: relative;
}
.section-recruit .section-title::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 444.39px;
  height: 133.3px;
  background: url(../images/lp02/recruit_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.section-form .section-title {
  position: relative;
}
.section-form .section-title::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 655px;
  height: 236px;
  background: url(../images/lp02/form_aicon01.svg) center/contain no-repeat;
  pointer-events: none;
}

.accordion-card {
  overflow: hidden;
  border: 1px solid #ece5d8;
  border-radius: 18px;
  background: #ffffff;
}
.accordion-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
}
.accordion-card__title {
  color: #248ADD;
  font-size: 32px;
  font-weight: 800;
}
.accordion-card__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #CA492E;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.accordion-card__body {
  display: none;
  padding: 0 20px 20px;
  font-size: 18px;
}
.accordion-card.is-open .accordion-card__body {
  display: block;
}
.accordion-card.is-open .accordion-card__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hero .header-brand {
  position: absolute;
  z-index: 3;
  width: 170px;
  top: 27px;
  left: 32px;
}
.hero .header-brand a {
  width: 100%;
  display: block;
}
.hero .header-brand img {
  aspect-ratio: 170/58.84;
  width: 100%;
}

.fv {
  position: relative;
  background-color: #ffffff;
}
.fv-inner {
  position: relative;
  z-index: 2;
  width: 93.19%;
  max-width: 1200px;
  margin: 0 auto;
}
.fv-inner .topbar {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 4;
}
.fv-inner .topbar .badge img {
  aspect-ratio: 358.2/147.37;
}
.fv-bg {
  position: relative;
  z-index: 3;
  width: 100%;
  background: url(../images/lp02/fv-bg02.webp) center center/cover no-repeat;
  aspect-ratio: 1200/666;
}
@media screen and (max-width: 768px) {
  .fv-bg {
    background: url(../images/lp02/fv-bg02_sp.webp) center center/cover no-repeat;
    aspect-ratio: 375/666;
  }
}
.fv-title {
  position: absolute;
  top: 116px;
  left: 25px;
}
.fv-title img {
  aspect-ratio: 513.15/257.78;
}
.fv-list {
  position: absolute;
  top: 385px;
  left: 0;
}
.fv-list img {
  aspect-ratio: 565.2/274.36;
}
.fv-cta {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 4;
}
.fv-note {
  margin-top: 13px;
  text-align: right;
  font-size: 12px;
}

.section-work,
.section-workgreen,
.section-carrier,
.section-voice,
.section-message,
.section-recruit,
.section-form {
  position: relative;
  padding-top: 40px;
}
.section-work::before,
.section-workgreen::before,
.section-carrier::before,
.section-voice::before,
.section-message::before,
.section-recruit::before,
.section-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url(../images/lp02/bg-wave_green.svg) center/cover no-repeat;
  aspect-ratio: 375/40;
}
.section-work_inner,
.section-workgreen_inner,
.section-carrier_inner,
.section-voice_inner,
.section-message_inner,
.section-recruit_inner,
.section-form_inner {
  position: relative;
}

.section.section-work {
  padding-top: 104px;
}

.section.section-carrier {
  padding-top: 114px;
  padding-bottom: 44px;
}

.section.section-workgreen::before,
.section.section-recruit::before {
  top: 0;
  -webkit-transform: translateY(-70%) scaleY(-1);
  transform: translateY(-70%) scaleY(-1);
}

.section.section-voice {
  padding-top: 104px;
  background-color: #F7F6EE;
}
.section.section-voice .ph {
  z-index: 3;
  position: relative;
}
.section.section-voice .ph img {
  width: 100%;
}
.section.section-voice::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: url(../images/lp02/bg-wave_blue.svg);
}
.section.section-voice .section-title {
  margin-bottom: 10px;
}

.section.section-message::before,
.section.section-form::before {
  top: 0;
  -webkit-transform: translateY(-70%) scaleY(-1);
  transform: translateY(-70%) scaleY(-1);
  background-image: url(../images/lp02/bg-wave_blue.svg);
}

.section.section-message {
  background-color: #E8F5FF;
}

.section.section-form {
  padding-bottom: 100px;
}

.timeline-accordion,
.recruit-accordion {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}

.timeline-flow {
  margin-top: 120px;
  padding-top: 80px;
}
.timeline-flow .section-title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-flow .section-titleWrap {
  position: relative;
}
.timeline-flow .section-title::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: 0;
  width: 325px;
  height: 325px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffffff;
}
.timeline-flow .section-title .en {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  color: #248ADD;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.timeline-flow .section-title .en::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 60px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #248ADD;
}
.timeline-flow .section-title .ja {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.timeline-group {
  max-width: 980px;
  margin: 0 auto;
}

.timeline-list {
  display: -ms-grid;
  display: grid;
  padding-bottom: 90px;
}
.timeline-list.is-collapsed .timeline-step:nth-child(n+3),
.timeline-list.is-collapsed .timeline-hidden {
  display: none;
}

.timeline-cta {
  margin-top: 40px;
  text-align: center;
}

.timeline-step_inner {
  width: 162px;
}

.timeline-step__label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 12px;
  border-radius: 999px;
  background: #248ADD;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.timeline-step__title {
  color: #248ADD;
  font-size: 14px;
}

.timeline-step__text {
  margin: 6px 0 0;
}

.board__second {
  position: relative;
  margin-top: 60px;
}
.board__second::before {
  content: "";
  position: absolute;
  top: -3%;
  right: 3%;
  z-index: 1;
  width: 186px;
  height: auto;
  background: url(../images/lp02/section-workgreen_aicon04.svg) center/contain no-repeat;
  aspect-ratio: 186/198;
}
.board__second .lead-bold {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.board__second .lead-green {
  color: #248ADD;
  font-weight: 700;
}

.work-grid,
.point-grid {
  display: -ms-grid;
  display: grid;
}

.work-grid {
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
  max-width: 760px;
  margin: 30px auto 0;
}

.point-grid {
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.work-item .thumb {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 373.33/217;
}
.work-item .cap {
  margin: 20px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #248ADD;
  color: #248ADD;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.work-item p {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.point-cardWrap {
  position: relative;
  padding-top: 60px;
}
.point-cardWrap .point-card {
  padding: 56px 20px 20px;
  border-radius: 16px;
  background-color: #E8F5FF;
}
.point-cardWrap .point-card .number {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #248ADD;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.point-cardWrap .point-card .thumb {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 112px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
}
.point-cardWrap .point-card .cap {
  margin: 12px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #248ADD;
  color: #248ADD;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.carrier-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 9px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 9px;
  padding: 0 30px;
}
.carrier-list .carrier-item {
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffffff;
}
.carrier-list .carrier-item .cap {
  padding: 10px 0 15px;
  background-color: #248ADD;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.carrier-list .carrier-item .txt {
  padding: 14px 0 20px;
  color: #4B4B4B;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.carrier-list .carrier-item .txt .strong {
  color: #248ADD;
}

.carrier-note {
  position: relative;
  margin: 20px 30px 0;
  padding: 18px 0;
  border-radius: 16px;
  background-color: #00C6F7;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.carrier-note::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 17px solid transparent;
  border-bottom: 34px solid #00C6F7;
  border-left: 17px solid transparent;
}
.carrier-note .strong {
  color: #FFFF00;
}

.section-voice .container .voice-person .ph {
  aspect-ratio: 1440/454;
}

.voice-row,
.voice-row.reverse {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px 50px;
  margin-bottom: 28px;
}

.voice-row.reverse {
  -ms-grid-columns: 1fr minmax(260px, 393px);
  grid-template-columns: 1fr minmax(260px, 393px);
  margin-top: 100px;
}

.voice-person {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.voice-person .ph {
  aspect-ratio: 375/207.12;
}
.voice-person .name {
  width: 100%;
  margin-top: 20px;
  padding: 0 30px;
}
.voice-person .name__ja {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #248ADD;
  border-radius: 999px;
  color: #248ADD;
  font-size: 13px;
  font-weight: 700;
}
.voice-person .name__en {
  margin-top: 4px;
  color: #248ADD;
  font-size: 24px;
  font-weight: 700;
}
.voice-person .name__job {
  margin-top: 4px;
  color: #248ADD;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.accordion-list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  max-width: 768px;
}

.accordion-item {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}
.accordion-item.is-open .accordion-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.accordion-item.is-open .toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  background-color: #ffffff;
  cursor: pointer;
  text-align: left;
}
.accordion-btn .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 700;
}

.q-icon,
.toggle-icon,
.a-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #248ADD;
  font-size: 20px;
  font-weight: 700;
}

.q-icon,
.a-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  width: 33px;
  height: 33px;
  background: #248ADD;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}

.toggle-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  width: 33px;
  height: 33px;
}

.accordion-panel {
  display: none;
  padding: 12px 30px 30px;
  font-size: 18px;
}

.section-career {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 186px;
}
.section-career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #F6F3EB url(../images/lp02/bg-wave_green.svg) center/cover no-repeat;
  pointer-events: none;
  aspect-ratio: 1440/186;
}
.section-career::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 130%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/lp02/bg-maru_green.svg) center/cover no-repeat;
  pointer-events: none;
  aspect-ratio: 1440/275;
}
.section-career_inner {
  position: relative;
  z-index: 2;
}
.section-career_inner .section-title {
  margin: 0 auto;
  padding-top: 160px;
  background-color: #E8F5FF;
}
.section-career .section-title,
.section-career .career-map,
.section-career .career-more {
  position: relative;
  z-index: 2;
}
.section-career .section-title_inner {
  position: relative;
}
.section-career .section-title_inner::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/lp02/section-career_aicon01.svg) center/cover no-repeat;
  aspect-ratio: 1200/186;
}
.section-career .career-map {
  padding-top: 30px;
  background-color: #E8F5FF;
}
.section-career .cta-center {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}

.section-thanks .ja {
  color: #248ADD;
}
.section-thanks .lead {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 600;
}

.career-map .career-map_inner,
.recruit-table {
  padding: 70px 50px;
  border: 4px solid #248ADD;
  border-radius: 18px;
  background: #ffffff;
}

.career-map .career-map_inner {
  width: min(100% - 80px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}
.career-map .career-map_inner .number {
  display: contents;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.career-aicon {
  position: absolute;
  top: -22px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: auto;
  background: url(../images/lp02/career-aicon.svg) center/contain no-repeat;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  aspect-ratio: 1/1;
}

.career-title {
  margin-bottom: 16px;
  color: #248ADD;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.career-table {
  margin-top: 24px;
}
.career-table .thumb {
  overflow: hidden;
  max-width: 984px;
  margin: 0 auto;
  aspect-ratio: 984/289;
}

.gallery-3 {
  max-width: 1084px;
  margin: 70px auto 0;
}

.career-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 14px 1fr;
  grid-template-columns: 180px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.step {
  padding: 10px 16px;
  border-radius: 999px;
  background: #8fd06d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.gallery-card {
  position: relative;
  border-radius: 18px;
  background: #ffffff;
}
.gallery-card .thumb {
  overflow: hidden;
  border-radius: 18px;
  -webkit-box-shadow: 6px 6px 0 0 #8AC782;
          box-shadow: 6px 6px 0 0 #8AC782;
  aspect-ratio: 335/215;
}
.gallery-card .cap {
  margin-top: 30px;
  color: #248ADD;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.career-more {
  z-index: 2;
  padding-top: 60px;
  background-color: #E8F5FF;
}
.career-more-txt {
  text-align: center;
}
.career-more-txt span {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 12px;
  border-radius: 7px;
  background: #ffffff;
  color: #248ADD;
  font-size: 30px;
  font-weight: 700;
}

.section-message.section {
  position: relative;
  z-index: 0;
  padding: 300px 0 0;
}
.section-message.section .message-box {
  padding: 80px 0 0;
}
.section-message.section .msg {
  max-width: 980px;
  margin: 0 auto;
}
.section-message.section .photo {
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #d9d9d9, #bbbbbb);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1.2/1;
}
.section-message.section .section-message_parallax_box {
  height: 210px;
  overflow: hidden;
  background: url(../images/lp02/section-message_bg.webp) center/100% auto no-repeat fixed;
}

.section-recruit {
  position: relative;
  padding-bottom: 186px;
}
.section-recruit .section-title_inner {
  position: relative;
}

.recruit-group {
  max-width: 1200px;
  margin: 0 auto;
}
.recruit-group.is-open .is-collapsed {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.recruit-list {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}
.recruit-list.is-collapsed {
  max-height: 220px;
}
@media (min-width: 769px) {
  .recruit-list.is-collapsed {
    max-height: 440px;
  }
}
.recruit-list.is-expanded {
  max-height: none;
}

.recruit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-top: 2px solid #248ADD;
}
.recruit-item__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 242px;
          flex: 0 0 242px;
  width: 242px;
  font-size: 14px;
}
.recruit-item__body {
  min-width: 0;
  font-size: 18px;
}
.recruit-item__body p {
  margin: 0 0 8px;
}
.recruit-item__body p:last-child {
  margin-bottom: 0;
}

.recruit-toggle__icon {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.section-form .section-title_inner {
  position: relative;
}

.form-card {
  width: min(100% - 80px, 1036px);
  max-width: 1036px;
  margin: 0 auto;
}
.form-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.form-card th,
.form-card td {
  padding: 16px 10px;
  border-bottom: 1px solid #cfe2c0;
  text-align: left;
  vertical-align: top;
}
.form-card th {
  width: 170px;
  color: #5d9d44;
  white-space: nowrap;
  font-weight: 800;
}

.form-grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(180px, 276px) 1fr;
  grid-template-columns: minmax(180px, 276px) 1fr;
}
.field label {
  font-size: 14px;
}
.field__label {
  padding-top: 14px;
}

.req {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #E73434;
  color: #ffffff;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin-top: -5px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  max-width: 760px;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #ffffff;
  color: inherit;
  font-weight: 600;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.choice-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 22px;
}

input[type=checkbox] {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked {
  border-color: #248ADD;
}
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #248ADD;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
input[type=checkbox]:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.chip-style {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #f9f9f9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chip-style input {
  display: none;
}

.notice {
  margin-top: 44px;
  margin-bottom: 30px;
}
.notice-title {
  margin-bottom: 16px;
  color: #248ADD;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.notice-title .small {
  display: block;
  margin-top: 5px;
  color: #4B4B4B;
  font-size: 10px;
  font-weight: 300;
}
.notice-txt {
  overflow-y: auto;
  max-height: 200px;
  padding: 25px 20px 35px;
  border-radius: 16px;
  background-color: #CFE4F4;
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 600;
}

.submit-note {
  margin-top: 13px;
  color: #4B4B4B;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
}

footer {
  padding: 47px 0 0 !important;
  border-radius: 16px 16px 0 0 !important;
  background: #ffffff;
  font-size: 14px;
}
footer .container {
  max-width: none;
  padding: 0 30px;
}

.footer-brand {
  width: 116px;
  margin-bottom: 12px;
}

.footer-link a {
  display: inline-block;
  margin-bottom: 12px;
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 600;
}

.footer-txt {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 600;
}

.footer-copy {
  width: 100%;
  margin-top: 20px;
  padding: 14px 22px;
  background-color: #248ADD;
  color: #ffffff;
  font-size: 10px;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  -webkit-transform: translateX(-50%) translateY(100px);
          transform: translateX(-50%) translateY(100px);
  background-color: rgba(162, 174, 160, 0.49);
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-banner .cta-btn {
  width: 100%;
  max-width: 100%;
  padding: 18px 0;
}
.floating-banner.is-show {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}

@media (min-width: 769px) {
  .hero_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 40px;
    background-color: #ffffff;
  }
  .hero_sec .header-brand {
    width: 120px;
    padding: 0;
  }
  .section.section.section-work,
  .section.section-voice {
    padding-top: 200px;
  }
  .section.section.section-work:before,
  .section.section-voice:before {
    top: 0;
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
  .section.section-recruit,
  .section.section-form {
    padding-top: 140px;
  }
  .section-carrier:before,
  .section-form:before,
  .section-recruit:before,
  .section-voice:before,
  .section-work:before,
  .section-workgreen:before {
    background: url(../images/lp02/bg-wave_green_pc.svg) center/cover no-repeat;
    aspect-ratio: 1440/55;
  }
  .section.section-form:before,
  .section.section-message:before {
    background: url(../images/lp02/bg-wave_blue_pc.svg) center/cover no-repeat;
    aspect-ratio: 1440/55;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  .section-workgreen {
    padding-bottom: 0;
    padding-top: 0;
  }
  .section-title_inner .ja {
    font-size: 40px;
  }
  .section-title {
    margin-bottom: 60px;
  }
  .section-l .section-l-titleWrap .section-l-title {
    padding-top: 50px;
  }
  .section-work .cards-3 {
    margin-top: 90px;
  }
  .section-work .timeline-flow {
    margin-top: 60px;
  }
  .section-work .timeline-flow .section-l-title span {
    font-size: 16px;
    display: block;
  }
  .photo-card p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #4B4B4B;
  }
  .photo-card:before {
    font-size: 24px;
    width: 82px;
    height: 72px;
    padding-bottom: 30px;
  }
  .photo-card {
    padding: 24px 24px 40px;
  }
  .recruit-group.is-closed:after, .timeline-group.is-closed:after {
    bottom: 10px;
  }
  .timeline-cta {
    margin-top: 110px;
  }
  .timeline-step {
    position: relative;
    min-height: 168px;
    margin-top: 30px;
  }
  .timeline-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 314px;
    height: 235px;
    background: url(../images/lp02/working-sec02_bg.svg) left top/314px 235px no-repeat;
  }
  .timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 145px;
    left: 150px;
    width: 80px;
    height: 5.45px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    background: radial-gradient(circle, #248ADD 2.7px, transparent 2.8px);
    background-size: 15px 5.45px;
    background-repeat: repeat-x;
  }
  .timeline-step--last::after {
    display: none;
  }
  .timeline-step > * > * {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
  }
  .timeline-step:nth-child(even)::before {
    right: 0;
    left: auto;
  }
  .timeline-step:nth-child(even):not(:last-child)::after {
    right: 180px;
    left: auto;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .timeline-step:nth-child(even) > * {
    right: 25px;
    left: auto;
  }
  .timeline-step_inner {
    width: 246px;
    top: 46px;
    left: 40px;
  }
  .timeline-step:nth-child(2n) .timeline-step_inner {
    right: 30px;
    left: auto;
    top: 47px;
  }
  .timeline-step__label {
    font-size: 16px;
    line-height: 1.6;
  }
  .timeline-step__title {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .timeline-step__text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #4B4B4B;
  }
  .timeline-group {
    width: 690px;
  }
  .timeline-toggle .cta-btn,
  .timeline-hidden .timeline-cta .cta-btn {
    width: 353px;
  }
  .timeline-step:not(:last-child):after {
    left: 310px;
    width: 140px;
  }
  .timeline-step:nth-child(2n):not(:last-child):after {
    right: 300px;
    width: 140px;
  }
  .timeline-group.is-open .timeline-step__text {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .lead {
    margin: 30px auto 0;
  }
  .work-grid {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .work-grid .work-item {
    background-color: #E8F5FF;
    padding: 24px 24px 60px;
    border-radius: 16px;
  }
  .work-grid .work-item p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #4B4B4B;
  }
  .point-cardWrap .point-card {
    padding: 56px 24px 40px;
  }
  .point-grid {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
    margin: 60px auto 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* グリッドの中に入るカード（子要素） */
  .point-grid > div { /* またはクラス名指定 .point-card など */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; /* 親要素のグリッドセルいっぱいに広げる */
  }
  /* ボタンやリンクをカードの一番下に揃えたい場合（オプション） */
  .point-grid > div .btn {
    margin-top: auto; /* 一番下に押し下げる */
  }
  .point-cardWrap .point-card .number {
    font-size: 42px;
    top: -5px;
    left: 16px;
  }
  .point-cardWrap .point-card .cap {
    font-size: 24px;
  }
  .point-cardWrap .point-card p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #4B4B4B;
  }
  .board__second {
    margin-top: 80px;
  }
  .carrier-list {
    -ms-grid-columns: minmax(0, 1fr) 11px minmax(0, 1fr) 11px minmax(0, 1fr) 11px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 11px;
  }
  .section-title_inner .ja .mini {
    font-size: 32px;
  }
  .carrier-list .carrier-item .cap {
    font-size: 18px;
    padding: 16px 0 16px;
  }
  .carrier-list .carrier-item .txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 0 24px;
  }
  .section.section-carrier {
    padding-bottom: 160px;
    padding-top: 200px;
  }
  .section.section-carrier:before {
    top: 0;
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
  .accordion-btn {
    padding: 20px 40px;
  }
  .accordion-panel {
    padding: 0 40px 40px;
  }
  .accordion-panel .a-text {
    width: 100%;
    padding-top: 20px;
    border-top: 2px dashed #248ADD;
    color: #4B4B4B;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
  }
  .carrier-note {
    font-size: 16px;
    line-height: 1.6;
    margin: 40px 0 0;
    padding: 22px 0;
  }
  .carrier-note:before {
    top: -30px;
    border-right: 30px solid transparent;
    border-bottom: 46px solid #00C6F7;
    border-left: 30px solid transparent;
  }
  .voice-person .name {
    width: 100%;
    max-width: 980px;
    margin: 42px auto 0;
    padding: 0;
  }
  .voice-person .name .name__ja {
    font-size: 18px;
  }
  .voice-person .name .name__en {
    font-size: 36px;
  }
  .voice-person .name .name__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-person .name .name__job {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 20px;
  }
  .section-voice .accordion-list {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
  }
  .section-voice .accordion-list .accordion-btn .q {
    font-size: 16px;
    line-height: 1.6;
  }
  .section-voice .accordion-list .accordion-btn .q .q-icon {
    width: 52px;
    height: 52px;
    font-size: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
        flex: 0 0 52px;
    font-size: 25px;
    line-height: 1;
    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;
  }
  .section-voice .accordion-list .accordion-panel {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .section-voice .accordion-list .toggle-icon {
    font-size: 24px;
  }
  .section-message.section {
    padding: 400px 0 0;
  }
  .section-message .message-box {
    position: relative;
    padding-top: 310px;
    padding-bottom: 0;
  }
  .section-message .msg {
    position: absolute;
    top: 100px;
    left: 50%;
    width: calc(100% - 60px);
    margin: 0;
    padding: 36px 20px 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 16px;
    background-color: #ffffff;
  }
  .section-message .msg-title {
    color: #248ADD;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .section-message .msg-title .small {
    font-size: 16px;
  }
  .section-message .msg-title .line {
    padding-bottom: 0.125rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFED80));
    background: linear-gradient(transparent 50%, #FFED80 50%);
  }
  .section-message .msg-txt {
    margin-top: 20px;
    color: #4B4B4B;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }
  .section-sec {
    margin-bottom: 60px;
  }
  .section-sec .section-title_inner {
    position: relative;
    display: block;
    padding: 115px 0 72px;
    background-color: #E8F5FF;
  }
  .section-sec .section-title_inner::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(100%) scaleY(-1);
            transform: translateY(100%) scaleY(-1);
    background: url(../images/lp02/bg-wave_max.svg) center/cover no-repeat;
    aspect-ratio: 1440/60;
  }
  .section-sec .section-title_inner .ja {
    font-size: 40px;
  }
  .section-sec .lead {
    max-width: 980px;
    margin: 120px auto 40px;
    padding: 0 40px;
    text-align: left;
  }
  .section-sec .cta-btn .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  .section-message.section .section-message_parallax_box {
    background: url(../images/lp02/section-message_bg_pc.png) center/100% auto no-repeat fixed;
    height: 410px;
  }
  .section-message .msg-title .small {
    font-size: 21px;
  }
  .section-message .msg-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
  }
  .section-message .msg-txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .recruit-item__title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #248ADD;
  }
  .recruit-item__body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #4B4B4B;
  }
  .field label {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    padding-top: 0;
  }
  .note {
    color: #E73434;
    font-size: 12px;
    font-weight: 300;
  }
  input[type=email], input[type=tel], input[type=text], select, textarea {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }
  .notice-title {
    font-size: 28px;
    font-weight: 700;
  }
  .notice-title .small {
    font-size: 16px;
  }
  .notice-txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 40px 60px;
  }
  .notice {
    margin: 60px 0 50px;
  }
  .section.section-form {
    padding-bottom: 140px;
  }
  .submit-note {
    font-size: 12px;
    text-align: center;
  }
  .footer-brand {
    width: 180px;
  }
  .footer-brand img {
    width: 100%;
  }
  footer {
    padding: 70px 0 0 !important;
    border-radius: 26px 26px 0 0 !important;
  }
  footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .footer-link a {
    margin-bottom: 26px;
  }
  .footer-copy {
    font-size: 12px;
    margin-top: 60px;
  }
  .footer-copy span {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .footer-link a,
  .footer-txt {
    font-size: 16px;
    line-height: 1.6;
  }
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 22px;
  }
  .section-career .cta-btn,
  .fv .cta-btn {
    padding: 18px 0;
    height: 76px;
  }
  .section-work .cta-btn,
  .section-recruit .cta-btn,
  .section-form .cta-btn {
    padding: 25px 0;
    height: 76px;
  }
  .floating-banner .cta-btn {
    width: 353px;
    height: 76px;
  }
}
@media (min-width: 769px) and (max-width: 959px) {
  .tablet {
    display: block;
  }
  .section {
    padding: 88px 0;
  }
  .cards-3,
  .gallery-3 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .work-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 30px;
  }
  .voice-row,
  .voice-row.reverse,
  .field,
  .hero-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .section-career .career-map {
    padding: 30px 30px 0;
  }
  .voice-row.reverse .voice-person {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .hero-image {
    min-height: 340px;
  }
  .fv-title {
    top: 28px;
    left: 24px;
  }
  .section.section.section-work {
    padding-top: 0;
  }
  .fv-cta {
    right: auto;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-list {
    bottom: -12px;
    left: 24px;
    gap: 10px;
  }
  .timeline-group,
  .recruit-group {
    padding: 64px 0 44px;
  }
  .carrier-note {
    margin: 40px 30px 0;
  }
  .field {
    gap: 12px;
  }
  .field__label {
    padding-top: 0;
  }
  .section-message .msg {
    margin: 0 30px;
  }
  .voice-person {
    width: 45%;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .hero .container {
    margin-left: 22%;
  }
  .hero-card {
    -ms-grid-columns: 1fr 0.92fr;
    grid-template-columns: 1fr 0.92fr;
  }
  .voice-row.reverse {
    -ms-grid-columns: 1fr minmax(280px, 360px);
    grid-template-columns: 1fr minmax(280px, 360px);
  }
  .section-message .msg {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .sp,
  .sp-only {
    display: block;
  }
  .pc,
  .pc-only {
    display: none;
  }
  .section {
    padding: 64px 0;
  }
  .container {
    width: 100%;
  }
  .hero {
    z-index: 4;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
  }
  .hero .container {
    width: 629px;
    max-width: 82.07%;
    margin: 0 0 0 28%;
  }
  .hero .header-brand {
    width: 26%;
    padding: 36px 15px;
  }
  .hero .header-brand img {
    width: 100px;
    margin: 0 auto;
  }
  .hero .topbar .badge {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
  }
  .hero .topbar .badge span {
    font-size: 18px;
  }
  .hero-copy {
    padding: 22px 16px 20px;
  }
  .stats,
  .cards-3,
  .gallery-3,
  .work-grid,
  .point-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .point-grid {
    gap: 20px;
    margin-top: 20px;
  }
  .page-link {
    padding: 0 30px 120px;
  }
  .page-link-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-link-item a {
    padding: 10px 16px;
    font-size: 16px;
  }
  .fv {
    padding-bottom: 130px;
  }
  .fv::after {
    height: auto;
    background-image: url(../images/lp02/fv-wave-bottom_sp.svg);
    aspect-ratio: 375/604.24;
  }
  .fv-inner {
    width: 100%;
  }
  .fv-title {
    top: 40px;
    left: -4px;
  }
  .fv-title_txt {
    font-size: 20px;
  }
  .fv-list {
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-listitem {
    width: 345.99px;
    max-width: 92.26%;
    aspect-ratio: 345.99/119.12;
  }
  .fv-cta {
    right: auto;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv-note {
    margin-top: 20px;
  }
  .cta-btn {
    width: 315px;
    max-width: 295px;
    padding: 21px 0;
    font-size: 17px;
  }
  .cta-btn .icon-arrow {
    top: 50%;
    right: 16px;
    width: 27px;
    height: 27px;
  }
  .cta-btn .icon-arrow rect {
    fill: #E73434;
  }
  .section-work > .container,
  .section-workgreen .container,
  .section-form .container,
  .section-recruit .container,
  .section-voice .container {
    width: 100%;
  }
  .section-title_inner .en {
    width: 100%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  .section-title_inner .ja {
    font-size: 25px;
  }
  .section-title_inner .hen {
    padding: 2px 26px;
    font-size: 16px;
  }
  .section-work .lead,
  .section-workgreen .lead,
  .section-career .lead {
    padding: 0 30px;
  }
  .cards-3 {
    gap: 52px;
    margin-top: 60px;
    padding: 0 30px;
  }
  .photo-card .title,
  .work-item .cap {
    font-size: 18px;
  }
  .photo-card p {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  .timeline-flow {
    margin-top: 60px;
    padding: 0 30px;
    line-height: 1.36;
  }
  .timeline-flow span {
    font-size: 16px;
  }
  .timeline-flow .section-title .en {
    font-size: 18px;
  }
  .timeline-flow .section-title .en::before {
    height: 5px;
  }
  .timeline-step__text,
  .work-item p,
  .point-card p {
    color: #4B4B4B;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
  }
  .photo-card01:after {
    top: 42.6666666667vw;
    right: -2.6666666667vw;
    width: clamp(62px, 7vw, 76px);
    height: clamp(48px, 5.4vw, 59px);
  }
  .photo-card02:after {
    top: 0;
    left: clamp(-13px, -1.2vw, -8px);
    width: clamp(84px, 9vw, 108px);
    height: clamp(79px, 8.4vw, 101px);
  }
  .photo-card03:after {
    right: clamp(-16px, -2vw, -10px);
    width: clamp(97.91px, 10vw, 120px);
    height: clamp(85.07px, 8.7vw, 104px);
  }
  .timeline-step01 .timeline-step_inWrap:after {
    right: clamp(-100px, -12vw, -120px);
  }
  .timeline-step02 .timeline-step_inWrap:after {
    top: clamp(-60px, -7vw, -50px);
    left: clamp(-240px, -28vw, -200px);
  }
  .timeline-step03 .timeline-step_inWrap::after {
    right: clamp(-142px, -18vw, -118px);
  }
  .timeline-step04 .timeline-step_inWrap::after {
    top: clamp(0px, 0vw, 10px);
    left: clamp(-164px, -21vw, -137px);
  }
  .timeline-step05 .timeline-step_inWrap::after {
    top: clamp(-60px, -8vw, -50px);
    right: clamp(-240px, -30vw, -200px);
  }
  .work-item01:after {
    top: clamp(100px, 12vw, 120px);
    width: clamp(79px, 10vw, 95px);
    height: clamp(136px, 17vw, 163px);
  }
  .work-item02:after {
    top: clamp(-20px, -2.8vw, -24px);
    width: clamp(86px, 10vw, 100px);
    height: clamp(81px, 9.4vw, 94px);
  }
  .work-item03:after {
    top: clamp(130px, 17vw, 150px);
    width: clamp(61px, 7.8vw, 72px);
    height: clamp(82px, 10.5vw, 97px);
  }
  .section-carrier .section-title::after {
    background: url(../images/lp02/carrier_aicon01_sp.svg) center/contain no-repeat;
    width: 375px;
    height: 267px;
    top: -7px;
    z-index: 0;
  }
  .section-voice .section-title::after {
    background: url(../images/lp02/voice_aicon01_sp.svg) center/contain no-repeat;
    width: 375px;
    height: 250px;
    top: -81px;
    left: 50%;
  }
  .section-recruit .section-title::after {
    content: "";
    position: absolute;
    top: clamp(-60px, -8vw, -50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: clamp(375px, 55vw, 450px);
    height: auto;
    aspect-ratio: 375/104 !important;
    background: url(../images/lp02/recruit_aicon01_sp.svg) center/contain no-repeat;
    z-index: 3;
    pointer-events: none;
  }
  .section-form .section-title::after {
    background: url(../images/lp02/form_aicon01_sp.svg) center/cover no-repeat;
    width: 375px;
    height: 185px;
    top: -70px;
  }
  .timeline-step {
    position: relative;
    min-height: clamp(211px, 30vw, 240px);
    margin-top: 30px;
  }
  .timeline-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: clamp(211px, 30vw, 240px);
    height: auto;
    aspect-ratio: 211/158;
    background: url(../images/lp02/working-sec02_bg.svg) left top/contain no-repeat;
  }
  .timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: clamp(145px, 20vw, 165px);
    left: clamp(150px, 21vw, 170px);
    width: clamp(80px, 20vw, 160px);
    height: 5.45px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    background: radial-gradient(circle, #248ADD 2.7px, transparent 2.8px);
    background-size: 15px 5.45px;
    background-repeat: repeat-x;
  }
  .timeline-step--last::after {
    display: none;
  }
  .timeline-step > * {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
  }
  .timeline-step:nth-child(even)::before {
    right: 0;
    left: auto;
  }
  .timeline-step:nth-child(even):not(:last-child)::after {
    right: 180px;
    left: auto;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .timeline-step:nth-child(even) > * {
    right: 20px;
    left: auto;
  }
  .timeline-toggle .cta-btn,
  .timeline-hidden .timeline-cta .cta-btn {
    width: 295px;
    height: 68px;
  }
  .timeline-group.is-open .timeline-step__text {
    width: 100%;
    font-size: 13px;
  }
  .board {
    margin: 0 30px;
  }
  .board .lead {
    padding: 0;
  }
  .board__second {
    margin-top: 60px;
  }
  .board__second::before {
    display: none;
  }
  .board__second .lead-bold {
    text-align: center;
    font-size: 16px;
  }
  .work-item {
    padding: 20px 20px 30px;
    border-radius: 16px;
    background-color: #E8F5FF;
  }
  .point-card h4 {
    font-size: 15px;
  }
  .point-card .point-icon .thumb {
    max-width: 65px;
  }
  .voice-row,
  .voice-row.reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 50px;
  }
  .voice-row.reverse .voice-person {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .section-voice .accordion-list {
    margin: 0 30px;
  }
  .accordion-panel {
    padding: 0 20px 20px;
  }
  .accordion-panel .a-text {
    padding-top: 14px;
    border-top: 2px dashed #248ADD;
    color: #4B4B4B;
    font-size: 13px;
    font-weight: 700;
  }
  .section-career {
    padding-top: 40px;
  }
  .section-career::after {
    bottom: 40px;
  }
  .section-career .career-map {
    padding: 30px 30px 0;
  }
  .section-career .section-title_inner::after {
    top: -50%;
    background-image: url(../images/lp02/section-career_aicon01_sp.svg);
    background-size: contain;
    aspect-ratio: 375/86.08;
  }
  .section-career_inner .section-title {
    padding-top: 64px;
  }
  .section-career .cta-center {
    padding-top: 36px;
  }
  .career-map .career-map_inner,
  .recruit-table {
    padding: 16px;
  }
  .career-map .career-map_inner {
    width: auto;
  }
  .career-table {
    margin-top: 17px;
  }
  .career-table .thumb {
    aspect-ratio: 276/346;
  }
  .career-aicon {
    font-size: 11px;
  }
  .career-map .career-map_inner .number {
    font-size: 20px;
  }
  .career-more-txt span {
    font-size: 18px;
  }
  .gallery-3 {
    gap: 40px;
  }
  .career-title {
    font-size: 18px;
  }
  .section-message .message-box {
    position: relative;
    padding-top: 310px;
    padding-bottom: 0;
  }
  .section-message .msg {
    position: absolute;
    top: 40px;
    left: 50%;
    width: calc(100% - 60px);
    margin: 0;
    padding: 36px 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 16px;
    background-color: #ffffff;
  }
  .section-message .msg-title {
    color: #248ADD;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .section-message .msg-title .small {
    font-size: 16px;
  }
  .section-message .msg-title .line {
    padding-bottom: 0.125rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFED80));
    background: linear-gradient(transparent 50%, #FFED80 50%);
  }
  .section-message .msg-txt {
    margin-top: 20px;
    color: #4B4B4B;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
  }
  .recruit-group {
    margin: 0 30px;
  }
  .recruit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 83px 16px minmax(0, 1fr);
    grid-template-columns: 83px minmax(0, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px;
    padding: 14px 0;
  }
  .recruit-item__title {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    color: #248ADD;
    font-size: 13px;
    font-weight: 600;
  }
  .recruit-item__body {
    color: #4B4B4B;
    font-size: 13px;
    font-weight: 600;
  }
  .section-recruit {
    padding-bottom: 100px;
  }
  .section-recruit .section-title_inner::after {
    top: -33%;
    background-image: url(../images/lp02/section-recruit_aicon01_sp.svg);
    background-size: contain;
    aspect-ratio: 375/62;
  }
  .section-workgreen {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-workgreen_inner::before {
    display: none;
  }
  .board__first::before {
    top: -4%;
    left: 0;
    width: 58px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-form .section-title_inner::after {
    top: -45%;
    background-image: url(../images/lp02/section-form_aicon01_sp.svg);
    background-size: contain;
    aspect-ratio: 375/85;
  }
  .form-card {
    width: auto;
    margin: 0 30px;
  }
  .form-card th,
  .form-card td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .form-card th {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .field {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    color: #4B4B4B;
    font-size: 13px;
    font-weight: 700;
  }
  .field label .note {
    color: #E73434;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }
  .req {
    font-size: 12px;
  }
  input[type=email],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: 13px;
  }
  .notice-title {
    font-size: 16px;
  }
  .notice-txt,
  .footer-link,
  .footer-txt {
    font-size: 13px;
  }
  .hero_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 20px;
    background-color: #ffffff;
  }
  .hero_sec .header-brand {
    padding: 0;
    top: unset;
    left: unset;
  }
  .section-sec.section-thanks {
    margin-bottom: 60px;
  }
  .section-sec.section-thanks .section-title_inner {
    position: relative;
    display: block;
    padding: 75px 0 38px;
    background-color: #E8F5FF;
  }
  .section-sec.section-thanks .section-title_inner::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(100%) scaleY(-1);
            transform: translateY(100%) scaleY(-1);
    background: url(../images/lp02/bg-wave_max.svg) center/cover no-repeat;
    aspect-ratio: 1440/60;
  }
  .section-sec.section-thanks .section-title_inner .ja {
    font-size: 25px;
  }
  .section-sec.section-thanks .lead {
    margin-top: 32px;
    padding: 0 30px;
    text-align: left;
  }
  .section-sec.section-thanks .cta-btn .icon-arrow {
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice-row {
    gap: 4px 22px;
  }
  .section-work .cta-btn,
  .section-recruit .cta-btn,
  .section-form .cta-btn {
    height: 67px;
    padding: 22px 0;
  }
  .floating-banner {
    padding: 0;
  }
  .floating-btn {
    width: 100%;
    border-radius: 0;
  }
}
.wpcf7-list-item {
  margin: 0;
}

@media (min-width: 769px) {
  .container {
    width: min(100% - 80px, 1200px);
  }
  .hero,
  .fv-inner {
    width: min(100% - 80px, 1200px);
    max-width: 1200px;
    margin-inline: auto;
  }
  .career-map .career-map_inner,
  .recruit-group {
    width: min(100% - 80px, 1200px);
  }
  .form-card {
    width: min(100% - 80px, 1036px);
  }
  body {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .hero,
  .fv-inner,
  .container,
  .career-map .career-map_inner,
  .recruit-group {
    max-width: 1200px;
  }
  .fv-inner {
    width: 1200px;
  }
  .section-message.section .section-message_parallax_box {
    background-size: cover;
    background-position: center;
  }
  .section-carrier .section-title::after,
  .section-voice .section-title::after,
  .section-recruit .section-title::after,
  .section-form .section-title::after {
    max-width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1439px) {
  .container {
    width: min(100% - 60px, 1200px);
  }
  .hero,
  .fv-inner {
    width: min(100% - 60px, 1200px);
  }
  .hero .header-brand {
    left: clamp(20px, 2.22vw, 32px);
    width: clamp(130px, 11.8vw, 170px);
  }
  .fv-title {
    top: clamp(75px, 8.05vw, 116px);
    left: clamp(15px, 1.74vw, 25px);
    width: clamp(390px, 35.64vw, 513px);
  }
  .fv-list {
    top: clamp(280px, 26.74vw, 385px);
    width: clamp(430px, 39.25vw, 565px);
  }
  .fv-cta {
    right: clamp(0px, 1.5vw, 20px);
    bottom: clamp(15px, 1.39vw, 20px);
  }
  .fv-inner .topbar {
    top: clamp(10px, 1.25vw, 18px);
    width: clamp(260px, 24.88vw, 358px);
  }
  .cards-3 {
    gap: 40px clamp(14px, 1.39vw, 20px);
  }
  .photo-card {
    padding-inline: clamp(18px, 1.67vw, 24px);
  }
  .photo-card .title {
    font-size: clamp(20px, 1.67vw, 24px);
  }
  .work-grid {
    width: min(100% - 60px, 1200px);
  }
  .point-grid {
    width: min(100% - 60px, 1080px);
  }
  .carrier-list {
    padding-inline: clamp(20px, 2.08vw, 30px);
  }
  .section-carrier .section-title::after {
    width: min(75.83vw, 804px);
  }
  .section-voice .section-title::after {
    width: min(87.8vw, 976px);
  }
  .section-form .section-title::after {
    width: min(60vw, 655px);
  }
  .section-recruit .section-title::after {
    width: min(50vw, 444px);
  }
}
@media (min-width: 769px) and (max-width: 959px) {
  .container {
    width: min(100% - 60px, 760px);
  }
  .hero,
  .fv-inner {
    width: calc(100% - 40px);
  }
  .hero .header-brand {
    top: 20px;
    left: 20px;
    width: 120px;
  }
  .fv-title {
    top: 80px;
    left: 20px;
    width: 43%;
  }
  .fv-list {
    top: auto;
    bottom: 20px;
    left: 0;
    width: 46%;
  }
  .fv-inner .topbar {
    top: 12px;
    right: 0;
    width: 30%;
  }
  .cards-3,
  .gallery-3 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .work-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 60px);
    margin-inline: auto;
  }
  .point-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 60px);
  }
  .carrier-list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    margin-inline: auto;
  }
  .section-carrier .section-title::after,
  .section-voice .section-title::after,
  .section-recruit .section-title::after,
  .section-form .section-title::after {
    max-width: calc(100vw - 40px);
  }
  .timeline-group {
    width: min(100% - 60px, 690px);
    padding: 0;
  }
  .timeline-step {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin-bottom: -15px;
  }
  .section-message .msg {
    width: min(100% - 60px, 760px);
    margin: 0;
  }
  .form-card {
    width: calc(100% - 60px);
  }
  .field {
    -ms-grid-columns: 220px minmax(0, 1fr);
    grid-template-columns: 220px minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .section-work .lead,
  .section-workgreen .lead,
  .section-career .lead,
  .cards-3,
  .timeline-flow,
  .board,
  .recruit-group,
  .section-voice .accordion-list,
  .form-card {
    margin-left: clamp(20px, 8vw, 30px);
    margin-right: clamp(20px, 8vw, 30px);
  }
  .section-work .lead,
  .section-workgreen .lead,
  .section-career .lead,
  .cards-3,
  .timeline-flow {
    padding-left: 0;
    padding-right: 0;
  }
  .section {
    padding-top: clamp(56px, 17.07vw, 64px);
    padding-bottom: clamp(56px, 17.07vw, 64px);
  }
  .section-title_inner .en {
    font-size: clamp(13px, 4vw, 15px);
  }
  .section-title_inner .ja {
    font-size: clamp(22px, 6.67vw, 25px);
  }
  .section-title_inner .ja .mini {
    font-size: clamp(14px, 4.27vw, 16px);
  }
  .section-title_inner .hen {
    font-size: clamp(14px, 4.27vw, 16px);
    padding-inline: clamp(20px, 6.93vw, 26px);
  }
  .section-l .section-l-titleWrap .section-l-title {
    font-size: clamp(18px, 5.33vw, 20px);
  }
  .section-l .section-l-titleWrap .section-l-title::before {
    width: clamp(21px, 6.13vw, 23px);
    height: clamp(19px, 5.6vw, 21px);
  }
  .lead {
    font-size: clamp(13px, 3.73vw, 14px);
  }
  .cta-btn {
    width: min(100vw - 60px, 295px);
    max-width: none;
    font-size: clamp(15px, 4.53vw, 17px);
  }
  .cta-btn .icon-arrow {
    right: clamp(14px, 4.27vw, 16px);
    width: clamp(25px, 7.2vw, 27px);
    height: clamp(25px, 7.2vw, 27px);
  }
  .photo-card .title,
  .work-item .cap {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .photo-card p,
  .work-item p,
  .point-card p {
    font-size: clamp(13px, 3.73vw, 14px);
  }
  .fv-inner {
    margin-inline: auto;
  }
  .fv-bg {
    width: 100%;
  }
  .fv-title {
    top: clamp(32px, 10.67vw, 40px);
    left: clamp(-4px, -1.07vw, 0px);
    width: min(78%, 290px);
  }
  .fv-list {
    top: auto;
    bottom: clamp(0px, 4.27vw, 16px);
    width: min(92.26%, 346px);
  }
  .fv-cta {
    bottom: -90px;
  }
  .fv-note {
    padding-inline: clamp(20px, 8vw, 30px);
    font-size: clamp(10px, 3.2vw, 12px);
  }
  .timeline-step {
    width: 100%;
    min-height: clamp(145px, 42.13vw, 158px);
  }
  .timeline-step::before {
    width: clamp(190px, 56.27vw, 211px);
    height: clamp(142px, 42.13vw, 158px);
    background-size: clamp(190px, 56.27vw, 211px) clamp(142px, 42.13vw, 158px);
  }
  .timeline-step > * {
    top: clamp(24px, 8vw, 30px);
    left: clamp(24px, 8vw, 30px);
  }
  .timeline-step:nth-child(even) > * {
    right: clamp(18px, 5.33vw, 20px);
  }
  .timeline-step_inner {
    width: clamp(145px, 43.2vw, 162px);
  }
  .timeline-step__label {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .timeline-step__title {
    font-size: clamp(13px, 3.73vw, 14px);
  }
  .timeline-step__text,
  .timeline-group.is-open .timeline-step__text {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .point-cardWrap .point-card .number {
    font-size: clamp(21px, 6.4vw, 24px);
  }
  .point-cardWrap .point-card .cap {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .carrier-list {
    padding-inline: clamp(20px, 8vw, 30px);
  }
  .carrier-list .carrier-item .cap {
    font-size: clamp(14px, 4.27vw, 16px);
  }
  .carrier-list .carrier-item .txt {
    font-size: clamp(12px, 3.73vw, 14px);
  }
  .carrier-note {
    margin-inline: clamp(20px, 8vw, 30px);
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .voice-person .name {
    padding-inline: clamp(20px, 8vw, 30px);
  }
  .voice-person .name__ja {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .voice-person .name__en {
    font-size: clamp(21px, 6.4vw, 24px);
  }
  .voice-person .name__job {
    font-size: clamp(11px, 3.2vw, 12px);
  }
  .accordion-btn .q {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .accordion-panel .a-text {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .career-title {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .career-more-txt span {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .section-message .msg {
    width: calc(100% - clamp(40px, 16vw, 60px));
    padding: clamp(30px, 9.6vw, 36px) clamp(16px, 5.33vw, 20px);
  }
  .section-message .msg-title {
    font-size: clamp(18px, 5.33vw, 20px);
  }
  .section-message .msg-title .small {
    font-size: clamp(14px, 4.27vw, 16px);
  }
  .section-message .msg-txt {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .section-message .section-message_parallax_box {
    background-size: cover;
    background-position: center;
  }
  .recruit-item {
    -ms-grid-columns: clamp(72px, 22.13vw, 83px) clamp(12px, 4.27vw, 16px) minmax(0, 1fr);
    grid-template-columns: clamp(72px, 22.13vw, 83px) minmax(0, 1fr);
    gap: clamp(12px, 4.27vw, 16px);
    background-color: #ffffff;
  }
  .recruit-item__title, .recruit-item__body {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .field label {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .field label .note {
    font-size: clamp(10px, 3.2vw, 12px);
  }
  .req {
    font-size: clamp(10px, 3.2vw, 12px);
  }
  input[type=email],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .notice-title {
    font-size: clamp(15px, 4.27vw, 16px);
  }
  .notice-txt {
    font-size: clamp(12px, 3.47vw, 13px);
  }
  .section-carrier .section-title::after,
  .section-voice .section-title::after,
  .section-recruit .section-title::after,
  .section-form .section-title::after {
    width: 100%;
    max-width: 768px;
    height: auto;
    aspect-ratio: 375/267;
    z-index: 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .cards-3,
  .board,
  .timeline-flow,
  .recruit-group,
  .section-voice .accordion-list,
  .form-card {
    width: min(100% - 60px, 560px);
    margin-inline: auto;
  }
  .carrier-list,
  .carrier-note {
    width: min(100% - 60px, 560px);
    margin-inline: auto;
  }
  .section-message .msg {
    max-width: 560px;
  }
}
@media (max-width: 374px) {
  .page-link {
    padding-inline: 20px;
  }
  .cards-3,
  .board,
  .timeline-flow,
  .recruit-group,
  .section-voice .accordion-list,
  .form-card {
    margin-left: 20px;
    margin-right: 20px;
  }
  .carrier-list {
    padding-inline: 20px;
  }
  .carrier-note {
    margin-inline: 20px;
  }
  .timeline-step::after {
    -webkit-transform: scale(0.88) rotate(35deg);
            transform: scale(0.88) rotate(35deg);
  }
  .timeline-step:nth-child(even)::after {
    -webkit-transform: scale(0.88) rotate(-35deg);
            transform: scale(0.88) rotate(-35deg);
  }
}