/* area
------------------- */

.l-page--simple {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-page--simple {
      padding-top: 47px;
  }
}

.area__hero {
  background-size: cover;
  background: url('../../img/page_area/bg_fv.webp') no-repeat left bottom/cover;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .area__hero {
    background-position: center top;
    background-size: auto 100%;
    max-height: none;
  }
}

.area__hero--inner {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  background: url('../../img/page_area/img_fv_pc.webp') no-repeat 660px bottom/428px auto;
}

@media screen and (max-width: 767px) {
  .area__hero--inner {
    max-width: 100%;
    padding-bottom: 20px;
    background: url('../../img/page_area/img_fv_sp.webp') no-repeat center 160px/auto 310px;
  }
}

.area__hero--text {
  padding-top: 50px;
  width: 650px;
}

@media screen and (max-width: 767px) {
  .area__hero--text {
    padding: 20px;
    max-width: 100%;
    height: auto;
  }
}
.area__hero--heading {
  font-weight: bold;
  color: #FFF;
  letter-spacing: -0.1px;
}

.area__hero--heading-01 {
  position: relative;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-01 {
    font-size: 4vw;
    white-space: nowrap;
  }
}

.area__hero--heading-01 strong {
  font-size: 44px;
  margin-left: -12px;
  margin-right: 6px;
  text-emphasis: filled;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-01 strong {
    font-size: 6vw;
    margin-left: -4px;
  }
}

.area__hero--heading-01 .top-section__heading--note-mark {
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-01 .top-section__heading--note-mark {
    position: relative;
    top: -16px;
    right: 0;
    margin-left: 4px;
  }
}

.area__elsewhere--heading .title {
  position: relative;
}

.area__elsewhere--heading .title .top-section__heading--note-mark {
  font-size: 12px;
  position: absolute;
  top: -10px;
  color: #323B44;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--heading .title .top-section__heading--note-mark {
    font-size: 10px;
    position: relative;
    top: -20px;
  }
}

