@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@media (max-width: 768px) {
  .page-hd {
    background: linear-gradient(to top, #f6f5f4 0%, rgba(248, 248, 248, 0) 100%);
  }
}
@media (min-width: 769px) {
  .page-hd {
    background: linear-gradient(to top, #f6f5f4 0%, rgba(248, 248, 248, 0) 100%);
  }
}

/*============================
#mv
============================*/
#mv {
  background: url(../images/home/mv_mask.png) no-repeat;
  background-size: contain;
  padding-left: 24px;
}
@media (max-width: 768px) {
  #mv {
    display: flex;
    flex-direction: column;
    padding-top: 31.4666666667vw;
  }
}
@media (min-width: 769px) {
  #mv {
    margin-top: 0;
    padding: 0;
  }
}
#mv .slider-wrapper {
  position: relative;
  opacity: 0;
  transition: 3s;
}
#mv .slider-wrapper.is-visible {
  opacity: 1;
}
@media (min-width: 769px) {
  #mv #slider-main {
    padding-left: 20.3513909224vw;
    height: calc(100vh - 80px);
  }
}
@media (min-width: 769px) {
  #mv #slider-main .splide__track {
    height: 100%;
  }
}
#mv #slider-main .splide__track .splide__list .slider-img {
  overflow: hidden;
}
#mv #slider-main .splide__track .splide__list .slider-img.is-active img,
#mv #slider-main .splide__track .splide__list .slider-img .is-prev img,
#mv #slider-main .splide__track .splide__list .slider-img .is-next img {
  animation: zoom 5s linear 0s 1 normal both;
}
#mv #slider-main .splide__track .splide__list .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .txt-wrapper {
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #mv .txt-wrapper {
    margin-top: -5.3333333333vw;
    z-index: 1;
  }
}
@media (min-width: 769px) {
  #mv .txt-wrapper {
    position: absolute;
    left: 29px;
    bottom: 58px;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 12px;
  }
}
#mv .mv-ttl {
  /* position: absolute;
  left: 4px;
  bottom: vw_sp(134); */
}
@media (max-width: 768px) {
  #mv .mv-ttl {
    margin-top: -5.3333333333vw;
    z-index: 1;
  }
}
#mv .mv-ttl img {
  width: 77.0666666667vw;
}
@media (min-width: 769px) {
  #mv .mv-ttl img {
    width: 38.3601756955vw;
  }
}
@media (max-width: 768px) {
  #mv .scrolldown-wrapper {
    display: none;
  }
}
#mv .scrolldown-wrapper .scroll {
  position: relative;
  padding-right: 8px;
}
#mv .scrolldown-wrapper .scroll::before, #mv .scrolldown-wrapper .scroll::after {
  top: 0.7320644217vw;
  content: "";
  height: 10.980966325vw;
  left: 17px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
#mv .scrolldown-wrapper .scroll::before {
  animation: scroll 2s infinite;
  background-color: #272727;
  z-index: 2;
}
#mv .scrolldown-wrapper .scroll::after {
  background-color: #b4b4b4;
}
#mv .scrolldown-wrapper .scd-txt {
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  height: 10.980966325vw;
  padding-top: 0.7320644217vw;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*============================
#intro
============================*/
#intro {
  padding-top: 30px;
}
@media (min-width: 769px) {
  #intro {
    padding-top: 7.3206442167vw;
    margin-bottom: 20.4978038067vw;
  }
}
#intro .scr-txt-wrapper {
  z-index: 1;
}
#intro .box-inner .box-txt {
  text-align: center;
  line-height: 2.5;
}
#intro .box-inner .txt-pc {
  padding-top: 6.588579795vw;
  font-size: 2.0497803807vw;
}
@media (max-width: 768px) {
  #intro .box-inner .txt-pc {
    display: none;
  }
}
#intro .box-inner .txt-sp {
  font-size: 16px;
  padding-top: 109px;
}
@media (min-width: 769px) {
  #intro .box-inner .txt-sp {
    display: none;
  }
}
#intro .line-img {
  position: absolute;
  overflow: hidden;
}
@media (max-width: 768px) {
  #intro .line-img {
    top: 29.3333333333vw;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  #intro .line-img {
    top: 21.2298682284vw;
    left: 0;
  }
}

