@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1060px;
  margin: 0 auto;
  width: 95%;
}

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

a:hover {
  opacity: 0.7;
}

.head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem min(3%, 30px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .head-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 3%;
  }
}

.head-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .head-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.head-tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and ( max-width: 768px ) {
  form#mail_form * {
    font-size: 16px !important;
  }
  form#mail_form {
    padding: 3%;
  }
}
.head-logo {
  padding: 0.515% 0;
  width: 41.7%;
  border-right: 3px solid #f00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .head-logo {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #f00;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1% 0 3%;
  }
}
.head-logo img {
  width: 57.4%;
}
@media screen and ( max-width: 768px ) {
  .head-logo img {
    margin: 0 auto;
    display: block;
  }
}

.head-tel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ( max-width: 768px ) {
  .head-tel {
    width: 100%;
  }
}
.head-tel p {
  font-size: min(1.6666666667vw, 24px);
  color: #f30402;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 2.5%;
}
@media screen and ( max-width: 768px ) {
  .head-tel p {
    font-size: 4vw;
  }
}
.head-tel a {
  color: #f30402;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: min(4.4444444444vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  gap: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .head-tel a {
    font-size: 10vw;
  }
}
.head-tel a svg {
  width: min(2.5694444444vw, 37px);
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .head-tel a svg {
    width: 8vw;
  }
}

.cta {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  padding: 0 4%;
}

.cta-wrapper {
  padding: 4.9rem 0 4.6rem;
}

.cta-box {
  border-radius: 20px;
  border: 0px solid #f30402;
  background: #fff;
  padding: 3.2rem min(3.2638888889vw, 4.7rem) 4.5rem;
  position: relative;
}

.cta-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.4%;
  top: -12%;
  right: -6.5%;
}
@media screen and ( max-width: 768px ) {
  .cta-img {
    width: 19%;
    top: -10%;
    right: -4%;
  }
}

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

.cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
}
@media screen and ( max-width: 768px ) {
  .cta-btn {
    gap: 3px;
  }
}

.cta-text {
  margin-bottom: 3.1rem;
}
.cta-text p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(3.3vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .cta-text p {
    font-size: 6vw;
  }
}
.cta-text p::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 102.5%;
  width: 2px;
  height: 80%;
  background: #000;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media screen and ( max-width: 768px ) {
  .cta-text p::after {
    height: 55%;
    right: 105%;
    width: 1px;
  }
}
.cta-text p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 102.5%;
  width: 2px;
  height: 80%;
  background: #000;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and ( max-width: 768px ) {
  .cta-text p::before {
    height: 55%;
    left: 105%;
    width: 1px;
  }
}
.cta-text span {
  color: #f30402;
}

.cta-mv {
  margin-top: -1%;
}

.media {
  background: #fff3ce;
}

.media-text {
  margin-bottom: 3.9rem;
}
.media-text h2 {
  color: #363636;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .media-text h2 {
    font-size: 2.4rem;
  }
}
.media-text h2 span {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #f30402;
  padding: 0.3rem 1rem;
  display: inline-block;
}
@media screen and ( max-width: 768px ) {
  .media-text h2 span {
    font-size: 2.6rem;
  }
}
.media-text h2 strong {
  color: #f30402;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.8rem;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .media-text h2 strong {
    font-size: 3.6rem;
  }
}

.media-wrapper {
  padding: 5rem 0 6.5rem;
  width: 95%;
  margin: 0 auto;
}

