@charset "utf-8";
#root {
  position: relative;
}
/* service共通 */
.service__box {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
}
.service-box__inner {
  padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.content__top {
      margin-top: clamp(1.75rem, 1.25rem + 1.04vw, 2.5rem);
    display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
}
.content-top__left {
  width: 44%;
}
.content-top__img {
      height: auto;
    aspect-ratio: 478/321;
    object-fit: cover;
    border-radius: 5px;
}
.content-top__right {
  width: 56%;
  margin-top: clamp(0rem, -1.167rem + 2.43vw, 1.75rem);
}
.content-top__title {
      font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
    font-weight: 700;
    line-height: 1.5;
    color: #2A60B6;
}
.content-top__text {
      margin-top: clamp(0.875rem, -0.208rem + 2.26vw, 2.5rem);
    font-weight: 500;
}
.service-bg {
      position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    left: 0;
    top: 20%;
}
.service-bg-2 {
      position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}

.recruit-title__box {
      display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: clamp(0.25rem, 0.52vw, 0.625rem);
}
.recruit-title__icon {
      width: clamp(0.813rem, 0.688rem + 0.26vw, 1rem);
    height: clamp(0.813rem, 0.688rem + 0.26vw, 1rem);
    border: 1px solid #2A60B6;
    transform: rotate(45deg);
}
.recruit__title {
      text-align: center;
    font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    color: #2A60B6;
}

.page-link__box {
      width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.page-link-box__inner {
  padding-right: clamp(0.625rem, -31.518rem + 50.22vw, 28.75rem);
}
.page-link-box__container {
      display: flex;
    column-gap: clamp(1.25rem, -3.75rem + 6.25vw, 3.75rem);
    flex-wrap: wrap;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}

.btnDown {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
}
.btnDown__text {
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  transition: all .4s;
}
/* 菱形 */
.btnDown__icon {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: clamp(2rem, 1.792rem + 0.43vw, 2.313rem);
  height: clamp(2rem, 1.792rem + 0.43vw, 2.313rem);
  background: #2A60B6;
  transform: rotate(45deg);
  border-radius: 6px;
}
.btn1__iconInner {
  transform: rotate(-45deg);
}
/* 矢印 */
.btnDown__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
  background: #fff;
  transition: transform .4s cubic-bezier(.77,0,.18,1);
}
.btnDown__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(0.375rem, 0.292rem + 0.17vw, 0.5rem);
  height: clamp(0.375rem, 0.292rem + 0.17vw, 0.5rem);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
.btnDown__arrow--current {
  transform: translate(-50%, -50%);
}
.btnDown__arrow--next {
  transform: translate(-50%, -350%);
}
/* Hover */
.btnDown:hover .btnDown__arrow--current {
  transform: translate(-50%, 350%);
}
.btnDown:hover .btnDown__arrow--next {
  transform: translate(-50%, -50%);
}
.btnDown:hover .btnDown__text {
  color: #2A60B6;
  font-weight: 700;
}

.repair__content {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding: 40px clamp(0.625rem, -2.292rem + 6.08vw, 5rem) 60px;
    border: 2px solid #2A60B6;
    border-radius: 5px;
  background-color: #fff;
}
.repair__items {
      margin-top: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.625rem, -4.946rem + 8.71vw, 5.5rem);
}
.repair__item {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.repair-item__title {
      text-align: center;
    padding: 16px clamp(0.313rem, -0.729rem + 2.17vw, 1.875rem);
    line-height: 1;
    background-color: #2A60B6;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
  width: 100%;
    position: relative;
}
.repair-item__title::after {
      content: "";
    position: absolute;
    bottom: -45%;
    left: 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: clamp(1.563rem, 1.354rem + 0.43vw, 1.875rem) 0 0 clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
    border-color: #2A60B6 transparent transparent transparent;
    transform: rotate(-20deg);
}
.repair-item__img {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    height: auto;
    aspect-ratio: 285/184;
    object-fit: cover;
    border-radius: 5px;
}
.repair-item__text {
      font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
    margin-top: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 400;
}

.point {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.point__items {
      margin-top: clamp(3.75rem, 2.458rem + 2.69vw, 5.688rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(0.625rem, -1.458rem + 4.34vw, 3.75rem);
}
.point__item {
      display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: clamp(3.5rem, 2.833rem + 1.39vw, 4.5rem) clamp(1rem, -0.143rem + 1.79vw, 2rem) clamp(1.5rem, -0.714rem + 3.46vw, 3.438rem);
    border: 2px solid #2A60B6;
    border-radius: 5px;
  background-color: #fff;
}
.point__number {
       position: absolute;
    flex-direction: column;
    font-weight: 700;
    line-height: 0.7;
    background-color: #2A60B6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -50px;
    font-size: 14px;
    width: 98px;
    height: 98px;
}
.point__number strong {
  font-size: clamp(1.688rem, 1.259rem + 0.67vw, 2.063rem);
}
.point__icon {
      width: clamp(8.75rem, 5.25rem + 5.47vw, 11.813rem);
    object-fit: contain;
    height: auto;
}
.point__title {
       margin-top: clamp(0.625rem, -1.518rem + 3.35vw, 2.5rem);
    font-size: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
    font-weight: 700;
    color: #2A60B6;
    text-align: center;
}
.point__text {
      margin-top: clamp(0.625rem, -0.089rem + 1.12vw, 1.25rem);
    font-weight: 400;
  font-size: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
}

.flow {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.flow__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
      margin-top: clamp(1.75rem, 0.417rem + 2.78vw, 3.75rem);
    gap: 55px 38px;
}
.flow__item {
  position: relative;
  padding: clamp(3.563rem, 2.92rem + 1vw, 4.125rem) clamp(0.625rem, -1.518rem + 3.35vw, 2.5rem) clamp(2.5rem, 1.429rem + 1.67vw, 3.438rem);
  border: 1px solid #2A60B6;
  border-radius: 5px;
  background: #fff;
}
/* STEP */
.flow-item__number {
  position: absolute;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  height: 34px;
      font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
    padding: clamp(0.313rem, 0.17rem + 0.22vw, 0.438rem) clamp(1.875rem, 1.518rem + 0.56vw, 2.188rem);
  background: #2A60B6;
  border-radius: 4px 0 4px 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
/* タイトル */
.flow-item__title {
  margin-bottom: 20px;
  color: #2A60B6;
  font-size: clamp(1.25rem, 0.679rem + 0.89vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}
/* テキスト */
.flow-item__text {
      margin-top: clamp(0.875rem, 0.589rem + 0.45vw, 1.125rem);
    line-height: 1.7;
}
/* 矢印 */
.flow__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 21px solid #2A60B6;
}
/* 3→4 の折り返しは矢印なし */
.flow__item:nth-child(3)::after {
  display: none;
}

.consultation {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    border: 1px solid #2A60B6;
    padding: 40px clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.consultation__box {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    display: flex;
    column-gap: clamp(1.25rem, -2.083rem + 6.94vw, 6.25rem);
}
.consultation__items {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
}
.consultation__item {
      display: flex;
    align-items: flex-start;
    column-gap: 5px;
}
.consultation-item__icon {
  margin-top: 1%;
      width: clamp(1.375rem, 1.042rem + 0.69vw, 1.875rem);
    height: auto;
    object-fit: contain;
}
.consultation-item__text {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
    color: #2A60B6;
}

.case__text {
      margin-top: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    color: #2A60B6;
    font-weight: 500;
    margin-left: 2em;
}
.worksSwiper {
  margin-top: 40px;
  overflow: hidden;
}
.worksSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.worksSwiper .swiper-slide {
  width: clamp(10.125rem, 6.09rem + 17.22vw, 26.75rem);
}
.worksSwiper img {
  width: 100%;
  aspect-ratio: 428 / 388;
  object-fit: cover;
  border-radius: 5px;
}
.worksSwiper p {
  margin-top: 12px;
}
.caseItemTit {
  margin-top: clamp(0.375rem, 0.254rem + 0.52vw, 0.875rem);
      font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
    font-weight: 400;
    color: #2A60B6;
}
.case__bottom {
      margin-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
    padding-right: clamp(3.125rem, 0.971rem + 9.19vw, 12rem);
    padding-left: 50px;
    display: flex;
    justify-content: flex-end;
}

.flow2 {
  padding-bottom: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
}
.flow__inner {
  padding-right: 20px;
}
.flow2__items {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  padding-left: clamp(0rem, -5.333rem + 11.11vw, 8rem);
}
.flow2__item {
      display: flex;
    column-gap: clamp(0.625rem, -1.458rem + 4.34vw, 3.75rem);
  align-items: baseline;
  position: relative;
}
.flow2__item:before {
      content: '';
    width: 2px;
    height: 100%;
    background: #2A60B6;
    position: absolute;
    left: clamp(2.125rem, 1.5rem + 1.3vw, 3.063rem);
    top: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
}
.flow2__item:last-child::before {
  display: none;
}
.flow2-item__left {
        width: clamp(4.375rem, 3.125rem + 2.6vw, 6.25rem);
    height: clamp(4.375rem, 3.125rem + 2.6vw, 6.25rem);
    min-width: clamp(4.375rem, 3.125rem + 2.6vw, 6.25rem);
    background-color: #2A60B6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.flow2-item__number {
      text-align: center;
    line-height: 1;
    font-size: 10px;
    font-weight: 700;
}
.flow2-item__number strong {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}
.flow2-item__right {
  padding-bottom: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}
.flow2-item__title {
      font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
    font-weight: 700;
    color: #2A60B6;
}
.flow2-item__text {
      margin-top: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    line-height: 1.7;
    font-weight: 400;
}

@media (max-width: 1023px) {
  .point__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 60px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .point__item {
        padding-left: 34px;
    padding-right: 34px;
  }
  .point__number {
        width: 88px;
    height: 88px;
    font-size: 11px;
    top: -45px;
  }
  .point__number strong {
    font-size: 27px;
  }
  .point__icon {
    width: 189px;
  }
  .point__title {
    font-size: 24px;
  }
  
  .flow__items {
        grid-template-columns: repeat(1, 1fr);
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow__item:not(:last-child)::after {
    top: unset;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    bottom: -29px;
  }
}

@media (max-width: 767px) {
  .service-bg {
        height: 4756px;
    object-fit: cover;
    top: 10%;
  }
  .service-bg-2 {
        height: 1600px;
    object-fit: cover;
  }
  .service__box {
    width: 100%;
  }
  .service-box__inner {
    padding-left: 20px;
  }
  .service-box__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .content__top {
        flex-direction: column;
    row-gap: 28px;
  }
  .content-top__left,
  .content-top__right {
    width: 100%;
  }
  .content-top__title {
    font-size: 20px;
  }
  
  .page-link__box {
    width: 100%;
  }
  .page-link-box__inner {
    padding-left: 10px;
  }
  
  .repair__items {
        grid-template-columns: repeat(1, 1fr);
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 32px;
  }
  .repair-item__title {
        font-size: 22px;
    padding: 16px 30px;
  }
  .repair-item__title::after {
    bottom: -40%;
  }
  
  .consultation__box {
        flex-direction: column;
    row-gap: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    padding: 0 clamp(1.375rem, -3.433rem + 20.51vw, 1.875rem);
  }
  
  .case__inner {
    padding-left: 20px;
  }
  
  .flow__inner {
    padding-left: 20px;
  }
  .flow__container {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .recruit__title {
    font-size: clamp(1rem, -0.481rem + 7.41vw, 1.25rem);
  }
  .repair-item__title {
    font-size: 18px;
  }
  .point__title {
    font-size: 22px;
  }
}