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

a {
  text-decoration: none;
  color: #222;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.tab_display {
  display: none;
}

.tab_none {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.site-header__inner {
  margin: 0 auto;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo img {
  height: 38px;
  width: auto;
  display: block;
}
.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav ul li a {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.site-header__nav ul li a:hover {
  color: #eb6437;
}
.site-header__nav ul li .site-header__cta {
  color: #fff;
}
.site-header__nav ul li .site-header__cta:hover {
  color: #fff;
  opacity: 0.8;
}
.site-header__cta {
  display: inline-block;
  background: linear-gradient(90deg, #ff7a1a 0%, #eb6437 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 8px 32px;
  box-shadow: 0 4px 16px rgba(235, 100, 55, 0.2);
  transition: background 0.2s, box-shadow 0.2s;
  border: none;
  text-decoration: none;
}
.site-header__cta:hover {
  background: linear-gradient(90deg, #eb6437 0%, #ff7a1a 100%);
  opacity: 0.85;
}

.site-header.active {
  background: unset;
}

#top {
  padding: 176px 0 100px 0;
  font-family: "IBM Plex Sans JP";
  background-image: url("../img/DXSwoman.png");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  fill: linear-gradient(149deg, rgba(255, 214, 40, 0.9) 29.61%, rgba(252, 115, 11, 0.9) 101.84%);
  backdrop-filter: blur(2px);
  position: relative;
  overflow: hidden;
}
#top .top-bg_pc {
  display: block;
}
#top .top-bg_sp {
  display: none;
}
#top .top_img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#top .top_img_wrapper .top_img {
  width: 58%;
  height: 100%;
}
#top h1 {
  display: inline-block;
  padding: 0 0 0 110px;
  background: linear-gradient(94deg, #205da6 -3.59%, #020d1a 91.92%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
#top h1 .top__title_1 {
  font-family: "IBM Plex Sans JP";
  font-size: 42px;
  letter-spacing: 3.36px;
}
#top h1 .top__title_1 span {
  font-size: 30px;
}
#top h1 .top__title_2 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 90px;
  letter-spacing: 9px;
}
#top h1 .top__title_3 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 64px;
}
#top .top_sp-img {
  transform: scale(1.3) translateX(-20%);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
#top .badge-list {
  display: flex;
  margin: 10px 0 36px 0;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 0 0 110px;
  font-family: "Hiragino Kaku Gothic Pro";
}
#top .badge-list .badge {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1333333333);
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), conic-gradient(from 120deg, #205da6, #eb6437, #205da6 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro";
}
#top .badge-list .badge__top {
  color: #223;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}
#top .badge-list .badge__main {
  color: #eb6437;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
#top .badge-list .badge__main .badge__ok {
  color: #eb6437;
  font-weight: bold;
}
#top .badge-list-wrapper {
  display: inline-block;
}
#top .hero-cta-wrapper {
  width: 100%;
  padding-left: 110px;
}
#top .hero__cta {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: linear-gradient(to bottom, #eb6437 0%, #eb6437 49.5%, #e64a16 50.5%, #e64a16 100%);
  color: #fff;
  font-size: 36px;
  padding: 15px 44px 15px 15px;
  border-radius: 50px;
  box-shadow: 0 8px 24px -4px rgba(230, 74, 22, 0.35);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  border: 4px solid #fff;
  font-weight: bold;
  letter-spacing: 3.6px;
}
#top .hero__cta .hero__cta-icon {
  display: flex;
}
#top .hero__cta .hero__cta-icon i {
  margin-right: 16px;
  color: #fff;
  font-size: 1.7em;
}
#top .hero__cta .hero__cta-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  pointer-events: none;
}
#top .hero__cta:hover {
  opacity: 0.7;
}

.top-bg_pc {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.main-title {
  position: relative;
  margin: 30px 0 90px 0;
  text-align: center;
  font-size: 40px;
  z-index: 1;
  max-width: 100vw;
  overflow: hidden;
}
.main-title .title_sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f6f9fa;
  text-align: center;
  font-family: Jost;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 150px */
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: -1;
}

