@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap);
@import url(https://use.typekit.net/glv0sbx.css);
.p-top-first-view {
  background: url(../img/top/bg-first-view-01.png) 0% 0% no-repeat;
  background-size: 100% auto;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-first-view {
    padding-bottom: 9.7222222222vw;
  }
}
.p-top-first-view__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: min(1120px, 90.3225806452%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding-top: 7.7777777778vw;
  }
}
.p-top-first-view__inner__col {
  padding-top: 2.6785714286%;
  width: 46.4285714286%;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__inner__col {
    padding-top: 0;
    width: 100%;
  }
}
.p-top-first-view__logo {
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 110.9615384615%;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__logo {
    left: auto;
    position: absolute;
    right: 0;
    top: 14.7222222222vw;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 61.25vw;
  }
}
.p-top-first-view__logo img {
  width: 100%;
}
.p-top-first-view__date {
  color: #38383a;
  font-size: 5.2rem;
  margin-top: 0.4615384615em;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__date {
    font-size: 4.1935483871vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__date {
    font-size: 7.6388888889vw;
    margin-top: 6.9444444444vw;
    text-align: center;
  }
}
.p-top-first-view__date span {
  font-weight: 500;
}
.p-top-first-view__date span.--num {
  font-family: "trajan-pro-3", serif;
  font-size: 5.98rem;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__date span.--num {
    font-size: 4.8225806452vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__date span.--num {
    font-size: 7.6388888889vw;
  }
}
.p-top-first-view__date span.--week {
  background-color: #ff4d00;
  border-radius: 100vh;
  color: white;
  display: inline-block;
  font-size: 3.4rem;
  height: 1.3235294118em;
  line-height: 1.3235294118em;
  text-align: center;
  vertical-align: 0.15em;
  width: 1.3235294118em;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__date span.--week {
    font-size: 2.7419354839vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__date span.--week {
    font-size: 4.7222222222vw;
  }
}
.p-top-first-view__date span.--txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__date span.--txt {
    margin-left: 0.2em;
    display: inline;
  }
}
.p-top-first-view__txt-01 {
  font-size: 3.4rem;
  font-weight: 500;
  margin-top: -0.5882352941em;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__txt-01 {
    font-size: 2.7419354839vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__txt-01 {
    display: none;
  }
}
.p-top-first-view__detail {
  font-size: 2.4rem;
  margin-top: 0.6666666667em;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__detail {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.6111111111vw;
    margin-top: 1.3888888889vw;
  }
}
.p-top-first-view__detail dl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-top-first-view__detail dl dt {
  color: #0caebc;
  font-size: 2.16rem;
  font-weight: 500;
  width: 8em;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__detail dl dt {
    font-size: 1.7419354839vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__detail dl dt {
    font-size: 3.25vw;
  }
}
.p-top-first-view__detail dl dd {
  color: #5a606a;
  font-weight: 500;
}
.p-top-first-view__detail dl dd span.--num {
  font-family: "trajan-pro-3", serif;
  font-size: 2.64rem;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__detail dl dd span.--num {
    font-size: 2.1290322581vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__detail dl dd span.--num {
    font-size: 3.9722222222vw;
  }
}
.p-top-first-view__detail p {
  color: #5a606a;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__detail p {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__detail p {
    font-size: 2.5vw;
    text-align: left;
    padding-left: 10.5em;
  }
}
.p-top-first-view__detail p span {
  color: #dc0000;
}
.p-top-first-view__detail__inner {
  display: inline-block;
}
.p-top-first-view__period {
  background-color: #ffee00;
  color: #000;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 1.2692307692em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__period {
    font-size: 2.0967741935vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__period {
    font-size: 3.6111111111vw;
    margin-left: auto;
    margin-right: auto;
    width: 77.6388888889vw;
  }
}
.p-top-first-view__period span.--num {
  font-family: "trajan-pro-3", serif;
  font-size: 3.12rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 0.2em;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__period span.--num {
    font-size: 2.5161290323vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__period span.--num {
    font-size: 4.3333333333vw;
  }
}
.p-top-first-view__txt-02 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.8571428571em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__txt-02 {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__txt-02 {
    font-size: 2.5vw;
  }
}
.p-top-first-view__apply-btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5185185185em;
  max-width: min(1060px, 85.4838709677%);
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__apply-btns {
    font-size: 2.1774193548vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__apply-btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.1666666667vw;
    margin-top: 6.3888888889vw;
    max-width: 100%;
  }
}
.p-top-first-view__apply-btns > * {
  width: 48.5849056604%;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__apply-btns > * {
    margin-top: 4.4444444444vw;
    width: 79.8611111111vw;
  }
  .p-top-first-view__apply-btns > *:first-child {
    margin-top: 0;
  }
}
.p-top-first-view__apply-btns > *:nth-child(2n) {
  margin-left: 2.8301886792%;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__apply-btns > *:nth-child(2n) {
    margin-left: 0;
  }
}
.p-top-first-view__apply-btns > * a {
  border-radius: 100vh;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  height: 3.7037037037em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3.7777777778em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__apply-btns > * a {
    height: 13.8888888889vw;
  }
}
.p-top-first-view__apply-btns > * a span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 1240px) {
  .p-top-first-view__apply-btns > * a span {
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-first-view__apply-btns > * a span {
    font-size: 3.6111111111vw;
  }
}
.p-top-first-view__apply-btns > * a::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-top-first-view__apply-btns > * a::before {
  border-radius: 100vh;
  content: "";
  display: block;
  height: 2.5925925926em;
  left: 0.5185185185em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2.5925925926em;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__place a {
  background-color: #0aa837;
  -webkit-box-shadow: 0 0 0 0.1851851852em #74c38b;
          box-shadow: 0 0 0 0.1851851852em #74c38b;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__place a::after {
  background-image: url(../img/top/img-apply-btn-01.png);
  height: 2.3703703704em;
  left: 0.5925925926em;
  width: 2.2592592593em;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__place a::before {
  background-color: #74c38b;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__online a {
  background-color: #009ac6;
  -webkit-box-shadow: 0 0 0 0.1851851852em #5dbfe8;
          box-shadow: 0 0 0 0.1851851852em #5dbfe8;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__online a::after {
  background-image: url(../img/top/img-apply-btn-02.png);
  height: 2.7037037037em;
  left: 0.4074074074em;
  width: 2.8888888889em;
}
.p-top-first-view__apply-btns > *.p-top-first-view__apply-btns__online a::before {
  background-color: #5dbfe8;
}
.p-top-first-view__btn-check {
  background-color: #90ba00;
  -webkit-box-shadow: inset 0 0 0 0.2222222222em #9dca00;
          box-shadow: inset 0 0 0 0.2222222222em #9dca00;
  border-radius: 100vh;
  color: #fffefe;
  cursor: pointer;
  height: 3.7777777778em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.7777777778em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4444444444em;
  padding-right: 4em;
  position: relative;
  text-align: center;
  width: 29.8888888889em;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__btn-check {
    font-size: 3.0555555556vw;
    height: auto;
    line-height: 1.4545454545em;
    margin-top: 5.5555555556vw;
    padding: 1.6666666667vw 0 1.6666666667vw 5.5555555556vw;
    text-align: left;
    width: 74.0277777778vw;
  }
}
.p-top-first-view__btn-check::after {
  background: url(../img/top/ico-btn-check.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 3.3888888889em;
  position: absolute;
  right: 0.7777777778em;
  top: -0.1111111111em;
  width: 4.7222222222em;
}
@media screen and (max-width: 767px) {
  .p-top-first-view__btn-check::after {
    background-image: url(../img/top/ico-btn-check@sp.png);
    height: 12.7777777778vw;
    right: 3.1944444444vw;
    top: -0.5555555556vw;
    width: 27.2222222222vw;
  }
}

.p-top-slider {
  aspect-ratio: 520/738;
  margin-right: 5%;
  overflow: hidden;
  width: 46.4285714286%;
}
@media screen and (max-width: 767px) {
  .p-top-slider {
    width: 37.3611111111vw;
  }
}
.p-top-slider img {
  width: 100%;
}

.p-top-about {
  background: url(../img/top/bg-about-01.png) 50% 100% no-repeat;
  background-size: 100% auto;
  padding-bottom: 85px;
  padding-top: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    background-image: url(../img/top/bg-about-01@sp.png);
    padding-bottom: 7.6388888889vw;
    padding-top: 6.3888888889vw;
  }
}
.p-top-about__hd-01 {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-01 {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-01 img {
    width: 55.5555555556vw;
  }
}
.p-top-about__hd-02 {
  margin-bottom: 32px;
  margin-top: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-02 {
    margin-bottom: 4.4444444444vw;
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__hd-02 img {
    width: 39.4444444444vw;
  }
}
.p-top-about__illust {
  position: absolute;
  left: 50%;
  margin-left: 360px;
  top: 210px;
}
@media screen and (max-width: 767px) {
  .p-top-about__illust {
  position: absolute;
  left: 60%;
  margin-left: 80px;
  top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__illust img {
    width: 90%;
    height: auto;
  }
}
.p-top-about p {
  font-size: 2rem;
  line-height: 2.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about p {
    font-size: 3.0555555556vw;
    line-height: 2.0454545455em;
  }
}
.p-top-about__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1084px, 90.0332225914%);
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-about__benefits > * {
  background-color: #fff;
  margin-left: 0.6457564576%;
  margin-right: 0.6457564576%;
  padding: 16px 25px 202px;
  position: relative;
  width: 32.4723247232%;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.1666666667vw;
    padding: 3.3333333333vw 3.3333333333vw 4.4444444444vw;
    width: 100%;
  }
  .p-top-about__benefits > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits > * > div {
    width: 48.3870967742%;
  }
}
.p-top-about__benefits > * p {
  font-size: 1.6rem;
  line-height: 1.625em;
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits > * p {
    font-size: 2.7777777778vw;
    margin-top: 0;
  }
}
.p-top-about__benefits > * ul {
  font-size: 1.3rem;
  line-height: 1.5384615385em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits > * ul {
    font-size: 2.5vw;
  }
}
.p-top-about__benefits > * ul li::before {
  content: "※";
}
.p-top-about__benefits > * figure {
  bottom: 38px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 85.2272727273%;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits > * figure {
    bottom: auto;
    left: auto;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 48.3870967742%;
  }
}
.p-top-about__benefits > * figure img {
  width: 100%;
}
.p-top-about__benefits__hd-01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits__hd-01 {
    margin-bottom: 4.1666666667vw;
    width: 100%;
  }
}
.p-top-about__benefits__hd-01 span {
  background-color: #0090ff;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-top-about__benefits__hd-01 span {
    font-size: 3.0555555556vw;
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    width: 30.5555555556vw;
  }
}

.p-top-example {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-top-example {
    padding-top: 7.6388888889vw;
  }
}
.p-top-example__hd-01 {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-example__hd-01 {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-example__hd-01 img {
    width: 9.8611111111vw;
  }
}
.p-top-example__illust {
  position: absolute;
}
.p-top-example__slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 968px;
  overflow: hidden;
  padding-left: 188px;
  padding-right: 188px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-example__slider {
    max-width: 100%;
    padding-left: 22.2222222222vw;
    padding-right: 22.2222222222vw;
  }
}
.p-top-example__items {
  counter-reset: number1 number2 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
  position: relative;
  top: 0;
}
.p-top-example__bottom {
  margin-top: 38px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom {
    margin-top: 4.8611111111vw;
  }
}
.p-top-example__bottom > div {
  display: inline-block;
  position: relative;
}
.p-top-example__bottom__btn-prev {
  color: #0090ff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 59px;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom__btn-prev {
    font-size: 2.7777777778vw;
    padding-left: 8.1944444444vw;
  }
}
.p-top-example__bottom__btn-prev::after {
  background: url(../img/top/ico-example-arrow.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 46px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
  width: 47px;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom__btn-prev::after {
    height: 6.3888888889vw;
    width: 6.5277777778vw;
  }
}
.p-top-example__bottom__btn-next {
  color: #0090ff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 59px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(20px, -50%);
          transform: translate(20px, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom__btn-next {
    font-size: 2.7777777778vw;
    padding-right: 8.1944444444vw;
  }
}
.p-top-example__bottom__btn-next::after {
  background: url(../img/top/ico-example-arrow.png) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 46px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 47px;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom__btn-next::after {
    height: 6.3888888889vw;
    width: 6.5277777778vw;
  }
}
.p-top-example__bottom__btn-more {
  text-align: center;
}
.p-top-example__bottom__btn-more a {
  background-color: #0090ff;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  width: 184px;
}
@media screen and (max-width: 767px) {
  .p-top-example__bottom__btn-more a {
    font-size: 2.7777777778vw;
    line-height: 5vw;
    width: 30vw;
  }
}
.p-top-example__bottom__btn-more a:hover {
  color: #fff;
  opacity: 0.5;
}

.c-top-example-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 600px;
  position: relative;
  width: 100%;
}
.c-top-example-card:first-child .c-top-example-card__bottom__btn-prev {
  display: none;
}
.c-top-example-card:last-child .c-top-example-card__bottom__btn-next {
  display: none;
}
.c-top-example-card:nth-child(1) .p-top-example__illust {
  left: 590px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-top-example-card:nth-child(1) .p-top-example__illust {
    left: 48.6111111111vw;
    top: 8.3333333333vw;
  }
  .c-top-example-card:nth-child(1) .p-top-example__illust img {
    width: 18.0555555556vw;
  }
}
.c-top-example-card:nth-child(2) .p-top-example__illust {
  left: 480px;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .c-top-example-card:nth-child(2) .p-top-example__illust {
    left: 52.7777777778vw;
    top: 12.5vw;
  }
  .c-top-example-card:nth-child(2) .p-top-example__illust img {
    width: 16.3888888889vw;
  }
}
.c-top-example-card dl dt {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dt {
    font-size: 3.3333333333vw;
    line-height: 1.6666666667em;
  }
}
.c-top-example-card dl dt::after {
  color: #009ac6;
  content: "Q" counter(number1);
  counter-increment: number1;
  font-family: "trajan-pro-3", serif;
  font-size: 3.6rem;
  left: -3.2em;
  line-height: 1;
  position: absolute;
  top: 0.28em;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dt::after {
    font-size: 5.5555555556vw;
    top: 0.1em;
  }
}
.c-top-example-card dl dt span {
  color: #009ac6;
  font-size: 2rem;
  font-weight: 500;
  left: -2.8em;
  line-height: 1;
  position: absolute;
  top: 0.7em;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dt span {
    font-size: 3.3333333333vw;
    top: 0.3em;
  }
}
.c-top-example-card dl dd {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dd {
    margin: 4.1666666667vw -10% 0;
    width: 120%;
  }
}
.c-top-example-card dl dd ul {
  counter-reset: number3;
}
.c-top-example-card dl dd ul:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dd ul:first-child {
    margin-right: 0;
  }
}
.c-top-example-card dl dd ul li {
  color: #404040;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dd ul li {
    font-size: 3.0555555556vw;
  }
}
.c-top-example-card dl dd ul li:last-child {
  margin-bottom: 0;
}
.c-top-example-card dl dd ul li::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444444;
  border-radius: 100vh;
  color: #fff;
  content: counter(number3);
  counter-increment: number3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6em;
  height: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dd ul li::before {
    height: 3.0555555556vw;
    width: 3.0555555556vw;
  }
}
.c-top-example-card dl dd ul:nth-child(2) {
  counter-reset: number3 2;
}
.c-top-example-card dl dd .--cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-top-example-card dl dd .--cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-top-example-card dl dd .--cols ul {
    margin-bottom: 0.5em;
  }
  .c-top-example-card dl dd .--cols ul:last-child {
    margin-bottom: 0;
  }
}
.c-top-example-card__btn-answer {
  background-color: #0aa837;
  border-radius: 100vh;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 60px;
  margin-top: 56px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-top-example-card__btn-answer {
    font-size: 3.0555555556vw;
    line-height: 8.3333333333vw;
    left: 50%;
    margin-top: 4.1666666667vw;
    position: relative;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 78.0555555556vw;
  }
}
.c-top-example-card__btn-answer .--click {
  color: #fff;
}
.c-top-example-card__btn-answer .--answer {
  color: #000;
  line-height: 4.3333333333vw;
  display: none;
}
.c-top-example-card__btn-answer .--answer span {
  color: #444;
}
.c-top-example-card__btn-answer.--is-opened {
  background-color: #cbe5f4;
}
.c-top-example-card__btn-answer.--is-opened .--click {
  display: none;
}
.c-top-example-card__btn-answer.--is-opened .--answer {
  display: block;
}

.p-top-news {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: min(1080px, 90%);
}
@media screen and (max-width: 767px) {
  .p-top-news {
    margin-top: 6.9444444444vw;
    max-width: 100%;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
.p-top-news__hd-01 {
  border-bottom: 2px solid #383838;
  color: #231815;
  font-family: "trajan-pro-3", serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__hd-01 {
    font-size: 4.4444444444vw;
  }
}
.p-top-news dl {
  border-bottom: 1px solid #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.0555555556vw;
    padding-bottom: 1.1111111111vw;
    padding-top: 0.9722222222vw;
  }
}
.p-top-news dl dt {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-news dl dt {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.p-top-news dl dd span {
  background-color: #0090ff;
  color: #fff;
  display: inline-block;
  font-family: "trajan-pro-3", serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 0.5714285714em;
  padding: 0.3571428571em 0.5714285714em;
}
@media screen and (max-width: 767px) {
  .p-top-news dl dd span {
    font-size: 2.5vw;
  }
}

.p-top-organization {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-organization {
    padding-bottom: 6.6666666667vw;
    padding-top: 8.8888888889vw;
  }
}
.p-top-organization dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-top-organization dl {
    font-size: 2.7777777778vw;
    margin-left: 1em;
    margin-right: 1em;
  }
}
.p-top-organization dl dt {
  color: #0caebc;
  font-size: 1.4rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-top-organization dl dt {
    font-size: 2.7777777778vw;
  }
}
.p-top-organization dl dd {
  color: #333;
}
.p-top-organization p {
  color: #333;
  font-size: 1.4rem;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-organization p {
    font-size: 2.5vw;
    margin-top: 2.2222222222vw;
  }
}