html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  min-width: 104rem;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.5;
}

small, em {
  font-style: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

.contactWrap {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 50px 16px;
    margin: auto;
    width: 95%;
    text-align: center;
  }
}

.contactWrap h2 {
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: 'Abel', sans-serif;
}

@media screen and (max-width: 767px) {
  .contactWrap h3 {
    font-size: 2.1rem;
  }
}

.borderdBtn {
  background: #fff;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.bg--color1 {
  background-color: #f4f4f4;
}

.bg--color2 {
  background-color: #1ea363;
}

.bg--color3 {
  background-color: #dbdbdb;
}

.bg--triangle {
  position: relative;
}

.bg--triangle::before, .bg--triangle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
}

.bg--triangle::before {
  left: 0;
  border-style: solid;
  border-color: #1ea363 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .bg--triangle::before {
    border-width: 95px 500px 0 500px;
  }
}
@media screen and (min-width: 1000px) {
  .bg--triangle::before {
    border-width: 95px 50vw 0 50vw;
  }
}
@media screen and (max-width: 767px) {
  .bg--triangle::before {
    border-width: 25px 50vw 0 50vw;
  }
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 104rem;

}

.wrapper {
  /* overflow: clip; */
  position: relative;
  padding: 15rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 5.5rem 0 3rem;
  }
}

.wrapper--pad-tb100 {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .wrapper--pad-tb100 {
    padding: 3.5rem 0;
  }
}

.wrapper--pad-tb125 {
  padding: 12.5rem 0;
}
@media screen and (max-width: 767px) {
  .wrapper--pad-tb125 {
    padding: 4rem 0;
  }
}

.wrapper--pad-t80 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .wrapper--pad-t80 {
    padding-top: 5rem;
  }
}

.wrapper--pad-b45 {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .wrapper--pad-b45 {
    padding-bottom: 3rem;
  }
}

.firstview__text {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .firstview__text {
    font-size: 2rem;
  }
}

.firstview__text--red {
  color: #ef4033;
  font-size: 4rem;
  letter-spacing: 0.38em;
}
@media screen and (max-width: 767px) {
  .firstview__text--red {
    font-size: 2.8rem;
  }
}

.firstview__title {
  color: #1ea363;
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .firstview__title {
    font-size: 5.3rem;
  }
}

.firstview__title span {
  position: relative;
  letter-spacing: 0;
}

.firstview__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/mybusiness/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .firstview__title span::after {
    right: -4.16rem;
    width: 3.1rem;
    height: 4.9rem;
  }
}

.firstview__image {
  position: absolute;
  right: -8rem;
  bottom: 0;
  width: 63.8rem;
}
@media screen and (max-width: 767px) {
  .firstview__image {
    position: static;
    width: 100%;
  }
}

.firstview__description {
  margin-top: 3rem;
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .firstview__description {
    padding: 0 1.75rem;
    margin-top: 2rem;
    width: 100%;
  }
}

.firstview__description dt {
  display: inline-block;
  position: relative;
  color: #1ea363;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.89;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .firstview__description dt {
    font-size: 1.6rem;
    line-height: 1.785;
  }
}

.firstview__description dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/mybusiness/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 2.7rem;
}
@media screen and (max-width: 767px) {
  .firstview__description dt::after {
    right: -2rem;
    width: 1.5rem;
    height: 2.3rem;
  }
}

.firstview__description dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .firstview__description dd {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.interval__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.9rem;
}
@media screen and (max-width: 767px) {
  .interval__image {
    position: static;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .interval__image--w279 {
    width: 27.9rem;
  }
}

@media screen and (min-width: 768px) {
  .interval__image--w414 {
    width: 41.4rem;
  }
}

@media screen and (min-width: 768px) {
  .interval__image--reverse {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .interval__image--center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .interval__image--half {
    left: 25%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.interval__image img {
  width: 100%;
}

.interval__description {
  margin-left: auto;
  width: 45.1rem;
}
@media screen and (max-width: 767px) {
  .interval__description {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .interval__description--w500 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .interval__description--w537 {
    width: 53.7rem;
  }
}

@media screen and (min-width: 768px) {
  .interval__description--reverse {
    margin-left: 0;
    margin-right: auto;
  }
}

.interval__caption {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .interval__caption {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .interval__caption {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.interval__caption--color2 {
  color: #1ea363;
}

.interval__caption span {
  padding: 0 1rem;
  margin: 0 0.5rem;
  background-color: #fff;
  color: #1ea363;
}

.interval__caption--color2 span {
  color: #fff;
  background-color: #1ea363;
}

.interval__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .interval__text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.interval__text--color2 {
  color: #000;
}

.interval__big-text {
  padding: 16rem 0 7rem;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interval__big-text {
    padding: 6rem 0 3rem;
    font-size: 2.2rem;
  }
}

.interval__list {
  margin-top: 6.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interval__list {
    padding: 0 1.75rem;
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}

.interval__item {
  position: relative;
  padding-left: 3.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .interval__item {
    padding-left: 2.5rem;
  }
}

.interval__item:not(:last-child) {
  margin-bottom: 1rem;
}

.interval__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url(../images/mybusiness/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.5rem;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .interval__item::before {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.caption {
  position: relative;
  color: #1ea363;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caption {
    margin-top: 4.5rem;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

.caption::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-image: url(../images/mybusiness/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .caption::before {
    width: 2rem;
    height: 3rem;
  }
}

.caption--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .caption--white {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.caption--white::before {
  content: none;
}

.caption span {
  color: #ef4033;
}

.merit__list, .demerit__list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .merit__list, .demerit__list {
    display: block;
    margin-top: 2.5rem;
  }
}

.merit__item {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .merit__item, .demerit__item {
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .merit__item:last-child, .demerit__item:last-child {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .demerit__item {
    width: 31%;
  }
}

.merit__point {
  position: relative;
}

.merit__point::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.5rem;
  height: 10.1rem;
}
@media screen and (max-width: 767px) {
  .merit__point::before {
    left: 5.5rem;
    width: 6rem;
    height: 8.1rem;
  }
}

.merit__point--01::before {
  background-image: url(../images/mybusiness/icon_point01.svg);
}

.merit__point--02::before {
  background-image: url(../images/mybusiness/icon_point02.svg);
}

.merit__point--03::before {
  background-image: url(../images/mybusiness/icon_point03.svg);
}

.merit__point dt {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .merit__point dt {
    margin-bottom: 2.5rem;
  }
}

.merit__point dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .merit__point dd {
    padding: 0 1.75rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.merit__point img, .demerit__point img {
  width: 100%;
}

.demerit__point dt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .demerit__point dt {
    margin-bottom: 1.5rem;
  }
}

.demerit__point dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .demerit__point dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.demerit__point span {
  letter-spacing: -0.03em;
}

.demerit__point em {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .demerit__point em {
    font-size: 1.9rem;
  }
}

.register__list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .register__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
}

.register__item {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .register__item {
    margin-left: 4%;
    margin-right: 4%;
    width: 42%;
  }

  .register__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.register__description {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .register__description {
    font-size: 1.4rem;
  }
}