#troubles {
  background: #f6fbff;
  padding: 100px 0;
}
#troubles h2 {
  text-align: center;
  font-size: 36px;
  margin: 0 0 40px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#troubles .highlight {
  color: #6ba6d6;
  font-weight: bold;
  font-size: 48px;
}

.trouble-list {
  display: flex;
  justify-content: space-between;
  gap: 85px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.trouble-item {
  background: none;
  flex: 1 1 0;
  max-width: 340px;
  text-align: center;
}
.trouble-item img {
  margin: 30px 0 20px 0;
  aspect-ratio: 1.18;
}
.trouble-item p {
  font-size: 0.98rem;
  color: #444;
  text-align: left;
  margin: 0 10px;
}

.trouble-bubble {
  background: #d5e0ef;
  color: #222;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
}
.trouble-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 0px solid transparent;
  border-top: 18px solid #d5e0ef;
  z-index: 1;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/hero.jpg) -442.206px -282.522px/138.947% 258.821% no-repeat, #ffc143;
  background-size: 130%;
  background-position: right;
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(2px);
}
.hero .hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #222;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 80px 20px;
}
.hero h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #222;
  letter-spacing: 0.03em;
}
.hero .hero__logo {
  width: 380px;
  max-width: 90%;
}
.hero .hero__main {
  font-size: 2.1rem;
  color: #222;
  font-weight: bold;
  display: block;
  margin-top: 0.2em;
}
.hero .hero__desc {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero .hero__cta {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, #eb6437 0%, #eb6437 49.5%, #e64a16 50.5%, #e64a16 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 18px 44px 18px 32px;
  border-radius: 40px;
  box-shadow: 0 8px 24px -4px rgba(230, 74, 22, 0.35);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  border: 4px solid #fff;
  margin-top: 10px;
}
.hero .hero__cta .hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
}
.hero .hero__cta .hero__cta-icon i {
  font-size: 1.8em;
  line-height: 1;
}
.hero .hero__cta:hover {
  opacity: 0.7;
}

.reasons {
  margin: 0 auto;
  padding: 100px 0 130px 0;
  max-width: 1100px;
  text-align: center;
}
.reasons__title {
  font-weight: bold;
  color: #223;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.reasons__title .reasons__logo {
  width: 380px;
  max-width: 90%;
}
.reasons__title .reasons__title-main {
  font-size: 40px;
}
.reasons__title .reasons__num {
  color: #ff6b2b;
  font-size: 64px;
  font-weight: bold;
  margin: 0 0.1em;
}
.reasons__list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.reason-card {
  display: flex;
  flex-direction: column;
  width: 320px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1333333333);
}
.reason-card .reason-card_inner {
  padding: 30px 26px;
}
.reason-card__head {
  background: #eb6437;
  color: #fff;
  font-weight: bold;
  border-radius: 18px 18px 0 0;
  padding: 12px 0;
  width: 100%;
  letter-spacing: 0.1em;
}
.reason-card__head span {
  padding: 0 0 0 3px;
  font-family: Jost;
  font-size: 32px;
}
.reason-card__img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reason-card__img img {
  object-fit: cover;
  border-radius: 0;
}
.reason-card__main {
  font-size: 1.15rem;
  font-weight: bold;
  color: #223;
  margin: 30px 0 20px 0;
}
.reason-card__main .accent {
  color: #ff6b2b;
  font-weight: bold;
}
.reason-card__desc {
  font-size: 0.98rem;
  color: #444;
  text-align: center;
}