_::-webkit-full-page-media, _:future, :root #mv .mv-ttl img {
  margin-left: -1px;
}

/*============================
#profile
============================*/
#profile {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #profile {
    padding-top: 0;
    padding-bottom: 160px;
  }
}
@media (min-width: 769px) {
  #profile .box-inner .ttl-wrapper {
    padding-left: 24px;
  }
}
@media (min-width: 769px) {
  #profile .box-inner .ttl-wrapper .contents-ttl .txt-en {
    font-size: 64px;
  }
}
#profile .box-inner .profile-box {
  display: flex;
}
@media (max-width: 768px) {
  #profile .box-inner .profile-box {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 769px) {
  #profile .box-inner .profile-box {
    gap: 96px;
    width: 71.0102489019vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#profile .box-inner .profile-box li {
  opacity: 0;
  transition: opacity 1s ease;
}
@media (min-width: 769px) {
  #profile .box-inner .profile-box li {
    width: calc(50% - 50px);
  }
  #profile .box-inner .profile-box li:nth-child(2n) {
    margin-top: -208px;
  }
}
#profile .box-inner .profile-box li.fade-in {
  opacity: 1;
}
#profile .box-inner .profile-box li.fade-in .img-box img {
  transform: scale(1);
}
#profile .box-inner .profile-box li .img-box {
  margin-bottom: 16px;
  overflow: hidden;
}
#profile .box-inner .profile-box li .img-box img {
  transform: scale(1.1);
  transition: 0.8s;
}
#profile .box-inner .profile-box li .txt-box .title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #profile .box-inner .profile-box li .txt-box .title {
    font-size: 22px;
    font-weight: 400;
  }
}
#profile .box-inner .profile-box li .txt-box .detail {
  line-height: 1.6;
}
@media (min-width: 769px) {
  #profile .box-inner .profile-box li .txt-box .detail {
    line-height: 2;
  }
}

/*============================
#interview
============================*/
#interview {
  background: #fff;
  padding: 90px 0;
}
@media (min-width: 769px) {
  #interview {
    padding-top: 192px;
    padding-bottom: 140px;
  }
}
#interview .box-inner .ttl-wrapper {
  margin-bottom: 130px;
}
#interview .box-inner .interview-list {
  display: flex;
}
@media (max-width: 768px) {
  #interview .box-inner .interview-list {
    flex-direction: column;
    gap: 52px;
  }
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list {
    gap: 96px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#interview .box-inner .interview-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#interview .box-inner .interview-list li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#interview .box-inner .interview-list li.fade-in .img-box .inner img {
  transform: scale(1);
}
@media (max-width: 768px) {
  #interview .box-inner .interview-list li:nth-child(odd) {
    padding-right: 70px;
  }
  #interview .box-inner .interview-list li:nth-child(even) {
    padding-left: 70px;
  }
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list li {
    width: calc(33.3333333333% - 64px);
  }
  #interview .box-inner .interview-list li:nth-child(2) {
    margin-top: -100px;
  }
  #interview .box-inner .interview-list li:nth-child(3) {
    margin-top: -200px;
  }
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list li a:hover {
    opacity: 1;
  }
  #interview .box-inner .interview-list li a:hover .img-box .inner img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  #interview .box-inner .interview-list li a:hover .txt-box .title {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
