@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2");
}
* {
  word-break: break-word;
}

html {
  font-size: 62.5%;
}

*:not(html) {
  font-size: 1.4rem;
  color: #393939;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, serif, sans-serif;
}

::-moz-selection {
  background: #DCDEE3;
  color: #303338;
}

::selection {
  background: #DCDEE3;
  color: #303338;
}

::-moz-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.common-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  border: solid 1px #393939;
  display: table;
  padding: 1.6rem;
  min-width: 224px;
  transition: all 0.2s;
}
.common-btn::before, .common-btn::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #393939;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2.4rem;
  transition: all 0.2s;
}
.common-btn::before {
  width: 22px;
}
.common-btn::after {
  width: 10px;
  transform: rotate(30deg);
  transform-origin: right top;
}
.common-btn:hover {
  color: #FFFFFF;
  background: transparent linear-gradient(79deg, #EF8300 0%, #FDDE45 100%) 0% 0% no-repeat padding-box;
  border: solid 1px #FFFFFF;
}
.common-btn:hover::before, .common-btn:hover::after {
  right: 1rem;
  background-color: #FFFFFF;
}
.common-btn.deactive {
  pointer-events: none;
}

.common-btn-circle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #FFFFFF;
  border-radius: 50%;
  display: table;
  padding: 1.6rem;
  min-width: 50px;
  height: 50px;
  transition: all 0.2s;
}
.common-btn-circle::before, .common-btn-circle::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #393939;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 1.6rem;
  transition: all 0.2s;
}
.common-btn-circle::before {
  width: 22px;
}
.common-btn-circle::after {
  width: 10px;
  transform: rotate(30deg);
  transform-origin: right top;
}
.common-btn-circle:hover {
  color: #FFFFFF;
  background: transparent linear-gradient(79deg, #EF8300 0%, #FDDE45 100%) 0% 0% no-repeat padding-box;
  border: solid 1px #FFFFFF;
}
.common-btn-circle:hover::before, .common-btn-circle:hover::after {
  background-color: #FFFFFF;
}

.common-section-title {
  text-align: center;
  display: table;
  margin: 0 auto 4rem;
}
.common-section-title .common-section-title__text01 {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .common-section-title .common-section-title__text01 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .common-section-title .common-section-title__text01 {
    font-size: 3.8rem;
  }
}
@media (max-width: 480px) {
  .common-section-title .common-section-title__text01 {
    font-size: 3.2rem;
  }
}
.common-section-title .common-section-title__text02 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .common-section-title .common-section-title__text02 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .common-section-title .common-section-title__text02 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .common-section-title .common-section-title__text02 {
    font-size: 1.6rem;
  }
}

.heading_mainvisual {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .heading_mainvisual {
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .heading_mainvisual {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 480px) {
  .br-sp {
    display: none;
  }
}
.step-list {
  max-width: 930px;
  margin-bottom: 12.2rem;
}
@media (max-width: 960px) {
  .step-list {
    margin-bottom: 8rem;
  }
}
.step-list .step-list-list {
  counter-reset: number 0;
}
.step-list .step-list-item {
  display: flex;
  margin-top: 7rem;
}
.step-list .step-list-item:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .step-list .step-list-item {
    margin-top: 5rem;
  }
}
@media (max-width: 480px) {
  .step-list .step-list-item {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.step-list .step-list-item .step-list-item__text {
  margin-right: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .step-list .step-list-item .step-list-item__text {
    margin-right: 2rem;
  }
}
@media (max-width: 480px) {
  .step-list .step-list-item .step-list-item__text {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
.step-list .step-list-item .step-list-item__image {
  max-width: 382px;
  width: 100%;
}
@media (max-width: 768px) {
  .step-list .step-list-item .step-list-item__image {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .step-list .step-list-item .step-list-item__image {
    max-width: 100%;
  }
}
.step-list .step-list-item-text .step-list-item-text__label {
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .step-list .step-list-item-text .step-list-item-text__label {
    margin-bottom: 1rem;
  }
}
.step-list .step-list-item-text .step-list-item-text__label .step-list-item-number {
  text-transform: uppercase;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 54px;
  background: transparent linear-gradient(43deg, #EF8300 0%, #FDDE45 100%) 0% 0% no-repeat padding-box;
}
.step-list .step-list-item-text .step-list-item-text__label .step-list-item-number::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .step-list .step-list-item-text .step-list-item-text__label .step-list-item-number {
    width: 40px;
    height: 44px;
  }
  .step-list .step-list-item-text .step-list-item-text__label .step-list-item-number::after {
    font-size: 1.4rem;
  }
}
.step-list .step-list-item-text .step-list-item-text__label .step-list-item-heading {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 1.4rem;
}
@media (max-width: 768px) {
  .step-list .step-list-item-text .step-list-item-text__label .step-list-item-heading {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
.step-list .step-list-item-text .step-list-item-text__overview {
  padding-left: 6.2rem;
}
.step-list .step-list-item-text .step-list-item-text__overview * {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .step-list .step-list-item-text .step-list-item-text__overview {
    padding-left: 5rem;
  }
}
@media (max-width: 480px) {
  .step-list .step-list-item-text .step-list-item-text__overview {
    padding-left: 0;
  }
}
.step-list .step-list-item-text .step-list-item-text__overview ul, .step-list .step-list-item-text .step-list-item-text__overview ol {
  padding-left: 1.6rem;
}
.step-list .step-list-item-text .step-list-item-text__overview ul > li {
  list-style: disc;
}
.step-list .step-list-item-text .step-list-item-text__overview ol > li {
  list-style: decimal;
}