.single__cta {
  margin-top: 40px;
  background: #fff9e1;
  border-radius: 12px;
  padding: 20px 20px 17px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .single__cta {
    margin-top: 30px;
    padding: 20px 30px;
  }
}
.single__cta:hover {
  background-color: #FFEFE0;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}
.single__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: #ff7e00;
  font-size: clamp(1rem, 1.125vw + 0.719rem, 1.562rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .single__cta a {
    gap: 20px;
  }
}
.single__cta a img {
  width: 35px;
  height: auto;
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .single__cta a img {
    width: 32px;
  }
}

.single__top-link,
.c-example-area-link {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .single__top-link,
  .c-example-area-link {
    margin-top: 40px;
  }
}

.single__top-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBD634;
  font-size: clamp(0.938rem, 1.25vw + 0.625rem, 1.562rem);
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  padding: 30px 30px 27px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .single__top-link a {
    padding: 17px 15px 15px;
  }
}
.single__top-link a:hover:hover {
  opacity: 0.68;
}

.c-example-area-link {
  background-color: #F4EAEA;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .c-example-area-link {
    padding: 30px;
  }
}
.c-example-area-link__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-example-area-link__item {
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .c-example-area-link__item {
    margin-top: 20px;
  }
}
.c-example-area-link__item:first-child {
  margin-top: 0;
}
.c-example-area-link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  border: solid 2px #D09292;
  border-radius: 8px;
  padding: 25px 30px 23px;
  font-size: clamp(1rem, 1.125vw + 0.719rem, 1.562rem);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 599px) {
  .c-example-area-link__btn {
    padding: 15px 15px 13px;
  }
}
.c-example-area-link__btn:hover {
  opacity: 0.68;
  background-color: #D09292;
  color: #fff;
}

.single__standards {
  margin-top: 70px;
  padding: 40px;
  background: #F4FFF5;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .single__standards {
    margin-top: 50px;
    padding: 30px 20px;
  }
}
.single__standards-title {
  text-align: center;
  font-size: clamp(1rem, 1.125vw + 0.719rem, 1.562rem);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
}
.single__standards-intro {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .single__standards-intro {
    font-size: 15px;
    line-height: 1.8;
  }
}
.single__standards-item {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .single__standards-item {
    margin-top: 20px;
  }
}
.single__standards-item + .single__standards-item {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .single__standards-item + .single__standards-item {
    margin-top: 20px;
  }
}
.single__standards-item dt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .single__standards-item dt {
    font-size: 16px;
  }
}
.single__standards-item dd {
  font-size: 18px;
  line-height: 2.2;
  margin-left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .single__standards-item dd {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
  }
}

.c-tel-cta {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .c-tel-cta {
    margin-top: 50px;
  }
}
.c-tel-cta a {
  display: block;
  line-height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.c-tel-cta a:hover {
  opacity: 0.68;
}
.c-tel-cta img {
  width: 100%;
  height: auto;
}

.c-sp-cta {
  display: none;
}
@media screen and (max-width: 599px) {
  .c-sp-cta {
    display: block;
    text-align: center;
  }
}
.c-sp-cta + .c-area-block {
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  .c-sp-cta + .c-area-block {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .c-sp-cta__count {
    font-size: 15px;
    font-weight: 500;
    color: #FE7542;
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .c-sp-cta__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 100px;
    margin: 10px auto 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f08136), to(#e66b20));
    background: linear-gradient(180deg, #f08136 0%, #e66b20 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 30px;
    border: solid 2px #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.c-sp-cta__btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.c-area-check {
  position: relative;
}
.c-area-check__ttl {
  display: block;
  width: calc(100% - 200px);
  font-size: 30px;
  line-height: 1.8;
  font-weight: 700;
  font-style: normal;
  color: #101010;
  text-align: left;
  background: none;
  padding: 0;
  margin: 0;
}
.c-area-check__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fffb00));
  background: linear-gradient(transparent 80%, #fffb00 80%);
  display: inline;
  padding: 3px 0;
}
@media screen and (max-width: 1024px) {
  .c-area-check__ttl {
    width: 100%;
    font-size: 20px;
    line-height: 1.7;
  }
  .c-area-check__ttl span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fffb00));
    background: linear-gradient(transparent 70%, #fffb00 70%);
  }
}
.c-area-check__box {
  position: relative;
  margin-top: 35px;
  padding: 40px;
  background: #f4ecec;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .c-area-check__box {
    padding: 25px 15px;
  }
}
.c-area-check__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-area-check__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.c-area-check__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 15px 15px 12px;
  font-weight: 700;
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.25rem);
}
@media screen and (max-width: 599px) {
  .c-area-check__item {
    padding: 12px;
    min-height: auto;
  }
}
.c-area-check__item span {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-area-check__note {
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .c-area-check__note {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
  }
}
.c-area-check__char {
  position: absolute;
  top: -10px;
  right: 0;
  width: 152px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .c-area-check__char {
    display: none;
  }
}
.c-area-check__char img {
  width: 100%;
  height: auto;
}

.c-area-cta {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-area-cta {
    margin-top: 40px;
  }
}
.c-area-cta__lead {
  font-size: clamp(1.125rem, 0.875vw + 0.906rem, 1.562rem);
  font-weight: 700;
  line-height: 1;
}
.c-area-cta__lead span {
  color: #FE7542;
  font-size: 1.6em;
}
.c-area-cta__tel-box {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding: 30px 60px 15px;
  border: 3px solid #22a346;
  border-radius: 100px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .c-area-cta__tel-box {
    padding: 30px 30px 15px;
  }
}
@media screen and (max-width: 599px) {
  .c-area-cta__tel-box {
    border-width: 2px;
    padding: 35px 5px 25px;
    width: 100%;
  }
}
.c-area-cta__tag {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #22a346;
  color: #fff;
  padding: 5px 60px 3px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .c-area-cta__tag {
    font-size: 15px;
    padding: 4px 40px 3px;
  }
}
.c-area-cta__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: clamp(2.125rem, 2vw + 1.625rem, 3.125rem);
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #22a346;
  line-height: 1;
}
.c-area-cta__label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 600;
  background: #D8FCE3;
  font-size: 18px;
  padding: 12px 15px 10px;
  margin-right: 15px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .c-area-cta__label {
    font-size: 14px;
    padding: 7px 8px 5px;
  }
}
.c-area-cta__footer {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .c-area-cta__footer {
    font-size: 14px;
  }
}

