@charset "utf-8";

/* TOPページ */

.top-more {
  width: 200px;
}
.section-title__en {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}
.section-title__ja {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .section-title__en {
        font-size: 2.5rem;
        line-height: 1.45;
    }
    .section-title__ja {
        margin-top: 0.0625rem;
        font-size: 1.125rem;
        line-height: 1.4444444444;
    }
}
@media screen and (max-width: 767px) {
  .top-more {
    width: 90%;
    margin: auto;
  }
}

/* ============= MV ============= */
.top-mv {
    overflow-x: clip;
    position: relative;
}
.top-mv-area {
	display: flex;
}
.top-mv__inner {
    width: calc(100% - 478px);
    height: 570px;
    box-sizing: border-box;
    margin-right: 24px;
    background-image: url(../img/top/mv_pc.webp);
    background-size: cover;
    background-position: center right;
    border-radius: 0 1.875rem 1.875rem 0;
    display: flex;
    align-items: center;
    padding-left: 4%;
    padding-bottom: 60px;
    position: relative;
}
/*.top-mv__inner:before {
    display: block;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 1.875rem 1.875rem 0;
    background-image: linear-gradient(120deg, #8ea5bc, #ffffff);
    z-index: -1;
    mix-blend-mode: multiply
}*/
.top-mv-form {
	margin-right: 30px;
}
.top-mv-area img {
	width: 100%;
}
.top-mv__text_area_img {
	display: flex;
	align-items: center;
}
.top-mv__text_area_img_01 {
	width: 34%;
	max-width: 170px;
	margin-right: 23px;
}
.top-mv__text_area_img_02 {
	width: 62%;
	max-width: 314px;
}
.top-mv__text {
    color: #1D1717;
    font-size: 60px;
    margin-top: 25px;
    margin-bottom: 0.5em;
    font-weight: 900;
    line-height: 1.4;
}
.top-mv__text_sub {
    color: #1D1717;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	font-weight: 900;
}
.sp-form-btn {
  margin: 0 auto 3rem;
}