#interview .box-inner .interview-list li a .img-box {
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list li a .img-box {
    margin-bottom: 16px;
  }
}
#interview .box-inner .interview-list li a .img-box .inner {
  overflow: hidden;
}
#interview .box-inner .interview-list li a .img-box img {
  transform: scale(1.1);
  transition: 0.8s;
}
#interview .box-inner .interview-list li a .img-box .num {
  position: absolute;
  left: 0;
  top: -27px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list li a .img-box .num {
    font-size: 48px;
    top: -34px;
  }
}
#interview .box-inner .interview-list li a .txt-box .title {
  font-size: 16px;
  position: relative;
}
@media (min-width: 769px) {
  #interview .box-inner .interview-list li a .txt-box .title {
    display: inline;
    font-size: 20px;
    background-image: linear-gradient(#272727, #272727);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
  }
}
#interview .box-inner .interview-list li a .txt-box .name {
  font-size: 13px;
  margin-top: 8px;
}

/*============================
#crosstalk
============================*/
#crosstalk {
  background: #fff;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #crosstalk {
    padding-bottom: 240px;
  }
}
#crosstalk .box-inner {
  overflow: hidden;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .ttl-wrapper {
    position: absolute;
    top: min(4.39238653vw, 60px);
    left: 32px;
    z-index: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .ttl-wrapper .txt-en {
    font-size: min(4.0995607613vw, 56px);
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .ttl-wrapper .txt-jp {
    font-size: clamp(12px, 1.0248901903vw, 14px);
  }
}
#crosstalk .box-inner .talk-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #crosstalk .box-inner .talk-list {
    gap: 48px;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list {
    gap: 150px;
  }
}
#crosstalk .box-inner .talk-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
#crosstalk .box-inner .talk-list li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#crosstalk .box-inner .talk-list li.fade-in .img-box img {
  transform: scale(1);
}
#crosstalk .box-inner .talk-list li:nth-child(odd) .txt-box {
  padding-right: 24px;
  border-radius: 0px 4px 4px 0px;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li:nth-child(odd) .img-box {
    margin-left: auto;
  }
  #crosstalk .box-inner .talk-list li:nth-child(odd) .txt-box {
    left: 0;
    padding: 24px 40px 36px 12px;
  }
}
#crosstalk .box-inner .talk-list li:nth-child(even) .txt-box {
  margin-left: auto;
  padding-left: 24px;
  border-radius: 4px 0px 4px 0px;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li:nth-child(even) .img-box {
    margin-right: auto;
  }
  #crosstalk .box-inner .talk-list li:nth-child(even) .txt-box {
    right: 0;
    padding: 24px 12px 36px 40px;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a:hover {
    opacity: 1;
  }
  #crosstalk .box-inner .talk-list li a:hover .img-box img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  #crosstalk .box-inner .talk-list li a:hover .txt-box .title {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
#crosstalk .box-inner .talk-list li a .img-box {
  overflow: hidden;
}
@media (max-width: 768px) {
  #crosstalk .box-inner .talk-list li a .img-box {
    aspect-ratio: 327/320;
  }
  #crosstalk .box-inner .talk-list li a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a .img-box {
    width: 66.5446559297vw;
  }
}
#crosstalk .box-inner .talk-list li a .img-box img {
  transform: scale(1.1);
  transition: 0.8s;
}
#crosstalk .box-inner .talk-list li a .txt-box {
  background: #fff;
  position: relative;
  font-feature-settings: normal;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #crosstalk .box-inner .talk-list li a .txt-box {
    padding-top: 12px;
    width: 67.7333333333vw;
    margin-top: -78px;
  }
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a .txt-box {
    width: 467px;
    padding: 44px 26px 5px;
    position: absolute;
    bottom: -10px;
  }
}
#crosstalk .box-inner .talk-list li a .txt-box .num {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a .txt-box .num {
    font-size: min(2.9282576867vw, 40px);
  }
}
#crosstalk .box-inner .talk-list li a .txt-box .title {
  font-size: 16px;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a .txt-box .title {
    font-size: min(2.0497803807vw, 28px);
    display: inline;
    background-image: linear-gradient(#272727, #272727);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
  }
}
#crosstalk .box-inner .talk-list li a .txt-box .name {
  margin-top: 8px;
  font-size: 12px;
}
@media (min-width: 769px) {
  #crosstalk .box-inner .talk-list li a .txt-box .name {
    font-size: min(1.0248901903vw, 14px);
  }
}

