@charset "UTF-8";

/*------------------------------------------------------------
common
------------------------------------------------------------ */
/* ヘッダー */
.ly_nav_area.un_sticky{
  margin-top: 22px;
}
@media screen and (max-width: 1024px){
  .ly_nav_area.un_sticky{
    margin-top: 13px;
  }
}
@media screen and (max-width: 600px){
  .ly_nav_area.un_sticky{
    margin-top: 0px;
  }
}

/* コンテンツ */
.ly_sec{
  padding: 100px 40px;
}
.ly_sec.un_blue{
  background-color: #F7FAFB;
}
.ly_sec .ly_sec_inner{
  max-width: 1488px;
  margin: auto;
}

@media screen and (max-width: 600px){
  .ly_sec{
    padding: 100px 20px;
  }
}
@media screen and (max-width: 450px){
  .ly_sec{
    padding: 80px 20px;
  }
}

/* h2 */
.bl_sec_ttl .el_ttl_en{
  color: #5BC2DC;
  font-family: Arial;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.8;
}
.bl_sec_ttl .el_ttl_ja{
  margin-top: 37px;
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.bl_sec_ttl .el_ttl_sub{
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px){
  .bl_sec_ttl .el_ttl_en{
    font-size: 22px;
  }
  .bl_sec_ttl .el_ttl_ja{
    margin-top: 19px;
    font-size: 25px;
  }
  .bl_sec_ttl .el_ttl_sub{
    margin-top: 16px;
    font-size: 13px;
  }
}

/* h3 */
.el_sec_ttl_m{
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.el_sec_ttl_m::before{
  content: "";
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 3px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #5BC2DC;
}
@media screen and (max-width: 1024px){
  .el_sec_ttl_m{
    font-size: 16px !important;
  }
  .el_sec_ttl_m::before{
    margin-right: 10px;
    margin-bottom: 1px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 450px){
  .el_sec_ttl_m{
    font-size: 14px !important;
  }
  .el_sec_ttl_m::before{
    margin-right: 10px;
    margin-left: 4px;
    margin-bottom: 1px;
    width: 10px;
    height: 10px;
  }
}

/* スライダー */
.splide .bl_slide_ttl_inner{
  padding: 0 40px;
}
.splide .bl_slide_ttl_inner .el_sec_ttl_m,
.splide .bl_slide_ttl_inner .bl_pagination{
  max-width: 1488px;
  margin: auto;
}
.splide .bl_pagination{
  position: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-top: -50px !important;
  margin-bottom: 45px !important;
}
.splide .bl_pagination .el_pagination_prev,
.splide .bl_pagination .el_pagination_next{
  position: unset;
  background: unset;
  border: 1px solid #393636;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: unset;
}

.splide .bl_slide_wrap{
  padding: 0 40px;
}
.splide .splide__track{
  overflow: visible;
  padding-right: 215px !important;
  max-width: 1488px;
  margin: auto;
}
@media screen and (max-width: 1200px){
  .splide .splide__track {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1024px){
  .splide .bl_pagination{
    gap: 11px;
    margin-top: -25px !important;
    margin-bottom: 32px !important;
  }
  .splide .bl_pagination .el_pagination_prev,
  .splide .bl_pagination .el_pagination_next{
    width: 28px;
    height: 28px;
  }
  .splide .bl_pagination .el_pagination_prev .l-arrow__icon,
  .splide .bl_pagination .el_pagination_next .l-arrow__icon{
    width: 6px;
  }

  .splide .splide__track {
    padding-right: 11.3% !important;
  }
}
@media screen and (max-width: 600px){
  .splide .bl_slide_wrap{
    padding: 0 20px;
  }
  .splide .splide__track{
    padding-right: 70px !important;
  }
}


/*------------------------------------------------------------
FV
------------------------------------------------------------ */
.ly_sec_fv{
  padding: 22px 0;
}
.ly_sec_fv .ly_copy_area{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1630px;
  margin: auto;
  /* margin-top: -107px; */
  margin-bottom: 37px;
}
.ly_sec_fv .ly_copy_area .bl_copy_img{
  aspect-ratio: 345/376;
  width: 345px;
  margin-left: -9px;
  transform: scale(1.1);
  opacity: 0;
  transition: .3s;
}
.ly_sec_fv .ly_copy_area .bl_copy_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ly_sec_fv .ly_copy_area .bl_copy_img.active{
  transform: scale(1);
  opacity: 1;
}


.ly_sec_fv .ly_copy_area .bl_ttl_img{
  overflow: hidden;
  aspect-ratio: 456/35;
  width: 600px;
  margin-bottom: 24px;
}

.ly_sec_fv .ly_copy_area .bl_ttl_img .el_ttl_img{
  transform: translateY(100%);
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.ly_sec_fv .ly_copy_area .bl_ttl_img source,
.ly_sec_fv .ly_copy_area .bl_ttl_img img{
  width: 100%;
  height: auto;
}
.ly_sec_fv .ly_copy_area .bl_ttl_img.active .el_ttl_img{
  transform: translateY(0);
}

.ly_sec_fv .ly_copy_area .bl_ttl_img .bl_ttl_img_flex{
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}

.recuritTopSlideBtn{
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  opacity: .5;
  cursor: pointer !important;
  pointer-events: none;
}

.is_recuritTopSlideBtn_active{
  opacity: 1;
}

.is_touchActive{
  pointer-events: all;
}

/* スライダー */
.ly_fv_slider,
.ly_fv_slider02,
.ly_fv_slider_sp,
.ly_fv_slider_sp02{
  overflow: hidden !important;
}
.ly_fv_slider .splide__list .splide__slide,
.ly_fv_slider02 .splide__list .splide__slide,
.ly_fv_slider_sp .splide__list .splide__slide,
.ly_fv_slider_sp02 .splide__list .splide__slide{
  overflow: hidden;
  border-radius: 4px;
}
.ly_fv_slider_sp,
.ly_fv_slider_sp02{
  display: none;
}

.ly_slider_wrap{
  position: relative;
  overflow: hidden;
}
.ly_slider_wrap .ly_slide_box{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: 1s;
}
.ly_slider_wrap .ly_slide_box.active{
  position: relative;
  opacity: 1;
}
.ly_slider_wrap::after{
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  height: 250%;
  background:
    linear-gradient(
      0deg,
      rgba(91,194,220,0) 0%,
      rgba(91,194,220,1) 35%,
      rgba(91,194,220,1) 65%,
      rgba(91,194,220,0) 100%);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1.3s;
}
.ly_slider_wrap.active::after{
  opacity: 1;
  /* transform: translateY(-170%); */
}

.ly_slider_wrap .splide__list.active.un_right{
  position: relative;
  /* left: -120%; */
  transform: unset !important;
  opacity: 0;
  transition:
    left 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
    opacity 2s ease-in-out;
}
.ly_slider_wrap .splide__list.active.right_start{
  opacity: 1;
  /* left: 670%; */
}
.ly_slider_wrap .splide__list.active.un_left{
  position: relative;
  /* right: -120%; */
  transform: unset !important;
  opacity: 0;
  transition:
    right 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
    opacity 2s ease-in-out;
}
.ly_slider_wrap .splide__list.active.un_left.left_start{
  opacity: 1;
  right: 670%;
}


@media screen and (max-width: 1200px){
  .ly_fv_slider_sp,
  .ly_fv_slider_sp02{
    display: block;
    margin-top: 8px;
  }
  .ly_sec_fv{
    padding-top: 0;
    margin-top: -10%;
  }
  .ly_sec_fv .ly_copy_area{
    margin-top: 0;
    padding-right: 40px;
  }
  .ly_sec_fv .ly_copy_area .bl_copy_img{
    width: 40%;
  }
  .ly_sec_fv .ly_copy_area .bl_ttl_img{
    width: 45%;
  }

  .ly_slider_wrap::after{
    height: 300%;
  }
}
@media screen and (max-width: 1024px){
  .ly_sec_fv{
    padding-top: 0;
    margin-top: -10%;
  }
  .ly_sec_fv .ly_copy_area{
    margin-bottom: 3.8%;
    margin-top: 13px;
    padding-right: 32px;
  }
  .ly_sec_fv .ly_copy_area .bl_copy_img{
    max-width: 275px;
    margin-left: -2px;
    width: 60%;
  }
  .ly_sec_fv .ly_copy_area .bl_ttl_img{
    margin-bottom: 12px;
    width: 45%;
  }

  .ly_sec_fv .ly_copy_area .bl_ttl_img .bl_ttl_img_flex{
    grid-template-columns: 20px 1fr;
  }
}
@media screen and (max-width: 768px){
  .ly_sec_fv{
    padding-top: 0;
  }
  .ly_sec_fv .splide .splide__track{
    padding-right: 35% !important;
  }

  .ly_slider_wrap .splide__list.active.un_right{
    left: -200%;
    transition:
      left 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
      opacity 2s ease-in-out;
  }
  .ly_slider_wrap .splide__list.active.right_start{
    left: 700%;
  }
  .ly_slider_wrap .splide__list.active.un_left{
    right: -200%;
    transition:
      right 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
      opacity 2s ease-in-out;
  }
  .ly_slider_wrap .splide__list.active.un_left.left_start{
    right: 700%;
  }
}
@media screen and (max-width: 600px){
  .ly_sec_fv .ly_copy_area{
    margin: 0;
    margin-top: 0;
    margin-bottom: 4%;
    padding: 0 10px;
    padding-right: 20px;
  }
  .ly_sec_fv .ly_copy_area .bl_copy_img{
    max-width: 175px;
    margin-left: 0px;
  }
  .ly_sec_fv .ly_copy_area .bl_ttl_img{
    aspect-ratio: 113/42;
    margin-bottom: 14px;
    width: 35%;
  }

  .ly_slider_wrap .splide__list.active.un_right{
    left: -200%;
    transition:
      left 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
      opacity 2s ease-in-out;
  }
  .ly_slider_wrap .splide__list.active.right_start{
    left: 1500%;
  }
  .ly_slider_wrap .splide__list.active.un_left{
    right: -200%;
    transition:
      right 6.2s cubic-bezier(0.314, 0.001, 0.204, 0.997),
      opacity 2s ease-in-out;
  }
  .ly_slider_wrap .splide__list.active.un_left.left_start{
    right: 1500%;
  }


  .ly_sec_fv .ly_copy_area .bl_ttl_img .bl_ttl_img_flex{
    grid-template-columns: 30px 1fr;
    align-items: last baseline;
  }
}


/*------------------------------------------------------------
MESSAGE
------------------------------------------------------------ */
.un_message{
  margin-top: -100px;
  padding-bottom: 26px;
}
.un_message .ly_sec_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.un_message .bl_left{
  flex-shrink: 0;
  width: min(45vw, 600px);
}
.un_message .bl_sec_ttl{
  margin-bottom: 30px;
}
.un_message .el_message_txt{
  font-size: min(1.7vw, 22px);
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.02em;
}
.un_message .el_message_txt + .el_message_txt{
  margin-top: 31px;
}

.un_message .bl_right{
  position: relative;
  aspect-ratio: 802 / 855;
  max-width: 802px;
  width: 100%;
  height: fit-content;
}
.un_message .bl_right .el_img{
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
}
.un_message .bl_right .el_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.un_message .bl_right .el_img:nth-of-type(1){
  top: 0;
  left: 3.5%;
  aspect-ratio: 372/427;
  width: 46.5%;
}
.un_message .bl_right .el_img:nth-of-type(2){
  top: 26.5%;
  right: -5%;
  aspect-ratio: 432/287;
  width: 50.8%;
}
.un_message .bl_right .el_img:nth-of-type(3){
  left: 0;
  bottom: -3%;
  aspect-ratio: 287/394;
  width: 35.8%;
}
.un_message .bl_right .el_img:nth-of-type(4){
  right: 10.4%;
  bottom: 4%;
  aspect-ratio: 382/277;
  width: 47.7%;
}

@media screen and (max-width: 1200px){
  .un_message {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px){
  .un_message{
    overflow: hidden;
    padding: 0px 40px 60px;
    padding-right: 0;
    margin-top: -70px;
  }
  .un_message .bl_sec_ttl .el_ttl_en{
    font-size: 18px;
  }

  .un_message .bl_left{
    width: 49%;
  }
  .un_message .bl_sec_ttl{
    margin-bottom: 16px;
  }
  .un_message .el_message_txt{
    font-size: 14px;
  }
  .un_message .el_message_txt + .el_message_txt{
    margin-top: 16px;
  }

  .un_message .bl_right{
    aspect-ratio: 802 / 965;
    margin-top: 20px;
  }
  .un_message .bl_right .el_img:nth-of-type(1){
    top: 0;
    left: 6%;
    aspect-ratio: 372 / 427;
    width: 50.5%;
  }
  .un_message .bl_right .el_img:nth-of-type(2){
    top: 24%;
    right: -15%;
    aspect-ratio: 432 / 287;
    width: 53%;
  }
  .un_message .bl_right .el_img:nth-of-type(3){
    left: 1%;
    bottom: 0;
    aspect-ratio: 287 / 394;
    width: 40%;
  }
  .un_message .bl_right .el_img:nth-of-type(4){
    right: 4%;
    bottom: 11%;
    aspect-ratio: 382 / 277;
    width: 51%;
  }
}
@media screen and (max-width: 600px) {
  .un_message {
    overflow: hidden;
    padding: 70px 0 60px;
    padding-right: unset;
  }
  .un_message .ly_sec_inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .un_message .bl_left{
    width: 100%;
    padding: 0 20px;
  }

  .un_message .bl_right{
    aspect-ratio: 345/281;
    margin-top: 0;
  }
  .un_message .bl_right .el_img:nth-of-type(1){
    top: 15%;
    left: -5%;
    aspect-ratio: 373 / 500;
    width: 36.5%;
  }
  .un_message .bl_right .el_img:nth-of-type(2){
    top: 16%;
    right: -9%;
    aspect-ratio: 432 / 287;
    width: 36%;
  }
  .un_message .bl_right .el_img:nth-of-type(3){
    top: 0%;
    left: 37%;
    bottom: unset;
    aspect-ratio: 287 / 394;
    width: 30%;
  }
  .un_message .bl_right .el_img:nth-of-type(4){
    right: 7%;
    bottom: 8%;
    aspect-ratio: 382 / 277;
    width: 40%;
  }
}
@media screen and (max-width: 450px) {
  .un_message {
    padding: 0px 0 60px;
  }
  .un_message .ly_sec_inner{
    gap: 48px;
  }
  .un_message .el_message_txt{
    font-size: 12px;
    letter-spacing: 0.09em;
  }
  
}


/*------------------------------------------------------------
PEOPLE
------------------------------------------------------------ */
.un_people{
  overflow: hidden;
  margin-top: 155px;
  padding: 0;
  padding-top: 145px;
}
.un_people .bl_sec_ttl_wrap{
  padding: 0 40px;
}
.un_people .bl_sec_ttl_wrap .bl_sec_ttl{
  max-width: 1488px;
  margin: auto;
}

.un_people .bl_people_word{
  padding: 70px 40px;
  margin-top: 80px;
  background-color: #F2F6FA;
}
.un_people .bl_people_word .bl_people_word_inner{
  max-width: 1488px;
  margin: auto;
}
.un_people .bl_people_word .el_sec_ttl_m{
  margin-bottom: 33px;
}

/* サントリーの人が大切にする4つの言葉 */
.un_people .bl_people_word .bl_word_list{
  display: flex;
  align-items: flex-start;
  gap: 81px;
}
.un_people .bl_people_word .bl_word_list li{
  position: relative;
  max-width: 311px;
  width: 100%;
  padding: 24px 0;
}
.un_people .bl_people_word .bl_word_list li + li::before{
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DDD;
}
.un_people .bl_people_word .bl_word_list li .el_word_head{
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.un_people .bl_people_word .bl_word_list li .el_word_txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* スライダー */
.bl_people_interview{
  padding-top: 88px;
  padding-bottom: 205px;
}

.bl_people_interview .bl_interview_list li{
  position: relative;
}
.bl_people_interview .bl_interview_list li a{
  text-decoration: none;
  color: #393636;
  transition: .3s;
}
.bl_people_interview .bl_interview_list li + li::before{
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1px;
  height: 100%;
  background-color: #DDD;
}
.bl_people_interview .bl_interview_list .el_item_img{
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 576/324;
}
.bl_people_interview .bl_interview_list .el_item_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s;
}
.bl_people_interview .bl_interview_list .bl_item_txt_wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 37px 40px 50px;
  min-height: 340px;
}
.bl_people_interview .bl_interview_list .el_item_ttl{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.bl_people_interview .bl_interview_list .bl_detail_box{
  margin-top: 21px;
}
.bl_people_interview .bl_interview_list .bl_detail_box .el_division{
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  transition: .3s;
}
.bl_people_interview .bl_interview_list .bl_detail_box .el_division.un_blue{
  color: #5382C0;
}
.bl_people_interview .bl_interview_list .bl_detail_box .el_division.un_pink{
  color: #EB6BA0;
}
.bl_people_interview .bl_interview_list .bl_detail_box .el_division.un_green{
  color: #64B15A;
}
.bl_people_interview .bl_interview_list .bl_detail_box .el_name_main,
.bl_people_interview .bl_interview_list .bl_detail_box .el_name_sub{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}
.bl_people_interview .bl_interview_list .bl_link_arrow{
  position: relative;
  width: 100px;
  height: 4px;
  margin-top: 24px;
  margin-left: auto;
}
.bl_people_interview .bl_interview_list .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .3s;
}
.bl_people_interview .bl_interview_list .bl_link_arrow span.un_hover{
  opacity: 0;
}

@media (hover:hover) {
  .bl_people_interview .bl_interview_list li a:hover .el_item_img img{
    transform: scale(1.05);
  }
  .bl_people_interview .bl_interview_list li a:hover,
  .bl_people_interview .bl_interview_list li a:hover .bl_detail_box .el_division{
    color: #5BC2DC !important;
  }
  .bl_people_interview .bl_interview_list li a:hover .bl_link_arrow span{
    opacity: 0;
  }
  .bl_people_interview .bl_interview_list li a:hover .bl_link_arrow span.un_hover{
    opacity: 1;
  }
}

@media screen and (max-width: 1200px){
  .un_people {
    margin-top: 105px;
    padding: 0;
    padding-top: 105px;
  }
  .bl_people_interview {
    padding-bottom: 105px;
  }
  .bl_people_interview .bl_interview_list li + li::before{
    left: -24px;
  }
}
@media screen and (max-width: 1024px){
  .un_people {
    margin-top: 0;
    padding: 0;
    padding-top: 50px;
  }
  .un_people .bl_people_word{
    margin-top: 40px;
    padding: 40px 75px 0;
  }

  .un_people .bl_people_word .el_sec_ttl_m{
    margin-bottom: 27px;
  }

  .un_people .bl_people_word .bl_word_list{
    flex-wrap: wrap;
    gap: 0 60px;
    padding: 10px 0 40px;
  }
  .un_people .bl_people_word .bl_word_list li{
    position: relative;
    max-width: 100%;
    width: calc((100% / 2) - 30px);
    min-height: 140px;
    padding: 0 20px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2n)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 115px;
    background-color: #ddd;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(1),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2){
    padding-bottom: 30px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(3),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(4){
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .un_people .bl_people_word .bl_word_list li + li::before{
    content: none;
  }
  .un_people .bl_people_word .bl_word_list li .el_word_head{
    margin-bottom: 8px;
    font-size: 18px;
  }
  .un_people .bl_people_word .bl_word_list li .el_word_txt{
    font-size: 14px;
  }

  .bl_people_interview{
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .bl_people_interview .bl_interview_list .bl_item_txt_wrap{
    padding: 20px 12px;
    min-height: 200px;
  }
  .bl_people_interview .bl_interview_list .el_item_ttl{
    font-size: 14px;
  }
  .bl_people_interview .bl_interview_list .bl_detail_box .el_division{
    margin-bottom: 5px;
    font-size: 13px;
  }
  .bl_people_interview .bl_interview_list .bl_detail_box .el_name_main,
  .bl_people_interview .bl_interview_list .bl_detail_box .el_name_sub{
    font-size: 11px;
  }
  .bl_people_interview .bl_interview_list .bl_link_arrow{
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .un_people .bl_people_word{
    padding: 40px 40px 0;
  }
  .un_people .bl_people_word .bl_word_list{
    gap: 0 40px;
  }
  .un_people .bl_people_word .bl_word_list li{
    padding: 0 10px;
    width: calc((100% / 2) - 20px);
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2n)::before{
    left: -20px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(1),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2){
    padding-bottom: 20px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(3),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(4){
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .un_people .bl_sec_ttl_wrap{
    padding: 0 20px;
  }
  .un_people .bl_people_word{
    padding: 40px 20px 20px;
  }
  .un_people .bl_people_word .el_sec_ttl_m{
    margin-bottom: 0px;
  }
  .un_people .bl_people_word .bl_word_list{
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    padding: 0;
  }
  .un_people .bl_people_word .bl_word_list li{
    width: 100%;
    padding: 32px 0px;
  }
  .un_people .bl_people_word .bl_word_list li:first-of-type{
    padding-top: 32px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2n)::before{
    content: none;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(1),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(2){
    padding-bottom: 32px;
  }
  .un_people .bl_people_word .bl_word_list li:nth-of-type(3),
  .un_people .bl_people_word .bl_word_list li:nth-of-type(4){
    padding-top: 32px;
    border-top: none;
  }
  .un_people .bl_people_word .bl_word_list li + li{
    border-top: 1px solid #ddd !important;
  }
  .un_people .bl_people_word .bl_word_list li .el_word_head{
    margin-bottom: 14px;
  }
  .un_people .bl_people_word .bl_word_list li .el_word_txt{
    font-size: 12px;
  }

  .splide .bl_slide_ttl_inner{
    padding: 0 20px;
  }
}


/*------------------------------------------------------------
CREATION
------------------------------------------------------------ */
.un_creation{
  overflow: hidden;
  padding: 0;
  padding-top: 125px;
  padding-bottom: 140px;
}
.un_creation .bl_sec_ttl_wrap{
  padding: 0 40px;
  margin-bottom: 86px;
}
.un_creation .bl_sec_ttl_wrap .bl_sec_ttl{
  max-width: 1488px;
  margin: auto;
}

/* スライダー */
.un_creation .bl_project_list li{
  position: relative;
}
.un_creation .bl_project_list li a{
  text-decoration: none;
  color: #393636;
  transition: .3s;
}
.un_creation .bl_project_list li + li::before{
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 1px;
  height: 100%;
  background-color: #DDD;
}

.un_creation .bl_project_list .el_item_img{
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 576/324;
}
.un_creation .bl_project_list .el_item_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s;
}

.un_creation .bl_project_list .bl_item_txt_wrap{
  padding: 40px;
}
.un_creation .bl_project_list .bl_detail_box{
  display: flex;
  gap: 32px;
}
.un_creation .bl_project_list .bl_detail_box .el_item_genre{
  width: 20px;
  height: fit-content;
  transform: translateY(-16px) rotate(90deg);
  transform-origin: left bottom;
  font-family: Arial;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.un_creation .bl_project_list .bl_detail_box .el_item_ttl{
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.un_creation .bl_project_list .bl_detail_box .el_item_txt{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.un_creation .bl_project_list .bl_link_arrow{
  position: relative;
  width: 123px;
  height: 4px;
  margin-top: 62px;
  margin-left: auto;
}
.un_creation .bl_project_list .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .3s;
}
.un_creation .bl_project_list .bl_link_arrow span.un_hover{
  opacity: 0;
}

@media (hover:hover) {
  .un_creation .bl_project_list li a:hover .el_item_img img{
    transform: scale(1.05);
  }
  .un_creation .bl_project_list li a:hover{
    color: #5BC2DC !important;
  }
  .un_creation .bl_project_list li a:hover .bl_link_arrow span{
    opacity: 0;
  }
  .un_creation .bl_project_list li a:hover .bl_link_arrow span.un_hover{
    opacity: 1;
  }
}

@media screen and (max-width: 1200px){
  .un_creation{
    padding-top: 105px;
    padding-bottom: 35px;
  }
  .un_creation .bl_project_list li + li::before{
    left: -24px;
  }
}
@media screen and (max-width: 1024px){
  .un_creation{
    padding-top: 52px;
  }
  .un_creation .bl_sec_ttl_wrap{
    margin-bottom: 40px;
  }

  .un_creation .bl_project_list .bl_item_txt_wrap{
    padding: 20px 16px;
  }
  .un_creation .bl_project_list .bl_detail_box{
    gap: 7px;
  }
  .un_creation .bl_project_list .bl_detail_box .el_item_genre{
    transform: translateY(-9px) rotate(90deg);
    font-size: 14px;
  }
  .un_creation .bl_project_list .bl_detail_box .el_item_ttl{
    font-size: 14px;
  }
  .un_creation .bl_project_list .bl_detail_box .el_item_txt{
    font-size: 12px;
  }
  .un_creation .bl_project_list .bl_link_arrow{
    margin-top: 21px;
  }
}
@media screen and (max-width: 600px){
  .un_creation .bl_sec_ttl_wrap{
    padding: 0 20px;
  }
}


/*------------------------------------------------------------
COMPANY
------------------------------------------------------------ */
.un_company{
  padding: 104px 40px 120px;
}
.un_company .ly_link_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-top: 60px;
}
.un_company .ly_link_wrap a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #393636;
  transition: .3s;
}
.un_company .ly_link_wrap a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  background-color: #F2F6FA;
  transition: .3s;
}
.un_company .ly_link_wrap .bl_left,
.un_company .ly_link_wrap .bl_right{
  max-width: 704px;
  width: 50%;
}
.un_company .ly_link_wrap .bl_left{
  padding-top: 40px;
}

.un_company .el_link_img{
  position: relative;
  z-index: 1;
  aspect-ratio: 704/389;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.un_company .el_link_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s;
}
.un_company .bl_link_txt{
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  padding: 40px 20px;
}
.un_company .bl_link_txt .el_link_ttl{
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.un_company .bl_link_txt .el_link_txt{
  position: relative;
  z-index: 1;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.un_company .bl_link_txt .bl_link_arrow{
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
}
.un_company .bl_link_txt .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: .3s;
}
.un_company .bl_link_txt .bl_link_arrow span.un_hover{
  opacity: 0;
}

@media (hover:hover) {
  .un_company .ly_link_wrap a:hover{
    color: #5BC2DC !important;
  }
  .un_company .ly_link_wrap a:hover::after{
    width: 100%;
  }
  .un_company .ly_link_wrap a:hover .el_link_img img{
    transform: scale(1.1);
  }
  .un_company .ly_link_wrap a:hover .bl_link_arrow span{
    opacity: 0;
  }
  .un_company .ly_link_wrap a:hover .bl_link_arrow span.un_hover{
    opacity: 1;
  }
}

@media screen and (max-width: 1024px){
  .un_company{
    padding: 50px 40px 65px;
  }
  .un_company .ly_link_wrap .bl_left,
  .un_company .ly_link_wrap .bl_right{
    padding-top: 40px;
  }
  .un_company .ly_link_wrap{
    gap: 20px;
    margin-top: 0;
  }
  .un_company .bl_link_txt{
    padding: 28px 12px;
    padding-right: 50px;
  }
  .un_company .bl_link_txt .el_link_ttl{
    font-size: 18px;
  }
  .un_company .bl_link_txt .el_link_txt{
    font-size: 11px;
  }
  .un_company .bl_link_txt .bl_link_arrow{
    right: 21px;
    width: 7px;
    height: 15px;
  }
}
@media screen and (max-width: 600px){
  .un_company{
    padding: 50px 20px 65px;
  }
  .un_company .ly_link_wrap{
    gap: 0;
    flex-direction: column;
    margin-top: 40px;
  }
  .un_company .ly_link_wrap .bl_left,
  .un_company .ly_link_wrap .bl_right{
    padding-top: 0;
    width: 100%;
  }
}


/*------------------------------------------------------------
RECRUIT
------------------------------------------------------------ */
.un_recruit{
  padding: 104px 40px 120px;
}
.un_recruit .ly_link_wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 103px;
}
.un_recruit .ly_link_wrap .bl_left,
.un_recruit .ly_link_wrap .bl_right{
  width: 100%;
}

.un_recruit a{
  display: block;
  text-decoration: none;
  color: #393636;
  transition: .3s;
}

/* セクションタイトル */
.un_recruit .el_link_ttl{
  margin-bottom: 10px;
  color: #5BC2DC;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.un_recruit .el_link_ttl::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #5BC2DC;
  margin-left: 8px;
  margin-right: 13px;
  margin-bottom: 3px;
}
.un_recruit .bl_mypage_list + .el_link_ttl{
  margin-top: 40px;
}

/* リンクボックス */
.un_recruit .bl_link_box{
  background-color: #F2F6FA;
  overflow: hidden;
  border-radius: 4px;
}
.un_recruit .bl_link_box .bl_other_link_wrap{
  padding: 32px 28px 40px;
}

/* 画像リンク */
.un_recruit .bl_img_link{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  aspect-ratio: 660/256;
  width: 100%;
  padding: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}
.un_recruit .bl_left .bl_img_link{
  background-image: url(../img/recruit01_pc.jpg);
}
.un_recruit .bl_right .bl_img_link{
  background-image: url(../img/recruit02_pc.jpg);
}
@media screen and (max-width: 1024px) {
  .un_recruit .bl_left .bl_img_link{
    background-image: url(../img/recruit01_tb.jpg);
  }
  .un_recruit .bl_right .bl_img_link{
    background-image: url(../img/recruit02_tb.jpg);
  }
}
@media screen and (max-width: 600px) {
  .un_recruit .bl_left .bl_img_link{
    background-image: url(../img/recruit01_sp.jpg);
  }
  .un_recruit .bl_right .bl_img_link{
    background-image: url(../img/recruit02_sp.jpg);
  }
}
.un_recruit .bl_img_link::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg,
    rgba(0, 0, 0, 0.00) 0%,
    rgba(0, 0, 0, 0.60) 100%);
}
.un_recruit .bl_img_link_txt{
  position: relative;
  z-index: 1;
  color: #fff;
  transition: .3s;
}
.un_recruit .bl_img_link_txt .el_txt_sub{
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.un_recruit .bl_img_link_txt .el_txt_main{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* マイページリンク */
.un_recruit .bl_mypage_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 32px;
}
.un_recruit .bl_mypage_list li a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 18px 20px;
  padding-right: 40px;
  border-radius: 4px;
  background-color: #fff;
}
.un_recruit .bl_mypage_list li a .el_txt_main{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.un_recruit .bl_mypage_list li a .el_txt_sub{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.un_recruit .bl_mypage_list li a .bl_link_arrow{
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* リクルートリンク */
.un_recruit .un_recruit + .bl_recruit_list{
  margin-top: 0;
}
.un_recruit .bl_mypage_list + .bl_recruit_list{
  margin-top: 33px;
}
.un_recruit .bl_recruit_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 32px;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(1){
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(2){
  grid-column: 2 / 2;
  grid-row: 1 / 1;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(3){
  grid-column: 1 / 1;
  grid-row: 2 / 2;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(4){
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(5){
  grid-column: 1 / 1;
  grid-row: 3 / 3;
}
.un_recruit .bl_left .bl_recruit_list li:nth-of-type(6){
  grid-column: 1 / 1;
  grid-row: 4 / 4;
}

.un_recruit .bl_recruit_list li{
  border-bottom: 1px solid #ddd;
}
.un_recruit .bl_recruit_list li a{
  position: relative;
  display: block;
  padding: 24px 12px;
  padding-right: 35px;
  transition: .3s;
}
.un_recruit .bl_recruit_list li a .el_txt_main{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.un_recruit .bl_recruit_list li a .el_txt_sub{
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.un_recruit .bl_recruit_list li a .bl_link_arrow{
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* シングルリンク */
.un_recruit .bl_single_link{
  margin-top: 32px;
}
.un_recruit .bl_single_link a{
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #F2F6FA;
  padding: 36px;
  padding-right: 90px;
  transition: .3s;
}
.un_recruit .bl_single_link a .el_txt_main{
  color: #5BC2DC;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.un_recruit .bl_single_link a .el_txt_sub{
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.un_recruit .bl_single_link a .bl_link_arrow{
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}


/* ホバーアニメーション-丸リンク */
.un_recruit .bl_img_link .bl_link_arrow{
  position: relative;
  width: 40px;
  height: 40px;
}
.un_recruit .bl_single_link a .bl_link_arrow{
  position: absolute;
  width: 40px;
  height: 40px;
}
.un_recruit .bl_img_link .bl_link_arrow span,
.un_recruit .bl_single_link a .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: .3s;
}
.un_recruit .bl_img_link .bl_link_arrow span.un_hover,
.un_recruit .bl_single_link a .bl_link_arrow span.un_hover{
  opacity: 0;
}
/* ホバーアニメーション-矢印リンク */
.un_recruit .bl_mypage_list li a .bl_link_arrow,
.un_recruit .bl_recruit_list li a .bl_link_arrow{
  position: absolute;
  width: 6px;
  height: 10px;
}
.un_recruit .bl_mypage_list li a .bl_link_arrow.un_blank_icon,
.un_recruit .bl_recruit_list li a .bl_link_arrow.un_blank_icon{
  width: 12px;
  height: 12px;
}
.un_recruit .bl_mypage_list li a .bl_link_arrow span,
.un_recruit .bl_recruit_list li a .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: .3s;
}
.un_recruit .bl_mypage_list li a .bl_link_arrow span img,
.un_recruit .bl_recruit_list li a .bl_link_arrow span img{
  height: 100%;
}
.un_recruit .bl_mypage_list li a .bl_link_arrow span.un_hover,
.un_recruit .bl_recruit_list li a .bl_link_arrow span.un_hover{
  opacity: 0;
}
@media (hover:hover) {
  .un_recruit a:hover,
  .un_recruit a:hover .bl_img_link_txt{
    color: #5BC2DC !important;
    background-size: 105%;
  }
  .un_recruit a:hover .bl_link_arrow span{
    opacity: 0 !important;
  }
  .un_recruit a:hover .bl_link_arrow span.un_hover{
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1024px){
  .un_recruit{
    padding: 54px 40px 60px;
  }
  .un_recruit .ly_link_wrap{
    margin-top: 40px;
    gap: 24px;
  }

  .un_recruit .bl_img_link{
    padding: 19px 20px;
    aspect-ratio: 332 / 200;
    background-size: cover;
  }
  .un_recruit .bl_img_link_txt{
    width: 100%;
  }
  .un_recruit .bl_img_link_txt .el_txt_sub{
    font-size: 12px;
  }
  .un_recruit .bl_img_link_txt .el_txt_main{
    justify-content: space-between;
    font-size: 20px;
  }
  .un_recruit .bl_img_link .bl_link_arrow{
    width: 32px;
    height: 32px;
  }

  .un_recruit .bl_link_box .bl_other_link_wrap{
    padding: 24px 20px;
  }
  .un_recruit .bl_mypage_list{
    display: block;
  }
  .un_recruit .bl_mypage_list li + li {
    margin-top: 16px;
  }
  .un_recruit .bl_mypage_list li a{
    padding: 17px 16px;
    padding-right: 35px;
    min-height: fit-content;
  }
  .un_recruit .bl_mypage_list li a .el_txt_main{
    font-size: 13px;
  }
  .un_recruit .bl_mypage_list li a .el_txt_sub{
    font-size: 11px;
  }

  .un_recruit .el_link_ttl{
    font-size: 13px;
  }
  .un_recruit .el_link_ttl::before{
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 3px;
  }

  .un_recruit .bl_recruit_list{
    display: block;
  }
  .un_recruit .bl_recruit_list li a{
    padding: 19px 16px;
    padding-right: 35px;
  }
  .un_recruit .bl_recruit_list li a .el_txt_main{
    font-size: 13px;
  }
  .un_recruit .bl_recruit_list li a .el_txt_sub{
    font-size: 11px;
  }

  .un_recruit .bl_single_link{
    margin-top: 20px;
  }
  .un_recruit .bl_single_link a{
    padding: 30px 20px;
    padding-right: 70px;
  }
  .un_recruit .bl_single_link a .el_txt_main{
    font-size: 12px;
  }
  .un_recruit .bl_single_link a .el_txt_sub{
    margin-top: 3px;
    font-size: 18px;
  }
  .un_recruit .bl_single_link a .bl_link_arrow{
    right: 20px;
    margin-top: 4px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width:600px) {
  .un_recruit {
    padding: 54px 20px 60px;
  }
  .un_recruit .ly_link_wrap{
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:450px) {
  .un_recruit .bl_img_link{
    aspect-ratio: 332 / 188;
  }
  .un_recruit .bl_single_link a .el_txt_sub{
    margin-top: 2px;
  }
}


/*------------------------------------------------------------
LEARN MORE
------------------------------------------------------------ */
.un_learnmore{
  padding-bottom: 140px;
}
.un_learnmore a{
  display: block;
  text-decoration: none;
  color: #393636;
  transition: .3s;
}
.un_learnmore .bl_other_link_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 80px;
  margin-top: 102px;
}
.un_learnmore .bl_other_link_list li{
  width: 100%;
}

.un_learnmore .bl_other_link_list .el_item_img{
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 576/324;
}
.un_learnmore .bl_other_link_list .el_item_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s;
}

.un_learnmore .bl_other_link_list .bl_item_content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
  margin-top: 30px;
}
.un_learnmore .bl_other_link_list .bl_item_text_wrap{
  padding: 0 20px;
}
.un_learnmore .bl_other_link_list .bl_item_text_wrap .el_item_ttl{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.un_learnmore .bl_other_link_list .bl_item_text_wrap .el_item_txt{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.un_learnmore a .bl_link_arrow{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.un_learnmore a .bl_link_arrow span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: .3s;
}
.un_learnmore a .bl_link_arrow span img{
  height: 100%;
}
.un_learnmore a .bl_link_arrow span.un_hover{
  opacity: 0;
}

@media (hover:hover){
  .un_learnmore .bl_other_link_list li a:hover .el_item_img img{
    transform: scale(1.05);
  }
  .un_learnmore a:hover{
    color: #5BC2DC !important;
  }
  .un_learnmore a:hover .bl_link_arrow span{
    opacity: 0 !important;
  }
  .un_learnmore a:hover .bl_link_arrow span.un_hover{
    opacity: 1 !important;
  }
}

@media screen and (max-width: 1024px) {
  .un_learnmore{
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .un_learnmore .bl_other_link_list{
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .un_learnmore .bl_other_link_list{
    grid-template-columns: 1fr;
  }

  .un_learnmore .bl_other_link_list .bl_item_content{
    margin-top: 20px;
  }
  .un_learnmore .bl_other_link_list .bl_item_text_wrap .el_item_ttl{
    font-size: 15px;
  }
  .un_learnmore .bl_other_link_list .bl_item_text_wrap .el_item_txt{
    margin-top: 10px;
    font-size: 13px;
  }
}