@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body{
  font-family: 'Noto Sans JP', sans-serif;
}
.Android body {
  font-family: 'Noto Sans JP', sans-serif;
}
.newTopCmpEmbed {
  position: relative;
  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4) 70%);
  }
  &.is-low-power {
    &::after {
      content: none;
    }
  }
  @media screen and (min-width: 995px) and (max-width: 1304px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 994px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .newTopCmpEmbed__item {
    position: relative;
    z-index: 0;
    display: grid;
    width: 100%;
    height: 100%;
    min-height: clamp(260px, 260px + (100vw - 400px) * 0.5, 600px);
    overflow: hidden;
  }
  .newTopCmpEmbed__item__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
    }
  }
  .newTopCmpGrid {
    height: 100%;
    display: grid;
  }
  .newTopCmpEmbed__item__copy {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    /* display: flex;
    align-items: center;
    padding-top: 100px; */
position: absolute;
top: 50%;
z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    @media screen and (max-width: 767px) {
      font-size: 36px;
      line-height: 48px;
    }
    @media screen and (max-width: 570px) {
      font-size: 22px;
      line-height: 30px;
    }
  }
}
.newTopSection {
  padding: 80px 0;
  .newTopSectionHeader {
  }
  .newTopSectionBody {
  }
  .newTopMore {
    margin-top: 20px;
    text-align: center;
  }
  .newTopCard {
    .row2col li.ttl {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      overflow-wrap: break-word;
    }
    li.tags, li.arrow-red {
      /* flex: none; */
      padding: 0;
      background-color: transparent;
      list-style: none;
    }
    .txt .row2col li.arrow span {
      width: 28px;
      height: 28px;
      border-top: none;
      border-right: none;
      transform: none;
      border-radius: 0;
      background-color: #fff;
      border: 1px solid #CC0000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s, border-color 0.2s;
    }
    .txt .row2col li.arrow-red span {
      width: 28px;
      height: 28px;
      border-top: none;
      border-right: none;
      transform: none;
      border-radius: 0;
      background-color: #CC0000;
      border: 1px solid #CC0000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.2s, border-color 0.2s;
      &::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-radius: 1px;
        transform: rotate(45deg);
        margin-right: 2px;
      }
    }
    &:hover {
      .txt .row2col li.arrow-red span {
        background-color: #000;
        border-color: #000;
        &::after {
          border-color: #fff;
        }
      }
    }
  }
  /* CSS 矢印アイコン */
  .newTopCard:not([target="_blank"]) {
    .txt .row2col li.arrow span {
      &::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #CC0000;
        border-right: 2px solid #CC0000;
        border-radius: 1px;
        transform: rotate(45deg);
        margin-right: 2px;
      }
    }
    &:hover {
      .txt .row2col li.arrow span {
        background-color: #CC0000;
        border-color: #CC0000;
        &::after {
          border-color: #fff;
        }
      }
    }
  }
  /* CSS 矢印アイコン 外部リンク */
  .newTopCard[target="_blank"] {
    .txt .row2col li.arrow span {
      &::after {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M5 1H1v10h10V7' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 1h4v4' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='5.5' y1='6.5' x2='11' y2='1' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M5 1H1v10h10V7' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 1h4v4' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='5.5' y1='6.5' x2='11' y2='1' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-color: #CC0000;
      }
    }
    &:hover {
      .txt .row2col li.arrow span {
        background-color: #CC0000;
        &::after {
          background-color: #fff;
        }
      }
    }
  }
}
.Grid4 .newTopTtlH2 {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 100%;
  border: none;
  .en {
    display: block;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
  }
  .ja {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
  }
  &.--white {
    .en {
      color: #fff;
    }
    .ja {
      color: #fff;
    }
  }
}
.Grid4 .newTop3Col {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  & > li {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.newTopCard {
/* .Grid4 ul.phLinkListWorks li a:hover .Img .BgImg, .Grid4 ul.phLinkListWorks li a:hover .Img img {
    transform: translate(-50%, -50%) scale(1.1);
} */
  &:link {
    text-decoration: none;
  }
  transition: all .5s cubic-bezier(.4,.8,.74,1) 0s;
  text-decoration: none;
  .img {
    position: relative;
    background-color: #f2f2f2;
    overflow: hidden;
    &::before {
      content: "";
      display: block;
      /* padding-top: 66%; */
      padding-top: 66.84%;
    }
    .bgimg {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      transform: translate(-50%, -50%) scale(1);
      transition: transform .3s ease-out;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  .txt {
    color: #fff;
    .cat {
    }
    .2col {
      .ttl {
      }
      .arrow {
      }
    }
  }
  &:hover {
    .bgimg {
      transform: translate(-50%, -50%) scale(1.1);
    }
    .txt {
      color: #CC0000;
    }
  }
}
.Grid4 #Branding {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 90px;
}
.Grid4 #Branding .Img2 {
  content: "";
  position: absolute;
  left: 10%;
  top: 90px;
  width: 100vw;
  height: 410px;
  /*background-attachment: fixed;*/
  background-image: url("../add_image/top/bg_branding.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: transform .1s linear;
  z-index: -2;
}
.Grid4 #Branding .Text {
  width: calc(60% + 15px);
  margin-top: 50px;
}
.Grid4 #Branding .Text p {
  margin-top: 35px;
  color: #221814;
  font-size: 1.25em;
  line-height: 1.7;
}
.Grid4 #Branding .Img {
  position: relative;
  width: 40%;
  margin: 80px -30px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.Grid4 #Branding .Img img {
  max-width: 100%;
  height: auto;
}
.Grid4 div[id^="TopSection"] {
  position: relative;
}
.Grid4 div[id^="TopSection"]:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100vw;
  background-color: #f8f8f8;
  z-index: -1;
}
.Grid4 div[id^="TopSection"] h2.phTopStyle1 {
  position: relative;
  margin: 0 0 35px;
  padding: 0;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4.125em;
  font-weight: normal;
  line-height: 1.2;
  border: none;
  background: none;
}
.Grid4 div[id^="TopSection"] img {
  max-width: 100%;
  height: auto;
}
.Grid4 #TopSection1 {
  min-height: 460px;
  margin-bottom: 170px;
}
.Grid4 #TopSection1:before {
  left: 0;
  top: 120px;
  width: 75%;
  height: 340px;
}
.Grid4 #TopSection1 .Text {
  position: relative;
  width: calc(50% + 120px);
  margin-left: calc(50% - 120px);
  padding: 80px 10px 0 80px;
  box-sizing: border-box;
}
.Grid4 #TopSection1 h2.phTopStyle1 {
  margin-bottom: 20px;
}
.Grid4 #TopSection1 .ButtonStyle1 {
  margin-top: 40px;
}
.Grid4 #TopSection1 .Img {
  position: absolute;
  top: 0;
  right: 62.5%;
  width: 601px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition-delay: -.5s;
}
.Grid4 #TopSection1 .Img img {
  width: 100%;
  height: auto;
}
.Grid4 #TopSection2 {
  padding: 50px 0;
  margin-bottom: 145px;
}
.Grid4 #TopSection2:before {
  left: -50px;
  top: 90px;
  width: calc(56% + 50px);
  height: calc(100% - 90px);
}
.Grid4 #TopSection2 h2.phTopStyle1 {margin-bottom: 20px;}
.Grid4 #TopSection2 .Img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 625px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition-delay: -.5s;
}
.Grid4 #TopSection2 .Text {
  position: relative;
  width: 50%;
  padding: 0 50px 0 0;
  box-sizing: border-box;
}
.Grid4 #TopSection2 .Title {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold;
}
.Grid4 #TopSection2 .ButtonStyle1 {
  margin-top: 35px;
}
.Grid4 #TopSection2 .ButtonStyle1 a {
  min-width: 242px;
}
.Grid4 #TopSection3 {margin-bottom: 50px;}
.Grid4 #TopSection3:before {
  top: 45px;
  right: 12%;
  height: calc(100% - 135px);
}
.Grid4 #TopSection3 h2.phTopStyle1 {
  padding-right: 12%;
  text-align: right;
}
.Grid4 #TopSectionNews,
.Grid4 #TopSectionSeminar { /* change 202110 */
  padding: 60px 0 100px;
}
.Grid4 #TopSectionNews + #TopSectionSeminar { /* add 202110 */
  margin-top: -80px;
}
.Grid4 #TopSectionNews h2.phTopStyle1,
.Grid4 #TopSectionSeminar h2.phTopStyle1 { /* change 202110 */
  margin-bottom: 10px;
  font-size: 2.125rem;
}
.Grid4 #TopSectionNews .LinkIcon,
.Grid4 #TopSectionSeminar .LinkIcon { /* change 202110 */
  position: absolute;
  right: 0;
  top: 70px;
  margin-bottom: 15px;
}
 /* add 202110 */