.service {
  background: #fdf3e7;
  padding: 130px 0;
  text-align: center;
}
.service__title {
  margin: 0 0 70px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #223;
  margin-bottom: 36px;
  z-index: 1;
}
.service__title .service__highlight {
  color: #ff6b2b;
  font-weight: bold;
}
.service__title .service__logo {
  width: 380px;
  max-width: 90%;
}
.service .title_sub {
  color: #fefaf4;
}
.service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.0666666667);
}
.service__grid .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
}
.service__grid .service-card__icon {
  width: 50%;
}
.service__grid .service-card__icon img {
  margin-bottom: 8px;
}
.service__grid .service-card__title {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 3px 0;
  border-radius: 50px;
  background: #ffd59f;
  color: #061b35;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
.service__grid .service-card__en {
  font-family: Jost;
  font-size: 18px;
  color: #ff6b2b;
  font-weight: 600;
}
.service__grid .service-card__desc {
  font-size: 0.95rem;
  color: #444;
  margin-top: 30px;
}
.service__grid .service-card:nth-child(1) {
  border-top-left-radius: 18px;
}
.service__grid .service-card:nth-child(3) {
  border-top-right-radius: 18px;
}
.service__grid .service-card:nth-child(4) {
  border-bottom-left-radius: 18px;
}
.service__grid .service-card:nth-child(6) {
  border-bottom-right-radius: 18px;
}
.service__note {
  position: relative;
  display: inline-block;
  margin: 40px 0 110px 0;
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.05rem;
}
.service__note::before, .service__note::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 8px;
  background-image: repeating-radial-gradient(circle, #eb6437 0 1px, transparent 2px 8px);
  background-size: 9px 8px;
  background-repeat: repeat-x;
  display: block;
  transform: translateY(-50%);
}
.service__note::before {
  left: -40px;
  transform: translateY(-50%) rotate(40deg);
}
.service__note::after {
  right: -40px;
  transform: translateY(-50%) rotate(-40deg);
}
.service__custom {
  margin: 40px auto 0 auto;
  max-width: 900px;
  padding: 32px 18px 28px 18px;
}
.service__custom .service__custom-label {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #ff6b2b;
  padding: 14px 38px;
  border-radius: 30px;
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
}
.service__custom .service__custom-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #ff6b2b;
}
.service__custom .service__custom-title {
  font-size: 36px;
  font-weight: bold;
  margin: 16px 0 10px 0;
}
.service__custom .service__custom-title .service__custom-highlight {
  font-family: "Noto Sans JP";
  font-size: 48px;
  line-height: 130%;
  color: #ff6b2b;
  font-weight: bold;
}
.service__custom .service__custom-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 18px;
}
.service__custom .service__flow {
  width: 100%;
  margin: 50px 0 0 0;
}

