.corporate-index-visuals a._btn-red {
  margin-top: 10px;
  padding: 12px 24px;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #990000;
  line-height: 2;
  text-align: center;
  transition-duration: 0.2s;
  border: none;
  border-radius: 7px;
  font-size: 1em;
}
.corporate-index-visuals a._btn-red::after {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f0da";
  color: #fff;
  margin-left: 5px;
  right: 17px;
  position: unset;
}

._corpBanner {
  margin: 44px auto;
  text-align:center;
}

._corpBanner img {  max-width: 100%; height:auto; }
._corpBanner img._pc {  display:block; }
._corpBanner img._sp {  display:none; }

.corporate-index-news ._title {
  margin-top: 0;
}

.corporate-index-topics {
  margin-top: 72px;
}

.corporate-index-banners {
  background-color: #faf0ea;
}


/* ======================================================================================================= */
/* =============================総合トップページ改修用CSS↓↓23,04,19========================================= */

/* ヘッダーの高さ調整 */
.area-header-corporate,.area-header-corporate ._main {
  height: 70px;
}
/* ヘッダーナビのリンク部分PC幅で表示・固定する */
.area-header-corporate.js-head-compact ._main ._wrap ._row {
      /* ↓display: noneを打ち消す */
      display: block;
      /* ↓position: absoluteのスクロール時の位置を変更 */
      top: 6px;
      right: 0;
} 
/* ヘッダーロゴの大きさを調節 */
.area-header-corporate ._main ._logo img {
  /* width: 210px; */
  /* 不要のためコメントアウト(#0413) */
  height: auto;
}
/* ヘッダーロゴの位置を調節 */
.area-header-corporate ._main ._logo {
  top: 14px;
  width: initial;
  /* (#0413) */
}
/* ヘッダーナビの位置を調節 */
.area-header-corporate ._main ._row {
  top: 6px;
}
/* フッター上部のパディングを消す */
.area-footer .area-footer-inner .area-footer-content {
  padding-top: 0;
}
/* TOPバナー画像の枠を消す */
.home-banners ._item ._image {
  border: 0;
}
/* TOPバナー画像サイズ調整 */
.home-banners ._item ._image img {
  width: 513px;
  height: 178px;
  border-radius: 15px;
}
/* クラス名corporate-index-bannersをhome-bannersに変更したので上書き */
.home-banners {
  height: auto;
  padding-top: 14px;
}
/* ====元のデータ↓↓メディアクエリ======= */
@media screen and (max-width: 768px) {
  ._corpBanner {
    margin: 20px auto;
  }
._corpBanner img._pc {  display: none; }
._corpBanner img._sp {  display: block; }
/* ====元のデータ↑↑======= */
/* =====ここからまた追記分↓↓23,04,20====== */
/* メディアクエリ続き  sp幅ヘッダーの高さ調整  リニューアル*/
.area-header-corporate,.area-header-corporate ._main {
  height: 70px;
}
/* sp幅ヘッダーロゴの大きさ調整 */
.area-header-corporate ._main ._logo img {
  width: 34px;
  /* (#0413) */
  }
/* sp幅ヘッダーロゴの位置を調節 */
.area-header-corporate ._main ._logo {
  top: 20px;
}
/* sp幅ヘッダーのナビを消す */
.area-header-corporate.js-head-compact ._main ._wrap ._row {
  display: none;
} 
/* sp幅バナー箱の高さ調整 */
.home-banners {
  height: auto;
  padding-top: 0;
}
/* sp幅バナー画像サイズ調整 */
.home-banners ._item ._image img  {
  /* width: 345px; */
  /* height: 120px; */
  border-radius: 10px;
  width: 100%;
  height: auto;
}
}
/* ======ここまで追記分メディアクエリ↑↑   この下は元のデータ↓↓============ */
.blankLink:after{ font-family: FontAwesome; line-height: 1; font-weight: normal; content: "\f08e"; color: #ff7200; margin-left: 5px; font-size: 90%; }



/* ===================================================================
  2024.11.13 追加 ↓↓
======================================================================*/

/* ==================
  共通 
=====================*/
p, h2, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.area-contents {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}
.screen-reader-text {
  position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;
}
.display-none{
  display: none;
}
@media screen and (min-width:768px) {
  a:hover,
  button:hover {
    opacity: .7;
  }
}

/* ==================
  共通パーツ
=====================*/
.brand-list-container {
  padding: 20px 0;
}
@media screen and (min-width:768px) {
  .contents-wrapper {
    margin-top: 60px;
  }
  .brand-list-container {
    padding: 40px 0;
  }
}
/* ==================
  動画・画像 埋め込み
=====================*/
.main-video-wrapper {
  margin-bottom: 20px;
}
.main-video,
.main-visual,
.main-visual-link {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 1056px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .main-video-wrapper {
    margin-bottom: 30px;
  }
}
/* ==================
  スライダーコンテンツ ( KV ) 
=====================*/
.corporate-index-slider {
  background-image: none;
  margin-bottom: 40px;
  height: 36.39vw;
}
.corporate-index-slider .slick-list {
  width: 76%;
  margin: 0 auto;
}
.corporate-index-slider ._items ._item a img {
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width:767px) {
  .corporate-index-slider ._items ._item {
    height: 36.39vw;
  }
  .corporate-index-slider ._items ._item a {
    display: block;
    height: 100%;
  }
  .corporate-index-slider ._items ._item a img {
    max-height: 279px;
  }
}
@media screen and (min-width:768px) {
  .corporate-index-slider {
    height: 151px;
    overflow: visible;
    max-width: 1056px;
    margin: 0 auto 40px;
  }
  .corporate-index-slider .mod-wrap {
    overflow: hidden;
    width: initial;
    min-width: initial;
    max-width: 1056px;
  }
  .corporate-index-slider ._items {
    margin: 0 auto;
  }
  .corporate-index-slider .slick-list {
    width: 31.8%;
    margin: 0 auto;
    width: 100%;
  }
  .slide-item {
    max-width: 350px;
  }
  .corporate-index-slider ._items ._item {
    box-sizing: border-box;
    margin: 0 7px;
    width: 322px !important;
  }
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    width: auto !important;
  }
}