.Grid4 #TopSectionSeminar ul.phSeminarIndex {
  margin-top: 0;
}
.Grid4 #TopSectionSeminar ul.phSeminarIndex:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 82px;
  height: 1px;
  background-color: #CC0000;
}
.Grid4 #TopSectionSeminar ul.phSeminarIndex li {
  padding: 10px 0;
}
.Grid4 #TopSectionSeminar ul.phSeminarIndex li .Title {
  font-size: 1rem;
}
.Grid4 #TopSectionSeminar ul.phSeminarIndex li .Text {
  margin-bottom: 5px;
}
.Grid4 #TopSectionSeminar ul.phSeminarIndex li .Date {
  width: 150px;
  font-weight: normal;
}
.Grid4 #TopSectionColumn h2.phTopStyle1 {
  margin-bottom: 25px;
}
.Grid4 #TopSectionColumn ul.phColumnIndex {
  margin: 0 0 40px 0;
}
.Grid4 #Branding .ornament.one {
  left: -130px;
  top: 180px;
  width: 205px;
}
.Grid4 #Branding .ornament.two {
  left: -100px;
  top: 235px;
  width: 268px;
  transition-delay:1s;
}
.Grid4 #TopSection1 .ornament {
  right: -78px;
  top: 250px;
  width: 156px;
}
.Grid4 #TopSection2 .ornament {
  left: -280px;
  top: -200px;
  width: 321px;
}
.Grid4 #TopSection3 .ornament.one {
  right: -300px;
  top: auto;
  bottom: -600px;
  width: 345px;
}
.Grid4 #TopSection3 .ornament.two {
  left: 420px;
  top: -400px;
  width: 326px;
  transition-delay:1s;
}
@media screen and (max-width: 994px) {
}
@media screen and (max-width: 767px) {
  .JS .Grid4 #Branding {
    display: block;
    padding: 40px 0 0 0;
  }
  .JS .Grid4 #Branding .Img2 {
    left: 8.7%;
    top: 96px;
    width: calc(91.3% + 15px);
    height: 51.1vw;
    background-image: url("../add_image/top/bg_branding_sp.jpg");
    background-position: left top;
    background-size: 100% auto;
    transform: translateY(0);
  }
  .JS .Grid4 #Branding .Text {
    width: auto;
    margin-top: 0;
  }
  .JS .Grid4 #Branding .Text p {
    position: relative;
    width: auto;
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .JS .Grid4 #Branding .Text p.ButtonStyle1 {
    margin-top: 30px;
  }
  .JS .Grid4 #Branding .Text p.ButtonStyle1 a {
    max-width: 432px;
    width: 57.6vw;
  }
  .JS .Grid4 #Branding h1 {width: 75%;}
  .JS .Grid4 #Branding .Img {
    position: relative;
    width: calc(45% + 15px);
    margin: -70px -15px 0 auto;
    z-index: -1;
  }
  .JS .Grid4 div[id^="TopSection"] .ButtonStyle1 a {
    display: inline-block;
    max-width: 486px;
    width: 64.8vw;
    padding: 16px 22px 16px 20px;
  }
  .JS .Grid4 div[id^="TopSection"] h2.phTopStyle1 {
    margin: 0 0 30px;
    font-size: 2.8125em;
  }
  .JS .Grid4 #TopSection1 {
    min-height: 0;
    margin-bottom: 80px;
    padding-bottom: 45px;
  }
  .JS .Grid4 #TopSection1:before {
    left: -15px;
    top: 0;
    width: calc(75% + 15px);
    height: 100%;
  }
  .JS .Grid4 #TopSection1 .Text {
    width: auto;
    margin-left: 0;
    padding: 30px 15px 0;
  }
  .JS .Grid4 #TopSection1 h2.phTopStyle1 {
    margin-bottom: 15px;
  }
  .JS .Grid4 #TopSection1 .ButtonStyle1 {
    margin-top: 35px;
  }
  .JS .Grid4 #TopSection1 .Img {
    position: relative;
    right: auto;
    width: auto;
    margin-left: -15px;
  }
  .JS .Grid4 #TopSection1 {
    min-height: 0;
    margin-bottom: 145px;
    padding-bottom: 45px;
  }
  .JS .Grid4 #TopSection1:before {
    right: -15px;
    top: 0;
    width: calc(75% + 15px);
    height: 100%;
  }
  .JS .Grid4 #TopSection2 {
    min-height: 0;
    margin-bottom: 80px;
    padding: 0 0 45px;
  }
  .JS .Grid4 #TopSection2:before {
    content: none;
  }
  .JS .Grid4 #TopSection2 .Text {
    width: 91.3%;
    margin: 30px 0 0 auto;
    padding: 0 15px 45px 30px;
  }
  .JS .Grid4 #TopSection2 .Text:before {
    content: "";
    position: absolute;
    display: block;
    right: -15px;
    top: 25px;
    width: calc(100% + 15px);
    height: calc(100% - 25px);
    background-color: #f8f8f8;
    z-index: -1;
  }
  .JS .Grid4 #TopSection2 h2.phTopStyle1 {
    margin-bottom: 20px;
  }
  .JS .Grid4 #TopSection2 .Img {
    position: relative;
    left: auto;
    width: auto;
    margin-right: -15px;
  }
  .JS .Grid4 #TopSection2 .ButtonStyle1 {
    margin-top: 35px;
  }
  .JS .Grid4 #TopSection2 .ButtonStyle1 {
    margin-top: 25px;
  }
  .JS .Grid4 #TopSection2 .ButtonStyle1 a {
    min-width: 0;
  }
  .JS .Grid4 #TopSection3 {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  .JS .Grid4 #TopSection3:before {
    top: 30px;
    right: 0;
    width: calc(100% + 15px);
    height: calc(100% - 160px);
  }
  .JS .Grid4 #TopSection3 h2.phTopStyle1 {
    padding-right: 0;
  }
  .JS .Grid4 #TopSection3 .ButtonStyle1 {
    margin-top: 25px;
  }
  .JS .Grid4 #TopSectionNews,
  .JS .Grid4 #TopSectionSeminar { /* change 202110 */
    margin-bottom: 80px;
    padding: 40px 0 0;
  }
  .JS .Grid4 #TopSectionNews h2.phTopStyle1,
  .JS .Grid4 #TopSectionSeminar h2.phTopStyle1 { /* change 202110 */
    font-size: 1.75rem;
  }
  .JS .Grid4 #TopSectionNews .LinkIcon,
  .JS .Grid4 #TopSectionSeminar .LinkIcon { /* change 202110 */
    top: 50px;
  }
  .JS .Grid4 #TopSectionColumn h2.phTopStyle1 {
    margin-bottom: 15px;
  }
  .JS .Grid4 #TopSectionColumn ul.phColumnIndex {
    margin-bottom: 35px;
  }
  .JS .Grid4 #TopSectionColumn .ButtonStyle1 {
    text-align: center;
  }
  .JS .Grid4 #Branding .ornament.one {display: none;}
  .JS .Grid4 #Branding .ornament.two {
    left: -100px;
    top: auto;
    bottom: 0;
    width: 52.9vw;
  }
  .JS .Grid4 #TopSection1 .ornament {
    right: -10.8vw;
    top: auto;
    bottom: 80px;
    width: 37.6vw;
  }
  .JS .Grid4 #TopSection2 .ornament {
    left: -36vw;
    top: -240px;
    width: 73vw;
  }
  .JS .Grid4 #TopSection3 .ornament.one {
    right: 3vw;
    bottom: auto;
    top: 0;
    width: 46vw;
    z-index: -1;
  }
  .JS .Grid4 #TopSection3 .ornament.two {
    left: -10.8vw;
    top: auto;
    bottom: -80px;
    width: 57.2vw;
  }
}
/* ========================================
   新トップページ - 共通・各セクション
   ======================================== */