.c-area-price__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-area-price__grid {
    gap: 18px;
  }
}
@media screen and (max-width: 599px) {
  .c-area-price__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.c-area-price__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-area-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-area-price__item figure {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .c-area-price__item figure {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-area-price__item figure img {
  width: 100%;
  vertical-align: bottom;
}
.c-area-price__info {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .c-area-price__info {
    margin-top: 0;
    padding-left: 10px;
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.c-area-price__info .name {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .c-area-price__info .name {
    font-size: 16px;
  }
}
.c-area-price__info .price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .c-area-price__info .price {
    font-size: 15px;
  }
}
.c-area-price__info .price .num {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .c-area-price__info .price .num {
    font-size: 30px;
  }
}
.c-area-price__table-wrapper {
  margin-top: 40px;
  overflow-x: auto;
}
@media screen and (max-width: 599px) {
  .c-area-price__table-wrapper {
    margin-top: 30px;
  }
}
.c-area-price__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.c-area-price__table th, .c-area-price__table td {
  border: 1px solid #838383;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.c-area-price__table thead th {
  background: #F8F8F8;
}
@media screen and (max-width: 599px) {
  .c-area-price__table {
    display: block;
  }
  .c-area-price__table thead {
    display: none;
  }
  .c-area-price__table tr {
    display: block;
    border: 1px solid #838383;
    margin-top: 20px;
  }
  .c-area-price__table tr:first-child {
    margin-top: 0;
  }
  .c-area-price__table th.sp-label,
  .c-area-price__table td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
    font-size: 15px;
    line-height: 1.6;
    border: none;
    border-top: 1px solid #838383;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-area-price__table th.sp-label:first-child,
  .c-area-price__table td:first-child {
    border-top: none;
  }
  .c-area-price__table th.sp-label::before,
  .c-area-price__table td::before {
    content: attr(data-label);
    display: block;
    width: calc(100% + 30px);
    margin: 0 -15px 10px;
    padding: 15px 15px 0;
    text-decoration: underline;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
  }
  .c-area-price__table th.sp-label {
    background: #F8F8F8;
  }
  .c-area-price__table td {
    background: #fff;
  }
}
.c-area-price__note {
  margin-top: 15px;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
  color: #7C7C7C;
}
@media screen and (max-width: 599px) {
  .c-area-price__note {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}

.c-area-safety {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .c-area-safety {
    margin-top: 30px;
  }
}
.c-area-safety__inner {
  background: #E6FFC4;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .c-area-safety__inner {
    padding: 30px 20px;
  }
}
.c-area-safety__ttl {
  display: block;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-area-safety__ttl {
    font-size: 17px;
    line-height: 1.7;
  }
}
.c-area-safety__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .c-area-safety__cards {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 0;
  }
}
.c-area-safety__card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 599px) {
  .c-area-safety__card {
    padding: 20px;
  }
}
.c-area-safety__card-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-area-safety__card-ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}
.c-area-safety__card-ttl span {
  margin-right: 5px;
}
.c-area-safety__card p:not([class]) {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-area-safety__card p:not([class]) {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.c-area-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-area-reasons__grid {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .c-area-reasons__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
}
.c-area-reasons__item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-area-reasons__txt {
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-area-reasons__txt {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.c-area-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-area-case__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.c-area-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .c-area-case__item {
    display: block;
  }
}
.c-area-case__img-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 110px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .c-area-case__img-link {
    width: 82%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 16/10;
  }
}
.c-area-case__img-link:hover {
  opacity: 0.68;
}
.c-area-case__img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-area-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
.c-area-case__ttl-link {
  display: block;
  color: #0076bf;
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .c-area-case__ttl-link {
    margin-top: 15px;
    font-size: 15px;
  }
}
.c-area-case__ttl-link:hover {
  opacity: 0.68;
  text-decoration: none;
}
.c-area-case__btn-wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-area-case__btn-wrap {
    margin-top: 40px;
  }
}

.c-area-btn-white {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  padding: 18px 10px;
  border: 2px solid #FE7542;
  border-radius: 50px;
  background: #fff;
  color: #101010;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(255, 115, 66, 0.2);
          box-shadow: 0 4px 10px rgba(255, 115, 66, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .c-area-btn-white {
    width: 190px;
    padding: 15px 10px 13px;
    font-size: 16px;
  }
}
.c-area-btn-white:hover {
  opacity: 0.68;
  background: #FE7542;
  color: #fff;
}

.c-area-consult {
  border: solid 2px #FE7542;
  border-radius: 4px;
}
.c-area-consult__ttl {
  display: block;
  background: #FE7542;
  color: #fff;
  text-align: center;
  padding: 15px 15px 18px;
  margin: 0;
  font-weight: 700;
  font-size: clamp(1rem, 2.25vw + 0.438rem, 2.125rem);
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .c-area-consult__ttl {
    padding: 15px 20px;
    line-height: 1.8;
  }
}
.c-area-consult__ttl span {
  font-size: clamp(0.938rem, 1.25vw + 0.625rem, 1.562rem);
}
.c-area-consult__content {
  padding: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__content {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .c-area-consult__content {
    padding: 20px 20px 35px;
  }
}
.c-area-consult__content p:not([class]) {
  margin-top: 0;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .c-area-consult__content p:not([class]) {
    font-size: 15px;
  }
}
.c-area-consult__box-yellow {
  display: block;
  position: relative;
  margin-top: 35px;
  background: #FFF7C4;
  padding: 35px 220px 30px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__box-yellow {
    margin-top: 20px;
    padding: 30px 20px 25px;
  }
}
.c-area-consult__box-ttl {
  color: #FE7542;
  font-weight: 500;
  font-size: clamp(1rem, 1.25vw + 0.688rem, 1.625rem);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__box-ttl {
    text-align: center;
  }
}
.c-area-consult__box-desc {
  margin-top: 18px;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .c-area-consult__box-desc {
    margin-top: 15px;
  }
}
.c-area-consult__char {
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 175px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__char {
    display: none;
  }
}
.c-area-consult__char img {
  width: 100%;
  height: auto;
}
.c-area-consult__tel-area {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-area {
    margin-top: 25px;
  }
}
.c-area-consult__tel-lead {
  font-weight: 600;
  font-size: clamp(0.938rem, 0.375vw + 0.844rem, 1.125rem);
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-lead {
    text-align: center;
  }
}
.c-area-consult__tel-pc {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-pc {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-area-consult__tel-tag {
  background: #189d3e;
  color: #fff;
  padding: 10px 15px 8px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-tag {
    padding: 8px 8px 7px;
  }
}
.c-area-consult__tel-tag span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-tag span {
    font-size: 16px;
  }
}
.c-area-consult__tel-tag small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-tag small {
    font-size: 11px;
  }
}
.c-area-consult__tel-num {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .c-area-consult__tel-num {
    font-size: 40px;
  }
}
.c-area-consult__btn-red {
  display: block;
  margin-top: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a30000));
  background: linear-gradient(to bottom, #e60012, #a30000);
  color: #fff;
  text-decoration: none;
  border: solid 2px #fff;
  border-radius: 60px;
  padding: 20px 15px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.c-area-consult__btn-red .main {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.c-area-consult__btn-red .sub {
  display: block;
  font-size: 14px;
  margin-top: 2px;
}/*# sourceMappingURL=shortcode.css.map */