@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.mv {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/mv_bg.png");
  background-image: image-set(url("../img/home/mv_bg.png") 1x, url("../img/home/mv_bg@2x.png") 2x);
  background-repeat: repeat;
  background-position: bottom right;
  background-size: 694px 768px;
  border-right: 1px solid #d4d4d4;
}
@media (min-width: 1200px) {
  .mv::before {
    width: 49.5714285714vw;
  }
}
.mv_inr {
  max-width: 1400px;
  margin: 0 auto;
  padding: 104px 20px 80px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .mv_inr {
    flex-direction: row;
    justify-content: space-between;
    padding: 153px 40px 72px 40px;
  }
}
@media (min-width: 1400px) {
  .mv_inr {
    flex-direction: row;
    justify-content: space-between;
    padding: 153px min(102px, 7.2857142857vw) 72px min(80px, 5.7142857143vw);
  }
}
.mv_txtArea {
  display: contents;
}
@media (min-width: 1200px) {
  .mv_txtArea {
    display: block;
    width: 36.0655737705%;
    padding-top: 56px;
  }
}
.mv_txtArea > .btn {
  max-width: 325px;
}
@media (max-width: 1199px) {
  .mv_txtArea > .btn {
    order: 5;
    border-radius: 4px;
    gap: 10px;
    padding: 9px 28px;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .mv_txtArea > .btn .btn_txt {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .mv_txtArea > .btn .btn_icon {
    width: 28px;
    height: 28px;
  }
}
.mv_logo {
  order: 1;
  margin-bottom: 40px;
  width: clamp(234px, 60vw, 500px);
  margin: 0 auto 26px;
}
@media (min-width: 1200px) {
  .mv_logo {
    width: fit-content;
    margin: 0 0 42px;
  }
}
.mv_logo img {
  width: 100%;
}
.mv_catch {
  order: 2;
  font-size: clamp(28px, 7.1794871795vw, 34px);
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .mv_catch {
    font-size: min(36px, 2.7692307692vw);
    text-align: left;
    margin-bottom: 20px;
  }
}
.mv_txt {
  order: 3;
  font-size: clamp(16px, 4.1025641026vw, 24px);
  line-height: 1.5;
  margin-bottom: 57px;
  text-align: center;
}
@media (min-width: 1200px) {
  .mv_txt {
    text-align: left;
    font-size: 18px;
    margin-bottom: 77px;
    line-height: 1.35;
  }
}
.mv_slide {
  position: relative;
  overflow: visible;
  margin-bottom: 22px;
}
.mv_slide_container {
  order: 4;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .mv_slide_container {
    width: 61.4754098361%;
    margin: 0;
    max-width: none;
  }
}
.mv_slide_label {
  position: absolute;
  left: 0;
  top: -36px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .mv_slide_label {
    left: -10px;
  }
}
@media (max-width: 1199px) {
  .mv_slide_label {
    width: 150px;
    top: -16px;
    left: -8px;
  }
}
.mv_slide_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mv_slide_list_item {
  height: auto;
}
.mv_slide_list_item_card {
  position: relative;
  display: block;
  aspect-ratio: 750/426;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.mv_slide_list_item_card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
}
.mv_slide_list_item_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mv_slide_list_item_card_txtArea {
  position: absolute;
  left: 16px;
  bottom: 12px;
  z-index: 2;
  padding-right: 16px;
}
@media (min-width: 920px) {
  .mv_slide_list_item_card_txtArea {
    left: min(40px, 3.0769230769vw);
    bottom: min(36px, 2.7692307692vw);
    padding-right: min(40px, 3.0769230769vw);
  }
}
.mv_slide_list_item_card_company {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .mv_slide_list_item_card_company {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.mv_slide_list_item_card_vol {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.mv_slide_list_item_card_vol span {
  font-size: 28px;
}
.mv_slide_list_item_card_ttl {
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 920px) {
  .mv_slide_list_item_card_ttl {
    font-size: min(40px, 3.0769230769vw);
  }
}
@media (min-width: 920px) {
  .mv_slide_list_item_card:hover img {
    transform: scale(1.05);
  }
}
.mv_slide_thumb {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mv_slide_thumb {
    padding-left: 38px;
  }
}
.mv_slide_thumb_list {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.mv_slide_thumb_list_item {
  cursor: pointer;
  width: 165px;
  background-color: #fff;
}
.mv_slide_thumb_list_item:last-child {
  margin-right: 0 !important;
}
.mv_slide_thumb_list_item.swiper-slide-thumb-active .mv_slide_thumb_list_item_card {
  opacity: 1;
}
.mv_slide_thumb_list_item_card {
  position: relative;
  aspect-ratio: 165/94;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0.32;
  transition: opacity 0.2s ease;
}
.mv_slide_thumb_list_item_card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.mv_slide_thumb_list_item_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_slide_thumb_list_item_card_txtArea {
  position: absolute;
  left: 6px;
  bottom: 6px;
  z-index: 2;
  color: #fff;
  padding-right: 6px;
}
@media (min-width: 920px) {
  .mv_slide_thumb_list_item_card_txtArea {
    left: 10px;
    bottom: 10px;
    padding-right: 10px;
  }
}
.mv_slide_thumb_list_item_card_vol {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.mv_slide_thumb_list_item_card_vol span {
  font-size: 12px;
}
.mv_slide_thumb_list_item_card_ttl {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 920px) {
  .mv_slide_thumb_list_item_card_ttl {
    font-size: 13px;
  }
}

.home_section_ttl {
  margin-bottom: 40px;
}
.home_section_ttl_en {
  font-size: 32px;
  font-family: "Unbounded", sans-serif;
  line-height: 1.1;
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .home_section_ttl_en {
    font-size: 40px;
    line-height: 1.35;
  }
}
.home_section_ttl_ja {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.35;
}
@media (min-width: 920px) {
  .home_section_ttl_ja {
    font-size: 20px;
  }
}
.home_section_ttl_center {
  text-align: center;
}

.home_section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.home_section_head .home_section_ttl {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .home_section_head .home_section_ttl {
    margin-bottom: 0;
  }
}

.home_article {
  padding: 80px 0;
}
@media (max-width: 919px) {
  .home_article {
    padding: 40px 0;
  }
  .home_article_body {
    display: flex;
    flex-direction: column;
  }
  .home_article .home_section_head {
    display: contents;
  }
  .home_article .home_section_ttl {
    order: 1;
  }
  .home_article .article_list {
    order: 2;
  }
  .home_article .home_link {
    order: 3;
  }
}
.home_article .article_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 54px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .home_article .article_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (min-width: 920px) {
  .home_article .article_list {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home_article .article_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 54px;
  }
}
.home_article .article_list_item {
  list-style: none;
}
.home_article .article_list_item_link {
  display: block;
  color: #222222;
  text-decoration: none;
}
.home_article .article_list_item_img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 360/204;
  margin-bottom: 16px;
}
.home_article .article_list_item_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 89px;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.home_article .article_list_item_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home_article .article_list_item_img_txt {
  position: absolute;
  padding-right: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}
.home_article .article_list_item_img_ttl {
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_article .article_list_item_vol {
  display: block;
  margin-bottom: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.home_article .article_list_item_company {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .home_article .article_list_item_company {
    font-size: 16px;
  }
}
.home_article .article_list_item_ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_article .article_list_item_ttl {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .home_article .article_list_item:hover img {
    transform: scale(1.05);
  }
}
.home_article .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.home_article .tag_list_item {
  padding: 7px 10px;
  border-radius: 999px;
  background-color: #F5F5F5;
  font-size: 12px;
  line-height: 1.2;
}

.home_keyword {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.home_keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home_keyword_list_item_link {
  display: inline-block;
  border-radius: 999px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  padding: 12px;
  transition: background-color 0.3s ease;
}
@media (min-width: 600px) {
  .home_keyword_list_item_link {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .home_keyword_list_item_link:hover {
    background-color: #e8e8e8;
  }
}

.home_company {
  padding: 80px 0;
  background-image: radial-gradient(circle, #e1e1e1 1px, transparent 1px);
  background-size: 12px 12px;
  position: relative;
}
.home_company .draw_arrow_01 {
  position: absolute;
  top: -64px;
  right: 36px;
  width: 120px;
  aspect-ratio: 221/215;
}
@media (min-width: 920px) {
  .home_company .draw_arrow_01 {
    top: -60px;
    width: min(221px, 17vw);
  }
}
.home_company .draw_arrow_02 {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 220px;
  aspect-ratio: 353/295;
}
@media (min-width: 920px) {
  .home_company .draw_arrow_02 {
    bottom: -112px;
    width: min(408px, 31.3846153846vw);
  }
}
.home_company .company_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 auto 38px;
  padding: 0;
  max-width: 500px;
  list-style: none;
  background-color: transparent;
  border: none;
  overflow: visible;
}
@media (min-width: 920px) {
  .home_company .company_list {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .home_company .company_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home_company .company_list.is_limited:not(.is_show_all) .company_list_item:nth-child(n+13) {
  display: none;
}
.home_company .company_list.is_animating {
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.home_company .company_list.is_show_all .company_list_item:nth-child(n+13) {
  animation: companyFadeUp 0.5s ease both;
}
.home_company .company_list_item {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  /*
  * スマホ：2列
  */
}
.home_company .company_list_item:nth-child(-n+2) {
  border-top: 1px solid #e1e1e1;
}
.home_company .company_list_item:nth-child(2n+1) {
  border-left: 1px solid #e1e1e1;
}
@media (min-width: 920px) {
  .home_company .company_list_item {
    min-height: 220px;
    /*
    * スマホ用の枠線指定を解除
    */
  }
  .home_company .company_list_item:nth-child(-n+2) {
    border-top: none;
  }
  .home_company .company_list_item:nth-child(2n+1) {
    border-left: none;
  }
  .home_company .company_list_item {
    /*
    * タブレット：3列
    */
  }
  .home_company .company_list_item:nth-child(-n+3) {
    border-top: 1px solid #e1e1e1;
  }
  .home_company .company_list_item:nth-child(3n+1) {
    border-left: 1px solid #e1e1e1;
  }
}
@media (min-width: 1200px) {
  .home_company .company_list_item {
    /*
    * タブレット用の枠線指定を解除
    */
  }
  .home_company .company_list_item:nth-child(-n+3) {
    border-top: none;
  }
  .home_company .company_list_item:nth-child(3n+1) {
    border-left: none;
  }
  .home_company .company_list_item {
    /*
    * PC：4列
    */
  }
  .home_company .company_list_item:nth-child(-n+4) {
    border-top: 1px solid #e1e1e1;
  }
  .home_company .company_list_item:nth-child(4n+1) {
    border-left: 1px solid #e1e1e1;
  }
}
.home_company .company_list_item[hidden] {
  display: none;
}
.home_company .company_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 24px 14px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media (min-width: 920px) {
  .home_company .company_card {
    padding: 32px;
    gap: 22px;
  }
}
.home_company .company_card_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_company .company_card:hover .company_card_arrow {
    transform: translateX(4px);
  }
}
.home_company .company_card:hover .company_card_logo img {
  transform: scale(1.05);
}
.home_company .company_card_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
}
@media (min-width: 920px) {
  .home_company .company_card_logo {
    height: 120px;
  }
}
.home_company .company_card_logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  will-change: transform;
}
.home_company .company_card_name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 920px) {
  .home_company .company_card_name {
    font-size: 16px;
    gap: 8px;
  }
}
.home_company .company_card_arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("../img/home/company_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/home/company_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: transform 0.2s ease;
}
@media (min-width: 920px) {
  .home_company .company_card_arrow {
    width: 24px;
    height: 24px;
  }
}
.home_company .company_more_btn {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.home_company .company_more_btn[hidden] {
  display: none;
}

@keyframes companyFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home_search {
  padding: 52px 0;
  background: #f5f5f5;
}
@media (min-width: 920px) {
  .home_search {
    padding: 80px 0;
  }
}
.home_search_group + .home_search_group {
  margin-top: 40px;
}
@media (min-width: 920px) {
  .home_search_group + .home_search_group {
    margin-top: 60px;
  }
}
@media (max-width: 919px) {
  .home_search_group .home_section_ttl {
    margin-bottom: 20px;
  }
}
.home_search_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 920px) {
  .home_search_ttl {
    font-size: 22px;
    gap: 10px;
  }
}
.home_search_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home_search_icon img {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 920px) {
  .home_search_icon img {
    width: 22px;
    height: 22px;
  }
}
.home_search_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_search_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 920px) {
  .home_search_list a {
    padding: 8px 20px;
    min-height: 37px;
    font-size: 18px;
  }
}
@media (min-width: 920px) {
  .home_search_list a:hover {
    background-color: #222222;
    color: #fff;
  }
}

.home_news {
  padding: 40px 0;
}
@media (min-width: 920px) {
  .home_news {
    padding: 80px 0 64px;
  }
}
.home_news_body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 920px) {
  .home_news_body {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 14px;
  }
}
.home_news_ttl {
  display: contents;
}
.home_news_ttl .home_section_ttl {
  order: 1;
  margin-bottom: 40px;
}
.home_news_ttl .home_link {
  order: 3;
  align-self: flex-start;
  margin-top: 32px;
}
@media (min-width: 920px) {
  .home_news_ttl {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 60px;
    margin-bottom: 0;
  }
  .home_news_ttl .home_section_ttl {
    order: initial;
    margin-bottom: 0;
  }
  .home_news_ttl .home_link {
    order: initial;
    align-self: auto;
    margin-top: 0;
  }
}
.home_news_list {
  order: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 920px) {
  .home_news_list {
    order: initial;
    width: 74.6551724138%;
  }
}
.home_news_list_item_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 920px) {
  .home_news_list_item_link {
    gap: 24px;
    padding: 24px 0;
  }
}
.home_news_list_item_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #222222;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}
@media (min-width: 920px) {
  .home_news_list_item_link:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.home_news_list_item:first-child .home_news_list_item_link {
  padding-top: 0;
}
.home_news_list_item_txtArea {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
@media (min-width: 920px) {
  .home_news_list_item_txtArea {
    width: 91.5704387991%;
  }
}
.home_news_list_item_meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 0;
  align-items: center;
}
@media (min-width: 920px) {
  .home_news_list_item_meta {
    column-gap: 16px;
  }
}
.home_news_list_item_date {
  display: block;
  width: auto;
  margin: 0;
  color: #222222;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 920px) {
  .home_news_list_item_date {
    font-size: 16px;
  }
}
.home_news_list_item_source {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.home_news_list_item_source--company {
  color: #7b74df;
}
.home_news_list_item_source--admin {
  color: #ff8f00;
}
.home_news_list_item_ttl {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 920px) {
  .home_news_list_item_ttl {
    font-size: 16px;
  }
}
.home_news_list_item_icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (min-width: 920px) {
  .home_news_list_item_icon {
    width: 36px;
    height: 36px;
  }
}
.home_news_list_item_icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #222222;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_news_list_item_icon::before {
    width: 28px;
    height: 28px;
  }
}

.home_movie {
  padding: 40px 0 80px;
}
@media (min-width: 920px) {
  .home_movie {
    padding: 60px 0 120px;
  }
}
.home_movie_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 920px) {
  .home_movie_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}
.home_movie_item {
  min-width: 0;
}
.home_movie_embed {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}
.home_movie_embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.home_movie_embed a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #f5f5f5;
  word-break: break-all;
}
.home_movie_company {
  margin: 12px 0 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 920px) {
  .home_movie_company {
    margin-top: 16px;
    font-size: 16px;
  }
}/*# sourceMappingURL=home.css.map */