@charset "UTF-8";
li {
  list-style: none;
}

body {
  color: #333333;
}

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

p {
  font-size: 18px;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background-color: #FDD349;
}

.top-phrase {
  position: relative;
  padding: 15px 0;
  background-color: #1B75B2;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.top-phrase img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
}

.fv {
  background-color: #FDD349;
}
.fv .container {
  display: flex;
  align-items: center;
  padding: 100px 0 100px 0;
}
.fv .container .fv-left {
  width: 55%;
  padding: 0 30px;
}
.fv .container .fv-left ul {
  padding: 20px 0 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 0;
}
.fv .container .fv-left ul li {
  display: flex;
  align-items: start;
  padding: 0 0 20px 80px;
  color: #1B75B2;
  font-weight: bold;
  font-size: 20px;
}
.fv .container .fv-left ul li img {
  width: 30px;
  padding: 10px 5px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .container .fv-right {
  width: 45%;
}

.cta {
  padding: 100px 0;
  background-image: url(../img/city.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  text-align: center;
}
.cta .freeconsultation p {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0px 0 30px 0;
}
.cta .freeconsultation p img {
  position: absolute;
  width: 130px;
  right: 100%;
  top: -60%;
}
.cta a {
  background-color: #E56117;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: all 0.3s ease;
}
.cta a:hover {
  transform: scale(1.05);
}
.cta a img {
  display: block;
}
.cta a img:first-of-type {
  width: 120px;
  height: auto;
}
.cta a img:last-of-type {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.worries {
  background-color: #1B75B2;
  padding: 50px 0 100px 0;
  text-align: center;
}
.worries h2 {
  color: #FFFFFF;
  font-size: 40px;
}
.worries .worries-chat {
  display: block;
  margin: 15px auto 100px;
  width: 200px;
}
.worries ul {
  position: relative;
  display: inline-block;
  padding: 40px 50px 30px;
  margin: 0 10px;
  background-color: #FFFFEE;
  border-radius: 30px;
}
.worries ul .worries-people {
  position: absolute;
  width: 150px;
  left: 50%;
  top: -95px;
  transform: translate(-50%, 0);
}
.worries ul li {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}
.worries ul li img {
  width: 40px;
}
.worries ul li p {
  font-size: 20px;
  text-align: left;
}
.worries ul li span {
  font-weight: bold;
  border-bottom: #1B75B2 solid 3px;
}

.service {
  background-color: #FFFFEE;
  padding: 80px 0 80px 0;
}
.service .service-head {
  text-align: center;
}
.service .service-head h2 {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #E56117;
  border-radius: 100px;
  color: #FFFFFF;
}
.service .service-head h3 {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 60%, #FDD349 60%);
  font-size: 22px;
}
.service ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.service ul li {
  position: relative;
  width: 30%;
  padding: 50px 20px 30px 20px;
  margin: 80px 10px 0 10px;
  border-radius: 20px;
  border: 2px solid #D9D9D9;
  background-color: #FFFFFF;
}
.service ul li .emphasis {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
}
.service ul li .option {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 20px;
  background-color: #E56117;
  color: #FFFFFF;
  border-radius: 100px;
}
.service ul li h4 {
  font-size: 22px;
  text-align: center;
}
.service ul li .service-subname {
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  color: #787373;
}
.service ul li .service-img {
  display: block;
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 90px;
}
.service ul li .service-img-c {
  width: 100px;
  padding: 0 0 20px 0;
}
.service ul li .service-example {
  font-size: 20px;
}

.result {
  padding: 50px 0;
  background-image: url(../img/grid.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.result .section-head {
  margin-bottom: 30px;
}
.result h3 {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 60%, #FDD349 60%);
  font-size: 22px;
}
.result h2 {
  color: #1B75B2;
  font-size: 40px;
}
.result li {
  background-color: #FFFFFF;
  padding: 30px;
  filter: drop-shadow(3px 3px 3px #787373);
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  background-color: #fff;
}
.result li .result-left {
  width: 30%;
  padding: 10px;
  text-align: left;
}
.result li .result-left img {
  display: block;
  width: 150px;
  margin: 0 auto 10px;
}
.result li .result-right {
  width: 70%;
  padding: 20px;
}
.result li .result-right .bf {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.result li .result-right .bf .timing {
  width: 20%;
  height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.result li .result-right .bf .status {
  width: 80%;
  padding: 5px 10px;
  text-align: left;
}
.result li .result-right .before {
  background-color: #D9D9D9;
}
.result li .result-right .before .timing {
  background-color: #787373;
  color: #FFFFFF;
}
.result li .result-right .after {
  background-color: #1B75B2;
}
.result li .result-right .after .timing {
  background-color: #FFFFFF;
  color: #1B75B2;
  font-weight: bold;
}
.result li .result-right .after .status {
  color: #FFFFFF;
  font-weight: bold;
}
.result li .result-right .arrow {
  display: block;
  width: 50px;
  margin: 20px auto;
}

.step {
  padding: 80px 0 80px 0;
  background-color: #F1F5F9;
  text-align: center;
}
.step .stephead {
  margin-bottom: 30px;
}
.step h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  background: linear-gradient(transparent 60%, #FDD349 60%);
  font-size: 22px;
}
.step h2 {
  margin: 0 0 30px 0;
  color: #1B75B2;
  font-size: 40px;
}
.step ul {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
.step ul li {
  width: 28%;
  height: 500px;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border-top: #1B75B2 solid 3px;
}
.step ul li img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 30px 0;
}
.step ul li .step2-img {
  width: 110px;
  height: 150px;
}
.step ul li .step-number {
  color: #787373;
}
.step ul li h4 {
  margin: 0 0 30px 0;
  color: #1B75B2;
  font-weight: bold;
  font-size: 24px;
}
.step ul li .step-detail {
  text-align: left;
}
.step ul .arrow {
  display: inline-block;
  width: 40px;
  height: 50px;
  margin: 0 10px;
}

.actual {
  padding: 100px 0;
  text-align: center;
  background-color: #FFFFEE;
}
.actual .actual-head {
  margin-bottom: 30px;
}
.actual h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  background: linear-gradient(transparent 60%, #FDD349 60%);
  font-size: 22px;
}
.actual h2 {
  margin: 0 0 30px 0;
  color: #1B75B2;
  font-size: 40px;
}
.actual .graph-part {
  max-width: 600px;
  margin: 0 auto 80px;
}
.actual .graph-part p {
  font-size: 14px;
  text-align: left;
}
.actual .actual-text {
  font-weight: bold;
  font-size: 20px;
}
.actual .actual-situation {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 80px;
}
.actual .actual-situation .actual-detail {
  width: 40%;
  padding: 30px 20px;
  margin: 20px 0 0 0;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.actual .actual-situation .actual-detail img {
  display: block;
  margin: 0 auto 20px;
}
.actual .actual-situation .actual-detail ul {
  display: inline-block;
  text-align: center;
}
.actual .actual-situation .actual-detail li {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}
.actual .actual-situation .actual-detail .color-line {
  display: inline;
  font-weight: bold;
}
.actual .actual-situation .actual-detail .title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 22px;
}
.actual .actual-situation .asis {
  filter: drop-shadow(3px 3px 1px #1B75B2);
  background-color: #FFFFFF;
}
.actual .actual-situation .asis .color-line {
  background: linear-gradient(transparent 70%, #46A6E7 70%);
}
.actual .actual-situation .asis .title {
  color: #1B75B2;
}
.actual .actual-situation .asis img {
  width: 100px;
}
.actual .actual-situation .tobe {
  filter: drop-shadow(3px 3px 1px #E56117);
  background-color: #FFFFFF;
}
.actual .actual-situation .tobe .color-line {
  background: linear-gradient(transparent 70%, #E56117 70%);
}
.actual .actual-situation .tobe .title {
  color: #E56117;
}
.actual .actual-situation .tobe img {
  width: 130px;
  margin-top: 40px;
}

.voice {
  padding: 80px 0 30px 0;
  text-align: center;
  background-image: url(../img/grid.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.voice .container2 {
  max-width: 1000px;
  margin: 0 auto;
}
.voice h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 50px 0;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
}
.voice .bold {
  font-size: 22px;
}
.voice .line {
  background: linear-gradient(transparent 60%, #FDD349 60%);
  font-size: 22px;
}
.voice h2 {
  margin: 0 0 30px 0;
  color: #1B75B2;
  font-size: 40px;
}
.voice .voice-content {
  position: relative;
  padding: 30px;
  width: 80%;
  text-align: left;
  background-color: #FFDF7D;
  border-radius: 30px;
}
.voice .right {
  margin: 0 20px 60px auto;
}
.voice .right::before {
  content: "";
  position: absolute;
  top: 80%;
  left: -39px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #FFDF7D;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}
.voice .left {
  margin: 0 auto 60px 20px;
}
.voice .left::before {
  content: "";
  position: absolute;
  top: 80%;
  right: -39px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFDF7D;
}

.price {
  background-color: #FDD247;
  padding: 80px 20px 80px 20px;
  text-align: center;
  font-size: 16px;
}
.price h2 {
  margin: 0 0 30px 0;
  color: #E56117;
  font-size: 40px;
}
.price h3 {
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.price ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
.price ul li {
  position: relative;
  width: 32%;
  margin: 80px 0 0 0;
  border-radius: 20px;
  border: 2px solid #D9D9D9;
  background-color: #FFFFFF;
}
.price ul li .option {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 20px;
  background-color: #E56117;
  color: #FFFFFF;
  border-radius: 100px;
}
.price ul li h4 {
  padding: 50px 20px 20px 20px;
  height: 90px;
  border-bottom: #787373 solid 1px;
  font-size: 16px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.price ul li .title {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FDD349 60%);
}
.price ul li .support-content {
  padding: 15px 20px 30px 20px;
  height: 240px;
  border-bottom: #787373 solid 1px;
}
.price ul li .support-content p {
  font-size: 16px;
}
.price ul li .support-content .kome {
  padding: 15px 0 0 0;
  font-size: 12px;
}
.price ul li .price-content {
  padding: 10px 20px;
}
.price ul li .price-content .center {
  text-align: center;
}
.price ul li .price-content .bold {
  font-weight: bold;
}
.price ul li .price-content .arrow {
  display: block;
  margin: 5px auto;
  width: 20px;
}
.price ul li .price-content .gray {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 0;
  color: #787373;
  font-weight: bold;
  font-size: 20px;
}
.price ul li .price-content .gray::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 100px;
  height: 2px;
  background-color: #999;
  transform: rotate(-15deg); /* 右上 → 左下 */
  transform-origin: center;
}
.price ul li .price-content .orange {
  display: inline;
  color: #E56117;
  font-weight: bold;
  font-size: 30px;
}
.price ul li .price-content .tax {
  font-size: 12px;
  font-weight: normal;
}
.price ul li .price-content .tax-center {
  display: block;
}
.price ul li .price-content .tax-right {
  text-align: right;
}
.price ul li .price-content .orange2 {
  color: #E56117;
  font-weight: bold;
  font-size: 18px;
}
.price ul li .price-content .kome {
  padding: 15px 0 0 0;
  font-size: 12px;
}
.price ul li .price-content .line {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FDD349 50%);
}
.price .kome2 p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 5px;
  font-size: 16px;
}
.price .sales {
  background-color: #fff;
  padding: 20px 20px 40px;
  margin: 50px auto 20px;
  max-width: 900px;
  border-radius: 20px;
}
.price .sales .bold {
  display: inline;
  font-weight: bold;
  font-size: 30px;
  background: linear-gradient(transparent 50%, #FDD349 50%);
}
.price .sales .orange {
  margin: 10px 0;
  color: #E56117;
  font-weight: bold;
  font-size: 40px;
}
.price .sales ol {
  max-width: 800px;
  margin: 20px auto 0;
}
.price .sales ol li {
  padding: 10px;
  list-style: decimal;
  list-style-position: inside;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
}

.faq {
  padding: 60px 20px;
  background-color: #F1F5F9;
}
.faq .container3 {
  max-width: 800px;
  margin: 0 auto;
}
.faq .faq-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  color: #333333;
}
.faq .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq .faq-item {
  border-bottom: 1px solid #ddd;
}
.faq .faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.faq .q-icon {
  width: 36px;
  height: 36px;
  background: #0B6FB8;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq .question-text {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}
.faq .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.faq .faq-item.active .arrow {
  transform: rotate(-135deg);
}
.faq .faq-answer {
  display: none;
  padding: 0 62px 20px;
  font-size: 16px;
  line-height: 1.7;
}
.faq .faq-item.active .faq-answer {
  display: block;
}

.company {
  background: #F4F2F2;
  padding: 60px 20px;
}

.company-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}

.company-lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.highlight {
  display: inline;
  background: linear-gradient(transparent 60%, #ffe36e 60%);
}

.company-box {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.company-logo {
  text-align: center;
  flex-shrink: 0;
}

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

.logo-text {
  margin-top: 10px;
  font-weight: bold;
  color: #666;
}

.company-info {
  flex: 1;
}

.company-info > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.company-info dt {
  font-weight: bold;
  color: #555;
}

.company-info dd {
  margin: 0;
  line-height: 1.6;
}

.company-info a {
  color: #1b75b2;
  text-decoration: none;
}

.company-info a:hover {
  text-decoration: underline;
}

.media-badge {
  margin: 40px auto 0;
  text-align: center;
  background: #f3a7d8;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
}

.media-badge-img {
  display: block;
  margin: 20px auto 0;
  max-width: 800px;
  width: 100%;
}

.contact {
  background-image: url("../img/city.png"); /* 背景画像 */
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
}

.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* 見出し */
.contact-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-head h2 {
  font-size: 32px;
  font-weight: bold;
}

.badge {
  width: 80px; /* 相談費用無料画像 */
}

/* フォーム */
.input, .text-area {
  background-color: #FFFFFF;
  display: inline-block;
}

.form-row {
  display: block;
  width: 100%;
  align-items: left;
  margin-bottom: 20px;
}
.form-row p {
  display: block;
  width: 100%;
  max-width: 800px;
}

label {
  width: 100px;
  text-align: left;
  font-weight: bold;
}

.form-row .input,
.form-row .text-area {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 16px;
}

.form-row .textarea {
  height: 150px;
  resize: none;
}

.form-row.textarea {
  align-items: flex-start;
}

/* 送信ボタン */
.submit-btn {
  display: block;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px auto;
  padding: 0px 60px 20px;
  background-color: #e56a1a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.submit-btn span {
  font-size: 24px;
}

span {
  display: inline;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .company-box {
    flex-direction: column;
    align-items: center;
  }
  .company-info > div {
    grid-template-columns: 100px 1fr;
  }
  .contact {
    padding: 50px 15px;
  }
  /* 見出し */
  .contact-head {
    gap: 10px;
  }
  .contact-head h2 {
    font-size: 24px;
  }
  .badge {
    width: 70px;
  }
  /* フォーム全体 */
  .contact-form {
    max-width: 100%;
  }
  /* 入力行を縦並びに */
  .form-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
  }
  .form-row label {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .form-row .input,
  .form-row .textarea {
    font-size: 16px;
  }
  .form-row textarea {
    height: 120px;
  }
  /* 送信ボタン */
  .submit-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
  }
  .submit-btn span {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .fv .container {
    flex-direction: column-reverse;
    padding: 50px 0 50px 0;
    text-align: center;
  }
  .fv .container h1 {
    max-width: 400px;
    margin: 0 auto;
  }
  .fv .container .fv-left {
    width: 100%;
  }
  .fv .container .fv-left ul {
    padding: 20px 0 0 0px;
    text-align: center;
  }
  .fv .container .fv-left ul li {
    padding: 0 0 20px 0px;
    font-size: 16px;
  }
  .fv .container .fv-left ul li img {
    padding: 8px 5px 0 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .fv .container .fv-right {
    max-width: 600px;
  }
  .cta {
    padding: 60px 0;
    background-size: cover;
  }
  .cta .freeconsultation p {
    font-size: 20px;
    padding: 0 0 30px 50px;
  }
  .cta .freeconsultation p span {
    display: block;
  }
  .cta .freeconsultation p img {
    width: 80px;
    left: -30px;
    top: -15%;
  }
  .cta a {
    font-size: 20px;
  }
  .cta a img {
    display: block;
  }
  .cta a img:first-of-type {
    width: 80px;
  }
  .cta a img:last-of-type {
    width: 60px;
    transition: transform 0.3s ease;
  }
  .worries {
    padding: 50px 10px;
  }
  .worries h2 {
    font-size: 25px;
  }
  .worries ul li {
    align-items: flex-start;
  }
  .worries ul li img {
    width: 25px;
    padding-top: 2px;
  }
  .worries ul li p {
    font-size: 16px;
    text-align: left;
  }
  .service {
    padding: 50px 0 50px 0;
  }
  .service .service-head {
    padding: 0 10px;
  }
  .service .service-head h2 {
    font-size: 22px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .service .service-head h3 {
    font-size: 18px;
  }
  .service ul {
    flex-direction: column;
  }
  .service ul li {
    margin: 80px auto 30px;
    width: 90%;
  }
  .service ul li h4 {
    font-size: 22px;
    text-align: center;
  }
  .result {
    padding: 50px 0 0;
  }
  .result .section-head {
    margin-bottom: 30px;
  }
  .result h3 {
    font-size: 18px;
  }
  .result h2 {
    font-size: 30px;
  }
  .result li {
    max-width: 90%;
    margin-bottom: 40px;
    filter: drop-shadow(3px 3px 3px #787373);
    flex-direction: column;
  }
  .result li .result-left {
    width: 100%;
  }
  .result li .result-left img {
    width: 100px;
    margin: 0 auto 10px;
  }
  .result li .result-right {
    width: 100%;
    padding: 10px;
  }
  .result li .result-right .bf {
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }
  .result li .result-right .bf .timing {
    width: 100px;
  }
  .result li .result-right .bf .status {
    width: 90%;
    padding: 5px 5px;
  }
  .result li .result-right .arrow {
    width: 25px;
    margin: 10px auto;
  }
  .result ul {
    margin: 0;
  }
  .step {
    padding: 50px 0 50px 0;
    text-align: center;
  }
  .step h3 {
    font-size: 18px;
  }
  .step h2 {
    font-size: 30px;
  }
  .step ul {
    flex-direction: column;
  }
  .step ul li {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 20px;
    margin: 0 auto 40px;
  }
  .step ul li img {
    margin: 0 0 10px 0;
  }
  .step ul li .step2-img {
    width: 110px;
    height: 150px;
  }
  .step ul li .step-number {
    color: #787373;
  }
  .step ul li h4 {
    margin: 0 0 30px 0;
    color: #1B75B2;
    font-weight: bold;
    font-size: 24px;
  }
  .step ul li .step-detail {
    text-align: left;
  }
  .step ul .arrow {
    display: none;
  }
  .actual {
    padding: 40px 20px 40px;
  }
  .actual .actual-head {
    margin-bottom: 20px;
  }
  .actual h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .actual h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
  }
  .actual .actual-text {
    font-size: 18px;
  }
  .actual .actual-situation {
    flex-direction: column;
  }
  .actual .actual-situation .actual-detail {
    width: 90%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .price {
    padding: 50px 20px 50px 20px;
  }
  .price h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
  .price h3 {
    font-size: 18px;
  }
  .price ul {
    flex-direction: column;
    margin-top: 50px;
  }
  .price ul li {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .price ul li h4 {
    padding: 50px 20px 20px 20px;
    height: 100px;
  }
  .price ul li .support-content {
    height: 180px;
  }
  .price ul li .support-content p {
    font-size: 16px;
  }
  .price ul li .price-content {
    padding: 10px 20px;
  }
  .price ul li .price-content .center {
    text-align: center;
  }
  .price ul li .price-content .bold {
    font-weight: bold;
  }
  .price ul li .price-content .arrow {
    display: block;
    margin: 5px auto;
    width: 20px;
  }
  .price ul li .price-content .gray {
    position: relative;
    display: inline-block;
    margin: 8px 0 0 0;
    color: #787373;
    font-weight: bold;
    font-size: 20px;
  }
  .price ul li .price-content .gray::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100px;
    height: 2px;
    background-color: #999;
    transform: rotate(-15deg); /* 右上 → 左下 */
    transform-origin: center;
  }
  .price ul li .price-content .orange {
    display: inline;
    color: #E56117;
    font-weight: bold;
    font-size: 30px;
  }
  .price ul li .price-content .tax {
    font-size: 12px;
    font-weight: normal;
  }
  .price ul li .price-content .tax-center {
    display: block;
  }
  .price ul li .price-content .tax-right {
    text-align: right;
  }
  .price ul li .price-content .orange2 {
    color: #E56117;
    font-weight: bold;
    font-size: 18px;
  }
  .price ul li .price-content .kome {
    padding: 15px 0 0 0;
    font-size: 12px;
  }
  .price ul li .price-content .line {
    display: inline;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #FDD349 50%);
  }
  .price .kome2 p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .voice .right {
    margin: 0 20px 60px auto;
  }
  .voice .right::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 0px solid #FFDF7D;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
  }
  .voice .left::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 0px solid #FFDF7D;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
  }
  .price ul li h4 {
    height: 130px;
  }
  .price ul li .support-content {
    height: 220px;
  }
  .price .sales .bold {
    font-size: 20px;
  }
  .price .sales .orange {
    font-size: 30px;
  }
  .price .sales ol li {
    font-size: 20px;
  }
}/*# sourceMappingURL=main.css.map */