.top-section__heading--note-text {
  position: absolute;
  color: #FFF;
  font-size: 11px;
  right: 20px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top-section__heading--note-text {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

.area__hero--heading-02 {
  font-size: 44px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-02 {
    font-size: 5vw;
  }
}

.area__hero--heading-02 strong {
  display: inline-block;
  background-color: #FFF;
  line-height: 1;
  padding: 14px;
  color: var(--main-color);
  font-size: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-02 strong {
    font-size: 7vw;
    padding: 8px;
    margin-right: 2vw;
  }
}

.area__hero--heading-02 b {
  font-size: 64px;
  margin-left: 4px;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-02 b {
    display: inline-block;
    font-size: 8vw;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 2px;
  }
}

.area__hero--heading-03 {
  font-size: 60px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .area__hero--heading-03 {
    font-size: 34px;
  }
}

.area__hero--cta {
  padding-bottom: 50px;
  color: #1565C0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area__hero--cta {
    margin-top: 220px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.area__hero--button-microcopy {
  text-align: center;
  line-height: 26px;
  color: #FFF;
}

.area__hero--button-microcopy p {
  font-size: 17px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .area__hero--button-microcopy p {
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 18px;
    padding-right: 12px;
  }
}

.area__hero--button-microcopy p::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 1px;
  height: 80%;
  background: #FFF;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.area__hero--button-microcopy p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 1px;
  height: 80%;
  background: #FFF;
  border-radius: 3px;
  transform: rotate(25deg);
}

.area__hero--button {
  display: inline-block;
  background: linear-gradient(90deg, #F49219 0%, #FFB42D 100%);
  color: #FFF;
  padding: 20px 34px 20px 85px;
  border-radius: 999px;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .area__hero--button {
    padding: 4vw 10vw 4vw 17vw;
  }
}

.area__hero--button:hover {
  opacity: 0.9;
  transition: 200ms;
}

.area__hero--button::before {
  content: '';
  display: inline-block;
  height: 50px;
  width: 40px;
  position: absolute;
  left: 32px;
  top: 20px;
  background: url('../../img/common/img_pamphlet_thumb.webp') no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .area__hero--button::before {
    height: 11vw;
    width: 11vw;
    left: 5vw;
    top: -2vw;
    background-size: contain;
  }
}

.area__hero--button b {
  font-size: 23px;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .area__hero--button b {
    font-size: 3.6vw;
  }
}

.area__hero--button b::after {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('../../img/common/icon_download_white.svg') no-repeat center top;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .area__hero--button b::after {
    position: absolute;
    top: 30%;
    height: 4vw;
    width: 4vw;
    background-size: contain;
  }
}

.area__hero--button span {
  font-size: 13px;
  display: block;
  font-weight: bold;
}

.area__hero--cta-links {
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .area__hero--cta-links {
    flex-wrap: wrap;
    line-height: 20px;
  }
}

.area__hero--cta-links a {
  color: #FFF;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .area__hero--cta-links a {
    font-size: 12px;
  }
}

.area__hero--cta-links a:hover {
  text-decoration: none;
}

.section__area {
  padding-bottom: 80px;
}

.section__area--button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.area__elsewhere {
  padding-left: 4vw;
  padding-right: 4vw;
}

.area__elsewhere--inner {
  padding-top: 64px;
  padding-bottom: 64px;
  width: 810px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--inner {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
}

.area__elsewhere--heading {
  display: flex;
  flex-direction: column;
  position: relative;
}

.area__elsewhere--heading span {
  color: var(--main-color);
}

.area__elsewhere--heading .note {
  display: flex;
  justify-content: flex-end;
}

.area__elsewhere--heading .note p {
  font-size: 9px;
  color: #7C7C7C;
  text-align: left;
}

.area__elsewhere--heading .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--heading .title {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
  }
}

.area__elsewhere--heading .title span {
  color: var(--main-color);
}

.area__elsewhere--description {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--description {
    display: block;
  }
}

.area__elsewhere--description-image {
  flex-basis: 320px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--description-image {
    flex-basis: auto;
    text-align: center;
  }
}

.area__elsewhere--description-image img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.area__elsewhere--description-image span {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 0 30px;
}

.area__elsewhere--description-image span::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 1px;
  height: 70%;
  background: #323B44;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.area__elsewhere--description-image span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 1px;
  height: 70%;
  background: #323B44;
  border-radius: 3px;
  transform: rotate(25deg);
}

.area__elsewhere--description-text {
  font-size: 16px;
  flex-basis: 418px;
  padding-top: 30px;
}

.area__elsewhere--description-text span {
  color: var(--main-color);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--description-text {
    flex: 1;
    font-size: 14px;
  }
}

.modal-button {
  cursor: pointer;
}

.modal-button:hover {
  opacity: 0.8;
}

.area__elsewhere--items {
  display: flex;
  column-gap: 48px;
  justify-content: center;
  margin-top: 56px;
}

.area__elsewhere--items li {
  width: 150px;
  text-align: center;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 160px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 140px auto;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--items li {
    width: 48%;
    font-size: 13px;
    margin-bottom: 16px;
  }
}

.area__elsewhere--items li:nth-child(1) {
  background-image: url('../../img/common/img_elsewhere01.webp');
}

.area__elsewhere--items li:nth-child(2) {
  background-image: url('../../img/common/img_elsewhere02.webp');
}

.area__elsewhere--items li:nth-child(3) {
  background-image: url('../../img/common/img_elsewhere03.webp');
}

.area__elsewhere--items li:nth-child(4) {
  background-image: url('../../img/common/img_elsewhere04.webp');
}

.area__elsewhere--items span {
  color: var(--main-color);
  font-size: 40px;
  display: block;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .area__elsewhere--items span {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .area__elsewhere--items {
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.area__feature--01 {
  background-color: #FFFAE2;
}

@media screen and (max-width: 767px) {
  .area__feature--01 {
    padding-bottom: 20px;
  }
}

.area__feature--01__inner {
  width: 940px;
  margin: 0 auto;
  padding: 60px 0 60px 420px;
  background: url(../../img/common/img_feature_01.svg) no-repeat left center/360px auto;
}

@media screen and (max-width: 767px) {
  .area__feature--01__inner {
    width: 100%;
    padding: 30px 20px 50vw;
    background-position: center bottom;
    background-size: auto 50vw;
  }
}

.area__feature--01__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .area__feature--01__heading {
    font-size: 22px;
  }
}

.area__feature--01__heading span {
  color: var(--main-color);
}

.area__feature--01__text-note {
  margin-top: 10px;
}

.area__feature--02__inner {
  width: 940px;
  margin: 0 auto;
  min-height: 300px;
  display: flex;
  align-items: center;
  padding-right: 360px;
  background: url(../../img/common/img_feature_02.svg) no-repeat right 30px;
  background-size: 320px auto;
}

@media screen and (max-width: 767px) {
  .area__feature--02__inner {
    width: 100%;
    padding: 40px 20px 50vw;
    min-height: auto;
    background-size: auto 50vw;
    background-position: center bottom;
  }
}

.area__feature--02__heading {
  font-size: 28px;
    font-weight: bold;
    color: #1565C0;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .area__feature--02__heading {
    font-size: 22px;
  }
}

.section__area--micro-copy {
  font-weight: bo;
  padding-bottom: 10px;
}

.area__content {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .area__content {
    width: 100%;
    padding: 0 20px
  }
}
