.contact-btn {
  width: 100%;
  max-width: 477px;
  border: 2px solid #FF8E1D;
  background: #FF8E1D;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  padding: 28px 0;
}
.contact-btn:hover {
  background: #fff;
  color: #FF8E1D;
}
.contact-btn:hover svg path {
  fill: #FF8E1D;
}

#hrader-wrap {
  background-image: url(/img/area/bg-area.webp);
  background-size: cover;
  background-position: center bottom;
  margin-top: 90px;
  padding: 105px 0 175px;
}
#hrader-wrap .wrap > div {
  width: 100%;
  max-width: 477px;
}
#hrader-wrap .wrap > div h1 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}
#hrader-wrap .wrap > div h1 p {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #hrader-wrap .wrap > div h1 p {
    white-space: normal;
  }
}
#hrader-wrap .wrap > div h1 p span {
  font-weight: bold;
  font-size: 48px;
}
#hrader-wrap .wrap > div h1 p:first-child span {
  font-size: 36px;
  position: relative;
  z-index: 0;
}
#hrader-wrap .wrap > div h1 p:first-child span::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #FF8E1D;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#hrader-wrap .wrap > div p {
  color: #fff;
}

#company {
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/area/bg_company.webp);
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 768px) {
  #company {
    padding: 60px 0;
  }
}
#company .wrap {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 10px 20px;
  width: auto;
}

#problems {
  padding: 80px 0;
}
#problems h2 {
  text-align: center;
  font-size: 36px;
}
#problems .flex {
  align-items: center;
}
#problems .flex ul {
  margin: 80px auto;
}
#problems .flex ul li {
  margin-bottom: 40px;
}
#problems .flex ul li:last-child {
  margin-bottom: 0;
}
#problems .flex ul li p {
  font-size: 16px;
  margin: 0;
}
#problems .flex ul li p.flex {
  font-size: 20px;
  justify-content: flex-start;
  gap: 10px;
  font-weight: bold;
}
#problems > p {
  font-size: 24px;
  text-align: center;
}
#problems .triangle-down {
  width: 0;
  height: 0;
  border-left: 37.5px solid transparent;
  border-right: 37.5px solid transparent;
  border-top: 40px solid #FF8E1D;
  margin: 40px auto 0;
}

#policy {
  background: #FF8E1D;
  color: #fff;
  padding: 4rem 1rem;
}
#policy .wrap {
  flex-direction: column;
}
#policy .wrap > p {
  margin: 0 auto 3rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
#policy .wrap .policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#policy .wrap .policies > div {
  background: #fff;
  color: #000;
  border-radius: 6px;
  padding: 1.5rem;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#policy .wrap .policies > div img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#policy .wrap .policies > div h3 {
  font-size: 24px;
  margin: 0.5rem 0;
  text-align: center;
  color: #333;
}
#policy .wrap .policies > div p {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #policy .wrap .policies {
    flex-direction: column;
    align-items: center;
  }
}

.cta-wrap {
  background: #333;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
.cta-wrap h2 {
  font-size: 36px;
  margin: 0 0 50px;
}
.cta-wrap .contact-btn {
  margin: 0 auto;
}

#works_wrap {
  padding: 80px 0;
}

#pricing {
  max-width: 980px;
  padding-bottom: 80px;
}
#pricing h3 {
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #pricing .table-wrapper {
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    margin: 2rem auto;
    max-width: 100%;
  }
}
#pricing .table-wrapper .scroll-hint {
  display: none;
}
@media only screen and (max-width: 768px) {
  #pricing .table-wrapper .scroll-hint {
    display: block;
    font-size: 0.875rem;
    color: #888;
    margin-bottom: 0.5rem;
    text-align: right;
    font-style: italic;
  }
}
@media only screen and (max-width: 768px) {
  #pricing .table-wrapper .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
#pricing .table-wrapper .table-scroll table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #pricing .table-wrapper .table-scroll table {
    min-width: 600px;
  }
}
#pricing .table-wrapper .table-scroll table thead {
  background-color: #fef1e6;
}
#pricing .table-wrapper .table-scroll table thead th {
  padding: 1rem;
  font-weight: bold;
  border: 1px solid #ddd;
}
#pricing .table-wrapper .table-scroll table tbody tr {
  border-bottom: 1px solid #eee;
}
#pricing .table-wrapper .table-scroll table tbody tr:last-child {
  border-bottom: none;
}
#pricing .table-wrapper .table-scroll table tbody tr td {
  padding: 1rem;
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
}
#pricing p {
  font-size: 14px;
  text-align: right;
}

#localize-wrapper {
  padding: 80px 0;
}
#localize-wrapper h2 {
  text-align: center;
  font-size: 36px;
}
#localize-wrapper .flex {
  gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  #localize-wrapper .flex {
    flex-direction: column;
  }
}
#localize-wrapper .flex figure {
  width: 30%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #localize-wrapper .flex figure {
    width: 100%;
    height: 200px;
    background-size: contain;
  }
}
#localize-wrapper .flex > div {
  width: calc(70% - 30px);
}
@media only screen and (max-width: 768px) {
  #localize-wrapper .flex > div {
    width: 100%;
  }
}

#faq {
  padding: 80px 0;
  background: #eee;
}
#faq .wrap h2 {
  text-align: center;
  font-size: 36px;
}
#faq .wrap dl {
  border-top: 1px solid #ccc;
}
#faq .wrap dl dt, #faq .wrap dl dd {
  border-bottom: 1px solid #ccc;
}
#faq .wrap dl dt {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  background: #f5fcff;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
#faq .wrap dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#faq .wrap dl dt p {
  font-size: 28px;
  color: #47c3eb;
  margin: 0;
}
#faq .wrap dl dt p span {
  font-size: 40px;
}
#faq .wrap dl dt.open::after {
  transform: translateY(-50%) rotate(-135deg);
}
#faq .wrap dl dd {
  display: none;
  color: #e12222;
  padding: 30px 20px 30px 40px;
  background: #fff;
  margin: 0;
}

#voice {
  padding: 80px 0;
}
#voice h2 {
  text-align: center;
  font-size: 36px;
}
#voice ul {
  flex-wrap: wrap;
  gap: 20px 0;
}
#voice ul li {
  width: 32%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #voice ul li {
    width: 100%;
  }
}
#voice ul li h4 {
  font-size: 18px;
  margin-top: 0;
}
#voice ul li p.type {
  font-size: 14px;
  border-style: solid none;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px 0;
}
#voice ul li p.voice {
  margin-bottom: 0;
}
#voice ul#voice_contents_wrap .slick-track {
  display: flex;
  gap: 15px;
}
#voice ul#voice_contents_wrap .slick-dots li {
  width: 20px;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}