html {
  scroll-behavior: smooth;
}

body {
  background-color: #fffcfa;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.main {
  overflow-x: hidden;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.text-bg_white {
  background-color: #fff;
}

.text_red {
  color: #ee5656;
}

.text_bold {
  font-weight: bold;
}

.text-grand_bg {
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
}

.text-grand_bg .extra-bold {
  font-size: 40px;
}

.text-grand {
  display: inline-block;
  font-size: 56px;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.inline-block {
  display: inline-block;
}

.top-wrapper {
  aspect-ratio: 1920 / 1200;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  background-image: url("../imgs/top-bg.svg");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .top-wrapper {
    min-height: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .top-wrapper {
    min-height: 900px;
  }
}

@media screen and (max-width: 900px) {
  .top-wrapper {
    min-height: 800px;
  }
}

.top {
  width: 94%;
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 63px;
}

.top-content {
  position: relative;
  display: flex;
  margin: 0 auto;
  z-index: 1;
  justify-content: space-between;
}

.logo {
  width: 21%;
  max-width: 292px;
  height: auto;
}

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

.top-catch {
  font-size: clamp(1.375rem, -0.135rem + 3.15vw, 2.5rem);
  margin-top: 76px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #363636;
  line-height: 1.5;
}

.top-catch .catch-em {
  font-size: 46px;
}

.top-text p {
  display: inline-block;
  margin-top: 32px;
  padding: 8px 32px;
  font-size: clamp(0.875rem, 0.036rem + 1.75vw, 1.5rem);
  color: #fffcfa;
  background-color: #363636;
  border-radius: 4px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.top-point-list {
  display: grid;
  margin-top: 67px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
}

.top-left {
  width: 50%;
}

.top-point-item {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.top-point-item:hover {
  transform: translateY(-5px);
}

.top-point-item img {
  width: 100%;
  height: auto;
}

.top-right {
  margin-top: -124px;
  width: 47%;
  position: relative;
}

.top-right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top {
    padding-top: 24px;
  }

  .top-catch,
  .top-text {
    text-align: center;
    margin-top: 0;
  }

  .top-catch p {
    font-size: 22px;
    font-weight: 200;
  }

  .top-catch .catch-em {
    font-size: 24px;
  }

  .top-wrapper {
    aspect-ratio: 356/875;
    background-image: url("../imgs/top-bg-sp.png");
  }

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

  .top-text p {
    margin-top: 10px;
  }

  .top-left {
    order: 2;
    width: 100%;
  }

  .top-right {
    order: 1;
    width: 100%;
    margin: 0;
  }

  .logo {
    width: 64%;
    max-width: 184px;
    height: auto;
  }

  .top-point-list {
    margin-top: 16px;
  }
}

.concept-wrapper {
  position: relative;
}

.concept {
  position: relative;
  text-align: center;
  margin-top: 175px;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.concept-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.concept-bg-2 {
  position: absolute;
  right: 0;
  top: -500px;
  z-index: -1;
}

.concept-ttl {
  font-family: "Montserrat";
  display: inline-block;
  font-size: 18px;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.concept-detail {
  margin-top: 96px;
  position: relative;
  line-height: 56px;
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
}

.concept-img-1 {
  position: absolute;
  width: 20%;
  max-width: 259px;
  height: auto;
  left: 0;
  top: 0;
}

.concept-img-2 {
  position: absolute;
  width: 20%;
  max-width: 259px;
  height: auto;
  right: 0;
  top: 0;
}

.concept-img-1 img,
.concept-img-2 img {
  width: 100%;
  height: auto;
}

.concept p {
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  line-height: 2;
  color: #363636;
  font-family: "Montsera", sans-serif;
}

.concept p:nth-child(2) {
  margin-top: 152px;
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .concept-img-1,
  .concept-img-2 {
    display: none;
  }

  .concept-image-list {
    display: flex;
    gap: 7px;
    margin-top: 52px;
  }

  .concept-image-list div {
    width: 50%;
  }

  .concept-image-list div img {
    width: 100%;
    height: auto;
  }

  .concept-image-list div:first-child {
    padding-top: 78px;
  }

  .concept-detail {
    margin-top: 77px;
  }

  .concept-detail2 {
    margin: 1em 0;
    display: inline-block;
  }

  .concept p:nth-child(2) {
    margin-top: 44px;
  }

  .concept .text-grand_bg {
    line-height: 1;
    text-align-last: justify;
  }

  .text-grand_bg .extra-bold {
    font-size: 32px;
  }

  .concept .text-grand_bg.text_bold {
    font-size: 24px;
  }
}

.about {
  position: relative;
  background-image: url("../imgs/about-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 300px;
  width: 100%;
  text-align: center;
}

.about-ttl {
  position: relative;
  margin: 0 auto;
  transform: translateY(-50%);
  aspect-ratio: 123 / 51;
  width: 100%;
  height: 100%;
  max-width: 960px;
  background-image: url("../imgs/section-2-ttl-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.5;
}

.about-ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(1.125rem, -0.431rem + 3.24vw, 2rem);
}

.about-ttl-font {
  font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
}

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

  .about-ttl {
    background-image: url("../imgs/section-2-ttl-deco-sp.png");
    aspect-ratio: 327/226;
    width: 100%;
    padding-top: 40px;
  }

  .about-ttl h2 {
    width: 63%;
  }
}

.about-inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 56px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #363636;
  margin-top: -115px;
}

.about-list-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  margin: 80px 0;
}

.about-list-ttl {
  box-sizing: border-box;
  width: 50%;
  max-width: 603px;
  height: auto;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-weight: 400;
  margin-bottom: 40px;
  color: #fffcfa;
  background-image: url("../imgs/section-reason-ttl-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 33px 10px 16px 10px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}

.about-list-ttl span {
  color: #fffcfa;
  font-weight: 700;
}

.about-list {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  background-image: url("../imgs/section-reason-content-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 63px 0;
  border-radius: 20px 20px 20px 20px;
  margin-top: -1px;
}

.about-list-content {
  position: relative;
  display: grid;
  width: 75%;
  max-width: 911px;
  height: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 57px;
  margin: 0 auto;
  z-index: 1;
}

.about-list-chain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.about-list-chain-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.about-list-chain img {
  width: 100%;
  height: auto;
}

.about-item-image {
  width: 100%;
  height: auto;
}

.about-item-image img {
  width: 100%;
  height: auto;
}

.about-item p {
  font-size: 18px;
  line-height: 1.6;
}

.about-detail2 {
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .about-list-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 13px;
  }

  .about-list-ttl {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about-list-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-row-gap: 13px;
  }

  .about {
    padding: 0 0 80px;
  }

  .about-inner {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-list-wrapper {
    padding: 40px 0;
  }

  .about-list-wrapper h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .about-list-wrapper h2 span {
    font-size: 24px;
  }

  .about > div:last-child p {
    font-size: 20px;
  }

  .about-list-chain,
  .about-list-chain-bottom {
    width: 50%;
    height: auto;
  }

  .about-detail2 {
    margin-top: 2em;
  }

  .about-bottom {
    width: 80%;
    margin: 0 auto;
  }

  .about-bottom p:nth-child(2) {
    margin-top: 2em;
  }
}

.about-ellipse-wrapper {
  display: flex;
  justify-content: center;
}

.about-ellipse {
  box-sizing: border-box;
  width: 94%;
  max-width: 1140px;
  height: 626px;
  border-radius: 50%;
  background-color: #fffcfa;
  transform: translateY(50%);
  margin: 0 auto;
  padding: 126px 0 0 0;
  margin-top: -100px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.about-ellipse-subttl {
  font-size: clamp(1.063rem, 0.729rem + 0.69vw, 1.25rem);
  color: #363636;
}

.about-ellipse-ttl {
  font-size: clamp(1.75rem, 0.861rem + 1.85vw, 2.25rem);
  line-height: 1.5;
  color: #363636;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.about-ellipse-ttl::before,
.about-ellipse-ttl::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #363636;
  width: 1.5em;
  position: absolute;
}

.about-ellipse-ttl::before {
  top: 50%;
  left: -2em;
  transform: rotate(45deg);
}

.about-ellipse-ttl::after {
  top: 50%;
  right: -2em;
  transform: rotate(125deg);
}

.about-ellipse-des {
  font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
  line-height: 2;
  margin-top: 34px;
  color: #363636;
}

.about-ellipse-des .text-grand_bg {
  padding: 0 0.2em;
  font-weight: bold;
}

.deco-hand {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translatey(60%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.deco-hand img {
  width: 100%;
  min-width: 2000px;
}

@media screen and (max-width: 900px) {
  .deco-hand {
    transform: translatey(50%);
  }
}

@media screen and (max-width: 768px) {
  .about-ellipse {
    width: 100%;
    border-radius: 0;
    padding: 0 4%;
  }

  .about-ellipse::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fffcfa;
    width: 120%;
    height: 500px;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -23%);
  }

  .deco-hand {
    transform: translateY(20%);
  }
  .deco-hand img {
    min-width: 0;
  }
  .about-ellipse-subttl {
    line-height: 1.41;
    font-weight: 200;
  }
  .about-ellipse-ttl {
    margin-top: 9px;
  }
  .about-ellipse-des span {
    display: inline-block;
  }

  .about-ellipse-ttl::before,
  .about-ellipse-ttl::after {
    height: 1px;
    width: 2em;
  }

  .about-ellipse-ttl::before {
    top: -1em;
    left: 0;
  }

  .about-ellipse-ttl::after {
    top: -1em;
    right: 0.2em;
  }
}

@media screen and (max-width: 484px) {
  .deco-hand {
    transform: translateY(44%);
  }
}

@media screen and (max-width: 365px) {
  .deco-hand {
    transform: translateY(104%);
  }
}

/* Flow Section Styles */
.flow {
  width: 94%;
  max-width: 1200px;
  margin: 150px auto;
  text-align: center;
  position: relative;
}

/* Section Title Styles */
.section-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.section-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ee7602;
  margin-bottom: 15px;
}

.section-ttl-ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #363636;
  margin: 0;
}

.flow-step-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  justify-content: center;
}

.flow-step {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  position: relative;
  background-color: #ffffff;
  padding: 24px 14px;
  border-radius: 16px;
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.flow-step-inner {
  height: 100%;
  border: 4px solid;
  border-radius: 10px;
  border-image: linear-gradient(45deg, #ffb671, #ffb3b4);
  border-image-slice: 1;
}

.flow-step-inner::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 4px;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  right: -46px;
  top: 50%;
  z-index: 1;
}

.flow-step:nth-child(4) .flow-step-inner:after {
  display: none;
}

.flow-step:nth-child(7) .flow-step-inner:after {
  display: none;
}

.flow_subtitle {
  margin-top: 20px;
  font-size: 14px;
}

.step-line {
  width: 69%;
  position: absolute;
  top: 50.5%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.step-line img {
  width: 100%;
  height: auto;
}

.step3-to-step4-line {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 2px;
  height: 40px;
  background-color: #ffb184;
  z-index: 1;
}

.flow-step-num-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 58px;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background-image: url("../imgs/step.svg");
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

/* Flow Step Content */
.flow-step-content {
  position: relative;
  padding: 43px 32px;
}

.flow-step-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #363636;
  text-align: center;
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: 20px;
}

.flow-step-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}

.flow-line {
  width: 85px;
  margin: 0 auto;
}

.flow-line img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .flow-step-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .step-line {
    display: none;
  }

  .flow-step-inner::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .flow {
    width: 90%;
    margin: 100px auto;
  }

  .flow-step-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }

  .section-ttl-ja {
    font-size: 28px;
  }

  .flow-step-title {
    font-size: 18px;
  }

  .flow-step-num {
    left: 50%;
  }

  .flow-line {
    width: 60px;
  }
}

.contact {
  width: 94%;
  max-width: 1200px;
  margin: 150px auto 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 120px 0;
}

.contact-form {
  width: 88%;
  max-width: 466px;
  margin: 0 auto;
}

.contact-form-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.contact-form-row {
  width: 100%;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.form-label {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
}

.form-label label {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45em;
  color: #363636;
  text-align: left;
}

.required {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.45em;
  color: transparent;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  background-clip: text;
  -webkit-background-clip: text;
}

.radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-top: 10px;
}

.radio-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.radio-button {
  position: relative;
  width: 20px;
  height: 20px;
}

.radio-outer {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-image: linear-gradient(45deg, #ffb671, #ffb3b4) 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.2em;
}

.radio-inner {
  position: absolute;
  top: 9px;
  left: 11px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  border-radius: 50%;
}

.radio-option label {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45em;
  color: #363636;
}

.form-input {
  width: 100%;
}

.form-input input {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 0 16px 16px;
  border: 1px solid;
  border-image: linear-gradient(45deg, #ffb671, #ffb3b4) 1;
  border-radius: 8px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45em;
  color: #363636;
}

.form-input input::placeholder,
.form-textarea textarea::placeholder {
  color: #b8b8b8;
}

.form-textarea {
  width: 100%;
}

.form-textarea textarea {
  width: 100%;
  height: 150px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(45deg, #ffb671, #ffb3b4) 1;
  border-radius: 8px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45em;
  color: #363636;
  resize: none;
}

.contact-submit {
  margin-top: 24px;
}

.contact-submit button {
  padding: 24px 44px;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  border: none;
  border-radius: 48px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45em;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-submit button:hover {
  opacity: 0.9;
}

/* Responsive Styles for Contact Form */
@media screen and (max-width: 768px) {
  .contact-form-inner {
    max-width: 100%;
  }

  .contact {
    padding-top: 0;
    margin-top: 100px;
  }

  .radio-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .contact-submit button {
    width: 100%;
    padding: 20px;
  }

  .contact {
    padding-bottom: 0;
  }
}
/* Price Section Styles */
.section-price {
  width: 96%;
  max-width: 1200px;
  margin: 150px auto 0 auto;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  border-radius: 16px;
}

.section-price-inner {
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto;
  padding: 49px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #fff;
}

.section-price-inner .section-ttl-en {
  color: #fff;
}

.section-price-inner .section-ttl-ja {
  color: #fff;
}

.section-price-inner .price-plans {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 21px;
}

.price-plan {
  background-color: #fffcfa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
}

@media screen and (max-width: 768px) {
  .section-price {
    margin-top: 48px;
  }

  .section-price .section-ttl {
    margin-bottom: 0;
  }
}

.support {
  text-align: center;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 400px;
}

.support-outer {
  background: linear-gradient(80deg, #ffb671, #ffb3b4);
  border-radius: 16px;
}

.support-inner {
  width: 91%;
  max-width: 830px;
  margin: 150px auto;
  padding: 112px 0;
  border-radius: 30px;
  box-sizing: border-box;
}

.support-ttl {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.support-ttl::before {
  content: "ナスレスだからできる";
  position: absolute;
  top: -20px;
  background-image: url("/imgs/hukidashi.svg");
  width: 207px;
  height: 35px;
}

.support-ttl h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #363636;
  line-height: 1.5;
}

.support_sub {
  font-size: 32px;
  font-weight: 500;
}

.support_extra {
  font-size: 50px;
}

.support-ttl-img {
  width: 15%;
  height: auto;
}

.support-ttl-img img {
  width: 100%;
  height: auto;
}

.support-point-desc {
  font-size: 18px;
}

.support-description .text-grand_bg {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .support {
    margin-top: 235px;
  }

  .support-ttl {
    flex-wrap: wrap;
  }
  .support-ttl-img {
    order: 2;
    width: 50%;
  }
  .support-ttl-img.ppl_1 {
    width: 43%;
  }
  .support_sub {
    font-size: 24px;
  }
  .support_extra {
    font-size: 48px;
  }

  .support .text-grand {
    font-size: 52px;
  }

  .support-inner {
    margin-top: 48px;
    margin-bottom: 0;
    padding: 40px 0;
  }
  .support-description .text-grand_bg {
    font-size: 22px;
  }
}

.support-description {
  width: 90%;
  max-width: 919px;
  margin: 0 auto 60px;
}

.support-description p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
  line-height: 2;
  color: #363636;
}

.support-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
}

.support-point-arrow {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support-point-arrow-line {
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
}

.support-point-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.user-voice-list {
  width: 100%;
  max-width: 749px;
  margin: 40px auto 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.user-voice-item {
  text-align: center;
}

.user-voice-item p {
  margin-top: 8px;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #333;
}

.user-voice-item-image {
  height: 140px;
}

.user-voice-item-image img {
  width: auto;
  height: 100%;
}

.support-detail-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #363636;
}

.support-point-ttl .text-bg_white {
  padding: 0 0.2em;
}

.support-point-ttl .text-bg_white span {
  display: inline-block;
}

.support-detail-desc {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 16px;
}

@media screen and (max-width: 768px) {
  .user-voice-list {
    display: block;
  }
  .user-voice-item {
    margin-top: 24px;
  }

  .user-voice-item p {
    width: 12em;
    line-height: 1.5;
    margin: 8px auto 0 auto;
  }
}

.support-point-image {
  width: 30%;
  height: auto;
}

.support-point-image img {
  width: 100%;
  height: auto;
}

.support-point-detail {
  text-align: left;
  flex-grow: 2;
  width: 60%;
  max-width: 500px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

.support-point:nth-child(2) .support-point-detail {
  text-align: right;
}

.support-point-number {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 54px;
  color: #ffff;
  margin-bottom: 16px;
}

.support-point-detail p:nth-child(2) {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 20px;
  line-height: 1.5;
}

.support-point-detail p:nth-child(3) {
  line-height: 1.7;
  color: #363636;
}

.bengo {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
  display: inline-block;
  line-height: 1.6;
  color: #363636;
  margin-top: 15px;
  line-height: 1.7;
  border-bottom: 1px dashed #363636;
  font-weight: bold;
}

.support-about > div:last-child > div p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #363636;
}

@media screen and (max-width: 768px) {
  .support-point {
    flex-direction: column;
  }

  .support-point-detail {
    text-align: start;
  }

  .support-about > div:nth-child(4) > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .bengo-desc {
    margin-bottom: 24px;
  }

  .bengo {
    font-size: 24px !important;
    display: inline;
  }

  .support-about > div:last-child > div p {
    font-size: 16px;
    line-height: 1.6;
    text-align: start;
  }
}

@media screen and (max-width: 768px) {
  .support-title h2 {
    font-size: 28px;
  }

  .support-description p {
    font-size: 16px;
    line-height: 1.7;
    text-align: start;
  }

  .support-point {
    gap: 16px;
  }

  .support-point-detail p:nth-child(2) {
    font-size: 24px;
    line-height: 1.7;
  }

  .support-point-detail p:nth-child(3),
  .support-point-detail p:nth-child(4) {
    font-size: 16px;
  }

  .support-point-image {
    order: 1;
    width: 66%;
  }

  .support-point-detail {
    order: 2;
    width: 100%;
    max-width: initial;
  }
}

.price-plan.service {
  width: 600px;
  height: 280px;
}

.price-plan.consultation {
  width: 480px;
  height: 280px;
}

.price-plan-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.45em;
  text-align: center;
  margin-bottom: 8px;
}

.price-plan.service .price-plan-title {
  color: #ffb671;
}

.price-plan.consultation .price-plan-title {
  color: #ffb3b4;
}

.price-amount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-number {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1.45em;
  color: #363636;
  margin: 0;
}

.price-currency {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.45em;
  color: #363636;
  margin: 0;
}

.price-free {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.45em;
  color: #363636;
  margin: 4px 0;
}

.price-note,
.price-description {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45em;
  text-align: center;
  color: #363636;
  margin-top: 4px;
}

/* Responsive Styles for Price Section */
@media screen and (max-width: 768px) {
  .price-plans {
    flex-direction: column;
    align-items: center;
  }

  .price-plan.service,
  .price-plan.consultation {
    width: 100%;
    max-width: 600px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .section-price-inner {
    padding: 30px 20px;
  }

  .price-plan-title {
    font-size: 24px;
  }

  .price-number {
    font-size: 56px;
  }

  .price-currency {
    font-size: 36px;
  }

  .price-free {
    font-size: 48px;
  }
}

.link {
  box-sizing: border-box;
  width: 235px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
  background: linear-gradient(45deg, #ffb671, #ffb3b4);
  border-radius: 70px 0 0 16px;
  padding: 15px 0 17px 13px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.link-inner {
  background-color: #fff;
  border-radius: 70px 0 0 16px;
  padding: 30px 15px 30px 15px;
}

.link-detail p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  text-align: center;
}

.link-detail-area p:first-child {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.link-detail p:first-child::before,
.link-detail p:first-child::after {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  width: 18.5px;
}

.link-detail p:first-child::before {
  transform: rotate(52deg);
}

.link-detail p:first-child::after {
  transform: rotate(120deg);
}

.link-detail-area p:nth-child(2) {
  font-size: 28px;
  margin-bottom: 23px;
}

.link-detail-notes {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.link-detail-notes::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg) translateX(-50%);
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  from {
    bottom: -20px;
  }
  to {
    bottom: -30px;
  }
}

.link-mail a,
.link-line a {
  display: block;
  color: #363636;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 30px;
  color: #fff;
}

.link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.link-bold {
  font-size: 24px;
}

.link-mail {
  background-color: #363636;
  border-radius: 15px;
  margin-bottom: 12px;
}

.link-line {
  background-color: #07b53b;
  border-radius: 15px;
}

.link-hidden {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 768px) {
  .link {
    bottom: 0;
    width: 100%;
    border-radius: 70px 70px 0 0;
    padding: 10px 9px 0 9px;
  }

  .link-inner {
    border-radius: 70px 70px 0 0;
    padding: 30px 15px 15px 15px;
  }

  .link-list {
    display: flex;
    gap: 6px;
  }

  .link-detail p:nth-child(3) {
    display: none;
  }

  .link-mail,
  .link-line {
    width: 50%;
  }

  .link-mail {
    margin: 0;
  }

  .link-detail-notes {
    display: none;
  }

  .link-detail-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .link-detail-area p:first-child::before {
    transform: rotate(30deg);
  }

  .link-detail p:first-child::after {
    transform: rotate(120deg);
  }

  .link-detail-area p:first-child::before {
    transform: rotate(58deg);
  }

  .link-bold {
    font-size: 16px;
  }

  .link-mail a,
  .link-line a {
    font-size: 14px;
    padding: 11px 10px;
  }
}

/* アニメーション初期化用 */
.fade-in {
  opacity: 0;
}
.fade-up,
.stagger {
  opacity: 0;
  transform: translateY(20px); /* fade-up用 */
}

/* 問い合わせフォームのoutline */
input,
textarea {
  outline: none;
}

/* ラジオボタンの見た目をカスタムし、デフォルト表示を消す */
.radio-option input[type="radio"] {
  display: none;
}

/* inner を非表示にして、checked時だけ表示 */
.radio-inner {
  display: none;
}

.radio-option input[type="radio"]:checked + .radio-button .radio-inner {
  display: block;
}

/* 改行対策 */
.no_break {
  display: inline-block;
}

/* 20250627 */
.legal-content {
  padding: 63px 3%;
  max-width: 830px;
  margin: 0 auto;
}

.legal_notice li {
  margin: 1em 0;
  line-height: 1.5;
}

.legal_notice li strong {
  font-weight: bold;
}

.legal-content h2 {
  font-weight: bold;
  margin-top: 2em;
}

.legal-content p {
  line-height: 1.5;
  margin: 0.5em 0;
}

.legal-content ul {
  margin-top: 1em;
}

.to_top {
  margin-top: 5em;
  display: block;
  text-align: center;
}