.media-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1369px;
  margin: 0 auto;
  gap: 1.2rem;
  margin-bottom: 5rem;
}
@media screen and ( max-width: 768px ) {
  .media-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media-card {
  max-width: 1060px;
  margin: 0 auto;
}

.media-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and ( max-width: 768px ) {
  .media-card__wrapper {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.media-card__item-text {
  margin-bottom: 1.3rem;
}
.media-card__item-text p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: #f30402;
}
@media screen and ( max-width: 768px ) {
  .media-card__item-text p {
    font-size: 2.4rem;
  }
}

.mb-40 {
  margin-bottom: 4rem;
}

.franchise-wrapper {
  padding: 7.2rem 0 5rem;
}

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

.section-title h2 {
  color: #464646;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
@media screen and ( max-width: 768px ) {
  .section-title h2 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.section-title h2 span {
  color: #f30402;
}

.franchise-img {
  width: 84.72%;
  display: block;
  margin: 0 auto;
}

.market {
  background: #ffeeef;
}

.market-wrapper {
  padding: 6.9rem 0 7.6rem;
}

.market-content img {
  width: 85.57%;
  display: block;
  margin: 0 auto;
}
.market-content .market-content__text {
  max-width: 933px;
  margin: 0 auto;
}
.market-content .market-content__text p {
  color: #363636;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.24px;
}
@media screen and ( max-width: 768px ) {
  .market-content .market-content__text p {
    font-size: 2rem;
  }
}
.market-content .market-content__text p span {
  background-color: #f30402;
  color: #fff;
  padding: 0 1rem;
}
.market-content .market-content__text small {
  color: #464646;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .market-content .market-content__text small {
    font-size: 14px;
  }
}

.case-wrapper {
  padding: 8rem 0;
}

.case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .case-list {
    max-width: 370px;
    margin: 0 auto;
  }
}

.case-content__item {
  width: 32.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 36.9rem;
}
@media screen and ( max-width: 768px ) {
  .case-content__item {
    width: 100%;
    height: auto;
  }
}
.case-content__item:nth-of-type(2) .case-content__item-img {
  height: 7.4rem;
}

.case-title {
  width: 60%;
}
@media screen and ( max-width: 768px ) {
  .case-title {
    width: 140px;
  }
}

.case-content__item-body {
  border: 3px solid #f30402;
  padding: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  height: 100%;
}
@media screen and ( max-width: 768px ) {
  .case-content__item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 140.031px;
  }
}

.case-content__item-img {
  height: 12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and ( max-width: 768px ) {
  .case-content__item-img {
    height: auto;
    width: 30%;
  }
}
.case-content__item-img img {
  height: 100%;
  width: auto;
}
@media screen and ( max-width: 768px ) {
  .case-content__item-img img {
    height: auto;
    width: auto;
  }
}

@media screen and ( max-width: 768px ) {
  .case-content__item-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.case-content__item-text p {
  color: #464646;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.case-content__item-text p span {
  color: #f30402;
  font-weight: 700;
}

.case-wrapper .section-title {
  margin-bottom: 9.1rem;
}
@media screen and ( max-width: 768px ) {
  .case-wrapper .section-title {
    margin-bottom: 4rem;
  }
}

.plan {
  background: #fff3ce;
}
.plan .section-title img {
  width: 31.1rem;
  margin: 0 auto 1.5rem;
  display: block;
}

.plan .section-title {
  margin-bottom: 3.4rem;
}

.plan-wrapper {
  padding: 6.4rem 0 9.1rem;
}

.plan-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.6rem;
  padding-right: 5.7rem;
  gap: 0.8rem;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 58.4rem;
  height: 100%;
}
@media screen and ( max-width: 768px ) {
  .plan-content {
    padding: 0 3%;
    min-height: auto;
  }
}
.plan-content img {
  height: 100%;
}

.plan-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.plan-content__item {
  width: 10.984rem;
}
@media screen and ( max-width: 768px ) {
  .plan-content__item {
    width: 8.5rem;
  }
}

.plan-content__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  /* スクロールバーを非表示にする */
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  /* Chrome, Safari 対応 */
}
.plan-content__list::-webkit-scrollbar {
  display: none;
}

.plan-list__item {
  min-width: 40.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 45.3/59.2;
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .plan-list__item {
    min-width: 265px;
    height: auto;
    aspect-ratio: auto;
  }
}

@media screen and ( max-width: 768px ) {
  .plan-list__wrapper {
    overflow-x: scroll;
  }
}
.merit .section-title {
  margin-bottom: 5.4rem;
}

.merit-wrapper {
  padding: 6.8rem 0 7.7rem;
}

.merit-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #f30402;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
@media screen and ( max-width: 768px ) {
  .merit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 321px;
    margin: 0 auto;
  }
}
.merit-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and ( max-width: 768px ) {
  .merit-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.merit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.9rem;
  max-width: 960px;
  margin: 0 auto;
}

