@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2d;
  background: #ffffff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 10px;
}
.sec-title__line {
  display: block;
  width: 67px;
  height: 2px;
  background: #f79329;
  margin: 14px auto 0;
}
.sec-title span {
  color: #f79329;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.85;
}
.btn--orange {
  background: #f79329;
  color: #ffffff;
  padding: 18px 40px;
}
.btn--yellow {
  background: #ffe535;
  color: #2d2d2d;
  padding: 18px 40px;
}
.btn--white {
  background: #ffffff;
  color: #2d2d2d;
  padding: 18px 40px;
}
.btn--large {
  min-width: 480px;
  height: 80px;
  font-size: 20px;
}

.genjyuugothic {
  font-family: "GenJyuuGothic";
}

.color--orange {
  color: #e4821a;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.sub-body {
  background: #fffbe1;
}
.sub-body .column {
  background: #fffbe1;
  padding-top: 50px;
}
.sub-body .column__card {
  background: #fff;
}
.sub-body .column__card-body {
  background: #fff;
}
.sub-body .news {
  background: #fffbe1;
  padding-top: 50px;
}
.sub-body .news::before {
  content: none;
}

.common_breadcrumb {
  width: 100%;
  padding: 20px 0;
}
.common_breadcrumb .breadcrumb_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.common_breadcrumb .breadcrumb_list a {
  font-size: 14px;
  display: block;
  color: #2d2d2d;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
}
.common_breadcrumb .breadcrumb_list a::after {
  position: absolute;
  border-bottom: 1px solid #f79329;
  border-right: 1px solid #f79329;
  transform: rotate(-45deg) translateY(-50%);
  content: "";
  top: 50%;
  right: -20px;
  width: 6px;
  height: 6px;
}
.common_breadcrumb .breadcrumb_list span {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
}

.header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  border-radius: 12px;
  max-width: 1300px;
  margin: 0 auto;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-shadow: 0 0 24px rgba(103, 159, 204, 0.08);
}
.header.sub {
  top: 0;
  max-width: 100%;
  position: sticky;
  left: 0;
  transform: none;
  border-radius: 0;
}
.header__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header__inner {
    padding: 12px 15px;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 30%;
  max-width: 394px;
}
.header__logo-main {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .header__logo-main {
    font-size: 22px;
  }
}
@media screen and (max-width: 880px) {
  .header__logo-main {
    font-size: 18px;
  }
}
.header__logo-sub {
  font-size: 14px;
  font-weight: 350;
  color: #777;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .header__logo-sub {
    font-size: 12px;
  }
}
.header__right {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.header__tel {
  text-align: center;
}
.header__tel-txt {
  line-height: 1.2;
}
.header__tel-label {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #f79329;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .header__tel-label {
    font-size: 16px;
  }
}
.header__tel-num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #f79329;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1080px) {
  .header__tel-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 880px) {
  .header__tel-num {
    font-size: 20px;
  }
}
.header__tel-hours {
  font-size: 14px;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  text-align: right;
}
.header__tel-comment {
  font-size: 12px;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.header__btns {
  display: flex;
  gap: 10px;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 56px;
  padding: 20px;
  border-radius: 28px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1080px) {
  .header__btn {
    font-size: 16px;
    width: 150px;
  }
}
.header__btn:hover {
  opacity: 0.85;
}
.header__btn--contact {
  background: #f79329;
  color: #ffffff;
}
.header__btn--quote {
  background: #ffe535;
  color: #2d2d2d;
}

.ft_fix_btns {
  display: none;
}

.hero {
  background: url(../img/hero_bg.png) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 120px;
  max-width: 1920px;
  margin: 0 auto;
}
.hero__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hero__content {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.hero__eyebrow {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.hero__eyebrow-txt {
  background: linear-gradient(135deg, #f79329 0%, #feb62c 100%);
  border-radius: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 30px;
  position: relative;
}
.hero__eyebrow-txt::before {
  content: "";
  width: 18px;
  height: 50px;
  background: url(../img/hero_eyebrow_item.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) scaleX(-1);
  mix-blend-mode: overlay;
}
.hero__eyebrow-txt::after {
  content: "";
  width: 18px;
  height: 50px;
  background: url(../img/hero_eyebrow_item.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}
.hero__eyebrow-txt .line {
  position: relative;
  padding: 5px 0 6px;
}
.hero__eyebrow-txt .line::before {
  content: "";
  width: 80%;
  height: 1px;
  background: linear-gradient(135deg, transparent 0%, #fff 30%, #fff 70%, transparent 100%);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 10%;
}
.hero__eyebrow-txt .line::after {
  content: "";
  width: 80%;
  height: 1px;
  background: linear-gradient(135deg, transparent 0%, #fff 30%, #fff 70%, transparent 100%);
  mix-blend-mode: overlay;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.hero__headline {
  font-size: 34px;
  font-weight: 900;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 16px;
}
.hero__headline .large {
  font-size: 46px;
}
.hero__headline .underline {
  background: linear-gradient(transparent 60%, #fff29a 60%);
}
.hero__headline em {
  color: #ffffff;
  font-style: normal;
}
@media screen and (max-width: 1080px) {
  .hero__headline {
    font-size: 26px;
  }
  .hero__headline .large {
    font-size: 34px;
  }
}
.hero__sub {
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  line-height: 1.6;
}
.hero__points {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.hero__btns {
  display: flex;
  width: 100%;
  max-width: 600px;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: -30px;
}
.hero__btns .btn {
  width: 100%;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
}
.hero__btns .btn-contact {
  position: relative;
}
.hero__btns .btn-contact::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.hero__btns .btn-quote {
  padding: 30px 40px;
  position: relative;
}
.hero__btns .btn-quote::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.hero__btns .btn-quote .icon {
  position: relative;
  padding-left: 50px;
}
.hero__btns .btn-quote .icon::before {
  content: "";
  width: 41px;
  height: 52px;
  background: url(../img/btn-quote_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero__image {
  position: absolute;
  width: 28%;
  bottom: 0;
  right: 0;
}
.hero__image img {
  max-height: 600px;
  object-fit: contain;
}
.hero__circle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.hero__circle::before {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 229, 53, 0.15);
  position: absolute;
  top: 130px;
  right: 50px;
  border-radius: 50%;
}
.hero__circle::after {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 229, 53, 0.15);
  position: absolute;
  top: 220px;
  left: -5%;
  border-radius: 50%;
}
.hero__dots {
  width: 100%;
  height: 150%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
.hero__dots::before {
  content: "";
  width: 21.8%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  right: -5%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.hero__dots::after {
  content: "";
  width: 21%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 400px;
  left: -1%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}

.news {
  position: relative;
  padding: 100px 0 80px;
  width: 100%;
}
.news::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: calc(100% + 190px);
  background: url(../img/news_bg.svg) no-repeat top center;
  background-size: cover;
  border-radius: 0 0 50px 50px;
}
.news__inner {
  max-width: 1230px;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  border-radius: 12px;
}
.news__pagetitle {
  font-size: 38px;
  font-weight: bold;
  border-bottom: 2px solid #ffe535;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.news__category {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0;
}
.news__category li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  padding: 2px 15px;
  border-radius: 50px;
  border: 1px solid #ffe535;
}
.news__category li a:hover {
  background: #ffe535;
  border: 1px solid #ffe535;
}
.news__category li a.current {
  font-weight: bold;
  background: #ffe535;
  border: 1px solid #ffe535;
}
.news__head {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.news__line-icon {
  width: 17px;
  height: auto;
}
.news__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.news__title::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff29a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news__list {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
}
.news__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.news__item:hover {
  background: #fafafa;
}
.news__date {
  flex: 0 0 110px;
  font-weight: bold;
  color: #808080;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.news__badge {
  flex: 0 0 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #fff7c2;
  border: 1px solid #ffe535;
}
.news__badge--important {
  background: #f79329;
  color: #ffffff;
}
.news__badge--news {
  background: #ffe535;
  color: #2d2d2d;
}
.news__text {
  flex: 1;
  font-weight: 350;
  color: #2d2d2d;
}
.news__text a {
  display: flex;
  gap: 5px;
}
.news__text a:hover {
  text-decoration: underline;
}
.news__icon {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

.worry {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.worry__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.worry__eyebrow {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.4;
}
.worry__headline {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  margin-bottom: 160px;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .worry__headline {
    font-size: 32px;
  }
}
.worry__headline .wave-line {
  padding-bottom: 5px;
  background: url(../img/wave-line.svg) bottom repeat-x;
}
.worry__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
.worry__left, .worry__right {
  width: 36.5%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .worry__left, .worry__right {
    width: 40%;
  }
}
.worry__bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}
.worry__center {
  flex: 1;
  text-align: center;
  position: absolute;
  width: 43.5%;
  aspect-ratio: 1/1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.worry__center .illust-circle {
  margin: 0 auto;
}
.worry__center img.circle-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.worry__bubble {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 30px 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #2d2d2d;
  position: relative;
  border: 4px solid #ddd;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .worry__bubble {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .worry__bubble {
    font-size: 16px;
  }
}
.worry__bubble-icon {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
}
.worry__bubble-icon.icon01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(15%, -40%);
}
.worry__bubble-icon.icon02 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-15%, 40%);
}
.worry__bubble-icon.icon03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -40%);
}
.worry__bubble-icon.icon04 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15%, 40%);
}
.worry__bubble-icon.icon05 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.worry__bubble-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worry__bubble-text {
  flex: 1;
}
.worry__bubble-text span {
  color: #f79329;
}

.solution {
  background: #ffe535;
  padding: 130px 0 80px;
  border-radius: 50px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.solution::before {
  content: "";
  width: 16%;
  aspect-ratio: 3/1;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.solution::after {
  content: "";
  width: 100%;
  height: 60px;
  background: #fffbe1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.solution__circle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.solution__circle::before {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -50px;
  right: -5%;
  border-radius: 50%;
}
.solution__circle::after {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 200px;
  left: 6%;
  border-radius: 50%;
}
.solution__dots {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
.solution__dots::before {
  content: "";
  width: 21.8%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 80px;
  right: 30px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.solution__dots::after {
  content: "";
  width: 21%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  left: -5%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.solution__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.solution__eyebrow {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  opacity: 0.85;
}
.solution__headline {
  font-size: 30px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  word-break: keep-all;
}
.solution__headline .large {
  font-size: 50px;
  font-weight: 900;
}
.solution__headline .bg-white {
  background: #fff;
  border-radius: 12px;
  padding: 5px 15px;
}
.solution__headline em {
  font-style: normal;
  display: inline-block;
  background: #ffe535;
  color: #2d2d2d;
  padding: 0 8px;
  border-radius: 4px;
}
.solution__sub {
  font-size: 22px;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.solution__caution {
  width: 100%;
  background: #fffbe1;
  padding: 40px 80px;
  border: 4px solid #ebd01a;
  border-radius: 12px;
  position: relative;
  z-index: 5;
}
.solution__caution-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #c64831;
  text-align: center;
  padding-left: 55px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.solution__caution-ttl::before {
  content: "";
  width: 44px;
  height: 50px;
  background: url(../img/caution_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.solution__caution-txt {
  font-size: 18px;
}
.solution__caution-txt strong {
  font-weight: bold;
}
.solution__caution-bg {
  font-size: 18px;
  font-weight: bold;
  background: #ffe535;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
}
.solution__steps {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 60px;
}
.solution__step {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  flex: 1;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.solution__step-num {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #f79329;
  line-height: 1;
  margin-bottom: 12px;
}
.solution__step-title {
  font-size: 20px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.solution__step-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.solution__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cta {
  background: linear-gradient(135deg, #ffe535 0%, #ffde34 50%, #fecb30 80%, #feb42c 100%);
  padding: 70px 0;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 50px;
}
.cta__circle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.cta__circle::before {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -15px;
  right: 8.5%;
  border-radius: 50%;
}
.cta__circle::after {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -100px;
  left: -5%;
  border-radius: 50%;
}
.cta__dots {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
.cta__dots::before {
  content: "";
  width: 21.8%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -80px;
  right: -5%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.cta__dots::after {
  content: "";
  width: 21%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50px;
  left: -1%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.cta__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.cta__content {
  text-align: center;
  width: 100%;
}
.cta__headline {
  font-size: 28px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  line-height: 1.4;
}
.cta__sub {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
  opacity: 0.95;
}
.cta__btns {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cta__btns .btn {
  width: 48%;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  padding: 25px 20px;
  max-width: 560px;
}
@media screen and (max-width: 1080px) {
  .cta__btns .btn {
    font-size: 22px;
  }
}
.cta__btns .btn-contact {
  position: relative;
}
.cta__btns .btn-contact::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .cta__btns .btn-contact::after {
    right: 15px;
  }
}
.cta__btns .btn-quote {
  position: relative;
}
.cta__btns .btn-quote::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .cta__btns .btn-quote::after {
    right: 15px;
  }
}
.cta__image {
  position: absolute;
  width: 22.4%;
  bottom: -70px;
  right: 0;
}
.cta__image img {
  object-fit: contain;
}
.cta__image.left {
  width: 20%;
  right: unset;
  left: 0;
}

.why {
  background: #fffbe1;
  padding: 80px 0 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.why__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.why__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .why__title {
    font-size: 32px;
  }
}
.why__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.why__title .large {
  font-size: 80px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.why__subtitle {
  text-align: center;
  font-size: 18px;
  color: #808080;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1230px) {
  .why__grid {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.why__card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.why__card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background: #ffe535;
  border-radius: 12px 12px 0 0;
  line-height: 1.4;
  padding: 20px 5px 20px 10px;
}
.why__card-img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  object-fit: cover;
}
.why__card-body {
  padding: 24px 20px;
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.why__card-num {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #e4821a;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  width: calc(100% - 60px);
}
.why__card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.video-sec {
  background: #fff;
  padding: 80px 0 100px;
}
.video-sec__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.video-sec__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .video-sec__title {
    font-size: 32px;
  }
}
.video-sec__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.video-sec__block {
  background: #fffbe1;
  border: 2px solid #ffe535;
  border-radius: 12px;
  padding: 20px 20px;
  margin-top: 10px;
  flex: 1;
  /*
  &_inner{
    width: max-content;
  }
  */
}
.video-sec__block_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.video-sec__block_list li {
  font-size: 18px;
  padding-left: 14px;
  position: relative;
  text-align: left;
}
.video-sec__block_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
  background: #f79329;
}
.video-sec__block_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #2d2d2d;
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.video-sec__block_ttl::before {
  content: "";
  width: 36px;
  height: 28px;
  background: url(../img/video_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.video-sec__txt {
  font-size: 18px;
  text-align: center;
  margin: 35px auto;
}
.video-sec__videos {
  display: flex;
  gap: 50px 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.video-sec__shortvideos {
  display: flex;
  gap: 50px 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.video-sec__videobox {
  width: calc(50% - 15px);
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.video-sec__video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #222;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-sec__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-sec__shortvideo {
  width: 100%;
  max-width: 315px;
  aspect-ratio: 9/16;
  background: #222;
  border-radius: 8px;
  overflow: hidden;
}
.video-sec__shortvideo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-sec__btn {
  margin-top: 50px;
}
.video-sec__btn-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.video-sec__btn-txt span {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.video-sec__btn-txt span::before {
  content: "";
  width: 1px;
  height: 120%;
  background: #2d2d2d;
  position: absolute;
  top: -10%;
  left: 20px;
  transform: rotate(-30deg);
}
.video-sec__btn-txt span::after {
  content: "";
  width: 1px;
  height: 120%;
  background: #2d2d2d;
  position: absolute;
  top: -10%;
  right: 20px;
  transform: rotate(30deg);
}
.video-sec__btn .btn {
  width: 80%;
  max-width: 640px;
  background: #ffe535;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
}
.video-sec__btn .btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/window02_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.services {
  background: #fffbe1;
  padding: 80px 0 100px;
  border-radius: 50px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.services__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.services__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .services__title {
    font-size: 32px;
  }
}
.services__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.services__card {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.services__card-title {
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #f79329;
  border-radius: 12px 12px 0 0;
  padding: 18px 10px;
}
.services__card-icon {
  width: 60px;
  height: 60px;
  background: #fffae8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
}
.services__card-box {
  background: #fff;
  padding: 30px;
  border-radius: 0 0 12px 12px;
}
.services__card-img {
  width: 80%;
  max-width: 370px;
  margin: 0 auto 15px;
}
.services__card-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.services__card-list li {
  width: 100%;
  font-size: 18px;
  padding-left: 14px;
  position: relative;
  text-align: left;
}
.services__card-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
  background: #f79329;
}
.services__card-block {
  background: #fffbe1;
  border: 2px solid #ffe535;
  border-radius: 12px;
  padding: 20px;
  margin: 15px 0;
}
.services__card-block p {
  font-weight: bold;
  font-size: 18px;
  color: #2d2d2d;
  text-align: left;
}
.services__card-text {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.6;
}
.services__card-btn {
  width: 100%;
  margin-top: 50px;
}
.services__card-btn .btn-quote {
  width: 100%;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  background: #ffe535;
  padding: 20px 15px;
  position: relative;
}
.services__card-btn .btn-quote::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.testimonials {
  background: #fff;
  padding: 80px 0 100px;
}
.testimonials__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.testimonials__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .testimonials__title {
    font-size: 32px;
  }
}
.testimonials__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.testimonials__card {
  background: #fffbe1;
  border-radius: 12px;
  padding: 50px 40px 30px;
  border: 4px solid #ffe535;
}
.testimonials__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.testimonials__card-ttl {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.testimonials__card-ttl::before {
  content: "“";
  font-size: 195px;
  font-weight: bold;
  color: #ffe535;
  position: absolute;
  line-height: 1;
  top: 0;
  left: -25px;
  transform: translateY(-25%);
  z-index: -1;
}
.testimonials__card-name {
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 15px;
}
.testimonials__card-text {
  font-size: 18px;
  line-height: 1.6;
  color: #2d2d2d;
}

.profile {
  background: #ffe535;
  padding: 80px 0 100px;
  border-radius: 50px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.profile::before {
  content: "";
  width: 100%;
  height: 60px;
  background: #fffbe1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile__circle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.profile__circle::before {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -10px;
  right: -2%;
  border-radius: 50%;
}
.profile__circle::after {
  content: "";
  width: 15.4%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 220px;
  left: 5%;
  border-radius: 50%;
}
.profile__dots {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
.profile__dots::before {
  content: "";
  width: 21.8%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 110px;
  right: 1%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.profile__dots::after {
  content: "";
  width: 21%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  left: -2%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1.4px, transparent 1.4px);
  background-size: 15px 15px;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
}
.profile__inner {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.profile__content {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 45px;
  background: #fffbe1;
  border-radius: 12px;
  border: 4px solid #ebd01a;
  margin-bottom: 40px;
}
.profile__content-img {
  width: 30%;
}
.profile__content-block {
  width: 55%;
}
.profile__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .profile__title {
    font-size: 32px;
  }
}
.profile__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.profile__sub {
  font-size: 18px;
  color: #e4821a;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.profile__namearea {
  display: flex;
  justify-content: flex-start;
  gap: 10px 15px;
  margin-bottom: 20px;
  align-items: baseline;
}
.profile__name {
  font-size: 38px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.profile__num {
  font-size: 18px;
}
.profile__text {
  font-size: 18px;
  line-height: 1.8;
  color: #2d2d2d;
}
.profile__info {
  margin-top: 30px;
}
.profile__info dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.profile__info dl:first-child {
  border-top: 1px solid #ddd;
}
.profile__info dl dt {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px 15px 0;
}
.profile__info dl dd {
  width: calc(100% - 120px);
  font-size: 18px;
  padding: 15px;
}
.profile__info dl dd a {
  display: inline-flex;
  justify-content: flex-start;
  gap: 5px;
  border-bottom: 1px solid transparent;
}
.profile__info dl dd a:hover {
  opacity: 0.7;
  border-bottom: 1px solid #2d2d2d;
}
.profile__btn-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.profile__btn-txt span {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.profile__btn-txt span::before {
  content: "";
  width: 1px;
  height: 120%;
  background: #2d2d2d;
  position: absolute;
  top: -10%;
  left: 20px;
  transform: rotate(-30deg);
}
.profile__btn-txt span::after {
  content: "";
  width: 1px;
  height: 120%;
  background: #2d2d2d;
  position: absolute;
  top: -10%;
  right: 20px;
  transform: rotate(30deg);
}
.profile__btn .btn {
  width: 80%;
  max-width: 480px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
}
.profile__btn .btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/window02_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.profile__btn .btn .insta_icon {
  width: 40px;
}

.faq {
  background: #fffbe1;
  padding: 80px 0 100px;
  border-radius: 50px 50px 0 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.faq__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .faq__title {
    font-size: 32px;
  }
}
.faq__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.faq__item.is-open .faq__answer {
  display: flex;
}
.faq__item.is-open .faq__question {
  background: #ffe535;
}
.faq__item.is-open .faq__question-q {
  color: #2d2d2d;
  background: #fff;
}
.faq__item.is-open .faq__icon {
  transform: translateY(-50%) scale(1);
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.03em;
  text-align: left;
  border: none;
  position: relative;
}
.faq__question-q {
  flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #2d2d2d;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe535;
  border-radius: 50%;
}
.faq__question-text {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  padding-right: 35px;
}
.faq__icon {
  width: 15px;
  height: 20px;
  background: url(../img/arrow04.png) center no-repeat;
  background-size: contain;
  transition: transform 0.2s;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) scale(-1);
}
.faq__answer {
  display: none;
  width: 100%;
  gap: 16px;
  padding: 30px 24px;
  background: #ffffff;
  font-size: 18px;
  line-height: 1.8;
}
.faq__answer-a {
  flex: 0 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f79329;
  border-radius: 50%;
}

.column {
  background: #fff;
  padding: 80px 0 100px;
}
.column__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
.column__pagetitle {
  font-size: 38px;
  font-weight: bold;
  border-bottom: 2px solid #ffe535;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.column__category {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0;
}
.column__category li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  padding: 2px 15px;
  border-radius: 50px;
  border: 1px solid #ffe535;
}
.column__category li a:hover {
  background: #ffe535;
  border: 1px solid #ffe535;
}
.column__category li a.current {
  font-weight: bold;
  background: #ffe535;
  border: 1px solid #ffe535;
}
.column__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .column__title {
    font-size: 32px;
  }
}
.column__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.column__card {
  background: #fffbe1;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.column__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.column__card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.column__card-img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
}
.column__card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column__card-body {
  padding: 25px 25px 30px 25px;
  background: #fffbe1;
}
.column__card-date {
  font-size: 16px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.column__card-cat {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: bold;
  background: #ffe535;
  padding: 3px 10px;
  border-radius: 5px;
}
.column__card-title {
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.more_btn {
  text-align: center;
  margin-top: 40px;
}
.more_btn .btn {
  width: 80%;
  max-width: 360px;
  background: #2d2d2d;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  color: #fff;
}
.more_btn .btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.contact {
  background: #fffbe1;
  padding: 80px 0 100px;
  border-radius: 50px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.contact__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact__title {
  font-size: 42px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .contact__title {
    font-size: 32px;
  }
}
.contact__title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact__subtitle {
  text-align: center;
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.contact__form-wrap {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 60px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.contact__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.contact__row:first-child {
  border-top: none;
}
.contact__label {
  flex: 0 0 230px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact__badge {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
.contact__badge--required {
  background: #d71315;
  color: #ffffff;
}
.contact__badge--optional {
  background: #999999;
  color: #ffffff;
}
.contact__field .comment {
  margin-top: 5px;
  color: #888;
}
.contact__field {
  flex: 1;
}
.contact__field input[type=text],
.contact__field input[type=email],
.contact__field input[type=tel],
.contact__field select {
  width: 100%;
  height: 54px;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  outline: none;
  transition: border-color 0.2s;
  background: #f5f5f5;
}
.contact__field input[type=text]:focus,
.contact__field input[type=email]:focus,
.contact__field input[type=tel]:focus,
.contact__field select:focus {
  border-color: #f79329;
}
.contact__field input[type=text]::placeholder,
.contact__field input[type=email]::placeholder,
.contact__field input[type=tel]::placeholder,
.contact__field select::placeholder {
  color: #bbb;
}
.contact__field select[name=select-how].is-placeholder,
.contact__field select[name=select-fit].is-placeholder {
  color: #bbb;
}
.contact__field select[name=select-how] option,
.contact__field select[name=select-fit] option {
  color: #2d2d2d;
}
.contact__field textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
  background: #f5f5f5;
}
.contact__field textarea:focus {
  border-color: #f79329;
}
.contact__field textarea::placeholder {
  color: #bbb;
}
.contact .form_brn_block {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 40px;
}
.contact .form_brn_block .re_btn {
  width: 45%;
  margin: 0;
}
.contact .form_brn_block .re_btn::after {
  content: none;
}
.contact .form_brn_block .contact__submit {
  width: 45%;
  margin: 0;
}
.contact .form_brn_block input {
  cursor: pointer;
}
.contact__submit {
  text-align: center;
  margin-top: 40px;
  width: 80%;
  max-width: 480px;
  position: relative;
}
.contact__submit::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.contact.contact__btn, .contact input[type=submit] {
  width: 100%;
  background: #ffe535;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  color: #2d2d2d;
  border: none;
}
.contact.contact__btn:hover, .contact input[type=submit]:hover {
  opacity: 0.85;
}
.contact .wpcf7-spinner {
  display: none;
}

.footer {
  background: #ffffff;
  padding: 50px 0;
}
.footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}
.footer__logo {
  font-size: 26px;
  font-weight: bold;
  color: #2d2d2d;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.footer__info {
  font-size: 15px;
  color: #808080;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footer__info a:hover {
  text-decoration: underline;
}
.footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #2d2d2d;
  letter-spacing: 0.05em;
}
.footer__links a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.footer__links a:hover {
  color: #f79329;
}
.footer__copy {
  font-size: 14px;
  color: #2d2d2d;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
  letter-spacing: 0.05em;
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 15px;
  margin: 50px auto;
}
.wp-pagenavi .current {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  border: 1px solid #2d2d2d;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background-color: #2d2d2d;
  color: #fff;
}
.wp-pagenavi .page {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  border: 1px solid #2d2d2d;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background-color: #fff;
}
.wp-pagenavi .page:hover {
  opacity: 0.7;
}
.wp-pagenavi .nextpostslink {
  background-color: #2d2d2d;
  width: 36px;
  height: 36px;
  border-radius: 45px;
  position: relative;
  margin-left: 2rem;
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi .nextpostslink::before {
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-65%);
  top: 50%;
  left: 45%;
  content: "";
  width: 8px;
  height: 8px;
}
.wp-pagenavi .previouspostslink {
  background-color: #2d2d2d;
  width: 36px;
  height: 36px;
  border-radius: 45px;
  position: relative;
  margin-right: 20px;
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: 40%;
  left: 45%;
  content: "";
  width: 8px;
  height: 8px;
}

.not_found {
  width: 100%;
  padding: 50px 0 100px;
}
.not_found .sub_main_ttl {
  font-size: 36px;
  margin-bottom: 30px;
}
.not_found .not_found_txt01 {
  font-size: 16px;
}

.common_btn01 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.common_btn01 a {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  background: #fff;
  text-align: center;
  position: relative;
}
.common_btn01 a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.single__block {
  background: #fff;
  padding: 70px 0;
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.single__block-info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px 15px;
}
.single__block-date {
  font-size: 16px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.single__block-cat {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: bold;
  background: #ffe535;
  padding: 3px 10px;
  border-radius: 5px;
}
.single__inner {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.single__title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
.single__contents h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 30px;
  margin-top: 50px;
  border-bottom: 2px solid #ffe535;
}
.single__contents p {
  margin: 10px 0;
}
.single__contents ul {
  list-style: disc;
  padding-left: 1em;
}
.single__contents ol {
  list-style: auto;
  padding-left: 1em;
}
.single__cv {
  width: 100%;
  background: #fffbe1;
  border: 2px solid #ffe535;
  border-radius: 12px;
  padding: 50px;
  margin: 50px 0;
}
.single__cv-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.single__cv-txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.single__cv-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.single__cv-btn .btn {
  width: 45%;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
  padding: 15px 20px;
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .single__cv-btn .btn {
    font-size: 22px;
  }
}
.single__cv-btn .btn-contact {
  position: relative;
  background: #f79329;
  color: #fff;
}
.single__cv-btn .btn-contact::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .single__cv-btn .btn-contact::after {
    right: 15px;
  }
}
.single__cv-btn .btn-quote {
  position: relative;
  background: #ffe535;
  color: #2d2d2d;
}
.single__cv-btn .btn-quote::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .single__cv-btn .btn-quote::after {
    right: 15px;
  }
}
.single .author_profile {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  padding: 30px;
  background: #fff;
  border: 2px solid #ffe535;
  border-top: 12px solid #ffe535;
  border-radius: 12px;
}
.single .author_profile .author_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.single .author_profile .author_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.single .author_profile .author_profile_txt {
  width: calc(100% - 225px);
}
.single .author_profile .author_ttl {
  color: #e4821a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single .author_profile .author_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single .author_profile .author_name .job {
  font-weight: normal;
  font-size: 16px;
}
.single .author_profile .author_description {
  font-size: 16px;
}
.single__related {
  width: 100%;
  max-width: 1230px;
  margin: 50px auto 100px;
}
.single__related-ttl {
  font-size: 26px;
  color: #2d2d2d;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
.single__related-ttl::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffe535;
}

.re_btn {
  width: 100%;
  margin: 30px 0;
}
.re_btn a, .re_btn input {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 15px 20px;
  background: #2d2d2d;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 24px rgba(181, 93, 0, 0.13);
}
.re_btn a:hover, .re_btn input:hover {
  opacity: 0.7;
}
.re_btn a::after, .re_btn input::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/arrow03.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) scale(-1);
}
@media screen and (max-width: 1080px) {
  .re_btn a::after, .re_btn input::after {
    left: 15px;
  }
}

.privacy {
  padding: 40px 0 80px;
}
.privacy__inner {
  width: 100%;
  max-width: 1230px;
  padding: 0 20px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 60px 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.privacy__pagetitle {
  font-size: 32px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.privacy__pagetitle::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ffe535;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.privacy__lead {
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d;
  margin-bottom: 40px;
}
.privacy__article {
  margin-bottom: 32px;
}
.privacy__article-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #2d2d2d;
  padding: 10px 0 10px 16px;
  margin-bottom: 14px;
  border-left: 4px solid #f79329;
  background: #fffbe1;
}
.privacy__article-txt {
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.privacy__article-txt:last-child {
  margin-bottom: 0;
}
.privacy__article-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.privacy__article-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d;
}
.privacy__article-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f79329;
  position: absolute;
  top: 12px;
  left: 0;
}
.privacy__info {
  margin-top: 16px;
  padding: 24px;
  background: #fffbe1;
  border-radius: 8px;
}
.privacy__info-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.privacy__info-list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 8px;
  column-gap: 16px;
  margin: 0;
}
.privacy__info-list dt {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}
.privacy__info-list dd {
  font-size: 15px;
  color: #2d2d2d;
  margin: 0;
}
.privacy__info-list dd a {
  color: #2d2d2d;
  text-decoration: underline;
}
.privacy__info-list dd a:hover {
  opacity: 0.7;
}
.privacy__date {
  margin-top: 40px;
  font-size: 14px;
  text-align: right;
  color: #2d2d2d;
}

:target {
  scroll-margin-top: 80px; /* ヘッダーの高さ */
}/*# sourceMappingURL=style.css.map */