/* ----- セクション内ラッパー ----- */
.newTopSection .inner {
  padding: 60px 0;
}
/* ----- 4カラムグリッド (Column) ----- */
.Grid4 .newTop4Col {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  gap: 16px;
  & > li {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
}
/* ----- カード共通 ----- */
.newTopCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  color: #333;
  transition: none;
  border-radius: 10px;
  border: 1px solid #d7d6d6;
  box-sizing: border-box;
  /* 画像エリア */
  .img {
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    flex-shrink: 0;
    &::before {
      content: "";
      display: block;
      padding-top: 66.84%;
    }
    /* 黒白グラデーション */
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 70%;
      background: linear-gradient(transparent, rgba(0,0,0,0.72));
      z-index: 1;
      pointer-events: none;
    }
    .bgimg {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: translate(-50%, -50%) scale(1);
      transition: transform 0.4s ease-out;
    }
    /* New バッジ */
    .badge {
      position: absolute;
      top: 16px;
      left: 0;
      z-index: 2;
      display: inline-block;
      padding: 14px 20px;
      font-size: 25px;
      font-weight: bold;
      background-color: #CC0000;
      color: #fff;
      border-radius: 0 10px 10px 0;
      @media screen and (min-width: 768px) and (max-width: 890px) {
        padding: 0px 20px;
        font-size: 13px;
      }
    }
  }
  /* テキストエリア */
  .txt {
    background-color: #f4f4f4;
    color: #000;
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    .cat {
      display: inline-block;
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 16px;
      padding: 4px;
      background-color: #CC0000;
      color: #fff;
      align-self: flex-start;
    }
    .ttl {
      font-size: 20px;
      line-height: 25px;
      color: #000;
      flex: 1;
      margin: 0;
    }
    .ctitle {
      font-size: 18px;
      line-height: 25px;
      margin-top: 20px;
      color: #000;
      flex: 1;
      flex-grow: 1;
    }
    /* Column: 3行省略 */
    .ctext {
      font-size: 16px;
      line-height: 25px;
      color: #000;
      flex: 1;
      margin: 0;
      margin-top: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .company {
      font-size: 16px;
      color: #0c0c0c;
      line-height: 1.4;
    }
    .taglist {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 40px;
      flex: auto;
      li {
        font-size: 16px;
        line-height: 22px;
        padding: 0 6px;
        color: #737373;
        display: block;
        word-break: break-word;
        &::before {
          content: none;
        }
      }
    }
    /* 下部: 矢印行 */
    .cardFoot {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: auto;
      padding-top: 6px;
    }
    /* 2列行: テキスト + 矢印 */
    .row2col {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      /* gap: 12px; */
      list-style: none;
      padding: 0;
      margin: 0;
      flex: 1;
      li.txt,
      li.ttl {
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        flex: 1;
        padding: 0;
        background-color: transparent;
        list-style: none;
      }
      li.arrow {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
      }
      li:before {
        content: none;
      }
    }
  }
  .arrowIcon,
  .txt .row2col li.arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    font-size: 0;
    color: transparent;
  }
  /* ホバー */
  &:hover {
    .img .bgimg {
      transform: translate(-50%, -50%) scale(1.08);
    }
    .txt {
      /* background-color: #2a2a2a; */
      .ttl,
      .ctitle,
      .ctext {
        color: #000;
      }
    }
    .arrowIcon,
    .txt .row2col li.arrow span {
      border-color: #CC0000;
    }
  }
}
.newTopMoreLinkBlack {
  text-align: right;
  margin-top: 20px;
  a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    &::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      border-radius: 2px;
      transform: rotate(45deg);
    }
    &:hover {
      color: #CC0000;
      text-decoration: none;
      &::after {
        border-color: #CC0000;
      }
    }
  }
}
/* ----- Highlights セクション ----- */
.newTopSection.--highlights {
  padding: 0;
  .inner {
    padding: 15px 0 85px 0;
  }
  .newTopTtlH2 {
    margin-bottom: 30px;
  }
  .newTopCard {
    position: relative;
    .txt {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      z-index: 2;
    }
    .cat {
      background-color: transparent;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.7);
    }
  }
  .newTopSection__item + .newTopSection__item {
    .newTopBanner {
      margin-top: 56px;
    }
  }
  .newTopSection__item.--highlights_group + .newTopSection__item {
    .newTopBanner {
      margin-top: 85px;
    }
  }
  /* .newTopSection__item {
    &:nth-of-type(2) {
      .newTopBanner {
        margin-top: 85px;
      }
    }
  } */
}
.newTopSection.--highlights:has(.--highlights_group) {
  .inner {
    padding: 85px 0;
  }
}
/* ----- Banner: About Us / Top Interview ----- */
.newTopBanner {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  overflow: hidden;
  margin-top: 80px;
  width: 970px;
  height: 220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  border-radius: 10px;
  .newTopBanner__txt {
    flex: 1;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: space-between;
    background-color: #fff;
    .newTopTtlH2 {
      margin-bottom: 16px;
      padding: 0;
    }
  }
  .newTopBanner__img {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .txt {
      position: absolute;
      bottom: 20px;
      left: 14px;
      color: #000;
      font-size: 16px;
      line-height: 22px;
      /* text-shadow: 0 1px 3px rgba(0,0,0,0.8);
      background: rgba(0,0,0,0.4); */
      padding: 4px 8px;
      .txt1 {
        display: block;
        font-size: 16px;
      }
      .txt2 {
        display: block;
        font-size: 20px;
      }
    }
  }
}
.newTopBanner.--full {
  margin-top: 85px;
  /* background-size: 100% auto; */
  background-repeat: no-repeat;
  background-position: center center;
  width: 969px;
  height: 281px;
  /* border: 1px solid #b3b3b3; */
  .newTopBanner__img {
    flex: 1.8;
  }
  .newTopBanner__txt {
    background-color: transparent;
    border: none;
    top: 0;
    padding: 56px;
  }
}
#Contents .newTopBanner .newTopBanner__img img {
  /* max-width: 100%; */
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  @media screen and (max-width: 767px) {
    width: 100%;
    height: auto;
  }
}
/* ----- About Us: text 40% / image 60% ----- */
.newTopBanner.--a {
  .newTopBanner__txt { flex: 0 0 40%; }
  .newTopBanner__img { flex: 1; }
}
/* ----- Top Interview: image 61% / text 39% ----- */
.newTopBanner.--b {
  .newTopBanner__img {
    flex: 0 0 61%;
    @media screen and (max-width: 998px) {
      flex: 0 0 48%;
    }
  }
  .newTopBanner__txt { flex: 1; }
}
/* ----- Top Interview ボタン: ブランク（外部リンク）アイコン ----- */
/* .newTopBanner.--b .newTopBtnRed a::after {
  width: 13px;
  height: 13px;
  border: none;
  transform: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M5 1H1v10h10V7' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 1h4v4' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='5.5' y1='6.5' x2='11' y2='1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
} */
/* ----- Our Strength セクション ----- */
.newTopSection.--ourStrength {
  background-color: #fff;
  padding: 0;
  background-image: url('../add_image/top_2/our_strength.png');
  background-position: center center;
  background-size: cover;
  @media screen and (min-width: 995px) and (max-width: 1304px) {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  @media screen and (max-width: 994px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 767px) {
    background-image: url('../add_image/top_2/our_strength_sp.png');
  }
  .GridSet {
    max-width: 1215px;
    margin: 0 auto;
    .Grid4 {
      @media screen and (min-width: 995px) and (max-width: 1304px) {
        padding: 0;
      }
    }
    @media screen and (max-width: 994px) {
      padding-right: 15px;
    }
  }
  .inner {
    padding: 56px 0;
  }
}
#Contents .newTopLeftRight .item img {
  width: 289px;
  height: auto;
  @media screen and (max-width: 767px) {
    width: 260px;
  }
}
.newTopLeftRight {
  display: flex;
  align-items: center;
  gap: 50px;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  padding: 56px;
  .item {
    flex: 1;
    img {
      width: 289px;
      height: auto;
      display: block;
    }
    p {
      font-size: 16px;
      line-height: 32px;
      margin: 16px 0;
      color: #333;
    }
    .newTopLeftRight__br {
      display: block;
      @media screen and (max-width: 1005px) {
        display: none;
      }
    }
    .btn {
      margin-top: 40px;
    }
    &:first-child {
      /* padding: 40px; */
      flex: 0 0 61%;
    }
    &:last-child {
      flex: 1;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      @media screen and (max-width: 767px) {
        display: block;
      }
      img {
        width: 100%;
        height: auto;
        object-fit: contain;
      }
    }
  }
}
/* ----- Service セクション (カルーセル) ----- */
.newTopSection.--service {
  padding: 0;
  /* overflow: hidden; */
  .inner {
    padding: 85px 0;
    @media screen and (max-width: 767px) {
      /* margin-bottom: 190px; */
      margin-bottom: 220px;
    }
    @media screen and (max-width: 430px) {
      /* margin-bottom: 255px; */
      margin-bottom: 275px;
    }
  }
}
.newServiceCarousel {
  margin-top: 24px;
  /* タブナビゲーション */
  .newServiceCarousel__nav {
    display: flex;
    width: 240px;
    margin-left: auto;
    margin-bottom: 24px;
    margin-right: 110px;
    @media screen and (max-width: 1260px) {
      margin-right: 90px;
    }
    @media screen and (max-width: 767px) {
      margin-bottom: 24px;
      margin-right: 30px;
    }
  }
  .newServiceCarousel__navBtn {
    flex: 1;
    background: none;
    border: none;
    padding: 10px 12px 0 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #888;
    transition: color 0.3s;
    min-width: 0;
    .bar {
      display: block;
      position: relative;
      width: 74px;
      height: 10px;
      background-color: #fff;
      margin-top: 8px;
      border: 1px solid #969696;
      border-radius: 10px;
      &::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background-color: #CC0000;
      }
    }
    &:hover { color: #CC0000; }
    &.is-active {
      color: #CC0000;
      .bar::after {
        animation: serviceProgress 5s linear forwards;
      }
    }
    &:last-child {
      padding-right: 0;
    }
  }
  .newServiceCarousel__stats {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    margin-top: 6px;
    .icon {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      width: 30px;
      height: auto;
      cursor: pointer;
      &.is-active {
        display: block;
      }
    }
  }
  /* スライドエリア: 矢印ボタン + スライド本体を横並び */
  .newServiceCarousel__slidesArea {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
  }
  /* スライドコンテンツ */
  .newServiceCarousel__slides {
    flex: 1;
    min-width: 0;
    margin: 0 60px;
    position: relative;
    @media screen and (max-width: 767px) {
      margin: 0 35px;
    }
  }
  .newServiceCarousel__slide {
    display: none;
    &.is-active {
      display: block;
      animation: slideFadeIn 0.4s ease forwards;
    }
    &.is-leaving {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      pointer-events: none;
      animation: slideFadeOut 0.4s ease forwards;
    }
    .newServiceCarousel__slide__item {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
    }
    .newServiceCarousel__slide__txt {
      flex: 1;
      position: absolute;
      @media screen and (max-width: 767px) {
        position: absolute;
        top: calc(100% - 130px)
      }
      .txt {
        padding: 24px;
        background: transparent linear-gradient(27deg, #c00 -110%, #fff 25%) 0 0 no-repeat padding-box;
        backdrop-filter: blur(8px);
        opacity: 0.8;
        min-width: 0;
        width: 520px;
        max-width: 100%;
        border-radius: 20px;
        border: 1px solid #e1e1e1;
        @media screen and (max-width: 767px) {
          width: auto;
          padding: 20px;
        }
      }
      h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.4;
        margin: 0 0 24px;
        color: #CC0000;
        border: none;
        padding: 0;
        background: none;
        @media screen and (max-width: 767px) {
          font-size: 28px;
        }
      }
      p {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin: 0 0 16px;
      }
      .btn {
        text-align: center;
      }
    }
    .newServiceCarousel__slide__img {
      /* flex: 1; */
      min-width: 0;
      max-width: 626px;
      margin-left: auto;
      img {
        /* max-width: 100%; */
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        border-radius: 10px;
      }
    }
    .newServiceCarousel__slide__btn {
      width: 100%;
      text-align: center;
      .btn {
      }
    }
  }
  /* 前後ナビ矢印: スライドの左右に配置 */
  .newServiceCarousel__prev,
  .newServiceCarousel__next {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, border-color 0.3s;
    position: absolute;
    z-index: 1;
    margin-top: -44px;
    @media screen and (max-width: 767px) {
      margin-top: 0;
    }
    &::after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border-top: 2px solid #CC0000;
      border-right: 2px solid #CC0000;
      border-radius: 1px;
    }
    &:hover {
      /* background-color: #CC0000;
      border-color: #CC0000;
      &::after { border-color: #fff; } */
      opacity: 0.8;
    }
  }
  .newServiceCarousel__prev {
    left: 25px;
    @media screen and (max-width: 767px) {
      left: -5px;
    }
  }
  .newServiceCarousel__prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
  }
  .newServiceCarousel__next {
    right: 25px;
    @media screen and (max-width: 767px) {
      right: -5px;
    }
  }
  .newServiceCarousel__next::after {
    transform: rotate(45deg);
    margin-right: 3px;
  }
}
@keyframes serviceProgress {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes slideFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideFadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.newServiceCarousel__navBtn.is-active .bar.is-paused::after {
  animation-play-state: paused;
}
.newServiceCarousel__navBtn.is-done {
  color: #CC0000;
  .bar::after {
    width: 100%;
    animation: none;
    background-color: #CC0000;
  }
}
/* ----- Case セクション ----- */
.newTopSection.--case {
  padding: 0;
  position: relative;
  @media screen and (min-width: 995px) and (max-width: 1304px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 994px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .inner {
    padding: 56px 15px 85px 15px;
  }
  &::before {
    background-color: #737373;
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    @media screen and (max-width: 767px) {
     height: 270px;
    }
  }
  .newTop3Col {
    @media screen and (max-width: 767px) {
      /* padding: 0 35px; */
    }
  }
}
/* ----- News セクション ----- */
.newTopSection.--news .Grid4 ul {
  padding-left: 0;
}
.newTopSection.--news .Grid4 ul > li{
  padding-left: 0;
}
.newTopSection.--news {
  padding: 0;
  background-image: url('../add_image/top_2/news.png');
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  @media screen and (min-width: 995px) and (max-width: 1304px) {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media screen and (max-width: 994px) {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 767px) {
    padding-top: 50px;
  }
  .inner {
    padding: 56px 0;
    @media screen and (max-width: 994px) {
      padding: 0 15px;
    }
  }
  @media screen and (max-width: 767px) {
    padding-bottom: 20px;
  }
}
.newTopSection__newsHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Grid4 ul.newTopNewsList > li:before {
  content: none;
}
.Grid4 ul.newTopNewsList {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.newTopNewsList {
  list-style: none;
  padding: 0;
  margin: 0;
  li {
    a {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 24px 0 0 0;
      text-decoration: none;
      color: #333;
      transition: color 0.3s;
      &:hover { color: #CC0000; }
      @media screen and (max-width: 767px) {
        display: block;
      }
    }
  }
  .nDate {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 25px;
  }
  .nTag {
    background-color: #737373;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 8px;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .nTtls {
    @media screen and (min-width: 768px) {
      display: flex;
      min-width: 0;
    }
  }
  .nTtl {
    font-size: 16px;
    line-height: 25px;
    flex: 1;
    @media screen and (min-width: 768px) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .nBadge {
    display: inline-block;
    font-size: 16px;
    padding: 1px 6px;
    color: #CC0000;
    margin-left: 6px;
    /* @media screen and (min-width: 768px) {
      flex-basis: 11%;
    } */
  }
}
/* ----- Column セクション ----- */
.newTopSection.--column {
  padding: 0;
  .inner {
    padding: 85px 0;
  }
}
/* Columnカード: 白背景・黒文字（Highlights/Caseの暗色と区別） */
.newTopCard.--column {
  .txt {
    background-color: #f4f4f4;
    color: #000;
    border: 1px solid #e8e8e8;
    border-top: none;
    .cat {
      background-color: transparent;
      color: #000;
      padding: 0;
      font-size: 18px;
    }
    .ctext {
      color: #000;
      font-size: 16px;
    }
  }
  .arrowIcon {
    border-color: #CC0000;
  }
  /* &:hover {
    .txt {
      background-color: #f5f5f5;
      .ctext {
        color: #CC0000;
      }
    }
  } */
}
/* ========================================
   SP レスポンシブ (767px以下)
   ======================================== */
@media screen and (max-width: 767px) {
  .Grid4 .newTopTtlH2 {
    .en { font-size: 20px; }
    .ja { font-size: 12px; }
    .en { font-size: 40px; }
    .ja { font-size: 18px; }
  }
  .Grid4 .newTop3Col {
    flex-direction: column;
    gap: 16px;
  }
  .Grid4 .newTop4Col {
    flex-wrap: wrap;
    gap: 12px;
    & > li {
      /* flex-basis: calc(50% - 6px); */
      flex-basis: 100%;
      flex-grow: 0;
      flex-shrink: 0;
    }
  }
  .newTopBanner {
    flex-direction: column;
    height: auto;
    border: none;
    border-radius: none;
    .newTopBanner__txt {
      padding: 24px 20px;
      margin: 0px 20px;
      border: 1px solid #b3b3b3;
      border-radius: 10px;
      position: relative;
      top: -40px;
      z-index: 1;
      .newTopTtlH2 {
        margin-bottom: 0;
      }
    }
    .newTopBanner__img {
      min-height: auto;
      border: 1px solid #b3b3b3;
      border-radius: 10px;
      .txt {
        top: 0;
        bottom: 0;
        left: 14px;
        padding: 24px 10px;
      }
    }
  }
  /* About Us SP: 画像を上に（DOMはtxt→imgのためorderで逆転） */
  .newTopBanner.--a .newTopBanner__img { order: -1; }
  .newTopBanner.--b {
    margin-top: 20px;
  }
  .newTopLeftRight {
    flex-direction: column;
    gap: 20px;
    padding: 56px 36px;
    display: block;
    .item img {
      margin: 0 auto;
    }
  }
  .newServiceCarousel__navBtn {
    font-size: 13px;
    padding: 8px 6px 0;
  }
  .newServiceCarousel__slidesArea {
    gap: 6px;
  }
  .newServiceCarousel__prev,
  .newServiceCarousel__next {
    width: 32px;
    height: 32px;
  }
  .newServiceCarousel__slide.is-active {
    flex-direction: column;
  }
  .newServiceCarousel__slide__txt {
    padding: 30px 20px;
    h3 { font-size: 24px; }
  }
  .newTopNewsList li a {
    flex-wrap: wrap;
    gap: 8px;
  }
}