.merit-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.9rem 3rem;
}
@media screen and ( max-width: 768px ) {
  .merit-item__text {
    padding: 3%;
  }
}
.merit-item__text h3 {
  color: #f30402;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
@media screen and ( max-width: 768px ) {
  .merit-item__text h3 {
    font-size: 2.8rem;
  }
}
.merit-item__text p {
  color: #464646;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .merit-item__text p {
    font-size: 2.2rem;
  }
}
.merit-item__text p span {
  color: #f30402;
  font-weight: 700;
}

.merit-item__img {
  width: 52.2%;
}
@media screen and ( max-width: 768px ) {
  .merit-item__img {
    width: 100%;
  }
}
.merit-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  height: 100%;
}

.exchange {
  background: #fff3ce;
}
.exchange .inner {
  max-width: 1004px;
}

.exchange-wrapper {
  padding: 7.3rem 0 5.9rem;
}
.exchange-wrapper .section-title {
  margin-bottom: 6.3rem;
}

.exchange-content img {
  margin-bottom: 2.9rem;
}

.exchange-text p {
  color: #464646;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.free-wrapper {
  padding: 9.3rem 0 9.8rem;
}
.free-wrapper .section-title {
  margin-bottom: 5rem;
}

.free-title {
  color: #fff !important;
  background-color: #f30402;
  padding: 0 1rem;
  line-height: 1.4;
  display: inline-block;
}

.free-content__item {
  max-width: 885px;
  margin: 0 auto;
}

.contact {
  margin-bottom: 7.8rem;
}

.contact-title {
  background: #3b60c8;
  padding: 5.7rem 0;
  position: relative;
  margin-bottom: 7.5rem;
}
.contact-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  border-top: 34px solid #3b60c8;
  border-bottom: 0;
}
.contact-title h2 {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
@media screen and ( max-width: 768px ) {
  .contact-title h2 {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.contact-title strong {
  color: #fee048;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 5px;
  text-underline-position: from-font;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .contact-title strong {
    font-size: 3.2rem;
  }
}

.contact-tel {
  background: #fff;
  padding: 2.4rem 8rem 2.9rem;
  margin-bottom: 5rem !important;
}
@media screen and ( max-width: 768px ) {
  .contact-tel {
    padding: 3rem 3%;
  }
}
.contact-tel p {
  color: #4b7aff;
  font-family: "Noto Sans JP";
  font-size: 2.4rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and ( max-width: 768px ) {
  .contact-tel p {
    font-size: 2rem !important;
  }
}

@media screen and ( max-width: 768px ) {
  .contact-tel a {
    max-width: 358px;
    margin: 0 auto !important;
    display: block;
  }
}

.contact-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem !important;
}
.contact-num p {
  color: #4b7aff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 6.4rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .contact-num p {
    font-size: 4.8rem !important;
  }
}
@media screen and ( max-width: 768px ) {
  .contact-num svg {
    width: 20px;
  }
}

form#mail_form dl + dl {
  margin-top: 1.5rem;
}

.select-text {
  color: #a4a4a4;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

select:invalid {
  color: #999;
}

select option {
  color: #000;
  /* 通常のオプションの色 */
}

/* チェックボックスの基本スタイル */
input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  /* チェックボックスのサイズを大きく */
  height: 24px;
  border: 2px solid #a4a4a4;
  border-radius: 1px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
}

/* チェックマークのスタイル */
input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #f30402;
  /* チェックマークを赤色に */
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ホバー時の効果 */
input[type=checkbox]:hover {
  border-color: #999;
}

/* チェックボックスとラベルを縦方向に中央揃え */
label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-area {
  max-width: 1000px;
  margin: 0 auto;
}

.footer {
  background-color: #f30402;
  padding: 7rem 0 3rem;
}
.footer img {
  max-width: 38.4rem;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
}

form#mail_form .contact-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem !important;
}
form#mail_form .contact-num p {
  color: #4b7aff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 6.4rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  form#mail_form .contact-num p {
    font-size: 4.8rem !important;
  }
}
@media screen and ( max-width: 768px ) {
  form#mail_form .contact-num svg {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */