.img-100 {
  width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.width-full {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.main-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 678px;
}

.bg-og {
  background-color: rgb(255, 142, 67);
}

.btn-area .info-btn {
  position: relative;
  line-height: 2.8;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: 2px solid black;
  border-radius: 3rem;
}
.btn-area .info-btn:first-child {
  margin-bottom: 3rem;
}
.btn-area .info-btn .info-btn-ab {
  position: absolute;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  top: -1.8rem;
  border-radius: 0.5rem;
  display: block;
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
}
.btn-area .info-btn > span {
  position: relative;
  width: 100%;
  display: inline-block;
}
.btn-area .info-btn > span::after {
  background-image: url(../../assets/img/top/right-arrow.png);
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  right: 12px;
  top: 50%;
  transform: translateY(-31%);
}

.partner-coporation-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.partner-coporation-wrap .partner-coporations {
  transition-timing-function: linear;
}
.partner-coporation-wrap .partner-coporations .partner-coporation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  margin: 0 auto;
}
.partner-coporation-wrap .partner-coporations .partner-coporation > img {
  display: block;
  width: 95%;
  height: 55px;
}

.wrap-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  white-space: nowrap;
}
.wrap-ttl span {
  position: relative;
}
.wrap-ttl span::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-bottom: 12px solid rgb(255, 155, 67);
}

.first-section-wrap {
  background-color: white !important;
  position: relative;
}

.section-wrap {
  padding: 0 1rem;
}
.section-wrap:nth-child(2n):not(:first-child) {
  background-color: rgb(249, 249, 246);
  position: relative;
}
.section-wrap:first-child {
  background-color: white;
  position: relative;
}

.section-wrap-2 {
  padding: 0 1rem;
}
.section-wrap-2:nth-child(odd) {
  background-color: rgb(249, 249, 246);
}
.section-wrap-2:nth-child(even) {
  background-color: white;
}

.section-item-ttl {
  text-align: center;
  margin-bottom: 1rem;
}
.section-item-ttl > img {
  margin-bottom: 1rem;
}
.section-item-ttl > p {
  font-size: 1.25em;
}

.section-item-contents .img {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-item-contents .img-2 {
  margin-left: 3rem;
}
.section-item-contents .content {
  text-align: start;
}
.section-item-contents a {
  text-decoration: underline;
}
.section-item-contents .underline {
  position: relative;
  display: inline;
  text-decoration: underline;
  text-decoration-color: rgb(255, 204, 67);
  text-decoration-thickness: 4px;
}

.caption-wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.caption-wrap p {
  font-size: 17px;
  margin-top: 2.5rem;
  font-weight: initial;
}

.reason-wrap {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.reason-wrap .reason-items {
  margin-top: 3.125rem;
}
.reason-wrap .reason-item {
  margin-bottom: 4.25rem;
}
.reason-wrap .reason-item .attention {
  font-size: 12px;
  vertical-align: top;
}
.reason-wrap .reason-item .reason-item-ttl {
  text-align: center;
  margin-bottom: 1rem;
}
.reason-wrap .reason-item .reason-item-ttl > img {
  margin-bottom: 1rem;
}
.reason-wrap .reason-item .reason-item-ttl > p {
  font-size: 1.25em;
}
.reason-wrap .reason-item .reason-item-contents .img {
  text-align: center;
  margin-bottom: 1.5rem;
}
.reason-wrap .reason-item .reason-item-contents .img-2 {
  margin-left: 3rem;
}
.reason-wrap .reason-item .reason-item-contents .content {
  text-align: start;
}
.reason-wrap .reason-item .reason-item-contents a {
  text-decoration: underline;
}

.feature-wrap {
  padding-top: 4rem;
  padding-bottom: 8.75rem;
}
.feature-wrap .feature-items {
  margin-top: 3rem;
}
.feature-wrap .feature-items .feature-item {
  margin-bottom: 2.5rem;
}
.feature-wrap .feature-items .feature-item-contents .content {
  margin-bottom: 2.5rem;
}

.fee-wrap {
  padding-bottom: 3rem;
}
.fee-wrap .free_stong {
  font-size: 22px;
  color: rgb(255, 72, 5);
  font-weight: bold;
}
.fee-wrap .fee-items {
  margin-top: 2.25rem;
}
.fee-wrap .fee-items .fee-item .fee-content {
  margin-bottom: 3.75rem;
}
.fee-wrap .fee-items .fee-content2 {
  margin-bottom: 3rem;
}
.fee-wrap .fee-plans .fee-plan {
  margin-bottom: 2.25rem;
}
.fee-wrap .fee-plans .fee-plan > img {
  width: 100%;
}

.offer-wrap {
  padding-top: 3rem;
  padding-bottom: 3.375rem;
}
.offer-wrap .offer-items {
  margin-top: 2rem;
}
.offer-wrap .offer-plans {
  margin-top: 2.25rem;
}
.offer-wrap .offer-plans .offer-plan {
  margin: 2rem 0;
}
.offer-wrap .offer-plans .offer-plan > img {
  width: 100%;
}

.example-wrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.example-wrap .example-items {
  margin-top: 2.875rem;
  margin-bottom: 1.75rem;
}
.example-wrap .example-items .example-item {
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 0.75em;
  margin-bottom: 1.25rem;
}
.example-wrap .example-items .example-item img {
  border-radius: 5px;
}
.example-wrap .example-items .example-item-ttl {
  margin: 0.5rem 0;
  font-weight: bold;
}
.example-wrap .example-items .example-item-content {
  margin-bottom: 1.25rem;
  font-size: 17px;
}

#btn-example-more > div,
#btn-faq-more > div {
  margin-bottom: 3.75rem;
  border-radius: 3rem;
  border: 2px solid rgb(0, 0, 0);
  font-size: 17px;
  line-height: 2.95;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#btn-example-more > div::after,
#btn-faq-more > div::after {
  background-image: url(../../assets/img/top/right-arrow.png);
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  right: 12px;
  top: 50%;
  transform: translateY(-31%);
}

.faq-wrap {
  padding-top: 3.75rem;
  padding-bottom: 2.25rem;
}
.faq-wrap .faq-items {
  margin-top: 3rem;
  margin-bottom: 2.25rem;
}
.faq-wrap .faq-items .faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(153, 153, 153);
}
.faq-wrap .faq-items .faq-ttl-wrap {
  display: flex;
  width: 97%;
}
.faq-wrap .faq-items .faq-ttl {
  display: flex;
  margin-bottom: 1.25rem;
}
.faq-wrap .faq-items .faq-ttl img {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 2px;
}
.faq-wrap .faq-items .faq-ttl .faq-ttl-sentence {
  font-size: 17px;
  font-weight: bold;
  padding-right: 2rem;
  margin-left: 0.5rem;
}
.faq-wrap .faq-items .faq-ttl .plus {
  position: relative;
}
.faq-wrap .faq-items .faq-ttl .plus::before, .faq-wrap .faq-items .faq-ttl .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  background-color: black;
}
.faq-wrap .faq-items .faq-ttl .plus::after {
  transform: rotate(90deg);
}
.faq-wrap .faq-items .faq-ttl .minus {
  position: relative;
}
.faq-wrap .faq-items .faq-ttl .minus::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0rem;
  background-color: black;
  transform: rotate(90deg);
}
.faq-wrap .faq-items .faq-body {
  background-color: white;
  border-radius: 12px;
  padding: 0rem 1.25rem;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
}

.flow-wrap {
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
}
.flow-wrap .flow-items {
  margin-top: 3rem;
  margin-bottom: 3.25rem;
}
.flow-wrap .flow-items .flow-item {
  margin-bottom: 1rem;
}
.flow-wrap .flow-items .flow-item .flow-item-ttl {
  display: flex;
  margin-bottom: 12px;
}
.flow-wrap .flow-items .flow-item .flow-item-ttl > div {
  margin-left: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  color: rgb(255, 122, 3);
}
.flow-wrap .flow-items .flow-item .flow-item-contents .flow-item-subttl {
  display: flex;
}
.flow-wrap .flow-items .flow-item .flow-item-contents .flow-item-subttl > div {
  margin-left: 1rem;
  font-size: 17px;
  font-weight: bold;
}
.flow-wrap .flow-items .flow-item .flow-item-contents .flow-item-subbody {
  margin-top: 10px;
  margin-left: 2rem;
  padding-left: 3.5rem;
  border-left: 2px solid rgb(80, 80, 80);
  min-height: 136px;
}/*# sourceMappingURL=top.css.map */