.case-studies {
  padding: 110px 0 30px 0;
  text-align: center;
}
.case-studies h2 {
  margin: 0 0 20px 0;
  padding: 30px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.case-studies__intro {
  margin: 0 0 70px 0;
  line-height: 2;
}
.case-studies__wrapper {
  width: 100%;
  padding: 0 0 30px 0;
}
.case-studies__wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1250px) {
  .case-studies__wrapper {
    scroll-snap-type: x mandatory;
    scroll-padding: 0 10%;
  }
}
.case-studies__grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 100%;
  width: max-content;
}
@media screen and (max-width: 1250px) {
  .case-studies__grid {
    gap: 30px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .case-studies__grid {
    min-width: 100%;
    width: max-content;
  }
}
.case-studies__grid li {
  scroll-snap-align: center;
}
@media screen and (max-width: 1250px) {
  .case-studies__grid li {
    scroll-snap-stop: always;
  }
}
.case-studies .case-studies__scroll-container {
  position: relative;
  display: flex;
  align-items: center;
}
.case-studies .scroll-btn {
  display: none; /* デフォルトでは非表示 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(115, 115, 115, 0.4);
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .case-studies .scroll-btn {
    display: block;
  }
}
.case-studies .scroll-btn i {
  color: rgba(255, 255, 255, 0.8);
}
.case-studies .scroll-btn--left {
  left: 10px;
}
.case-studies .scroll-btn--right {
  right: 10px;
}

.case-card {
  background: #fff;
  color: #333;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1333333333);
  border-radius: 10px;
  overflow: hidden;
}
.case-card__image {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.case-card__image img {
  aspect-ratio: 2.5;
  object-fit: cover;
}
.case-card__body {
  padding: 35px 25px;
  text-align: left;
}
.case-card__title {
  color: #eb6437;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.case-card__client {
  color: #555;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
.case-card__client i {
  color: #999;
}
.case-card__text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.faq {
  padding: 70px 0;
  text-align: center;
}
.faq .main-title {
  margin: 0 0 20px 0;
  padding: 30px 0;
}
.faq__intro {
  margin: 0 0 70px 0;
}
.faq__accordion {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.faq__list {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto 40px auto;
}
.faq .faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fac074;
  color: #382a1a;
  padding: 20px 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.faq .faq-question__q-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
.faq .faq-question__q {
  color: #fff;
  font-size: 40px;
}
.faq .faq-question__q-text {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.faq .faq-question__q-icon {
  color: #fff;
  transition: transform 0.4s ease;
}
.faq .faq-question.active .faq-question__q-icon {
  transform: rotate(180deg);
}
.faq .faq-question:hover {
  opacity: 0.8;
}
.faq .faq-question .faq-q-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.faq .faq-answer {
  color: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  border: solid 1px #fac074;
}
.faq .faq-answer__a-text {
  padding: 35px 50px 40px 50px;
  line-height: 1.8;
  text-align: left;
}
.faq__more-link {
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 40px;
  position: relative;
  padding: 0 15px;
}
.faq__more-link::before, .faq__more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 8px;
  background-image: repeating-radial-gradient(circle, #eb6437 0 1px, transparent 2px 8px);
  background-size: 9px 8px;
  background-repeat: repeat-x;
  display: block;
  transform: translateY(-50%);
}
.faq__more-link::before {
  left: -40px;
  transform: translateY(-50%) rotate(40deg);
}
.faq__more-link::after {
  right: -40px;
  transform: translateY(-50%) rotate(-40deg);
}

.plan {
  padding: 110px 0;
  text-align: center;
}
.plan .main-title {
  margin: 0 0 20px 0;
  padding: 30px 0;
  text-align: center;
}
.plan .title_sub {
  color: #9fbbc7;
  font-family: Jost;
  font-size: 120px;
  font-weight: 500;
  letter-spacing: 15px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.plan h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
.plan__intro {
  color: #223;
  font-size: 1.1rem;
  margin: 0 0 60px 0;
}
.plan__cards {
  display: flex;
  gap: 32px;
  width: 1100px;
  max-width: 80%;
  margin: 0 auto;
}

.plan-card {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1333333333);
  background: #fff;
  overflow: hidden;
  border: 2px solid transparent;
  transition: box-shadow 0.2s, border 0.2s;
}
.plan-card__head {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}
.plan-card__head span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
}
.plan-card__head .plan-card__head-icon {
  display: none;
}
.plan-card__body {
  gap: 20px;
  padding: 30px 40px 35px 40px;
  text-align: left;
}
.plan-card__body p {
  font-size: 0.98rem;
  color: #223;
  line-height: 1.7;
}
.plan-card__desc {
  height: 200px;
}
.plan-card__price-row {
  margin: 25px 0;
  padding: 25px 0;
  border-top: solid 1px #dbdce7;
  border-bottom: solid 1px #dbdce7;
}
.plan-card__price-row .plan-card__label {
  font-size: 1rem;
  color: #223;
  font-weight: bold;
}
.plan-card__price-row .plan-card__price-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-card__price-row .plan-card__price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #223;
}
.plan-card__price-row .plan-card__price-num {
  font-size: 2rem;
  font-weight: bold;
}
.plan-card__price-row .plan-card__time {
  font-size: 1.1rem;
  font-weight: bold;
  color: #223;
}
.plan-card__price-row .plan-card__blue-txt {
  color: #1b5ec2;
}
.plan-card__price-row .plan-card__red-txt {
  color: #c21b41;
}
.plan-card__price-row .plan-card__green-txt {
  color: #14b09d;
}
.plan-card__list {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.plan-card__list li {
  font-size: 0.98rem;
  color: #223;
  margin-bottom: 4px;
}
.plan-card__list li i {
  margin-right: 6px;
}
.plan-card__list--blue li i {
  color: #1b5ec2;
}
.plan-card__list--red li i {
  color: #c21b41;
}
.plan-card__list--green li i {
  color: #14b09d;
}

.plan-card--blue {
  border-color: #1b5ec2;
}
.plan-card--blue .plan-card__head {
  background: #1b5ec2;
  color: #fff;
}

.plan-card--red {
  border-color: #c21b41;
}
.plan-card--red .plan-card__head {
  background: #c21b41;
  color: #fff;
}

.plan-card--green {
  border-color: #14b09d;
}
.plan-card--green .plan-card__head {
  background: #14b09d;
  color: #fff;
}

.contact {
  background: #fcefd9;
  min-height: 100vh;
  padding: 80px 0 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.contact__tel-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 auto 60px auto;
  gap: 18px;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
}
.contact__tel-box .contact__tel {
  color: #223;
  font-size: 1.5rem;
}
.contact__tel-box .contact__tel i {
  margin-right: 8px;
}
.contact__tel-box .contact__time {
  font-size: 0.95rem;
  font-weight: normal;
  color: #666;
}
.contact__tel-box-inner {
  display: flex;
  flex-direction: column;
}
.contact__form {
  background: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-row label {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 2px;
}
.form-row .required {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 0.7em;
  margin-left: 6px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.form-row input,
.form-row textarea {
  border-radius: 6px;
  padding: 12px;
  font-size: 1rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #93b0c3;
  transition: border 0.2s;
}
.form-row input:focus,
.form-row textarea:focus {
  border-color: #eb6437;
  outline: none;
}
.form-row textarea {
  min-height: 150px;
  resize: vertical;
}
.form-row .form-row__group {
  display: flex;
  gap: 10px;
}
.form-row .form-row__group input {
  flex: 1;
}
.form-row .form-row__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.form-row .form-row__radio-group label {
  width: 50%;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0;
}
.form-row .form-row__error {
  color: #c21b41;
  font-size: 0.95em;
  margin-bottom: 2px;
  font-weight: bold;
}
.form-row input.error {
  border-color: #c21b41;
  background: #fff0f0;
}
.form-row--privacy {
  margin-top: 8px;
}
.form-row--privacy label {
  font-weight: normal;
  font-size: 0.98rem;
}

.contact__submit {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, #eb6437 0%, #eb6437 49.5%, #e64a16 50.5%, #e64a16 100%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 18px 44px 18px 32px;
  border-radius: 40px;
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  border: 4px solid #fff;
  margin: 10px auto 0 auto;
}
.contact__submit .contact__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
}
.contact__submit .contact__submit-icon i {
  font-size: 1.8em;
  line-height: 1;
}
.contact__submit .contact__submit-text {
  padding: 0 30px;
}
.contact__submit:hover {
  opacity: 0.7;
}

.footer {
  width: 100%;
  background: #fff;
  padding: 70px 20% 115px 10%;
  font-family: "Noto Sans JP", sans-serif;
}
.footer .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin: 0 0 20px 0;
}
.footer .footer__top .footer__top-left .footer__catch {
  font-size: 0.98rem;
  color: #223;
  font-weight: 500;
  margin-bottom: 2px;
}
.footer .footer__top .footer__top-left .footer__logo {
  margin-top: 8px;
}
.footer .footer__top .footer__top-left .footer__logo img {
  height: 38px;
}
.footer .footer__top .footer__top-right {
  display: flex;
  gap: 60px;
}
.footer .footer__top .footer__top-right a {
  color: #828d9a;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer .footer__top .footer__top-right a:hover {
  color: #223;
}
.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .footer__bottom .footer__bottom-left {
  display: flex;
  align-items: center;
}
.footer .footer__bottom .footer__bottom-left .footer__tel {
  font-size: 22px;
  color: #223;
  font-family: Roboto;
  font-weight: bold;
}
.footer .footer__bottom .footer__bottom-left .footer__tel i {
  margin-right: 3px;
}
.footer .footer__bottom .footer__bottom-left .footer__time {
  font-size: 12px;
  color: #223;
  margin-left: 20px;
}
.footer .footer__bottom .footer__copyright {
  color: #223;
  font-size: 1rem;
  margin-top: 8px;
}

@media screen and (max-width: 1366px) {
  .site-header__nav ul {
    gap: 40px;
  }
  .site-header__nav ul li a {
    font-size: 14px;
  }
  #top {
    background-position: center;
  }
  #top h1,
  #top .badge-list,
  #top .hero-cta-wrapper {
    padding: 0 0 0 50px;
  }
  #top h1 .top__title_1 {
    font-size: 28px;
  }
  #top h1 .top__title_2 {
    font-size: 85px;
  }
  #top h1 .top__title_3 {
    font-size: 58px;
  }
  .plan-card__head {
    padding: 20px;
    font-size: 16px;
  }
  .plan-card__head span {
    font-size: 13px;
  }
  .plan-card__body {
    padding: 20px;
    font-size: 14px;
  }
  #troubles .trouble-list {
    max-width: 80%;
  }
  .reasons {
    max-width: 80%;
  }
  .plan-card__price-row .plan-card__label {
    font-size: 14px;
  }
  .plan-card__price-row .plan-card__price-num {
    font-size: 24px;
  }
  .plan-card__price-row .plan-card__price {
    font-size: 18px;
  }
  .plan-card__price-row .plan-card__time {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header__nav ul {
    gap: 20px;
  }
  .site-header .site-header__cta {
    padding: 5px 20px;
  }
  .site-header .site-header__logo img {
    height: 20px;
  }
  #top h1 .top__title_2 {
    font-size: 60px;
  }
  #top h1 .top__title_3 {
    font-size: 45px;
  }
  .trouble-list {
    max-width: 90%;
    gap: 50px;
  }
  .service__grid .service-card {
    padding: 30px 20px;
  }
  .reasons,
  .plan .plan__cards {
    max-width: 90%;
  }
  .contact__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .main-title {
    margin: 0 0 30px 0;
    font-size: 24px;
  }
  .main-title .title_sub {
    font-size: 60px;
  }
  .site-header {
    height: 60px;
    background: #fff;
    /* ハンバーガーアイコン */
    /* ハンバーガー：アクティブで×に変形 */
    /* フルスクリーンメニュー：非表示状態 */
    /* メニュー表示時 */
  }
  .site-header .site-header__inner {
    padding: 10px 25px 10px 15px;
    background: #fff;
    height: 60px;
  }
  .site-header .site-header__inner .site-header__logo img {
    width: 190px;
    height: auto;
  }
  .site-header .hamburger {
    position: relative;
    width: 24px; /* 線の幅に合わせて全体も調整 */
    height: 16px; /* 線の高さ分 + 間隔 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .site-header .hamburger span {
    width: 24px;
    height: 2px;
    background: #061b35;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .site-header .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background: #fff;
  }
  .site-header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background: #fff;
  }
  .site-header .fullscreen-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fd8c13;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.5s ease;
    z-index: 1000;
  }
  .site-header .fullscreen-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .site-header .fullscreen-menu ul li {
    margin: 0 0 40px 0;
  }
  .site-header .fullscreen-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .site-header .fullscreen-menu ul .navMenu_btn {
    width: 300px;
    margin: 0 auto 50px auto;
  }
  .site-header .fullscreen-menu ul .navMenu_btn a {
    display: block;
    width: 100%;
    background: #fff;
    color: #fd8c13;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .site-header .fullscreen-menu ul .navMenu_underline {
    margin: 0 0 20px 0;
  }
  .site-header .fullscreen-menu ul .navMenu_underline:nth-child(1) {
    margin: 0;
  }
  .site-header .fullscreen-menu ul .navMenu_underline a {
    font-size: 14px;
    text-decoration: underline;
  }
  .site-header .fullscreen-menu.show {
    top: 0;
  }
  #top {
    padding: 60px 0 0 0;
    background: none;
  }
  #top .top-bg_sp-inner {
    position: relative;
    margin: -15% 0 0 0;
  }
  #top .top-bg_sp-inner .top-bg_sp-inner-inner {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #top h1 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  #top h1 .top__title_1 {
    font-size: 30px;
  }
  #top h1 .top__title_1 span {
    font-size: 24px;
  }
  #top h1 .top__title_2 {
    font-size: 47px;
  }
  #top h1 .top__title_3 {
    font-size: 40px;
  }
  #top .badge-list-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #top .badge-list {
    gap: unset;
    justify-content: space-evenly;
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
  #top .badge-list .badge {
    width: 30%;
    height: auto;
    aspect-ratio: 1;
  }
  #top .badge-list .badge .badge__top {
    font-size: 12px;
  }
  #top .badge-list .badge .badge__main {
    font-size: 17px;
  }
  #top .hero-cta-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  #top .hero-cta-wrapper .hero__cta {
    font-size: 24px;
  }
  #troubles {
    padding: 60px 0;
  }
  #troubles .trouble-list {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  #troubles .trouble-list .trouble-item {
    width: 70%;
    min-width: 430px;
    margin: 0 auto;
  }
  .hero {
    background-size: cover;
  }
  .hero .hero__cta {
    font-size: 24px;
  }
  .hero .hero__cta .hero__cta-icon {
    flex: 0 0 auto;
  }
  .hero .hero__cta .hero__cta-text {
    flex: 1;
    text-align: center;
  }
  .hero .hero-cta-wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .hero .hero__main {
    font-size: 22px;
  }
  .hero .hero__inner h1 {
    font-size: 22px;
  }
  .hero .hero__logo {
    width: 270px;
  }
  .hero .hero__desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .hero .hero__cta {
    width: 95%;
    font-size: 20px;
    border-radius: 50px;
  }
  .reasons {
    padding: 60px 0;
  }
  .reasons__list {
    flex-direction: column;
  }
  .reasons .reasons__title-main {
    font-size: 24px;
  }
  .reasons .reasons__title-main .reasons__num {
    font-size: 40px;
  }
  .reasons .reason-card {
    margin: 0 auto;
    width: 70%;
  }
  .reasons .reason-card .reason-card__main {
    font-size: 26px;
  }
  .reasons .reason-card .reason-card__desc {
    font-size: 16px;
  }
  .reasons .reasons__logo {
    width: 270px;
  }
  .service {
    padding: 60px 0;
  }
  .service__grid {
    grid-template-columns: repeat(1, 1fr);
    box-shadow: none;
    background: none;
    max-width: 70%;
  }
  .service .service__custom .service__custom-label {
    font-size: 13px;
  }
  .service .service__custom .service__custom-title {
    font-size: 22px;
  }
  .service .service__custom .service__custom-title .service__custom-highlight {
    font-size: 30px;
  }
  .service .service__custom .service__custom-desc {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
  }
  .service .service-card {
    width: 90%;
    margin: 0 auto 10px auto;
    border-radius: 0 !important;
  }
  .service .service__note {
    margin: 40px 0 60px 0;
  }
  .service .service__custom {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
  .service .flow-sp-0 {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
  }
  .service .flow-sp-1 {
    width: 100%;
    height: auto;
  }
  .case-studies {
    padding: 30px 0 0 0;
  }
  .case-studies__intro {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
  }
  .case-studies__grid {
    justify-content: flex-start;
    padding: 30px 0;
  }
  .faq {
    padding: 0 0 30px 0;
  }
  .faq .faq__intro {
    margin: 0 0 30px 0;
  }
  .faq__list {
    max-width: 95%;
  }
  .faq .faq-question__q {
    font-size: 24px;
  }
  .faq .faq-question__q-text {
    font-size: 14px;
  }
  .faq .faq-answer__a-text {
    font-size: 13px;
  }
  .plan {
    padding: 30px 0 60px 0;
  }
  .plan__cards {
    flex-direction: column;
  }
  .plan .plan-card {
    max-width: 80%;
    margin: 0 auto;
  }
  .plan .plan-card__desc {
    height: auto;
  }
  .plan .plan-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: left;
  }
  .plan .plan-card__head p {
    font-size: 22px;
  }
  .plan .plan-card__head p span {
    font-size: 16px;
  }
  .plan .plan-card__head .plan-card__head-icon {
    display: block;
    font-size: 40px;
    color: #fff;
  }
  .plan .plan-card__head.active .plan-card__head-icon {
    transform: rotate(180deg);
  }
  .plan .plan-card__body {
    padding: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    max-height: 0;
  }
  .plan .plan-card__body p {
    font-size: 14px;
  }
  .plan .plan-card__body .plan-card__price-row {
    margin: 0px 30px;
  }
  .plan .plan-card__body .plan-card__price-row .plan-card__label {
    font-size: 18px;
  }
  .plan .plan-card__body .plan-card__price-row .plan-card__price {
    font-size: 24px;
  }
  .plan .plan-card__body .plan-card__price-row .plan-card__price .plan-card__price-num {
    font-size: 40px;
  }
  .plan .plan-card__body .plan-card__price-row .plan-card__time {
    font-size: 18px;
  }
  .plan .plan-card__body .plan-card__desc {
    margin: 25px 30px;
  }
  .plan .plan-card__body .plan-card__list {
    padding: 25px 30px;
  }
  .contact {
    padding: 60px 0;
  }
  .contact .contact__tel-box {
    flex-direction: column;
    gap: 10px;
    width: 90%;
    text-align: center;
  }
  .contact .contact__form {
    width: 90%;
  }
  .contact .contact__form .form-row .form-row__group,
  .contact .contact__form .form-row .form-row__radio-group {
    flex-direction: column;
  }
  .footer {
    padding: 50px 0 60px 0;
  }
  .footer .footer__top {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .footer .footer__top .footer__top-left {
    margin: 0 0 30px 0;
  }
  .footer .footer__top .footer__top-left .footer__catch {
    font-size: 13px;
    letter-spacing: 0.96px;
    margin: 0 0 5px 0;
  }
  .footer .footer__top .footer__top-left .footer__logo {
    margin: 0 0 15px 0;
  }
  .footer .footer__top .footer__top-right {
    justify-content: space-evenly;
  }
  .footer .footer__top .footer__top-right a {
    font-size: 14px;
    text-decoration: underline;
  }
  .footer .footer__top .footer__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer .footer__top .footer__links .footer__tel {
    font-family: Roboto;
    font-size: 24px;
  }
  .footer .footer__top .footer__links .footer__time {
    font-size: 11px;
  }
  .footer .footer__bottom {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .footer .footer__bottom .footer__copyright {
    font-size: 12px;
  }
  .footer .footer__left {
    width: 100%;
  }
  .footer .footer__right {
    width: 100%;
  }
  .consultation_fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 252px;
    height: 60px;
    z-index: 1000;
  }
  .consultation_fixed a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px 29px 17px 29px;
    background: #eb6437;
    color: #fff;
    border-radius: 20px 0px 0px 0px;
  }
  .consultation_fixed a i {
    flex: 0 0 auto;
    font-size: 30px;
  }
  .consultation_fixed a span {
    flex: 1;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #top .top-bg_sp-inner {
    margin: -10% 0 0 0;
  }
  #top .top-bg_sp-inner .top-bg_sp-inner-inner {
    top: 50%;
  }
  #top h1 .top__title_1 {
    font-size: 20px;
  }
  #top h1 .top__title_1 span {
    font-size: 14px;
  }
  #top h1 .top__title_2 {
    font-size: 40px;
    letter-spacing: 3.78px;
  }
  #top h1 .top__title_3 {
    font-size: 30px;
  }
  #top .badge-list {
    margin: 10px auto 20px auto;
  }
  #troubles h2 {
    font-size: 26px;
  }
  #troubles h2 .highlight {
    font-size: 36px;
  }
  #troubles .trouble-list {
    max-width: unset;
    width: calc(100% - 40px);
    margin: 50px 20px 0 20px;
  }
  #troubles .trouble-list .trouble-item {
    min-width: unset;
    width: 90%;
  }
  #troubles .trouble-list .trouble-bubble {
    width: 100%;
    padding: 25px 0 35px 0;
  }
  .reasons {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .reasons .reason-card {
    width: 100%;
  }
  .reasons .reason-card__img {
    height: 140px;
  }
  .faq__list {
    max-width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .service__grid {
    max-width: calc(100% - 40px);
    margin: 60px 20px;
  }
  .service .service-card {
    width: 100%;
  }
  .service .service__custom {
    width: 100%;
  }
  .service .service__custom .flow-sp-0 {
    width: calc(100% - 30px);
    margin: 0 15px 10px 15px;
  }
  .service .service__custom .flow-sp-1 {
    width: calc(100% - 65px);
    margin: 0 32.5px;
  }
  .plan .plan__cards {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .plan .plan-card {
    max-width: 100%;
  }
  .contact .contact__tel-box {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=style.css.map */
