@charset "UTF-8";
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
.section__fv {
  background-image: url(../img/section-fv-service.jpg);
}

.section__works {
  background-color: #fff;
}

.sectionTop__img {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -999;
}

.sectionTop__img--inner {
  height: 100%;
  position: relative;
}

.sectionTop__img1 {
  position: absolute;
  left: 136px;
  bottom: 50px;
  width: 536px;
  height: 241px;
}

.sectionTop__img2 {
  position: absolute;
  right: -30px;
  top: 108px;
  width: 360px;
  height: 404px;
  background-size: cover;
  background-repeat: no-repeat;
}

.is-transparent {
  background-color: transparent;
}

.service__wrap--main {
  position: relative;
  overflow: visible;
}

.service__wrap--mainInner {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__wrap--left {
  height: auto;
  padding-left: 120px;
  margin-top: 20px;
}

.service__nav {
  width: 300px;
  height: auto;
  position: sticky;
  top: 180px;
  padding-bottom: 60px;
}

.service__nav--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.service__nav--itemSub {
  padding-left: 44px;
}
.service__nav--itemSub a {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
}

.service__nav--item {
  position: relative;
  padding-block: 10px;
  padding-left: 44px;
}
.service__nav--item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background-image: url(../img/spanner-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.service__nav--item a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
}
.service__nav--item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url(../img/common-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.service__nav--item a:hover::after {
  -webkit-transform: translateY(-50%) translateX(6px);
          transform: translateY(-50%) translateX(6px);
}

.service__wrap--right {
  width: 62%;
  background-color: #eeeeee;
  border-radius: 60px 0 0 60px;
}

.service__wrap--rightInner {
  padding-block: 64px;
  padding-inline: 64px;
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}

.service__content--titleEn {
  font-family: "Anton", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.service__content--titleEn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #FF7700;
  border-radius: 50%;
  z-index: -1;
}

.service__content--titleJa {
  color: #232323;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-top: 16px;
  position: relative;
  padding-left: 31px;
}
.service__content--titleJa::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/spanner-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service__content--img1 {
  margin-top: 40px;
  padding-bottom: 40px;
}
.service__content--img1 img {
  border-radius: 10px;
}

.service__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.service__list--img {
  width: 30%;
}
.service__list--img img {
  border-radius: 6px;
}

.service__list--texts {
  margin-top: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service__list--title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  position: relative;
  padding-left: 16px;
}
.service__list--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 30px;
  background-color: #FF7700;
}

.service__list--text {
  text-align: justify;
  margin-top: 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

.service__place {
  padding-top: 120px;
  margin-top: -50px;
}

.service__place--inner {
  background-image: url(../img/service-placeBg.png);
  border-radius: 10px;
  background-repeat: no-repeat;
  text-align: center;
  padding-block: 30px;
  padding-inline: 40px;
}

.service__place--title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}
.service__place--title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 21px;
  background-image: url(../img/hagurumaIcon-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.service__place--textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding-top: 30px;
  border-top: 2px solid #232323;
}

.service__place--textBox {
  -moz-text-align-last: left;
       text-align-last: left;
  color: #232323;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px;
}

.service__place--subTitle {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.service__place--text {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding-left: 10px;
}

.service__case {
  padding-top: 120px;
  margin-top: -50px;
}

.service__case--title {
  -moz-text-align-last: left;
       text-align-last: left;
}

.service__case--titleEn {
  font-size: 3.75rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.service__case--titleJa {
  font-size: 1.375rem;
  color: #FF7700;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-top: 16px;
}

.service__case--item {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.case-before {
  position: relative;
}
.case-before::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #232323; /* 色をオレンジに変更 */
}

.case-before__inner,
.case-after__inner {
  padding-block: 12px;
  padding-inline: 33px;
}

.case-before__inner,
.case-after__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;
}

.case-before {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ADADAD;
}

.case-before__title {
  color: #ADADAD;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.9px;
  position: relative;
  padding-block: 10px;
  text-align: center;
  width: 100%;
}
.case-before__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92%;
  height: 1px;
  border: 1px solid #ADADAD;
}

.case-before__text,
.case-after__text {
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
}

.case-after__textBox,
.case-before__textBox {
  padding-inline: 40px;
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-after__textBox img,
.case-before__textBox img {
  width: 70px;
  height: 96px;
  margin-right: 16px;
}

.case-after {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #FF7700;
}

.case-after__title {
  color: #FF7700;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  position: relative;
  padding-block: 10px;
  text-align: center;
  width: 100%;
}
.case-after__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  border: 1px solid #FF7700;
}

.section__flow {
  background-color: #fff;
}

.section__flow--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 120px;
  padding-top: 120px;
  padding-bottom: 90px;
}

.section__flow--titleEn {
  font-family: "Anton", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.section__flow--titleJa {
  color: #FF7700;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-top: 16px;
}

.section__flow--content {
  width: 60%;
}

.section__flow--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.flow-item:last-child .flow-item__icon::after {
  display: none;
}

.flow-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.flow-item__icon img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-item__icon::after {
  content: "";
  position: absolute;
  bottom: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 62px;
  background-color: #D9D9D9;
}

.flow-item__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

.flow-item__number {
  color: #FF7700;
  font-family: "Anton", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.flow-item__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.1px;
}

.flow-item__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin-top: 14px;
}
.flow-item__text a {
  color: #404040;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #404040;
  padding-bottom: 2px;
}