@media screen and (min-width: 1001px) {
  .sp-form-btn {
    display: none;
  }
}
@media screen and (max-width: 1435px) {
  .top-mv__text {
      font-size: 50px;
  }
}
@media screen and (max-width: 1330px) {
  .top-mv__text_area_img_01 {
      width: 24%;
  }
  .top-mv__text_area_img_02 {
    width: 44%;
  }
  .top-mv__text {
    /*margin-top: 156px;*/
    margin-bottom: 0;
  }
  .top-mv__inner {
    padding-bottom: 0;
  }
  .top-mv__text_sub {
    margin-top: 1em;
  }
  .top-mv__inner:before {
    display: block;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 1.875rem 1.875rem 0;
    z-index: -1;
    /*background-image: linear-gradient(120deg, #8ea5bc, #ffffff);
    background-image: linear-gradient(100deg, #3e5568, #ffffff);*/
    /*mix-blend-mode: multiply;*/
    background: linear-gradient(75deg, rgba(255, 255, 255, 1), 55%, rgba(255, 255, 255, 0));
  }
}
@media screen and (max-width: 1000px) {
  .pc-form {
    display: none;
  }
  .top-mv-area {
    flex-direction: column;
  }
  .top-mv-form {
    margin-right: auto;
    margin-left: auto;
  }
  .top-mv__inner {
    width: 92%;
    margin-right: 8%;
    margin-bottom: 2rem;
  }
  .mv-form-area {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
/*	.top-mv__inner {
		background-image: url(../img/top/mv_sp.webp);
    height: 480px;
	}*/
  .top-mv__inner {
    background-image: url(../img/top/mv_sp.webp);
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-mv__inner:before {
    display: block;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 1.875rem 1.875rem 0;
    z-index: -1;
    /*background-image: linear-gradient(120deg, #8ea5bc, #ffffff);
    background-image: linear-gradient(100deg, #3e5568, #ffffff);*/
    /*mix-blend-mode: multiply;*/
    background: linear-gradient(75deg, rgba(255, 255, 255, 1), 55%, rgba(255, 255, 255, 0));
  }
  .top-mv__text {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    text-shadow: 0px 0 8px rgba(255, 255, 255, 0.4);
  }
  .top-mv__text_sub {
    line-height: 1.4;
    font-size: 1.2rem;
    text-shadow: 0px 0 8px rgba(255, 255, 255, 0.4);
  }
  .top-mv__text_area_img_01 {
    width: 30%;
  }
  .top-mv__text_area_img_02 {
    width: 78%;
  }
  .mv-form-area {
    width: 90%;
  }
}
.mv__circle {
  position: absolute;
  z-index: -1;
  top: -7rem;
  right: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv__circle {
    top: -2.5rem;
    right: -19.25rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
  /*.top-mv__inner {
    border-radius: 0 2.5rem 2.5rem 0;
  }*/
}

/* ============= ABOUT ============= */
.top_slider_01 {
	display: flex;
	align-items: center;
}
.top_slider_01__img {
	width: 88px;
	height: 110px;
	position: relative;
	margin-right: 30px;
}
.top_slider_01__img img {
	position: absolute;
	width: 88px;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_slider_02_box{
  overflow: hidden;
  width: 100%;
  margin: 7.5rem auto;
}
.top_slider_02 .slick-slide{
  margin: 0 12px;
  display: inline-block;
  transform: translate3d(0,0,0);
  will-change: transform;
}
.top_slider_02__img img{
  height: 360px;
  width: auto;
  display: block;
  object-fit: cover;
  backface-visibility: hidden;
  border-radius: 40px;
}
.about .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 94px;
}
.about__text_box {
  width: 26%;
  max-width: 315px;
}
.about__text {
	font-size: 0.93rem;
	font-weight: bold;
	line-height: 3;
    margin-bottom: 2.5rem;
}
.about__img {
	max-width: 476px;
	width: 34%;
}
.about__img img {
	width: 100%;
	border-radius: 1.875rem;
}
.about__logo {
  max-width: 296px;
  width: 20%;
}
.about__logo img {
	width: 100%;
}

@media screen and (max-width: 767px) {
  .about .container {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
  .about__logo {
    max-width: 296px;
    width: 41%;
  }
  .about__img {
    width: 81%;
  }
  .about__img img {
    border-radius: 20px;
  }
  .about__text_box {
    width: 90%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top_slider_02__img img {
    height: 180px;
    width: auto;
    display: block;
    object-fit: cover;
    backface-visibility: hidden;
    border-radius: 20px;
  }
  .top_slider_02_box {
    margin: 3.15rem auto;
  }
}

@media screen and (max-width: 360px) {
  .about__text {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 3;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__img img {
    border-radius: 2.5rem;
  }
}

/* ============= FEATURES ============= */
.features {
  padding: 1.875rem 0 1.875rem;
  position: relative;
  overflow-x: clip;
}
.features__content {
  padding: 6rem 0 7.5rem;
  z-index: 1;
  border-radius: 2.5rem 0 0 2.5rem;
  position: relative;
}
.features__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-color: #fff;
  border-radius: 1.875rem 0 0 1.875rem;
  z-index: -1;
}
.features__inner {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}
.features__title_area {
    display: flex;
    max-width: 920px;
    width: 80%;
    margin: 0 auto 3rem;
    justify-content: space-between;
    align-items: center;
}
.features__list {
  margin-top: 1.25rem;
  display: flex;
  row-gap: 6rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
}
.features__image-wrapper {
    width: 17.1875rem;
    height: 6rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.features__image-wrapper img {
  width: 5.5rem;
}
.features__image-wrapper-txt {
  text-align: center;
  font-weight: 700;
  color: #003676;
}
.features__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #339FE6;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 1.6875rem;
    width: 100%;
    height: 3.375rem;
}
.features__text {
    display: flex;
    justify-content: center;
    margin-top: 0.9375rem;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.6;
    color: #003676;
    width: 17rem;
}
.features__evolution {
  margin-top: 2.5rem;
  padding: 1.875rem 1.25rem;
  border-radius: 1.875rem;
  background-color: #f2f2f2;
}
.features__evolution-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #627a8b;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #627a8b;
}
.features__point {
  margin-top: 2.5rem;
  position: relative;
  border-radius: 1.875rem;
  background-color: #fff;
}
.features__point-head {
  position: absolute;
  top: -1.25rem;
  left: -0.625rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #627a8b;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.features__point-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: 0.1875rem;
}
.features__point-number {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
.features__point-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 1.25rem 1.875rem 1.25rem;
}
.features__point-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #231815;
}
.features__point-text .navy {
  color: #627a8b;
}
.features__point-image {
  aspect-ratio: 28/18;
}

@media screen and (min-width: 768px) {
  .features__list {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    max-width: 920px;
    width: 80%;
  }
  .features__content::before {
      border-radius: 5rem 0 0 5rem;
      width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 1276px) {
  .features__content::before {
      width: calc(50% + 38.125rem);
  }
}
@media screen and (min-width: 1440px) {
  .features__point-text {
    width: 25.4375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .features__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .features__title_area {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .features__content {
    padding: 3rem 0 1rem;
  }
  .features__list {
    margin-bottom: 3rem;
    width: 100%;
    row-gap: 4rem;
    column-gap: 4%;
  }
  .features__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features__image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .features__text {
    font-size: 0.73rem;
  }
  .features__heading {
    line-height: 1;
    height: 48px;
  }
}
@media screen and (max-width: 374px) {
  .features__text {
    font-size: 0.6rem;
  }
}
.features__circle {
  position: absolute;
  z-index: -1;
  top: -91rem;
  left: -5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .features__circle {
    top: -47rem;
    left: -32rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
}
@media screen and (min-width: 1601px) {
  .features__circle {
    max-width: 70.3125vw;
  }
}

/* ============= SCENE：common.cssに移動 ============= */

/* ============= PRODUCTS ============= */
.product {
  padding: 1.875rem 0 1.875rem;
  overflow-x: clip;
  position: relative;
  background-color: #fff;
}
.product__inner {
  position: relative;
  z-index: 1;
}
.product__column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6%;
}
.product__txt {
    font-size: 15px;
    line-height: 2.5;
    font-weight: bold;
    margin: 2.5rem auto;
}
.product__slider {
  flex: 1;
  margin-top: 1.875rem;
  /*width: 100vw;*/
  width: calc(100% - 460px);
  /*margin-left: calc(50% - 50vw);*/
}
.product__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .slick-slide {
  margin-left: 1.25rem;
}
.product__slider .slick-list {
    padding: 0 10% 0 0 !important;
}
.product__item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color:#AFB0B2;
}
.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.product__img-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.product__img {
  aspect-ratio: 230/345;
}
.product .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  list-style: none;
  margin-top: 1.875rem;
  padding: 0;
}
.product .slick-dots li {
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #ddd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.product .slick-dots li button {
  display: none;
}
.product .slick-dots li.slick-active {
  background-color: #003676;
}

@media screen and (min-width: 524px) {
  .product .slick-slide {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .product {
    padding: 5rem 0 7.5rem;
  }
  .product__slider {
    margin-top: 2.53125rem;
    margin-right: calc(50% - 50vw);
    margin-left: -1.75rem;
    position: relative;
  }
  .product__slider .slick-track {
    margin-left: -0.5rem;
  }
  .product .slick-slide {
    margin-left: 2.71875rem;
  }
  .product__item {
    border-radius: 1.875rem;
  }
  .product .slick-dots {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 3.125rem;
    gap: 0.2rem;
  }
  .product .slick-dots li {
    width: 3.15rem;
    height: 0.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .product .slick-dots {
    left: 40%;
  }
}

@media screen and (min-width: 768px) {
  .product__link:hover {
    opacity: 1;
  }
  .product__link:before {
    display: block;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
  }
  .product__link:after {
    display: block;
    -webkit-transition: -webkit-all 0.3s;
    transition: -webkit-all 0.3s;
    transition: all 0.3s;
    transition: all 0.3s, -webkit-all 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
  }
  .product__link.exo_power:after {
    background: url(../img/product/common/product_exo_power_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.every:after {
    background: url(../img/product/common/product_every_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.gs_arm:after {
    background: url(../img/product/common/product_gs_arm_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.gs_back:after {
    background: url(../img/product/common/product_gs_back_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.easy_lift:after {
    background: url(../img/product/common/product_easy_lift_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.harness_plus:after {
    background: url(../img/product/common/product_harnessplus_logo.webp) no-repeat center center;
    background-size: 9rem;
  }
  .product__link.soft_power:after {
    background: url(../img/product/common/product_soft_power_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.soft_light:after {
    background: url(../img/product/common/product_soft_light_logo.webp) no-repeat center center;
    background-size: 8rem;
  }
  .product__link.soft_light_2:after {
    background: url(../img/product/common/product_soft_light_2_logo.webp) no-repeat center center;
    background-size: 9rem;
  }
  .product__link:hover:before,
  .product__link.exo_power:hover:after,
  .product__link.every:hover:after,
  .product__link.gs_arm:hover:after,
  .product__link.gs_back:hover:after,
  .product__link.easy_lift:hover:after,
  .product__link.harness_plus:hover:after,
  .product__link.soft_light:hover:after,
  .product__link.soft_light_2:hover:after,
  .product__link.soft_power:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 1.875rem 0 3rem;
  }
  .product__column {
    flex-direction: column;
    align-items: flex-start;
  }
  .product__slider {
    width: 100vw;
  }
  .product__slider .slick-list {
    padding: 0 18% 0 0 !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 5rem;
  }
  .product .slick-dots {
    gap: 0;
  }
}
.product__circle {
  position: absolute;
  z-index: -1;
  top: 38.25rem;
  left: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product__circle {
    top: 9rem;
    left: -22rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .product__link.exo_power:after,
  .product__link.every:after {
    background-size: 8.75rem;
  }
  .product__link.gs_arm:after,
  .product__link.gs_back:after,
  .product__link.easy_lift:after,
  .product__link.soft_light:after,
  .product__link.soft_power:after {
    background-size: 10rem;
  }
}
@media screen and (min-width: 1601px) {
  .product__circle {
    max-width: 70.3125vw;
  }
}

/* ============= NEWS ============= */
.news {
  padding: 1.875rem 0 1.875rem;
  position: relative;
}
.news__inner {
  position: relative;
  z-index: 1;
}
.news__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  width: 100vw;
  max-width: 1180px;
}
.top-news__item {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 7.5rem 0 7.5rem;
  }
  .news__list {
    margin-top: 2.53125rem;
    position: relative;
    row-gap: 24px;
  }
  .news__item_btn {
    width: 23.5%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .news__link:hover {
    opacity: 1;
  }
  .news__link_btn {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
  }
}

.top-news__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 18px;
    padding: 2rem 0 2rem 7.5rem;
    row-gap: 18px;
}
@media screen and (max-width: 950px) {
    .top-news__list-inner {
        grid-row-gap:2.9333vw;
        padding: 5.067vw 4.133vw;
        row-gap: 2.9333vw;
    }
}
.top-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #aaa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
}
@media screen and (max-width: 750px) {
    .top-news__item {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.top-news__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 750px) {
    .top-news__item-header {
        gap:1.6vw;
    }
}
.top-news__date {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    min-width: 80px;
}
@media screen and (max-width: 750px) {
    .top-news__date {
        font-size:3.467vw;
        min-width: 64px;
    }
}
.top-news__category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.3rem;
}
@media screen and (max-width: 750px) {
    .top-news__category {
        margin-left:1vw;
    }
}
.top-news__category-text {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    display: inline-block;
    font-size: 0.98rem;
    line-height: 1.4;
    padding: 4px 0px;
    text-align: center;
    white-space: nowrap;
    width: 137px;
    background-color: #969696;
}
.top-news__title-text {
    font-weight: 700;
    font-size: 0.98rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 950px) {
    .top-news__category-text {
        width:107px;
    }
}
@media screen and (max-width: 750px) {
    .top-news__category-text {
        font-size:3.2vw;
        padding: .533vw 1.6vw;
        width: 15.2vw;
    }
}
.top-news__category-text--info {
    background-color: #0d51d1;
}
.top-news__category-text--recruit-info {
    background-color: #2babff;
}
.top-news__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .news {
        padding: 3rem 0 4rem;
    }
    .top-news__content {
        margin-left:0px;
        margin-top: 1.333vw;
    }

}

/* ============= CLIENTS ============= */
.clients {
  padding: 3.75rem 0 3.75rem;
  position: relative;
  width: 100vw;
  max-width: 1180px;
  background-color: #fff;
  border-radius: 1.875rem;
  margin: 0 auto;
  width: 90%;
}
.clients__inner {
  position: relative;
  z-index: 1;
}
.clients-txt {
    text-align: center;
    font-size: 0.98rem;
    font-weight: 700;
    margin: 3rem auto;
}
.clients__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    list-style: none;
}
.clients__logos_list {
    width: 134px;
    height: 134px;
    position: relative;
    display: flex;
    align-items: center;
}
.clients__logos_list img {
  width: 100%;
}
.clients .section-title__en,
.clients .section-title__ja {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .clients {
    border-radius: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .clients {
    padding: 3rem 0 1.875rem;
    margin-bottom: 4rem;
  }
  .clients .section-title__ja {
    margin-top: 1rem;
  }
  .clients-txt {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 370px) {
  .clients__logos_list {
      width: 110px;
      height: 110px;
  }
}


/* ============= HERO IMG ============= */
.hero-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-img {
    padding: 7.5rem 0 7.5rem;
  }
}

/* ============= COLUMN ============= */
.column {
  padding: 1.875rem 0 1.875rem;
  position: relative;
  overflow-x: clip;
}
.column__inner {
  position: relative;
  z-index: 1;
}
.column__title_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.top-column-article {
  display: flex;
  gap: 2%;
}
.column-figure {
  border-radius: 30px;
  aspect-ratio: 376/250;
  overflow: hidden;
}
.column-figure img {
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.column-article h3 {
    margin-top: 1rem;
    font-size: 1.38rem;
    line-height: 1.4;
    font-weight: 700;
}
.cts-date-time {
    font-size: 0.98rem;
    margin: 2rem auto 1rem;
}
.column-excerpt {
    font-size: 0.98rem;
}


@media screen and (min-width: 768px) {
  .column {
    padding: 0 0 7.5rem;
  }
  a.column-article:hover {
      opacity: unset;
      filter: unset;
  }
  a.column-article:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
  .column__link {
    width: 32%;
  }
  .column-article h3 {
    height: 2.7em;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 768px) {
  .column {
    padding: 3rem 0 4rem.;
  }
  .top-column-article {
    flex-direction: column;
  }
  .column-article h3 {
    height: auto;
  }
  .cts-date-time {
    margin: 0.5rem auto;
  }
  .column__link {
    margin-bottom: 3rem;
  }
  .column-figure {
    border-radius: 20px;
  }
}
.column__circle {
  position: absolute;
  z-index: -1;
  top: -4.625rem;
  right: -6.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column__circle {
    top: -46rem;
    right: -19.25rem;
    width: 90.8333333333%;
    max-width: 81.75rem;
  }
}
.column-figure {
  position: relative;
}
.column-cat-style {
    position: absolute;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    background-color: #339FE6;
    top: 1.5rem;
    left: 0;
    padding: 0.2rem 1rem;
}





