.fv {
  background: url(../img/fv-page.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
  padding: 74px 0;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 52px 0;
    margin-bottom: 40px;
  }
}

.fv h1 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 72px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fv h1 {
    font-size: 2.4rem;
    padding: 0;
  }
}

.about {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 80px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 5px;
}

.en-title {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .en-title {
    margin-bottom: 40px;
  }
}

.section-txt {
  text-align: center;
  letter-spacing: 0.05em;
}

.anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 90px;
  margin-right: 20px;
  margin-bottom: 120px;
}

@media screen and (max-width: 1200px) {
  .anchor-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 360px;
    margin: 0 auto 120px;
  }
}

@media screen and (max-width: 768px) {
  .anchor-links {
    max-width: 315px;
    margin-bottom: 60px;
  }
}

.anchor-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4182E2;
  border-radius: 30px;
  border: 1px solid #4182E2;
  padding: 10px 44px 10px 20px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .anchor-links a {
    display: block;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .anchor-links a {
    font-size: 1.4rem;
    padding: 6px 44px 6px 20px;
  }
}

.anchor-links img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .anchor-links img {
    height: 20px;
  }
}

.anchor-links a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 40%;
  right: 26px;
  border-right: 2px solid #4182E2;
  border-bottom: 2px solid #4182E2;
  rotate: 45deg;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor-links a:hover::after {
  top: 45%;
}

.content {
  margin-bottom: 90px;
}

.content h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FF6019;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .content h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.content h3 img {
  width: auto;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .content h3 img {
    height: 20px;
  }
}

.content__txt {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .content__txt {
    margin-bottom: 40px;
  }
}

.content__worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 44px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content__worry {
    -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;
    gap: 30px;
    margin-bottom: 40px;
  }
}

.content__worry img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .content__worry img {
    margin-bottom: 10px;
  }
}

.content__worry li {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  width: 190px;
}

.content__arrow {
  display: block;
  width: 60px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .content__arrow {
    width: 36px;
    margin-bottom: 30px;
  }
}

.content__copy {
  text-align: center;
  margin-bottom: 60px;
}

.content__copy p {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: -2px;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-color: #FFCF03;
}

@media screen and (max-width: 768px) {
  .content__copy p {
    font-size: 1.8rem;
  }
}

.content__copy p strong {
  color: #FF6019;
}

.content__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .content__solution {
    max-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin: 0 auto;
  }
}

.content__solution section {
  width: 30%;
  background: #F4F4F4;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding: 50px 20px 30px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1200px) {
  .content__solution section {
    width: 100%;
  }
}

.content__num {
  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;
  font-family: "Verdana", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background: #FF6019;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content__solution h4 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #FF6019;
}

.about .l-inner,
.content .l-inner {
  max-width: 1158px;
}

.cta {
  background: url(../img/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 50px 0 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 50px 0;
  }
}

.cta:nth-of-type(2) {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .cta:nth-of-type(2) {
    margin-bottom: 60px;
  }
}

.cta__copy {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cta__copy {
    font-size: 2.2rem;
  }
}

.cta__copy strong {
  font-size: 4rem;
  color: #FF6019;
}

@media screen and (max-width: 768px) {
  .cta__copy strong {
    font-size: 3.2rem;
  }
}

.cta__copy::before,
.cta__copy::after {
  content: "";
  display: block;
  height: 80px;
  border-left: 3px solid #000;
  position: absolute;
  bottom: 0;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {

  .cta__copy::before,
  .cta__copy::after {
    bottom: auto;
    top: 5px;
    height: 70px;
    border-width: 1px;
  }
}

.cta__copy::before {
  left: calc(50% + 254px);
  rotate: 18deg;
}

@media screen and (max-width: 768px) {
  .cta__copy::before {
    left: calc(50% + 108px);
  }
}

.cta__copy::after {
  right: calc(50% + 254px);
  rotate: -18deg;
}

@media screen and (max-width: 768px) {
  .cta__copy::after {
    right: calc(50% + 108px);
  }
}

.cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .cta__btns {
    -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;
    gap: 20px;
  }
}

.cta__btn {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 384px;
  padding: 16px 0;
  border-radius: 31px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .cta__btn {
    font-size: 1.8rem;
    width: 100%;
    max-width: 340px;
  }
}

.cta__btn.line {
  color: #fff;
  background: #01B202;
}

.cta__btn.consulting {
  color: #fff;
  background: #4182E2;
}

.cta__btn.other {
  color: #FF6019;
  background: #fff;
}

#customPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

#customPopup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  #customPopup {
    width: 90%;
  }
}

#customPopup .back-btn {
  position: absolute;
  top: -10px;
  right: -10px;
}

@media only screen and (max-width: 767px) {
  #customPopup .back-btn {
    width: 24px;
    height: 24px;
    top: -6px;
    right: 0;
  }
}

#customPopup .link-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60px;
}

#customPopupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#customPopupOverlay.show {
  display: block;
}