@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ly_pageHeader_inner {
  background-image: url(../../img/grant/bg_hl.png);
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    background-image: url(../../img/grant/bg_hl_smp.png);
  }
}

.un_grant_hl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .un_grant_hl {
    gap: 18px;
    gap: 4.8vw;
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 50px;
    margin-bottom: 13.3333333333vw;
  }
}
.un_grant_hl::before, .un_grant_hl::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f2780a;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_grant_hl::before, .un_grant_hl::after {
    width: 8px;
    width: 2.1333333333vw;
    height: 8px;
    height: 2.1333333333vw;
  }
}

.un_graAbout_outline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_graAbout_outline dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  background: #f2780a;
  border-radius: 100vh;
  height: 78px;
  padding: 0 38px;
  position: relative;
  margin-bottom: -38px;
}
@media screen and (max-width: 749px) {
  .un_graAbout_outline dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    height: 60px;
    height: 16vw;
    padding-right: 24px;
    padding-right: 6.4vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    margin-bottom: -30px;
    margin-bottom: -8vw;
    text-align: center;
  }
}
.un_graAbout_outline dt::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #f2780a transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .un_graAbout_outline dt::after {
    border-width: 8px 10px 0 10px;
    bottom: -8px;
  }
}
.un_graAbout_outline dd {
  border: 3px solid #fbdcae;
  border-radius: 10px;
  background: #fff;
  padding: 70px 120px 40px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .un_graAbout_outline dd {
    border-radius: 10px;
    border-radius: 2.6666666667vw;
    padding: 30px;
    padding: 8vw;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
    text-align: left;
  }
}
.un_graAbout_timing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 42px;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timing {
    margin-top: 42px;
    margin-top: 11.2vw;
  }
}
.un_graAbout_timing::after {
  display: block;
  content: "";
  width: 265px;
  aspect-ratio: 265/300;
  background-image: url(../../img/grant/gra_about_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timing::after {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .un_graAbout_timingInner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.un_graAbout_timingTtl {
  color: #f2780a;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timingTtl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
}
.un_graAbout_timingList {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timingList {
    font-size: 15px;
    font-size: 4vw;
    gap: 10px;
    gap: 2.6666666667vw;
  }
}
.un_graAbout_timingList li {
  text-indent: -1em;
  padding-left: 1em;
}
.un_graAbout_timingList li::before {
  display: contents;
  content: "・";
  color: #f49940;
}
.un_graAbout_timingTxt {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timingTxt {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    font-size: 24px;
    font-size: 6.4vw;
    text-align: center;
  }
}
.un_graAbout_timingTxt strong {
  display: inline-block;
  position: relative;
}
.un_graAbout_timingTxt strong:nth-of-type(1)::after {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url(../../img/common/ul_wave.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 16.66666% 6px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_graAbout_timingTxt strong:nth-of-type(1)::after {
    top: -3px;
  }
}
.un_graAbout_timingTxt strong:nth-of-type(2) {
  color: #f2780a;
}
.un_graAbout_img {
  margin: 120px -2px 0;
}
@media screen and (max-width: 749px) {
  .un_graAbout_img {
    margin: 0 calc(50% - 50vw);
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_graAbout_txt {
  margin-top: 60px;
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .un_graAbout_txt {
    width: 74.66666vw;
    margin: 0 auto;
    margin-top: -2em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.un_graRecommended {
  margin-top: 110px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended {
    margin-top: 60px;
    margin-top: 16vw;
  }
}
.un_graRecommended_inner {
  border-top: 5px solid #f49940;
  background: #ece9e2;
  padding: 55px 100px 165px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_inner {
    padding: 16px;
    padding: 4.2666666667vw;
    padding-top: 35px;
    padding-top: 9.3333333333vw;
    padding-bottom: 230px;
    padding-bottom: 61.3333333333vw;
  }
}
.un_graRecommended_contWrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contWrap {
    gap: 70px;
    gap: 18.6666666667vw;
  }
}
.un_graRecommended_contTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contTop {
    flex-direction: column-reverse !important;
    gap: 25px;
    gap: 6.6666666667vw;
  }
}
.un_graRecommended_contTop.__type02 {
  flex-direction: row-reverse;
}
.un_graRecommended_contHl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contHl {
    gap: 24px;
    gap: 6.4vw;
    white-space: unset;
  }
}
.un_graRecommended_contHl .__subHl {
  color: #f2780a;
  font-size: 2rem;
  border-bottom: 3px solid;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contHl .__subHl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.un_graRecommended_contHl .__mainHl {
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contHl .__mainHl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.un_graRecommended_contHl .__mainHl strong {
  color: #f2780a;
}
.un_graRecommended_contTxt {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contTxt {
    margin-top: 25px;
    margin-top: 6.6666666667vw;
  }
  .un_graRecommended_contTxt br {
    display: none;
  }
}
.un_graRecommended_contImg {
  margin-top: -15px;
  min-width: 424px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contImg {
    margin-top: 0;
    min-width: unset;
  }
}
.un_graRecommended_contBottom .__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(6em + 64px);
  position: relative;
  z-index: 1;
  left: 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background: #f49940;
  border-radius: 100vh;
  height: 38px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contBottom .__ttl {
    left: 16px;
    left: 4.2666666667vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
    height: 28px;
    height: 7.4666666667vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.un_graRecommended_contBottom .__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 40px 30px;
  border: 1px solid #f2780a;
  border-radius: 5px;
  background: #fff;
  margin-top: -19px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_contBottom .__list {
    flex-direction: column;
    padding: 24px;
    padding: 6.4vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    margin-top: -14px;
    margin-top: -3.7333333333vw;
  }
}
.un_graRecommended_contBottom .__list li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
}
.un_graRecommended_contBottom .__list li::before {
  display: contents;
  content: "・";
  color: #f49940;
}
.un_graRecommended_summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_summary {
    margin-top: 60px;
    margin-top: 16vw;
  }
}
.un_graRecommended_summary::before, .un_graRecommended_summary::after {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.un_graRecommended_summary::before {
  width: 247px;
  aspect-ratio: 247/276;
  background-image: url(../../img/grant/gra_recommend_img04.png);
  left: -5px;
  bottom: -120px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_summary::before {
    width: 170px;
    width: 45.3333333333vw;
    left: -10px;
    left: -2.6666666667vw;
    bottom: -185px;
    bottom: -49.3333333333vw;
  }
}
.un_graRecommended_summary::after {
  width: 264px;
  aspect-ratio: 264/313;
  background-image: url(../../img/grant/gra_recommend_img05.png);
  right: -5px;
  bottom: -120px;
}
@media screen and (max-width: 749px) {
  .un_graRecommended_summary::after {
    width: 180px;
    width: 48vw;
    right: -10px;
    right: -2.6666666667vw;
    bottom: -185px;
    bottom: -49.3333333333vw;
  }
}
.un_graRecommended_summary dt {
  display: inline-block;
  color: #f2780a;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0 10px;
  background: #ece9e2;
  position: absolute;
  margin-top: -1em;
}
.un_graRecommended_summary dd {
  border: 1px solid rgba(56, 56, 55, 0.3);
  border-radius: 10px;
  text-align: center;
  padding: 60px;
  width: 100%;
  letter-spacing: 0.02em;
}
.un_graSchedule {
  margin-top: 120px;
}
@media screen and (max-width: 749px) {
  .un_graSchedule {
    margin-top: 60px;
    margin-top: 16vw;
  }
}
.un_graSchedule_flowList {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowList {
    gap: 11.2vw;
  }
}
.un_graSchedule_flowItem {
  display: flex;
  align-items: flex-start;
  gap: 53px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem {
    gap: 4.2vw;
  }
}
.un_graSchedule_flowItem::before {
  display: block;
  content: "";
  width: 4px;
  height: calc(100% + 42px);
  background-image: radial-gradient(circle, #f2780a 2px, transparent 2px);
  background-position: left top -10px;
  background-repeat: repeat-y;
  background-size: 4px 14px;
  position: absolute;
  z-index: -1;
  left: 113px;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem::before {
    height: calc(100% + 11.2vw);
    left: 48px;
    left: 12.8vw;
    background-image: radial-gradient(circle, #f2780a 1px, transparent 1px);
    background-position: left top -3px;
    background-size: 4px 10px;
  }
}
.un_graSchedule_flowItem:last-child::before {
  display: none;
}
.un_graSchedule_flowItem .__step {
  display: flex;
  justify-content: center;
  color: #f2780a;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  border: 2px solid #f2780a;
  border-radius: 100vh;
  background: #fff;
  width: 226px;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem .__step {
    font-size: 18px;
    font-size: 4.8vw;
    width: 25.6vw;
  }
}
.un_graSchedule_flowItem .__cont {
  width: calc(100% - 226px - 53px);
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem .__cont {
    width: calc(100% - 25.6vw - 4.2vw);
  }
}
.un_graSchedule_flowItem .__cont dt {
  font-size: 2.8rem;
  font-weight: 600;
  color: #f2780a;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem .__cont dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 16px;
    margin-bottom: 4.2666666667vw;
  }
}
.un_graSchedule_flowItem .__cont dt::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #f2780a 2px, transparent 2px);
  background-position: left -4px bottom;
  background-repeat: repeat-x;
  background-size: 14px 4px;
  position: relative;
  bottom: -3px;
}
@media screen and (max-width: 749px) {
  .un_graSchedule_flowItem .__cont dt::after {
    background-image: radial-gradient(circle, #f2780a 1px, transparent 1px);
    background-size: 10px 2px;
  }
}/*# sourceMappingURL=style.css.map */