/* ページネーション */
@media screen and (max-width:767px) {
  .corporate-index-slider ._items {
    height: 43vw;
  }
  .corporate-index-slider .slick-dots {
    height: initial;
    padding-top: initial;
    position: absolute;
    top: calc(36vw + 10px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.corporate-index-slider ._btn-prev, .corporate-index-slider ._btn-next {
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  width: 26px;
  height: 50px;
  margin: 0;
}

/* 前へ */
.corporate-index-slider ._btn-prev {
  left: 3%;
}

/* 次へ */
.corporate-index-slider ._btn-next {
  right: 3%;
}
.corporate-index-slider ._btn-prev button, .corporate-index-slider ._btn-next button {
  margin: 0;
  width: 100%;
  height: 100%;
  position: static;
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporate-index-slider ._btn-prev button::before, .corporate-index-slider ._btn-next button::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  display: block;
  width: 12px;
  height: 27px;
}
.corporate-index-slider ._btn-prev button::before {
  background-image: url(/site_resource/common/images/corporate/button-prev.png);
}
.corporate-index-slider ._btn-next button::before {
  background-image: url(/site_resource/common/images/corporate/button-next.png);
}

/* 〇 〇 〇 */
.corporate-index-slider .slick-dots li button:before {
  background-color: #d9d9d9;
  border: none;
  width: 100%;
  height: 100%;
  line-height: normal;
}
.corporate-index-slider .slick-dots li button {
  line-height: normal;
  width: 10px;
  height: 10px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .corporate-index-slider .slick-dots {
    padding-top: 20px;
  }
  .corporate-index-slider ._btn-prev button, .corporate-index-slider ._btn-next button {
    cursor: pointer;
  }
  .corporate-index-slider ._btn-prev,
  .corporate-index-slider ._btn-next {
    background-color: #fff;
    width: 38px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    top: 50%;
    transform: translateY(-71%);
  }
  .corporate-index-slider ._btn-prev button::before,
  .corporate-index-slider ._btn-next button::before {
    font-size: 23px;
  }
  /* 前へ */
  .corporate-index-slider ._btn-prev {
    left: -9px;
  }
  /* 次へ */
  .corporate-index-slider ._btn-next {
    right: -10px;
  }
  .corporate-index-slider .slick-dots li {
    margin: 0 8px;
  }
  .corporate-index-slider .slick-dots li:not(.slick-active) button:hover::before {
    background-color: #d9d9d9;
    border: 1px solid #ff7200;
  }
  .corporate-index-slider .slick-dots li:not(.slick-active) button:focus-visible:before {
    background-color: #d9d9d9;
  }
  .slick-dots li button:focus-visible::before {
    border: 1px solid #000;
    box-shadow: 0 3px 10px #ff7200;
  }
}

/* ==================
  ブランドサイトへ 
=====================*/
.brand-list-outer {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
.brand-list {
  display: inline-flex;
  gap: 10px;
  padding: 0 15px;
}
.brand-list-item {
  width: 60px;
  height: 60px;
  list-style: none;
}
.brand-link {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DADADA;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
img.brand-image {
  max-width: initial;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width:768px) {
  .brand-list {
    padding: 0;
  }
}

/* ==================
  サービス / 情報
=====================*/
.information-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  max-width: 1056px;
  margin: 0 auto;
  gap: 20px 0;
}
.information-item {
  width: 48.55%;
}
.information-link {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.information-image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .information-item {
    width: 21.81%;
    max-width: 245px;
  }
  .information-link {
    gap: 6px;
  }
}

/* ==================
  多言語
=====================*/
.area-footer .area-footer-inner .area-footer-content {
  padding: 30px 20px;
}
.area-footer .area-footer-content ._info ._global a {
  width: 120px;
}
.js-translation .js-translation-list.is-active ul {
  display: block;
  position: relative;
  z-index: 1; 
  top: 315px;
}
.area-header-corporate ._menu-sp ._set .js-translation-list li {
  padding: 8px 0;
}
@media screen and (min-width:768px) {
  .area-footer .area-footer-inner .area-footer-content {
    padding-top: 45px;
  }
  .translation {
    margin-top: -13px;
  }
  .translation .translatio-btn {
    text-align: center;
  }
  .translation .translatio-btn button {
    width: 140px;
    font-size: 0.9rem;
    color: #000;
    border-color: #b9b9b9;
    padding: 4px;
    background: url(https://www.skylark.co.jp/site_resource/common/images/header/icon_global.png) 17px 50% no-repeat;
  }
  .translation .translatio-text {
    color: #000;
    margin-top: 2px;
    font-size: 0.6rem;
    text-align: center;
  }
  .area-header-corporate ._main ._other li {
    display: block;
    padding-bottom: 0px;
  }
  .area-header-corporate ._main ._other li .translation {
    width: 202px;
  }
  .area-header-corporate ._main ._other li .js-translation-list ul {
    width: 140px;
    top: 5px;
    left: 31px;
  }
  .area-header-corporate ._main ._other li .js-translation-list li {
    color: #444444;
    font-size: 0.9rem;
    padding: 10px 0;
  }
}
/* ===================================================================
  2025.03.29 追加 ↓↓  2025/04/13追加(#0413)
======================================================================*/
.area-header-corporate h1 {
  font-family: "Noto Sans JP", sans-serif;
}
/* ヘッダー */
.header-title-wrapper {
  position: absolute;
  top: 25px;
  left: 51px;
  /* (#0413) */
}
.header-title {
  font-size: 14px;
  line-height: 1.4;
  /* (#0413) */
}
@media screen and (min-width:768px) {
/* ヘッダー */
.area-header-corporate ._main ._logo img,
.area-header-corporate.js-head-compact ._main ._logo img {
  width: 50px;
  /* (#0413) */
}
.area-header-corporate.js-head-compact ._main ._logo {
  width: initial;
}
.header-title-wrapper {
  top: 22px;
  left: 57px;
}
.header-title {
  font-size: 17px;
  letter-spacing: -.06em;
}
.information-list {
  width: 100%;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  gap: 3.91vw 1.3vw;
}
}
/* サービス / 情報 */
.information-list-wrapper {
  background-color: #F5F5F5;
  padding-block: 30px;
}
@media screen and (min-width:768px) {
.information-list-wrapper {
  padding-block: 60px;
  margin: 0 auto;
}
}
@media screen and (min-width:1056px) {
.information-item {
  width: 19.14%;
}
.information-link {
  gap: 6px;
}
.information-list {
  gap: 40px 25px;
}
.information-text {
  padding: 40px;
  background-color: #fff;
}
}