/*!
global > color
------------------------------
*/
:root {
  --cl-main: #009944;
  --bg-main: #E4F2EB;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/

.p_construction .c_mv01__content::after {
  background-color: #5A7AAD;
}
.p_construction .c_ttl20, .p_construction .c_ttl25, .p_construction .c_ttl30, .p_construction .c_ttl40 {
  color: #5A7AAD;
}
.p_construction .c_ttl40_dot::after {
  background-color: #5A7AAD;
}
.p_construction .c_title__en {
  color: rgba(90, 122, 173, 0.25);
}
.p_construction .c_title__left {
  color: #5A7AAD;
  display: inline-block;
  min-width: 0;
}
.p_construction .c_title__left::before, .p_construction .c_title__left::after {
  border-color: #5A7AAD;
}
.p_construction .c_title__right {
  color: #5A7AAD;
}
.p_construction .c_step {
  position: relative;
}
.p_construction .c_step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 79/93;
  width: 79px;
  transform: scale(0.7);
  transform-origin: right bottom;
  background: url(../images/construction/icon_flow.svg) center/contain no-repeat;
}
.p_construction .c_step__label01 {
  position: relative;
  z-index: 1;
}
.p_construction .c_anchor {
  padding-top: 30px;
}
.p_construction .c_anchor__link {
  border-color: #5A7AAD;
}
.p_construction .c_anchor__content {
  color: #5A7AAD;
}
.p_construction .c_step__label {
  color: #5A7AAD;
}
.p_construction .c_step__label::after {
  background-color: #5A7AAD;
}
.p_construction__ttl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.p_construction__ttl__num {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 4px;
  background-color: #FF4F24;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}
.p_construction__ttl__txt {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #FF4F24;
  padding-top: 8px;
}
.p_construction01 .c_ttl30 {
  margin-top: 50px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p_construction02 {
  padding: 50px 0 50px;
}
.p_construction02 .c_title {
  margin-bottom: 50px;
}
.p_construction02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p_construction02__list__item {
  background-color: rgba(90, 122, 173, 0.22);
  text-align: center;
  min-height: 60px;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
}
.p_construction03 {
  position: relative;
  z-index: 1;
}
.p_construction03__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.p_construction03__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_construction03 .c_title {
  padding-right: 0;
  margin-bottom: 20px;
}
.p_construction03__inner {
  position: relative;
  z-index: 1;
  max-width: 882px;
  padding: 50px 0;
}
.p_construction03__inner::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p_construction03__list__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #707070;
}
.p_construction03__list__item:last-child {
  border-bottom: none;
}
.p_construction03__list__ttl {
  color: #5A7AAD;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.44;
  padding: 0 10px;
  width: 80px;
}
.p_construction03__list__content {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  width: calc(100% - 80px);
}
.p_construction04 {
  background-color: #DFEEFE;
  padding: 50px 0 50px 0;
}
.p_construction04 .c_title {
  margin-bottom: 50px;
}
.p_construction04 .c_step__item.end {
  position: relative;
}
.p_construction04 .c_step__item.end::after {
  content: "";
  width: 2.5px;
  height: 100%;
  background-color: #DFEEFE;
  position: absolute;
  left: 4px;
  top: 45px;
  z-index: 0;
}
.p_construction04 .c_step__list:last-child {
  position: relative;
  padding-bottom: 0;
}
.p_construction04 .c_step__list:last-child::before {
  content: "";
  width: 2.5px;
  height: 100%;
  background-color: #DFEEFE;
  position: absolute;
  left: 4px;
  top: 45px;
  z-index: 0;
}
.p_construction05 {
  padding: 30px 0 0;
  text-align: center;
}
.p_construction05__inner {
  border-radius: 11px;
  max-width: 848px;
  margin: 0 auto;
  background-color: #DFEEFE;
  padding: 25px 20px;
  display: block;
}
.p_construction05__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #5A7AAD;
}
.p_construction05__ttl01 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #5A7AAD;
}
.p_construction05__txt {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.p_construction05__left {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p_construction05__left::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_mv01__icon {
    right: clamp(
      2.5rem,
      10.6481481481vw + -2.6111111111rem,
      5.375rem
  );
  }
  .p_construction .c_title__en {
    margin-bottom: 0;
  }
  .p_construction .c_title__flex {
    gap: 51px;
  }
  .p_construction .c_title__left {
    padding: 7px 45px 13px 41px;
  }
  .p_construction .c_step {
    margin-left: -5px;
  }
  .p_construction .c_step::before {
    transform: scale(1);
    right: 36px;
    top: clamp(-20px, (100vw - 1100px) * 100, 49px);
  }
  .p_construction .c_step__label01 {
    margin-bottom: 12px;
    margin-left: 4px;
  }
  .p_construction .c_step__label01::after {
    left: 4px;
  }
  .p_construction .c_step__item {
    padding: 36px 0 37px;
    gap: 37px;
  }
  .p_construction .c_step__ttl {
    position: relative;
    left: 5px;
    top: 6px;
  }
  .p_construction .c_step__list {
    padding: 28px 2px 97px 49px;
  }
  .p_construction .c_anchor {
    padding-top: 60px;
  }
  .p_construction__ttl {
    gap: 19px;
    margin-bottom: 14px;
  }
  .p_construction__ttl__num {
    font-size: 1.5625rem;
    width: 47px;
    height: 47px;
    border-radius: 7px;
  }
  .p_construction__ttl__txt {
    font-size: 1.25rem;
    padding-top: 13px;
  }
  .p_construction01 .c_ttl30 {
    margin-top: -69px;
    line-height: 1.6666666667;
    margin-bottom: 23px;
  }
  .p_construction02 {
    padding: 78px 0 83px;
  }
  .p_construction02 .c_title {
    margin-bottom: 35px;
  }
  .p_construction02__list {
    gap: 25px 29px;
  }
  .p_construction02__list__item {
    font-size: 1.25rem;
    padding: 10px 20px;
    min-height: 97px;
    width: 377px;
  }
  .p_construction03 .c_title {
    margin-bottom: 21px;
  }
  .p_construction03 .c_title__right {
    margin-top: -27px;
  }
  .p_construction03__inner {
    padding: 45px 40px 45px 0;
  }
  .p_construction03__list {
    max-width: calc(100% - clamp(
      2.5rem,
      3.125vw + 1rem,
      3.5rem
  ));
  }
  .p_construction03__list__item {
    padding: 20px 0;
  }
  .p_construction03__list__ttl {
    width: 132px;
    flex-shrink: 0;
    padding: 0 17px;
    font-size: 1.5625rem;
  }
  .p_construction03__list__content {
    font-size: 1rem;
    width: calc(100% - 132px);
  }
  .p_construction04 {
    padding: 85px 0 91px 0;
  }
  .p_construction04 .c_title {
    margin-bottom: 66px;
  }
  .p_construction04 .c_title__en {
    margin-bottom: 12px;
  }
  .p_construction04 .c_step__item.end::after {
    top: 55px;
    width: 5px;
    left: 8px;
    height: 100%;
  }
  .p_construction04 .c_step__list:last-child::before {
    top: 55px;
    width: 5px;
    left: 8px;
    height: 100%;
  }
  .p_construction04 .c_step__left {
    gap: 29px;
  }
  .p_construction05 {
    padding: 44px 0 21px;
  }
  .p_construction05__inner {
    display: flex;
    border-radius: 22px;
    padding: 21px 19px 26px 19px;
  }
  .p_construction05__ttl {
    font-size: clamp(
      1.5rem,
      1.5625vw + 0.75rem,
      2rem
  );
  }
  .p_construction05__ttl01 {
    font-size: clamp(
      1.375rem,
      1.171875vw + 0.8125rem,
      1.75rem
  );
    margin-bottom: -5px;
    padding-right: clamp(
      0.625rem,
      1.7578125vw + -0.21875rem,
      1.1875rem
  );
  }
  .p_construction05__txt {
    font-size: clamp(
      0.875rem,
      0.5859375vw + 0.59375rem,
      1.0625rem
  );
  }
  .p_construction05__left {
    margin-bottom: 0;
    width: 61.9%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .p_construction05__left::after {
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: 1px;
    height: 100%;
  }
  .p_construction05__right {
    width: 38.1%;
    padding: 0 10px 0 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=maps/construction.css.map */
