@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: 0;
  white-space: nowrap;
  font-size: 60%;
  letter-spacing: 0;
  color: #f2780a;
}

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

.un_strengthLead {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .un_strengthLead {
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
}
.un_strengthLead::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: scaleY(0.65) translateX(-50%) rotate(45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f5f5f2 #f5f5f2 transparent;
  border-width: 60px;
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 749px) {
  .un_strengthLead::after {
    bottom: -35px;
    bottom: -9.3333333333vw;
    border-width: 36px;
    border-width: 9.6vw;
  }
}
.un_strengthLead_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_strengthLead_hl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .un_strengthLead_hl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 50px;
    margin-bottom: 13.3333333333vw;
    gap: 10px;
    gap: 2.6666666667vw;
  }
}
.un_strengthLead_hl::before, .un_strengthLead_hl::after {
  display: block;
  content: "";
  width: 30px;
  height: 150px;
  border: 4px solid #ece9e2;
}
@media screen and (max-width: 749px) {
  .un_strengthLead_hl::before, .un_strengthLead_hl::after {
    wight: 30px;
    wight: 8vw;
    height: 100px;
    height: 26.6666666667vw;
  }
}
.un_strengthLead_hl::before {
  border-right: none;
}
.un_strengthLead_hl::after {
  border-left: none;
}
.un_strengthLead_hl span {
  color: #f2780a;
}
.un_strengthLead_hl strong {
  color: #2d6fb2;
}
@media screen and (max-width: 749px) {
  .un_strengthLead_img {
    padding-left: 16px;
    padding-left: 4.2666666667vw;
    padding-right: 16px;
    padding-right: 4.2666666667vw;
  }
}
.un_strengthLead_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.1rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  .un_strengthLead_txt {
    font-size: 18px;
    font-size: 4.8vw;
    gap: 8px;
    gap: 2.1333333333vw;
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
}
.un_strengthLead_txt p {
  border-bottom: 3px solid #f2780a;
}
.un_strengthLead_txt p strong {
  color: #f2780a;
}

.un_strengthPoints_hl {
  background-image: url(../../img/strength/bg_points.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding-top: 94px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_hl {
    background-image: url(../../img/strength/bg_points_smp.png);
    height: 247px;
    height: 65.8666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding-top: 68px;
    padding-top: 18.1333333333vw;
  }
}
.un_strengthPoints_hl strong {
  color: #f49940;
  font-size: 8rem;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_hl strong {
    font-size: 62px;
    font-size: 16.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_hl span {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
.un_strengthPoints_inner {
  border: 30px solid #fbdcae;
  background: #fff;
  margin-top: -140px;
  padding: 90px 70px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_inner {
    border-width: 16px;
    border-width: 4.2666666667vw;
    margin-top: -60px;
    margin-top: -16vw;
    padding: 16px;
    padding: 4.2666666667vw;
  }
}
.un_strengthPoints_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_list {
    gap: 24px;
    gap: 6.4vw;
  }
}
.un_strengthPoints_listItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px dotted rgba(56, 56, 55, 0.3);
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem {
    flex-direction: column !important;
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
  }
}
.un_strengthPoints_listItem:nth-child(even) {
  flex-direction: row-reverse;
}
.un_strengthPoints_listItem_img {
  width: 306px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_img {
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
.un_strengthPoints_listItem_cont {
  width: 608px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont {
    width: 100%;
  }
}
.un_strengthPoints_listItem_cont h3 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont h3 {
    flex-direction: column;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
.un_strengthPoints_listItem_cont h3::before {
  display: block;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont h3::before {
    display: none;
  }
}
.un_strengthPoints_listItem_cont h3.__type01::before {
  content: url(../../img/strength/strength_points_icon01.png);
}
.un_strengthPoints_listItem_cont h3.__type02::before {
  content: url(../../img/strength/strength_points_icon02.png);
}
.un_strengthPoints_listItem_cont h3.__type03::before {
  content: url(../../img/strength/strength_points_icon03.png);
}
.un_strengthPoints_listItem_cont h3 p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont h3 p {
    align-items: center;
    gap: 10px;
    gap: 2.6666666667vw;
  }
}
.un_strengthPoints_listItem_cont h3 p .__num {
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #f49940;
  border-bottom: 2px solid #f49940;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont h3 p .__num {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_strengthPoints_listItem_cont h3 p .__jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .un_strengthPoints_listItem_cont h3 p .__jp {
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.un_strengthPoints_listItem_cont > p {
  line-height: 2;
}/*# sourceMappingURL=style.css.map */