@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
* [data-ruby] {
  position: relative;
  display: inline-block;
}
* [data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -0.6em);
  display: block;
  left: 50%;
  top: -20%;
  white-space: nowrap;
  font-size: 60%;
  letter-spacing: 0;
  color: #f49940;
}

.ly_pageHeader_inner {
  background-image: url(../../img/first/bg_hl.png);
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    background-image: url(../../img/first/bg_hl_smp.png);
  }
}

.un_firstLead_inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 749px) {
  .un_firstLead_inner {
    flex-direction: column;
    gap: 32px;
    gap: 8.5333333333vw;
  }
}
.un_firstLead_cont {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .un_firstLead_cont {
    width: 100%;
  }
}
.un_firstLead_contHl {
  border: 3px solid #fbdcae;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .un_firstLead_contHl {
    border-radius: 10px;
    border-radius: 2.6666666667vw;
  }
}
.un_firstLead_contHl dt {
  background: #fbdcae;
  font-size: 2.4rem;
  padding: 6px;
}
@media screen and (max-width: 749px) {
  .un_firstLead_contHl dt {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 6px;
    padding: 1.6vw;
  }
}
.un_firstLead_contHl dd {
  font-size: 2rem;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .un_firstLead_contHl dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 18px;
    padding: 4.8vw;
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
    white-space: nowrap;
  }
}
.un_firstLead_contHl dd strong {
  color: #f2780a;
}
.un_firstLead_txt {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .un_firstLead_txt {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}
.un_firstLead_img {
  width: calc(50% - 60px);
}
@media screen and (max-width: 749px) {
  .un_firstLead_img {
    width: 100%;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}

.un_firstMerit {
  margin-top: 120px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit {
    margin-top: 60px;
    margin-top: 16vw;
  }
}
.un_firstMerit_inner {
  border-top: 5px solid #f49940;
  background: #ece9e2;
  padding: 90px 100px 120px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_inner {
    padding: 40px;
    padding: 10.6666666667vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
  }
}
.un_firstMerit_hl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 90px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_hl {
    flex-wrap: wrap;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 75px;
    margin-bottom: 20vw;
    white-space: unset;
  }
}
.un_firstMerit_hl strong {
  font-size: 8rem;
  color: #f49940;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_hl strong {
    font-size: 42px;
    font-size: 11.2vw;
  }
}
.un_firstMerit_list {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_list {
    gap: 86px;
    gap: 22.9333333333vw;
  }
}
.un_firstMerit_listItem {
  border-radius: 10px;
  background: #fff;
  padding: 50px 45px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem {
    border-radius: 10px;
    border-radius: 2.6666666667vw;
    padding: 18px;
    padding: 4.8vw;
    padding-top: 110px;
    padding-top: 29.3333333333vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
}
.un_firstMerit_listItem dt {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem dt {
    flex-direction: column;
    gap: 14px;
    gap: 3.7333333333vw;
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.un_firstMerit_listItem dt .__num {
  color: #f49940;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 8rem;
}
.un_firstMerit_listItem dt .__num::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.un_firstMerit_listItem dt .__num::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem dt .__num {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.un_firstMerit_listItem dt .__ttl {
  font-size: 3.4rem;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem dt .__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.un_firstMerit_listItem dt .__ttl strong {
  color: #f2780a;
}
.un_firstMerit_listItem::before {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem::before {
    width: 72.5vw !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    aspect-ratio: 544/268 !important;
  }
}
.un_firstMerit_listItem:nth-child(1)::before {
  top: -33px;
  right: -49px;
  width: 352px;
  aspect-ratio: 352/189;
  background-image: url(../../img/first/first_merit_img01.png);
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem:nth-child(1)::before {
    background-image: url(../../img/first/first_merit_img01_smp.png);
    top: -40px;
    top: -10.6666666667vw;
  }
}
.un_firstMerit_listItem:nth-child(2)::before {
  top: -45px;
  right: 22px;
  width: 200px;
  aspect-ratio: 200/212;
  background-image: url(../../img/first/first_merit_img02.png);
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem:nth-child(2)::before {
    background-image: url(../../img/first/first_merit_img02_smp.png);
    top: -40px;
    top: -10.6666666667vw;
  }
}
.un_firstMerit_listItem:nth-child(3)::before {
  top: -44px;
  right: 6px;
  width: 231px;
  aspect-ratio: 231/196;
  background-image: url(../../img/first/first_merit_img03.png);
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem:nth-child(3)::before {
    background-image: url(../../img/first/first_merit_img03_smp.png);
    top: -40px;
    top: -10.6666666667vw;
  }
}
.un_firstMerit_listItem:nth-child(4)::before {
  top: -18px;
  right: -38px;
  width: 285px;
  aspect-ratio: 285/175;
  background-image: url(../../img/first/first_merit_img04.png);
}
@media screen and (max-width: 749px) {
  .un_firstMerit_listItem:nth-child(4)::before {
    background-image: url(../../img/first/first_merit_img04_smp.png);
    top: -40px;
    top: -10.6666666667vw;
  }
}
.un_firstMerit_target {
  margin-top: 96px;
  border: 1px solid rgba(56, 56, 55, 0.3);
  border-radius: 20px;
  padding: 60px 48px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target {
    margin-top: 66px;
    margin-top: 17.6vw;
    border-radius: 10px;
    border-radius: 2.6666666667vw;
    padding: 30px;
    padding: 8vw;
    padding-top: 45px;
    padding-top: 12vw;
    padding-bottom: 25px;
    padding-bottom: 6.6666666667vw;
  }
}
.un_firstMerit_target dt {
  font-size: 2.8rem;
  font-weight: 600;
  background: #ece9e2;
  padding: 0 24px;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target dt {
    font-size: 18px;
    font-size: 4.8vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
    top: -1.5em;
    text-align: center;
  }
}
.un_firstMerit_target dd {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target dd {
    flex-direction: column;
    gap: 18px;
    gap: 4.8vw;
  }
}
.un_firstMerit_target dd p {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target dd p {
    gap: 8px;
    gap: 2.1333333333vw;
  }
}
.un_firstMerit_target dd p::before {
  display: block;
  content: url(../../img/common/icon_list_check.svg);
  position: relative;
  top: 1px;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target dd p::before {
    top: 2px;
    top: 0.5333333333vw;
  }
}
.un_firstMerit_target dd p:nth-child(odd) {
  min-width: 17.5em;
}
@media screen and (max-width: 749px) {
  .un_firstMerit_target dd p:nth-child(odd) {
    min-width: unset;
  }
}/*# sourceMappingURL=style.css.map */