@charset "UTF-8";
.un_home_hl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  margin-bottom: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_home_hl {
    margin-bottom: 40px;
  }
}
.un_home_hl > p {
  display: inline-block;
  font-family: "Inter", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1;
  margin-left: 4px;
  margin-left: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_home_hl > p {
    font-size: 1.2rem;
    margin-left: 4px;
  }
}
.un_home_hl h2 {
  background: linear-gradient(90deg, #23ac38 0%, #90c31f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-size: 8.2051282051vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-top: 8px;
  margin-top: 2.0512820513vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .un_home_hl h2 {
    font-size: 4.8rem;
    margin-top: 8px;
  }
}

.un_homeMv {
  margin-right: 16px;
  margin-right: 4.1025641026vw;
  margin-left: 16px;
  margin-left: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_homeMv {
    margin: 0;
  }
}
.un_homeMv_slide {
  position: relative;
  padding-bottom: 48px;
  padding-bottom: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide {
    padding: 0;
  }
}
.un_homeMv_slide .slick-prev,
.un_homeMv_slide .slick-next {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  width: 32px;
  width: 8.2051282051vw;
  height: 32px;
  height: 8.2051282051vw;
  border-radius: 100%;
  background: rgba(144, 195, 31, 0.4);
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-prev,
  .un_homeMv_slide .slick-next {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
  }
}
.un_homeMv_slide .slick-prev::after,
.un_homeMv_slide .slick-next::after {
  display: block;
  content: "";
  width: 9px;
  width: 2.3076923077vw;
  height: 9px;
  height: 2.3076923077vw;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-prev::after,
  .un_homeMv_slide .slick-next::after {
    width: 9px;
    height: 9px;
  }
}
.un_homeMv_slide .slick-prev:hover,
.un_homeMv_slide .slick-next:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-slide {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-slide img {
    width: auto;
    height: 400px;
    aspect-ratio: 1320/670;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeMv_slide .slick-slide img {
    height: 320px;
  }
}
.un_homeMv_slide .slick-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-prev {
    left: calc(50% - 465px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeMv_slide .slick-prev {
    left: calc(50% - 395px);
  }
}
.un_homeMv_slide .slick-prev::after {
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.un_homeMv_slide .slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-next {
    right: calc(50% - 465px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeMv_slide .slick-next {
    right: calc(50% - 395px);
  }
}
.un_homeMv_slide .slick-next::after {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.un_homeMv_slide .slick-dots {
  display: flex;
  gap: 6px;
  gap: 1.5384615385vw;
  position: absolute;
  bottom: 15px;
  bottom: 3.8461538462vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-dots {
    flex-direction: column;
    gap: 6px;
    left: unset;
    bottom: unset;
    top: 50%;
    right: calc(50% - 350px);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeMv_slide .slick-dots {
    right: calc(50% - 280px);
  }
}
.un_homeMv_slide .slick-dots button {
  display: block;
  width: 27px;
  width: 6.9230769231vw;
  height: 4px;
  height: 1.0256410256vw;
  background: #e6e6e6;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .un_homeMv_slide .slick-dots button {
    width: 6px;
    height: 48px;
  }
}
.un_homeMv_slide .slick-dots .slick-active button {
  background: #ffa372;
}

.un_homeNews {
  margin-top: 48px;
  margin-top: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeNews {
    margin-top: 24px;
  }
}
.un_homeNews_inner {
  position: relative;
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews_inner {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
.un_homeNews .un_home_hl {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .un_homeNews .un_home_hl {
    margin-top: 16px;
  }
}
.un_homeNews .un_home_hl h2 {
  font-size: 28px;
  font-size: 7.1794871795vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews .un_home_hl h2 {
    font-size: 4rem;
    margin-top: 7px;
  }
}
.un_homeNews_list {
  width: 100%;
  margin-top: 8px;
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews_list {
    max-width: 980px;
    margin-left: 161px;
    margin-left: 10.0625vw;
    margin-top: -2px;
  }
}
.un_homeNews_listItem {
  border-bottom: 1px solid #e6e6e6;
}
.un_homeNews_listItem a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  gap: 4.1025641026vw;
  padding: 8px;
  padding: 2.0512820513vw;
  padding-top: 24px;
  padding-top: 6.1538461538vw;
  padding-bottom: 24px;
  padding-bottom: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews_listItem a {
    padding: 32px 16px 30px;
    gap: unset;
  }
}
.un_homeNews_listItem .__date {
  color: #959595;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .un_homeNews_listItem .__date {
    margin-right: 24px;
  }
}
.un_homeNews_listItem .__cat {
  display: inline-block;
  padding: 4px;
  padding: 1.0256410256vw;
  padding-left: 16px;
  padding-left: 4.1025641026vw;
  padding-right: 16px;
  padding-right: 4.1025641026vw;
  text-align: center;
  font-size: 11px;
  font-size: 2.8205128205vw;
  line-height: 1;
  min-width: 120px;
  min-width: 30.7692307692vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews_listItem .__cat {
    padding: 6px 22px;
    font-size: 1.2rem;
    margin-right: 31px;
    min-width: 138px;
  }
}
.un_homeNews_listItem .__cat.info {
  color: #23ac38;
  background: #f6faed;
}
.un_homeNews_listItem .__cat.news {
  color: #f6faed;
  background: #23ac38;
}
.un_homeNews_listItem .__ttl {
  width: 100%;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .un_homeNews_listItem .__ttl {
    width: auto;
    flex: 1;
  }
}
.un_homeNews_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .un_homeNews_link {
    position: absolute;
    left: 0;
    bottom: 4px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeNews_link {
    bottom: -3em;
  }
}
.un_homeLead {
  margin-right: 16px;
  margin-right: 4.1025641026vw;
  margin-left: 16px;
  margin-left: 4.1025641026vw;
  margin-top: 74px;
  margin-top: 18.9743589744vw;
}
@media screen and (min-width: 768px) {
  .un_homeLead {
    margin: 0 40px;
    margin-top: 92px;
  }
}
.un_homeLead_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f8f9;
  border-radius: 30px;
  border-radius: 7.6923076923vw;
  padding: 20px;
  padding: 5.1282051282vw;
  padding-top: 74px;
  padding-top: 18.9743589744vw;
  padding-bottom: 46px;
  padding-bottom: 11.7948717949vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_homeLead_inner {
    border-radius: 40px;
    padding: 119px 40px 86px;
  }
}
.un_homeLead_inner::before, .un_homeLead_inner::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.un_homeLead_inner::before {
  width: 90px;
  width: 23.0769230769vw;
  height: 101px;
  height: 25.8974358974vw;
  background-image: url(../../img/home/img_lead_01.png);
  top: -43px;
  top: -11.0256410256vw;
  left: -9px;
  left: -2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_homeLead_inner::before {
    width: 172px;
    height: 193px;
    top: 98px;
    left: 101px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeLead_inner::before {
    top: 40px;
    left: -9px;
  }
}
.un_homeLead_inner::after {
  width: 88px;
  width: 22.5641025641vw;
  height: 113px;
  height: 28.9743589744vw;
  background-image: url(../../img/home/img_lead_02.png);
  top: -43px;
  top: -11.0256410256vw;
  right: -9px;
  right: -2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_homeLead_inner::after {
    width: 169px;
    height: 215px;
    top: 97px;
    right: 102px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .un_homeLead_inner::after {
    top: -39px;
    right: -9px;
  }
}
.un_homeLead_head {
  position: relative;
  z-index: 1;
  line-height: 0;
  text-align: center;
}
.un_homeLead_head p {
  display: inline-block;
  color: #23ac38;
  font-size: 17px;
  font-size: 4.358974359vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-radius: 4px;
  border-radius: 1.0256410256vw;
  padding: 8px;
  padding: 2.0512820513vw;
  padding-bottom: 16px;
  padding-bottom: 4.1025641026vw;
  border-bottom: 2px solid #23ac38;
  margin-bottom: 24px;
  margin-bottom: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_homeLead_head p {
    font-size: 2rem;
    border-radius: 4px;
    padding: 0 8px 16px 8px;
    margin-bottom: 46px;
  }
}
.un_homeLead_head h2 {
  color: #23ac38;
  font-size: 24px;
  font-size: 6.1538461538vw;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_homeLead_head h2 {
    font-size: 3.4rem;
  }
}
.un_homeLead_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-top: 7.6923076923vw;
  gap: 24px;
  gap: 6.1538461538vw;
  font-size: 16px;
  font-size: 4.1025641026vw;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .un_homeLead_txt {
    text-align: center;
    margin-top: 56px;
    gap: 31px;
    font-size: 1.7rem;
  }
}
.un_homeLead_img {
  width: 318px;
  width: 81.5384615385vw;
  margin-top: 32px;
  margin-top: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeLead_img {
    width: 100%;
    max-width: 800px;
    margin-top: 56px;
  }
}

.un_homeOurBusiness,
.un_homeSolution {
  position: relative;
}
.un_homeOurBusiness_inner,
.un_homeSolution_inner {
  position: relative;
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_inner,
  .un_homeSolution_inner {
    display: flex;
    justify-content: space-between;
    gap: 112px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_img,
  .un_homeSolution_img {
    width: 640px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_cont,
  .un_homeSolution_cont {
    width: 568px;
    margin-top: 12px !important;
    padding: 0 40px;
  }
}
.un_homeOurBusiness_link,
.un_homeSolution_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_link,
  .un_homeSolution_link {
    display: block;
    margin-top: 40px;
  }
}

.un_homeOurBusiness {
  margin-top: 130px;
  margin-top: 33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness {
    margin-top: 173px;
  }
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_img {
    top: 14px;
  }
}
.un_homeOurBusiness_cont {
  margin-top: 25px;
  margin-top: 6.4102564103vw;
}
.un_homeOurBusiness_lead p:first-child {
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
  font-size: 4.1025641026vw;
  margin-bottom: 16px;
  margin-bottom: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_homeOurBusiness_lead p:first-child {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.un_homeSolution {
  margin-top: 80px;
  margin-top: 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  .un_homeSolution {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) {
  .un_homeSolution_img {
    top: 5px;
  }
}
.un_homeSolution_cont {
  margin-top: 32px;
  margin-top: 8.2051282051vw;
}

.bgBlobs {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease;
}
.bgBlobs.__active {
  opacity: 1;
}
.bgBlobs .blob {
  position: absolute;
  animation-name: blob_rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 30000ms;
  animation-direction: reverse;
}
@media screen and (min-width: 768px) {
  .bgBlobs .blob {
    right: 50%;
    top: 50%;
  }
}
.bgBlobs .blob::before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0.8;
  right: -250px;
  right: -64.1025641026vw;
  top: 250px;
  top: 64.1025641026vw;
  width: 800px;
  width: 205.1282051282vw;
  height: 800px;
  height: 205.1282051282vw;
  background: radial-gradient(rgba(35, 172, 56, 0.5) 0%, rgba(144, 195, 31, 0.2) 50%, #fff 70%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .bgBlobs .blob::before {
    right: -300px;
    top: 300px;
    width: 1000px;
    height: 1000px;
  }
}
@keyframes blob_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.un_homeCaseStudies {
  padding-top: 120px;
  padding-top: 30.7692307692vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies {
    padding-top: 156px;
  }
}
.un_homeCaseStudies::after {
  display: block;
  content: "";
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.3) 10%, #f6faed 27%, #f6faed 73%, rgba(255, 255, 255, 0.3) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.un_homeCaseStudies_inner {
  background: #fff;
  border-top-left-radius: 30px;
  border-top-left-radius: 7.6923076923vw;
  border-top-right-radius: 30px;
  border-top-right-radius: 7.6923076923vw;
  padding: 20px;
  padding: 5.1282051282vw;
  padding-top: 72px;
  padding-top: 18.4615384615vw;
  padding-bottom: 91px;
  padding-bottom: 23.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_inner {
    display: flex;
    justify-content: space-between;
    border-radius: 40px 40px 0 0;
    padding: 102px 73px 105px;
  }
}
.un_homeCaseStudies_inner::after {
  display: block;
  content: "";
  width: 108px;
  width: 27.6923076923vw;
  height: 104px;
  height: 26.6666666667vw;
  background-image: url(../../img/home/img_cs_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  top: -10.2564102564vw;
  right: 13px;
  right: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_inner::after {
    width: 154px;
    height: 158px;
    top: -18px;
    right: 93px;
  }
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_cont {
    width: 38.6%;
  }
}
.un_homeCaseStudies_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_btn {
    justify-content: flex-start;
    margin-top: 40px;
  }
}
.un_homeCaseStudies_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 6.1538461538vw;
  margin-top: 56px;
  margin-top: 14.358974359vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_list {
    width: 51.7%;
    gap: 32px;
    margin-top: 120px;
  }
}
.un_homeCaseStudies_listItem a {
  display: block;
  position: relative;
  height: 88px;
  height: 22.5641025641vw;
  padding-left: 104px;
  padding-left: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 140px;
    padding-left: 51.4%;
  }
}
.un_homeCaseStudies_listItem a h3 {
  font-size: 16px;
  font-size: 4.1025641026vw;
  font-weight: 600;
  margin-bottom: 4px;
  margin-bottom: 1.0256410256vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a h3 {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 6px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a h3 > div {
    margin-top: -3px;
  }
}
.un_homeCaseStudies_listItem a h3 span {
  display: block;
  border: 1px solid #90c31f;
  border-radius: 100vh;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a h3 span {
    width: 32px;
    height: 20px;
  }
}
.un_homeCaseStudies_listItem a h3 span::before, .un_homeCaseStudies_listItem a h3 span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  transition: 0.2s ease-out;
  width: 32px;
  width: 8.2051282051vw;
  height: 20px;
  height: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a h3 span::before, .un_homeCaseStudies_listItem a h3 span::after {
    width: 32px;
    height: 20px;
  }
}
.un_homeCaseStudies_listItem a h3 span::before {
  background-image: url(../../img/common/arr_gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.un_homeCaseStudies_listItem a h3 span::after {
  z-index: 1;
  background-image: url(../../img/common/arr_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 32px;
  right: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a h3 span::after {
    right: 32px;
  }
}
.un_homeCaseStudies_listItem a p {
  color: #959595;
  font-size: 12px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a p {
    font-size: 1.4rem;
  }
}
.un_homeCaseStudies_listItem a picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  width: 22.5641025641vw;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a picture {
    width: 46.1%;
  }
}
.un_homeCaseStudies_listItem a:hover {
  opacity: 1;
}
.un_homeCaseStudies_listItem a:hover h3 {
  color: #23ac38;
  text-decoration: none;
}
.un_homeCaseStudies_listItem a:hover h3 span {
  background-color: #90c31f;
}
.un_homeCaseStudies_listItem a:hover h3 span::before {
  right: -32px;
  right: -8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeCaseStudies_listItem a:hover h3 span::before {
    right: -32px;
  }
}
.un_homeCaseStudies_listItem a:hover h3 span::after {
  right: 0;
}
.un_homeCaseStudies_listItem a:hover picture {
  opacity: 0.7;
}

.un_homeQuickAssessment {
  background-image: url(../../img/home/bg_qa_smp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16px;
  padding: 4.1025641026vw;
  padding-top: 64px;
  padding-top: 16.4102564103vw;
  padding-bottom: 32px;
  padding-bottom: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment {
    background-image: url(../../img/home/bg_qa.png);
    padding: 80px 173px;
    margin: 0 40px;
    border-radius: 40px;
    overflow: hidden;
  }
}
.un_homeQuickAssessment_inner {
  background: #fff;
  border-radius: 16px;
  border-radius: 4.1025641026vw;
  padding-top: 36px;
  padding-top: 9.2307692308vw;
  padding-bottom: 40px;
  padding-bottom: 10.2564102564vw;
  padding-left: 18px;
  padding-left: 4.6153846154vw;
  padding-right: 22px;
  padding-right: 5.641025641vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_inner {
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 16px;
    padding: 40px 40px 40px 80px;
    max-width: 1174px;
    margin: 0 auto;
  }
}
.un_homeQuickAssessment_hl {
  flex: 1;
  position: relative;
  margin-left: 8px;
  margin-left: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_hl {
    top: -4px;
    margin: 0;
  }
}
.un_homeQuickAssessment_hl > p {
  display: inline-block;
  color: #90c31f;
  font-family: "Inter", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_hl > p {
    font-size: 1.2rem;
  }
}
.un_homeQuickAssessment_hl h2 {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-size: 8.2051282051vw;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 12px;
  margin-top: 3.0769230769vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_hl h2 {
    font-size: 3.6rem;
    margin-top: 12px;
  }
}
.un_homeQuickAssessment_hl h2 span {
  display: inline-block;
  font-size: 14px;
  font-size: 3.5897435897vw;
  margin-bottom: 8px;
  margin-bottom: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_hl h2 span {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
}
.un_homeQuickAssessment_img {
  margin-top: 32px;
  margin-top: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_img {
    margin-top: 0;
    width: 340px;
  }
}
.un_homeQuickAssessment_cont {
  margin-top: 32px;
  margin-top: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_cont {
    margin-top: 16px;
    width: 374px;
  }
}
.un_homeQuickAssessment_cont .__lead {
  text-align: center;
  font-size: 15px;
  font-size: 3.8461538462vw;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_cont .__lead {
    font-size: 1.5rem;
  }
}
.un_homeQuickAssessment_cont .__link {
  margin-top: 24px;
  margin-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_cont .__link {
    margin-top: 24px;
  }
}
.un_homeQuickAssessment_cont .__link a {
  margin: 0 auto;
}
.un_homeQuickAssessment_balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: -40px;
  top: -10.2564102564vw;
  right: -8px;
  right: -2.0512820513vw;
  color: #fff;
  font-size: 13px;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.28;
  text-align: center;
  background: #c8a063;
  width: 120px;
  width: 30.7692307692vw;
  height: 120px;
  height: 30.7692307692vw;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .un_homeQuickAssessment_balloon {
    top: -24px;
    left: -24px;
    right: unset;
    font-size: 1.4rem;
    width: 120px;
    height: 120px;
  }
}