@import url('https://fonts.cdnfonts.com/css/din-alternate');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); 

/* <!--  section fv --> */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fv-container {
  width: 100%;
  padding: 35px 60px;
  background: linear-gradient(103.14deg, #FFFFFF 46.81%, #FFE4A1 73.33%, #F4BB9A 96%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-container  h1,
.fv-container  h2,
.fv-container  h3,
.fv-container  h4,
.fv-container  h5,
.fv-container  a,
.fv-container  span,
.fv-container  p {
  margin: 0;
  line-height: normal;
}

.content-fv {
  width: 100%;
  display: flex;
  gap: 20px;
  max-width: 1210px;
  justify-content: space-around;
  min-height: 580px;
}

.left-section-fv {
  padding-top:37px
  width: 100%;
  max-width: 555px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.btns-fv {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}

.btns-fv .btn-fv {
  padding: 10px 20px;
  background-color: #FFA500;

  border-radius: 2px;
  background: #F49801;

  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.texts-fv {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.texts-fv p {
  color: #000;
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  line-height: 160% !important;
  letter-spacing: .05em;
}

.texts-fv h2 {
  color: #000;
  font-family: Inter;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  
}

.texts-fv h2 span {
  color: #FF6F00;
  font-family: Inter !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.info-items-fv {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
}

.item-info-fv {
  position: relative;
  min-width: fit-content;
  padding: 10px 53px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.item-info-fv p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.img-right-ii {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  width: 100%;
  max-width: 53px;
  height: auto;
}

.img-left-ii {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 53px;
  height: auto;
}


.number-text-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.number-text-fv h2 {
  color: #FF6F00;
  text-align: center;
  font-family: "DIN Alternate" !important;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.number-text-fv span {
  color: #727272;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.right-section-fv {
  width: 100%;
  max-width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box-fv {
  width: 100%;
  height: 100%;
  max-height: 580px;
  position: relative;
}

.icon-top-fv {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 47%;
  max-width: 265px;
  height: auto;
  z-index: 4;
}

.icon-right-fv {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 47%;
  max-width: 265px;
  height: auto;
  z-index: 1;
}


.icon-bottom-fv {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 47%;
  max-width: 265px;
  height: auto;
  z-index: 2;
}

.icon-left-fv {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 47%;
  max-width: 265px;
  height: auto;
  z-index: 3;
}

@media (max-width: 1220px) {
  .icon-box-fv {
    height: 92%;
    max-height: 530px;
  }
}

@media (max-width: 1110px) {
  .icon-box-fv {
    height: 84%;
    max-height: 490px;
  }
}

@media (max-width: 1050px) {
  .icon-box-fv {
    height: 78%;
  }
}


@media (max-width: 1024px) {
  .right-section-fv,
  .left-section-fv {
    max-width: unset;
  }
  .icon-box-fv {
    height: 100%;
    display: grid;
    width: 100%;
    position: unset;
    grid-template-columns: repeat(auto-fit, minmax(100px, 4fr));
  }

  .icon-box-fv img {
    position: unset;
    transform: translateX(0);
    transform: translateY(0);
    width: 100%;
  }

  .content-fv {
    flex-direction: column;
  }

  .texts-fv {
    text-align: center;
  }
  .btns-fv {
    justify-content: center;
  }

}

@media (max-width: 768px) {
  .fv-container {
    padding: 35px 20px;
  }
  .content-fv {
    min-height: unset;
  }

  .left-section-fv {
    gap: 20px;
  }
  .info-items-fv {
    flex-wrap: wrap;
  }
  .btns-fv a,
  .number-text-fv span {
    font-size: 16px;
  }
  .texts-fv p {
    font-size: 18px;
  }
  .texts-fv h2 ,
  .texts-fv h2 span {
    font-size: 24px;
  }

  .number-text-fv h2 {
    font-size: 32px;
  }
  .item-info-fv p {
    font-size: 14px;
  }
  .item-info-fv {
    padding: 8px 40px;
  }
  .img-left-ii ,
  .img-right-ii {
    max-width: 40px;
  }
    .left-section-fv {
    padding-top: 0px;
  }
  
  .info-period {
    font-size: 12px;
    text-align: center !important;
  }
}

@media (max-width: 480px) {

  .left-section-fv {
    gap: 16px;
  }

  .btns-fv .btn-fv {
    font-size: 14px;
  }
  .texts-fv p {
    font-size: 16px;
  }
  .texts-fv h2 ,
  .texts-fv h2 span {
    font-size: 20px;
  }

  .number-text-fv h2 {
    font-size: 22px;
  }
  .item-info-fv p , .number-text-fv span {
    font-size: 10px;
  }
  .item-info-fv {
    padding: 8px 30px;
  }
  
  .img-left-ii ,
  .img-right-ii {
    max-width: 30px;
  }
  
  .icon-box-fv {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 130px));
  }

  .info-period {
    font-size: 12px;
    text-align: center !important;
  }
}

.info-period {
  text-align: right;
  font-family: "Noto Sans JP";
}