@charset "UTF-8";

.site_container.front .page_hero {
  background-color: var(--color-bg-primary);
  color: #fff;
  position: relative;
  z-index: 1;
  /* 直線長方形のプログレスバー */
}

.site_container.front .page_hero .hero_swiper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.site_container.front .page_hero .hero_swiper .slide {
  height: 600px;
  position: relative;
}

.site_container.front .page_hero .hero_swiper .slide_txt {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site_container.front .page_hero .hero_swiper .slide_txt .tit {
  font-size: 3.3rem;
  font-weight: 700;
  left: 0;
  line-height: 1.73;
  opacity: 0;
  position: absolute;
  top: 28%;
  transition: all 1s ease-in-out 0.8s;
}

.site_container.front .page_hero .hero_swiper .slide_txt .tit span {
  display: block;
}

.site_container.front .page_hero .hero_swiper .slide_txt .tit .tit_02 {
  opacity: 0;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  transition: all 0.8s ease-in-out 1s;
}

.site_container.front .page_hero .hero_swiper .slide_txt .tit .tit_03 {
  opacity: 0;
  -webkit-transform: translateY(105%);
  transform: translateY(105%);
  transition: all 1s ease-in-out 1.2s;
}

.site_container.front .page_hero .hero_swiper .slide_txt .desc {
  position: absolute;
}

.site_container.front .page_hero .hero_swiper .slide_img {
  background-image: url(../img/top/slide_pc_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: -webkit-transform 2s cubic-bezier(1, 0, 1, 0);
  transition: transform 2s cubic-bezier(1, 0, 1, 0);
  transition: transform 2s cubic-bezier(1, 0, 1, 0), -webkit-transform 2s cubic-bezier(1, 0, 1, 0);
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.site_container.front .page_hero .hero_swiper .slide.slide_01 .slide_img {
  background-image: url(../img/top/slide_pc_01.jpg);
}

.site_container.front .page_hero .hero_swiper .slide.slide_02 .slide_img {
  background-image: url(../img/top/slide_pc_02.jpg);
}

.site_container.front .page_hero .hero_swiper .slide.slide_03 .slide_img {
  background-image: url(../img/top/slide_pc_03.jpg);
}

.site_container.front .page_hero .hero_swiper .slide.is_active .slide_txt .tit {
  opacity: 1;
}

.site_container.front .page_hero .hero_swiper .slide.is_active .slide_txt .tit_02,
.site_container.front .page_hero .hero_swiper .slide.is_active .slide_txt .tit_03 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.site_container.front .page_hero .swiper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.site_container.front .page_hero .swiper_pagenation {
  position: absolute;
  z-index: 2;
}

.site_container.front .page_hero .swiper-slide-active .slide_img,
.site_container.front .page_hero .swiper-slide-duplicate-active .slide_img,
.site_container.front .page_hero .swiper-slide-prev .slide_img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}

.site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
.site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.site_container.front .page_hero .swiper-pagination-custom,
.site_container.front .page_hero .swiper-pagination-fraction {
  font-size: 0;
  line-height: 1;
}

.site_container.front .page_hero .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  font-size: 0;
  line-height: 1;
  opacity: 1;
  position: relative;
}

.site_container.front .page_hero .swiper-pagination-bullet::before {
  background-color: var(--color-primary);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.site_container.front .page_hero .swiper-pagination-bullet-active::before {
  -webkit-animation: paginationActive 7s linear forwards;
  animation: paginationActive 7s linear forwards;
}

@-webkit-keyframes paginationActive {
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes paginationActive {
  100% {
    opacity: 1;
    width: 100%;
  }
}

.site_container.front .page_content {
  position: relative;
  z-index: 2;
}

.site_container.front .page_content .section {
  padding: 0 60px;
}

.site_container.front .page_content .section.bg_dark_blue {
  color: #fff;
}

.site_container.front .page_content .section.bg_dark_blue .sec_layout_01 .sec_head .head_title small {
  color: white;
}

.site_container.front .page_content .section.bg_dark_blue .sec_layout_01 .sec_body .body_title {
  color: #fff;
}

.site_container.front .page_content .section .sec_inner {
  margin: 0 auto;
  max-width: var(--w-max);
  width: 100%;
}

.site_container.front .page_content .section .sec_layout_01 .sec_head .head_title {
  font-size: 4rem;
  margin-bottom: 50px;
}

.site_container.front .page_content .section .sec_layout_01 .sec_head .head_title em {
  font-weight: 700;
}

.site_container.front .page_content .section .sec_layout_01 .sec_head .head_title small {
  color: var(--color-text-gray);
  display: block;
  font-family: var(--font-min);
  font-size: 50%;
  font-weight: 500;
  margin-top: 25px;
}

.site_container.front .page_content .section .sec_layout_01 .sec_head .head_desc {
  font-size: 1.6rem;
  line-height: 1.75;
}

.site_container.front .page_content .section .sec_layout_01 .sec_body .body_title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.36;
  margin-bottom: 5px;
}

.site_container.front .page_content .section .entry_wrap + .body_title {
  margin-top: 20px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_cnt {
  border-radius: var(--card-border-radio);
  overflow: hidden;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_thumb {
  aspect-ratio: 204/120;
  display: block;
  overflow: hidden;
  width: 100%;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_tit {
  font-size: 2rem;
  font-weight: 700;
  padding: 12px 15px 25px 20px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  display: flex;
  position: relative;
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more span:not(.btn_arr) {
  transition: color var(--btn-transition-delay) var(--btn-transition-timing);
}

.site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  display: block;
  height: 10px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 20px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_cnt {
  border-radius: var(--card-border-radio);
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 17px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit .num {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-min);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit .num b {
  font-size: 171.43%;
  font-weight: 500;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_desc {
  font-size: 1.4rem;
  line-height: 1.43;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_link {
  display: block;
  height: 100%;
  padding: 17px 20px 30px;
  position: relative;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_more {
  position: absolute;
}

.site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_more .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  display: block;
  height: 14px;
  width: 29px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
  border-radius: var(--card-border-radio);
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_tit {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.43;
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_desc {
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 10px;
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr {
  align-items: center;
  background: #fff;
  border-radius: var(--card-border-radio);
  display: flex;
  height: 72px;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr img {
  height: 46px;
  width: auto;
}

.site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  bottom: 15px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 30px;
}

.site_container.front .section.sec_news {
  padding-bottom: 70px;
}

.site_container.front .section.sec_news .news_tabpanel {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 40px;
  position: relative;
}

.site_container.front .section.sec_news .news_tab {
  left: 0;
  position: absolute;
  top: -56px;
  width: 100%;
}

.site_container.front .section.sec_news .news_tab ul {
  display: flex;
}

.site_container.front .section.sec_news .news_tab li {
  align-items: center;
  background: var(--color-bg-gray);
  border-left: 1px solid var(--color-border);
  cursor: pointer;
  display: flex;
  font-size: 1.7rem;
  height: 56px;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}

.site_container.front .section.sec_news .news_tab li:first-child {
  border-left: 0;
}

.site_container.front .section.sec_news .news_tab li.is_active {
  background: var(--color-bg-black);
  color: #fff;
  pointer-events: none;
  position: relative;
}

.site_container.front .section.sec_news .news_panel {
  padding: 25px 0;
}

.site_container.front .section.sec_news .entry_list {
  display: none;
  margin: 0 auto;
  max-width: 900px;
  opacity: 0;
}

.site_container.front .section.sec_news .entry_list.is_show {
  -webkit-animation: fadeIn 0.6s ease 0s;
  animation: fadeIn 0.6s ease 0s;
  display: block;
  opacity: 1;
}

.site_container.front .section.sec_news .entry_cnt {
  border-bottom: 1px solid var(--color-border);
}

.site_container.front .section.sec_news .entry_cnt .inner {
  align-items: center;
  display: flex;
  width: 100%;
}

.site_container.front .section.sec_news .entry_cat {
  align-items: center;
  background: var(--color-bg-gray);
  border: 1px solid var(--color-border-d);
  border-radius: 20px;
  color: var(--color-text-gray);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.site_container.front .section.sec_news .entry_cat + .entry_cat {
  margin-top: 2px;
}

.site_container.front .section.sec_news .entry_date {
  color: var(--color-text-gray);
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  width: 90px;
}

.site_container.front .section.sec_news .entry_title {
  -webkit-box-orient: vertical;
  color: #000;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-line-clamp: 1;
  line-height: 1.54;
  overflow: hidden;
}

.site_container.front .section.sec_news .link_btn {
  margin: 0 auto;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 48px;
  color: var(--color-text);
  display: flex;
  font-size: 1.6rem;
  height: 48px;
  padding: 0 0 0 25px;
  position: relative;
  width: 220px;
}

.site_container.front .section.sec_news .link_btn span:not(.btn_arr) {
  transition: color var(--btn-transition-delay) var(--btn-transition-timing);
}

.site_container.front .section.sec_news .link_btn .btn_arr {
  background: var(--btn-arr-background);
  border-radius: 14px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 30px;
}

@media screen and (min-width: 601px), print {
  .site_container.front .page_hero .hero_swiper .slide_txt .desc {
    bottom: 17.33%;
    font-size: 1.6rem;
    line-height: 1.75;
    right: 0;
  }

  .site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
  .site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .site_container.front .page_hero .swiper-pagination-custom,
  .site_container.front .page_hero .swiper-pagination-fraction {
    text-align: left;
  }

  .site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
  .site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .site_container.front .page_hero .swiper-pagination-custom,
  .site_container.front .page_hero .swiper-pagination-fraction {
    bottom: 66px;
    height: 2px;
    padding: 0 60px;
  }

  .site_container.front .page_hero .swiper-pagination-bullet {
    height: 2px;
    width: 150px;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body .body_title.catch {
    font-size: 2.8rem;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -10px 0;
    width: calc(100% + 20px);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_cnt {
    margin: 20px 10px 0;
    width: calc(50% - 20px);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more {
    border-radius: 36px;
    font-size: 1.2rem;
    height: 36px;
    margin: auto 14px 14px auto;
    padding: 0 0 0 18px;
    width: 100px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_cnt {
    margin: 0 12px;
    width: calc(33.333% - 24px);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_more {
    bottom: 12px;
    right: 20px;
    transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    width: calc(100% + 26px);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
    margin: 0 13px;
    padding: 25px 30px 20px;
    width: calc(50% - 26px);
  }

  .site_container.front .section.sec_news .news_tab li {
    width: 100%;
  }

  .site_container.front .section.sec_news .news_tab li.is_active::after {
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-style: solid;
    border-top: 8px solid var(--color-bg-black);
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    width: 0;
  }

  .site_container.front .section.sec_news .entry_cat_wrap {
    width: 106px;
  }
}

@media screen and (min-width: 961px), print {
  .site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
  .site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .site_container.front .page_hero .swiper-pagination-custom,
  .site_container.front .page_hero .swiper-pagination-fraction {
    bottom: 17.33%;
  }

  .site_container.front .page_content .section .sec_layout_01 {
    display: flex;
    padding: 70px 0;
    width: 100%;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head {
    width: 27.87%;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body {
    width: 72.13%;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_cnt {
    margin: 0 10px;
    width: calc(25% - 20px);
  }

  .site_container.front .section.sec_news .entry_cnt .inner {
    height: 70px;
  }

  .site_container.front .section.sec_news .entry_title {
    flex: 1;
    max-height: 24.64px;
    padding-left: 36px;
  }
}

@media screen and (min-width: 1221px), print {
  .site_container.front .page_hero .hero_swiper .slide {
    height: calc(var(--win-vh) - 150px);
    min-height: 600px;
  }

  .site_container.front .page_content .section.bg_dark_blue .sec_layout_01 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1261px), print {
  .site_container.front .page_hero .hero_swiper .slide_txt {
    max-width: 1140px;
  }

  .site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
  .site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .site_container.front .page_hero .swiper-pagination-custom,
  .site_container.front .page_hero .swiper-pagination-fraction {
    left: 50%;
    margin-left: -570px;
    max-width: 1260px;
  }
}

@media screen and (max-width: 1260px) {
  .site_container.front .page_hero .hero_swiper .slide_txt {
    margin: 0 60px;
  }
}

@media screen and (max-width: 1220px) {
  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_title {
    font-size: 3rem;
    margin-bottom: 35px;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_title small {
    margin-top: 15px;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body .body_title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .site_container.front .page_hero .hero_swiper .slide_txt {
    margin: 0 30px;
  }

  .site_container.front .page_hero .hero_swiper .slide_txt .tit {
    font-size: 2.8rem;
  }

  .site_container.front .page_content .section {
    padding: 0 30px;
  }

  .site_container.front .page_content .section .sec_layout_01 {
    padding: 40px 0;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head {
    margin-bottom: 45px;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_title {
    text-align: center;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_desc {
    text-align: center;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body .body_title {
    font-size: 2.2rem;
    margin-bottom: 5px;
    text-align: center;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 {
    margin-top: 20px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 {
    justify-content: center;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 {
    justify-content: center;
  }

  .site_container.front .section.sec_news {
    padding-bottom: 40px;
  }

  .site_container.front .section.sec_news .news_tabpanel {
    padding-bottom: 30px;
  }

  .site_container.front .section.sec_news .news_panel {
    padding: 10px 30px 20px;
  }

  .site_container.front .section.sec_news .entry_cnt .inner {
    flex-wrap: wrap;
    padding: 15px 0;
  }

  .site_container.front .section.sec_news .entry_title {
    -webkit-line-clamp: 2;
    margin-top: 7.5px;
    max-height: calc(14px * 2 * 1.54);
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .site_container.front .page_hero .hero_swiper .slide {
    height: 130.67vw;
  }

  .site_container.front .page_hero .hero_swiper .slide_txt {
    margin: 0 4vw;
  }

  .site_container.front .page_hero .hero_swiper .slide_txt .tit {
    font-size: 6.53vw;
    top: 30.93vw;
  }

  .site_container.front .page_hero .hero_swiper .slide_txt .desc {
    bottom: 16.67vw;
    font-size: 2.4vw;
    left: 0;
    line-height: 1.78;
  }

  .site_container.front .page_hero .hero_swiper .slide.slide_01 .slide_img {
    background-image: url(../img/top/slide_sp_01.jpg);
  }

  .site_container.front .page_hero .hero_swiper .slide.slide_02 .slide_img {
    background-image: url(../img/top/slide_sp_02.jpg);
  }

  .site_container.front .page_hero .hero_swiper .slide.slide_03 .slide_img {
    background-image: url(../img/top/slide_sp_03.jpg);
  }

  .site_container.front .page_hero .swiper-horizontal > .swiper-pagination-bullets,
  .site_container.front .page_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
  .site_container.front .page_hero .swiper-pagination-custom,
  .site_container.front .page_hero .swiper-pagination-fraction {
    align-items: center;
    display: flex;
    height: 1px;
    margin: 0 4vw;
    top: 18.13vw;
    width: calc(100% - 8vw);
  }

  .site_container.front .page_hero .swiper-pagination-bullet {
    height: 1px;
    margin: 0 0.8vw;
    width: calc(100% - 1.6vw);
  }

  .site_container.front .page_content .section {
    padding: 0 4vw;
  }

  .site_container.front .page_content .section.bg_dark_blue .sec_layout_01 {
    padding-top: 10.67vw;
  }

  .site_container.front .page_content .section .sec_layout_01 {
    padding: 13.33vw 0;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head {
    margin-bottom: 5.33vw;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_title small {
    font-size: 50%;
    margin-top: 4vw;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_desc {
    font-size: 3.73vw;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body .body_title {
    font-size: 5.6vw;
    line-height: 1.52;
    margin-bottom: 1.33vw;
  }

  .site_container.front .page_content .section .sec_layout_01 .sec_body .body_title.catch {
    margin-top: 9.33vw;
  }

  .site_container.front .page_content .section .entry_wrap + .body_title {
    margin-top: 6.67vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 {
    margin-top: 6.67vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_cnt {
    display: flex;
    margin-top: 6.67vw;
    position: relative;
    width: 100%;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_cnt:first-of-type {
    margin-top: 0;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_thumb {
    aspect-ratio: 380/257;
    width: 50.67vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_tit {
    flex: 1;
    font-size: 4.67vw;
    padding: 6.67vw 4vw 14.13vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more {
    border-radius: 8.4vw;
    bottom: 5.33vw;
    font-size: 2.8vw;
    height: 8.4vw;
    padding-left: 4.27vw;
    position: absolute;
    right: 4vw;
    width: 23.33vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more .btn_arr {
    height: 2.53vw;
    right: 3.2vw;
    width: 5.07vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_cnt {
    margin-top: 5.33vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_cnt:first-of-type {
    margin-top: 0;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit {
    font-size: 4.67vw;
    margin-bottom: 4vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit .num {
    font-size: 3.33vw;
    margin-bottom: 2.67vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_tit .num b {
    font-size: 172%;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_desc {
    font-size: 3.33vw;
    width: 56vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_link {
    padding: 3.33vw 4vw 4vw 4vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_more {
    bottom: 4.93vw;
    right: 5.33vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_more .btn_arr {
    height: 3.2vw;
    width: 6.8vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_cnt {
    margin-top: 6.67vw;
    padding: 5.33vw 6.67vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_cnt:first-of-type {
    margin-top: 0;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_tit {
    font-size: 4.27vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_desc {
    font-size: 3.36vw;
    margin-top: 2.13vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr {
    height: 16.8vw;
    margin-top: 4.93vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr img {
    height: 11.47vw;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr .btn_arr {
    bottom: 3.33vw;
    height: 3.2vw;
    right: 4.67vw;
    width: 6.8vw;
  }

  .site_container.front .section.sec_news {
    padding-bottom: 10.67vw;
  }

  .site_container.front .section.sec_news .news_tabpanel {
    padding-bottom: 8vw;
  }

  .site_container.front .section.sec_news .news_tab {
    overflow-x: auto;
    top: -10.93vw;
  }

  .site_container.front .section.sec_news .news_tab::-webkit-scrollbar {
    height: 3px;
  }

  .site_container.front .section.sec_news .news_tab::-webkit-scrollbar-thumb {
    background-color: var(--color-border);
  }

  .site_container.front .section.sec_news .news_tab li {
    font-size: 2.93vw;
    height: 10.93vw;
    min-width: 25.33vw;
    padding: 0 1.33vw;
  }

  .site_container.front .section.sec_news .news_panel {
    padding: 2.67vw 4vw 5.33vw;
  }

  .site_container.front .section.sec_news .entry_cnt .inner {
    padding: 3.33vw 0;
  }

  .site_container.front .section.sec_news .entry_cat_wrap {
    width: calc(100% - 25.07vw);
  }

  .site_container.front .section.sec_news .entry_cat {
    font-size: 2.67vw;
    height: 4.93vw;
    width: 24.8vw;
  }

  .site_container.front .section.sec_news .entry_date {
    font-size: 3.2vw;
    width: 17.33vw;
  }

  .site_container.front .section.sec_news .entry_title {
    font-size: 3.47vw;
    margin-top: 2vw;
    max-height: calc(3.47vw * 2 * 1.54);
  }

  .site_container.front .section.sec_news .link_btn {
    font-size: 3.47vw;
    height: 10.67vw;
    padding-left: 5.33vw;
    width: 48.8vw;
  }

  .site_container.front .section.sec_news .link_btn .btn_arr {
    height: 3.2vw;
    right: 4.4vw;
    width: 6.93vw;
  }
}

@media screen and (max-width: 1220px) and (min-width: 961px) {
  .site_container.front .page_content .section .sec_layout_01 .sec_head .head_desc {
    font-size: 1.4rem;
  }
}

@media (hover: none) {
  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:active {
    opacity: 1;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:active span:not(.btn_arr) {
    color: var(--color-primary);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:active .btn_arr {
    right: 8px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_link:active .entry_more {
    right: 15px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr:active .btn_arr {
    right: 15px;
  }

  .site_container.front .section.sec_news .news_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.front .section.sec_news .news_tab li:active {
    background: var(--color-bg-black);
    color: #fff;
    opacity: 1;
  }

  .site_container.front .section.sec_news .link_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.front .section.sec_news .link_btn:active {
    opacity: 1;
  }

  .site_container.front .section.sec_news .link_btn:active span:not(.btn_arr) {
    color: var(--color-primary);
  }

  .site_container.front .section.sec_news .link_btn:active .btn_arr {
    right: 15px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:hover {
    opacity: 1;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:hover span:not(.btn_arr) {
    color: var(--color-primary);
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_01 .entry_more:hover .btn_arr {
    right: 8px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_02 .entry_link:hover .entry_more {
    right: 15px;
  }

  .site_container.front .page_content .section .entry_wrap.entry_card_03 .entry_bnr:hover .btn_arr {
    right: 15px;
  }

  .site_container.front .section.sec_news .news_tab li:hover {
    background: var(--color-bg-black);
    color: #fff;
    opacity: 1;
  }

  .site_container.front .section.sec_news .link_btn:hover {
    opacity: 1;
  }

  .site_container.front .section.sec_news .link_btn:hover span:not(.btn_arr) {
    color: var(--color-primary);
  }

  .site_container.front .section.sec_news .link_btn:hover .btn_arr {
    right: 15px;
  }
}