/*============================
#recruit
============================*/
#recruit {
  padding: 80px 0 197px;
}
@media (min-width: 769px) {
  #recruit {
    padding-top: 6.588579795vw;
    padding-bottom: 33.6749633968vw;
  }
}
@media (max-width: 768px) {
  #recruit .scr-txt-wrapper .scr-txt span {
    font-size: 21.3333333333vw;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner {
    margin-top: 103px;
    display: flex;
    align-items: flex-start;
    gap: min(7.3206442167vw, 100px);
  }
}
@media (max-width: 768px) {
  #recruit .box-inner .box-l {
    margin-top: 64px;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-l {
    width: 250px;
    position: sticky;
    top: 125px;
    left: 0;
  }
}
#recruit .box-inner .box-l .ttl-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #recruit .box-inner .box-l .rec-nav {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
  }
}
#recruit .box-inner .box-l .rec-nav li {
  position: relative;
  padding-left: 10px;
}
@media (min-width: 769px) {
  #recruit .box-inner .box-l .rec-nav li a {
    background-image: linear-gradient(#c90033, #c90033);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease;
  }
  #recruit .box-inner .box-l .rec-nav li a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
    opacity: 1;
    color: #c90033;
  }
}
#recruit .box-inner .box-l .rec-nav li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#recruit .box-inner .box-l .rec-nav .current a {
  color: #c90033;
}
@media (max-width: 768px) {
  #recruit .box-inner .box-l .rec-nav .current a {
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-l .rec-nav .current a {
    background-size: 100% 1px;
  }
}
#recruit .box-inner .box-l .rec-nav .current a::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 7px;
  background: #c90033;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 769px) {
  #recruit .box-inner .box-l .rec-nav .current a::before {
    width: 8px;
    height: 8px;
    left: -18px;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-l .rec-nav li {
    margin-bottom: 16px;
    padding-left: 18px;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-r {
    flex: 1;
  }
}
#recruit .box-inner .box-r .rec-detail-box {
  position: relative;
}
#recruit .box-inner .box-r .rec-detail-box li {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#recruit .box-inner .box-r .rec-detail-box li.current {
  opacity: 1;
  visibility: visible;
  position: relative;
}
#recruit .box-inner .box-r .rec-detail-box li .rec-mds {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  #recruit .box-inner .box-r .rec-detail-box li .rec-mds {
    font-size: 30px;
  }
}
#recruit .box-inner .box-r .rec-detail-box li .rec-detail-list a {
  text-decoration: underline;
  color: #4d6f9d;
}
#recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner {
    display: flex;
    gap: 32px;
  }
}
#recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner dt {
  font-size: 14px;
  text-align: center;
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner dt {
    margin-bottom: 0;
    max-width: 178px;
    width: min(13.0307467057vw, 178px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
  }
}
@media (min-width: 769px) {
  #recruit .box-inner .box-r .rec-detail-box li .rec-detail-list .inner dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
  }
}
/*============================
#entry
============================*/
#entry {
  background: #383838;
  padding-top: 46px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #entry {
    padding-top: 7.906295754vw;
  }
}
#entry .entry-mv {
  text-align: center;
  position: absolute;
  top: -30.9333333333vw;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  #entry .entry-mv {
    top: -22.6939970717vw;
    padding: 0;
  }
}
#entry .entry-mv .inner {
  overflow: hidden;
}
@media (min-width: 769px) {
  #entry .entry-mv .inner {
    width: 88.2137628111vw;
    max-width: 2000px;
    margin: 0 auto;
  }
}
#entry .entry-mv .inner.fade-in img {
  transform: scale(1);
  opacity: 1;
}
#entry .entry-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transform: scale(1.1);
  transition: 0.8s;
  opacity: 0;
}
@media (min-width: 769px) {
  #entry .entry-mv img {
    width: 100%;
    max-width: 2000px;
  }
}
#entry .scr-txt-wrapper .scr-txt span {
  font-size: 21.3333333333vw;
  color: #d1ccc6;
  opacity: 0.3;
  text-shadow: none;
}
@media (min-width: 769px) {
  #entry .scr-txt-wrapper .scr-txt span {
    font-size: 8.78477306vw;
  }
}
@media (min-width: 769px) {
  #entry .box-inner {
    margin-top: 20px;
    width: 92.093704246vw;
  }
}
#entry .box-inner .entry-top {
  background: #fff;
  border-radius: 4px;
  padding: 48px 24px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-top {
    padding: min(5.8565153734vw, 80px);
    margin-bottom: 50px;
    display: flex;
    gap: 130px;
  }
}
@media (min-width: 769px) {
  #entry .box-inner .entry-top .ttl-wrapper {
    width: 190px;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #entry .box-inner .entry-top .entry-list {
    flex: 1;
  }
}
#entry .box-inner .entry-top .entry-list li:last-child a {
  margin-bottom: 0;
}
#entry .box-inner .entry-top .entry-list li a {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-top .entry-list li a {
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
  #entry .box-inner .entry-top .entry-list li a:hover {
    opacity: 1;
    color: #c90033;
  }
  #entry .box-inner .entry-top .entry-list li a:hover::before {
    width: 100%;
    background: #c90033;
  }
  #entry .box-inner .entry-top .entry-list li a:hover .icon-arrow {
    background: #c90033;
  }
}
#entry .box-inner .entry-top .entry-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  height: 1px;
  background: #383838;
  transition: 0.3s;
}
#entry .box-inner .entry-top .entry-list li a .entry-txt {
  font-size: 18px;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-top .entry-list li a .entry-txt {
    font-size: 24px;
  }
}
#entry .box-inner .entry-top .entry-list li a .icon-arrow {
  margin-left: auto;
  background: #383838;
  width: 57px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#entry .box-inner .entry-top .entry-list li a .icon-arrow img {
  width: 16px;
}
#entry .box-inner .entry-top .entry-list li a.disabled {
  pointer-events: none;
}
#entry .box-inner .entry-top .entry-list li a.disabled .icon-arrow {
  background: #b9b9b9;
}
#entry .box-inner .entry-btm {
  color: #fff;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
#entry .box-inner .entry-btm .txt-box {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-btm .txt-box {
    margin-bottom: 0;
    width: 50%;
    font-size: clamp(10px, 0.9516837482vw, 13px);
  }
}
#entry .box-inner .entry-btm .txt-box .mds-s {
  font-size: clamp(13px, 1.317715959vw, 18px);
  margin-bottom: 8px;
}
#entry .box-inner .entry-btm .bnr-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-btm .bnr-box {
    gap: 24px;
    width: 50%;
  }
}
#entry .box-inner .entry-btm .bnr-box li {
  width: calc(33.3333333333% - 2.9333333333vw);
  height: 23.4666666667vw;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  #entry .box-inner .entry-btm .bnr-box li {
    width: calc(33.3333333333% - 16px);
    height: 112px;
  }
}
#entry .box-inner .entry-btm .bnr-box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
#entry .box-inner .entry-btm .bnr-box li a .icon-nw {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
}
@media (max-width: 768px) {
  #entry .box-inner .entry-btm .bnr-box li a .logo03 {
    width: 32.5333333333vw;
    max-width: fit-content;
  }
}
/*# sourceMappingURL=_map/home.css.map */
