@charset "utf-8";

/*-------------------------------------------------------
ページ共通設定
-------------------------------------------------------*/

/* inner
----------------------------------------- */
.inner {
  padding: 0 20px;
}

@media screen and (min-width:768px) {
  .inner {
    margin: auto;
    padding: 0 60px;
    max-width: 1440px;
  }
}
/* titleA
----------------------------------------- */
.titleA {
  margin-bottom: 19px;
}

@media screen and (min-width:768px) {
  .titleA {
    margin-bottom: 32px;
  }
}

.titleA__title {
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
}

/* s_colorWhite */
.titleA__title.s_colorWhite {
  color: var(--color_primaryWhite);
}

.titleA__titleMain {
  display: block;
  position: relative;
  padding-bottom: 12px;
  font-size: 28px;
  font-family: var(--font_MMC);
  word-break: break-all;
}

@media screen and (min-width:768px) {
  .titleA__titleMain {
    font-size: 60px;
    padding-bottom: 0;
  }
}

.titleA__titleMain::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 62px;
  height: 2px;
  transform: skewX(-45deg);
  background-color: var(--color_primaryRed);
}

@media screen and (min-width: 1024px) {
  .titleA__titleMain::after {
    left: 0;
    width: 40px;
    transform: none;
  }
}

.titleA__titleSub {
  display: block;
  margin-top: 11px;
  line-height: 1.45;
  font-size: 21px;
}

@media screen and (min-width:1024px) {
  .titleA__titleSub {
    margin-top: 10px;
    line-height: 1.33;
    letter-spacing: 0.05em;
  }
}
/* intro
----------------------------------------- */
.intro {
  display: none;
}

@media screen and (min-width:768px) {
  .intro {
    display: block;
    word-break: break-all;
  }
}

.intro.s_colorWhite {
  color: var(--color_primaryWhite);
}
/* btn
----------------------------------------- */
.btnArea {
  margin: 30px auto 0;
  max-width: 526px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .btnArea {
    margin-top: 80px;
  }
}
/* btnA
----------------------------------------- */
.btnA {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 526px;
  width: 100%;
  height: 100%;
  min-height: 81px;
  background-color: var(--color_primaryBlack);
  border: 1px solid var(--color_primaryWhite);
  text-align: center;
  color: var(--color_primaryWhite);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.05;
  margin: 0 auto;
  padding: 8px 16px;
  cursor: pointer;
}

.btnA.s_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  left: calc(100% - 60px);
  width: 86px;
  height: 9px;
  background: url("/jp/img/icon_arrow_white.svg") no-repeat 100% 0 / 28px 9px;
  border-bottom: 2px solid var(--color_primaryWhite);
  margin: auto 0;
}

.btnA.s_gray {
  border-color: #D5D5D5;
}

@media screen and (min-width:1024px) {
  .btnA.s_arrow.s_gray::after {
    border-color: #D5D5D5;
    background-image: url("/jp/img/icon_arrow_gray.svg");
  }
}

/* hover */
@media screen and (min-width: 768px){
  .btnA,
  .btnA.s_arrow::after {
    transition: var(--transition-time);
  }

  .btnA:hover {
    background-color: var(--color_primaryRed);
  }

  .btnA.s_arrow:hover::after {
    width: 116px;
  }
}

@media screen and (max-width: 767px){
  .btnA {
    justify-content: flex-start;
    max-width: 334px;
    min-height: 60px;
    text-align: left;
    font-size: var(--fontM);
    padding-right: 50px;
  }

  .btnA.s_arrow::after {
    left: auto;
    right: 16px;
    width: 28px;
    height: 9px;
  }
}
/*-------------------------------------------------------
ページ個別設定
-------------------------------------------------------*/

/* fv
----------------------------------------- */
.fv_wrap {
  position: relative;
}

.fv_slider__item {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--l_header_height_sp)) !important;
  height: calc(100svh - var(--l_header_height_sp)) !important;
}

@media screen and (min-width:768px) {
  .fv_slider__item {
    height: calc(100vh - var(--l_header_height_tablet)) !important;
    height: calc(100svh - var(--l_header_height_tablet)) !important;
  }
}

@media screen and (min-width:1024px) {
  .fv_slider__item {
    height: 100vh !important;
    height: 100svh !important;
  }
}

@media screen and (min-width:1024px) {
  .fv_wrap {
    margin-top: 0;
  }
}

.fv_slider__img {
  width: 100%;
  height: 100%;
}

.fv_slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv_slider__intro {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: calc(var(--l_header_height_sp) * -1);
  padding: 0 20px 0;
  width: 100%;
  color: var(--color_primaryWhite);
}

@media screen and (min-width:768px) {
  .fv_slider__intro {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width:1024px) {
  .fv_slider__intro {
    margin-top: 0;
    max-width: 1556px;
  }
}

.fv_slider__text {
  font-size: clamp(var(--fontS), 16 / 375 * 100vw, var(--fontL));
  line-height: 2.5;
  letter-spacing: 0.13em;
  color: var(--color_primaryWhite);
}

@media screen and (min-width:1024px) {
  .fv_slider__text {
    font-size: clamp(var(--fontL), 24 / 1920 * 100vw, 24px);
    line-height: 2.5;
    letter-spacing: 0.13em;
  }
}

@media screen and (max-height:760px) and (min-width:1024px) {
  .fv_slider__text {
    margin-top: calc(var(--l_header_height_pc) / 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
}

.fv_slider__link {
  margin-top: 15px;
}

.fv_slider__link a {
  display: inline-block;
  font-weight: bold;
}

.fv_slider__link a::after {
  content: "";
  display: inline-block;
  margin-left: 26px;
  width: 16px;
  height: 16px;
  background: url("/jp/img/icon_arrow_red.svg") no-repeat 0 0 / contain;
  vertical-align: middle;
}

@media screen and (min-width:1024px) {
  .fv_slider__link {
    margin-top: 33px;
  }

  .fv_slider__link a {
    font-size: var(--fontL);
    line-height: 1.61;
  }

  .fv_slider__link a::after {
    content: "";
    width: 24px;
    height: 24px;
  }
}

.fv_nav {
  display: flex;
  align-items: center;
  column-gap: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}

@media screen and (min-width:768px) {
  .fv_nav {
    column-gap: 20px;
    padding: 0 40px;
  }
}

.fv_nav__btns {
  display: flex;
  column-gap: 8px;
}

@media screen and (min-width:768px) {
  .fv_nav__btns {
    column-gap: 10px;
  }
}

.fv_nav__btn {
  width: 40px;
  height: 40px;
}

.fv_nav__btn img {
  width: 100%;
}

@media screen and (min-width:768px) {
  .fv_nav__btn {
    width: 46px;
    height: 46px;
  }
}

.fv_playBtn {
  order: -1;
}

.fv_dots {
  display: flex;
  order: -1;
  row-gap: 12px;
  column-gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width:768px) {
  .fv_dots {
    width: 350px;
  }
}

.fv_dots li {
  font-size: 0;
  width: calc(16.6% - 6px);
  height: 2px;
  background-color: var(--color_secondary02);
}

.fv_dots li.slick-active {
  background-color: var(--color_primaryRed);
}
/* info
----------------------------------------- */
.info {
  padding: 20px 0;
  background-color: #f7f7f7;
}

@media screen and (min-width:768px) {
  .info {
    padding: 40px 0;
  }
}

.info_inner {
  padding: 0 20px;
}

@media screen and (min-width:1024px) {
  .info_inner {
    margin: auto;
    padding: 0 40px;
    max-width: 1176px;
  }
}

/* Brand&Technology
----------------------------------------- */
.brandArea {
  background: url("/jp/img/bg_brand_sp.png") no-repeat center / cover;
}

@media screen and (min-width:768px) {
  .brandArea {
    background-image: url("/jp/img/bg_brand_pc.png");
    height: 746px;
  }
}

.brandArea_inner {
  padding: 60px 20px 40px;
}

@media screen and (min-width:768px) {
  .brandArea_inner {
    margin: auto;
    padding: 190px 40px 200px;
    max-width: 1522px;
  }
}

.brandArea_intro {
  font-size: var(--fontL);
  line-height: 1.61;
  color: var(--color_primaryWhite);
}

@media screen and (min-width:768px) {
  .brandArea_intro {
    font-size: var(--fontM);
  }
}

@media screen and (min-width:768px) {
  .brandBtnArea {
    margin: 95px 0 0;
  }
}
/* NewsRoom
----------------------------------------- */
.newsRoom {
  padding: 38px 0 50px;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

@media screen and (min-width:768px) {
  .newsRoom {
    padding: 108px 0 120px;
  }
}

.newsTopics {
  margin-top: 31px;
}

@media screen and (min-width:768px) {
  .newsTopics {
    margin-top: 55px;
  }
}

.newsTopics_carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px 0;
}

@media screen and (min-width:768px) {
  .newsTopics_carousel {
    position: relative;
    margin: 30px 0 0;
  }
}

.newsTopics_carousel__item {
  border: 1px solid var(--color_secondary03);
  margin: 0 6px;
  width: 240px;
}

.newsTopics_carousel__item.s_new {
  position: relative;
}

.newsTopics_carousel__item.s_new::before {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 12px;
  width: 61px;
  height: 30px;
  font-size: var(--fontS);
  color: var(--color_primaryWhite);
  font-weight: bold;
  background-color: var(--color_primaryRed);
}

@media screen and (min-width:768px) {
  .newsTopics_carousel__item {
    margin: 0 12px;
    width: 200px;
  }
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__item {
    width: 312px;
  }

  .newsTopics_carousel__item.s_new::before {
    content: "";
    padding: 0;
    background: transparent url("/jp/img/icon_newmark.svg") no-repeat 0 0 / contain;
  }
}

.newsTopics_carousel__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all var(--transition-time);
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__link:hover {
    box-shadow: 0 0 12px rgba(0,0,0, 0.16);
  }
}

.newsTopics_carousel__img img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsTopics_carousel__box {
  padding: 11px 16px 23px;
  height: 100%;
  border-top: 1px solid var(--color_secondary03);
  background-color: var(--color_primaryWhite);
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__box {
    padding: 18px 23px 26px;
    height: 100%;
    border-top: 1px solid #D3D3D3;
    background-color: var(--color_primaryWhite);
  }
}

.newsTopics_carousel__date {
  font-size: var(--fontS);
  line-height: 1.28;
  color: var(--color_secondary01);
}

.newsTopics_carousel__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 2px;
  font-size: var(--fontM_sp);
  line-height: 1.6;
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__text {
    -webkit-line-clamp: 4;
    margin-top: 10px;
    font-size: var(--fontM);
  }
}

.newsTopics_carousel__btn {
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__btn {
    margin-top: 15px;
  }
}

.newsTopics_carousel__btnLink {
  width: 30px;
  height: 30px;
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__btnLink {
    width: 46px;
    height: 46px;
    transition: opacity var(--transition-time);
  }

  .newsTopics_carousel__btnLink:hover {
    opacity: var(--alpha);
  }
}

.newsRelease {
  margin-top: 30px;
}

@media screen and (min-width:768px) {
  .newsRelease {
    margin-top: 35px;
  }
}


/* Slick
----------------------------------------- */
@media screen and (min-width:768px) {
  .newsTopics_carousel__prev, .newsTopics_carousel__next {
    position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width:1024px) {
  .newsTopics_carousel__prev, .newsTopics_carousel__next {
    width: min(calc(69 / 1920 * 100vw), 87px);
    height: min(calc(69 / 1920 * 100vw), 87px);
    transition: opacity var(--transition-time);
  }

  .newsTopics_carousel__prev:hover,
  .newsTopics_carousel__next:hover {
    opacity: var(--alpha);
  }
}

.newsTopics_carousel__prev {
  right: calc(100% + calc(20 / 1920 * 100vw));
}

.newsTopics_carousel__next {
  left: calc(100% + calc(20 / 1920 * 100vw));
}

.newsTopics_carousel__dots {
  display: flex;
  column-gap: 12px;
  margin-top: 30px;
}

.newsTopics_carousel__dots li {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: var(--color_secondary02);
}

.newsTopics_carousel__dots li.slick-active {
  background-color: var(--color_primaryRed);
}
/* Company
----------------------------------------- */
.company {
  padding: 60px 0 40px;
  background: url("/jp/img/bg_company_sp.png") no-repeat center / cover;
}

@media screen and (min-width:768px) {
  .company {
    padding: 143px 0 119px;
    background-image: url("/jp/img/bg_company_pc.png");
  }
}

.companyBtnArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 26px;
}

@media screen and (min-width:768px) {
  .companyBtnArea {
    flex-direction: row;
    column-gap: 24px;
    row-gap: 21px;
    margin-top: 77px;
    max-width: 648px;
  }
}

@media screen and (min-width:768px) {
  .companyBtnArea_item {
    width: calc(50% - 12px);
  }
}
/* Sustainability
----------------------------------------- */
.sustainability {
  padding: 40px 0 30px;
  background: url("/jp/img/bg_sustainability_sp.png") no-repeat center / cover;
}

@media screen and (min-width:768px) {
  .sustainability {
    padding: 120px 0;
    background-image: url("/jp/img/bg_sustainability_pc.png");
  }
}

.sustainability_body {
  margin-top: 30px;
}

@media screen and (min-width:768px) {
  .sustainability_body {
    margin-top: 59px;
  }
}

.sustainability_list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (min-width:768px) {
  .sustainability_list {
    flex-direction: row;
    column-gap: 24px;
    row-gap: 60px;
  }
}

.susutainability_list__item {
  border: 1px solid var(--color_textDefalt2);
}

@media screen and (min-width:768px) {
  .susutainability_list__item {
    width: calc(33.3% - 48px / 3 );
  }
}

@media screen and (min-width:768px) {
  .sustainability_list__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (min-width:1024px) {
  .sustainability_list__link:hover .sustainability_title {
    color: var(--color_primaryWhite);
    background-color: var(--color_primaryRed);
  }

  .sustainability_list__link:hover .sustainability_text::after {
    filter: var(--filter_primaryWhite);
  }
}

.sustainability_img img {
  width: 100%;
}

.sustainability_title {
  border-top: 1px solid var(--color_textDefalt2);
  padding: 22px 22px 21px 24px;
  background-color: var(--color_primaryWhite);
}

@media screen and (min-width:768px) {
  .sustainability_title {
    height: 100%;
  }
}

@media screen and (min-width:1024px) {
  .sustainability_title {
    padding: 35px 25px 38px 40px;
    background-color: var(--color_primaryWhite);
    transition: var(--transition-time);
  }
}

.sustainability_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.31;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width:1024px) {
  .sustainability_text {
    font-size: var(--fontL);
    line-height: 1.61;
    letter-spacing: 0.04em;
  }
}

.sustainability_text::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-left: 0.5em;
  width: 38px;
  height: 9px;
  background: url("/jp/img/icon_arrow.svg") no-repeat center / contain;
}

.sustainabilityBtnArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  .sustainabilityBtnArea {
    flex-direction: row;
    row-gap: 21px;
    column-gap: 24px;
    margin-top: 60px;
  }
}

@media screen and (min-width:768px) {
  .sustainabilityBtnArea_item {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width:1024px) {
  .sustainabilityBtnArea_item {
    width: calc(25% - 72px / 4);
  }
}
/* Investors
----------------------------------------- */
.investors {
  padding: 40px 0 51px;
  background: url("/jp/img/bg_investors_sp.png") no-repeat center / cover;
}

@media screen and (min-width:768px) {
  .investors {
    padding: 183px 0 120px;
    background-image: url("/jp/img/bg_investors_pc.png");
  }
}

.investorsBtnArea {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 26px;
}

@media screen and (min-width:768px) {
  .investorsBtnArea {
    flex-direction: row;
    row-gap: 40px;
    column-gap: 24px;
    margin-top: 77px;
  }
}

@media screen and (min-width:768px) {
  .investorsBtnArea_item {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width:1024px) {
  .investorsBtnArea_item {
    width: calc(33.3% - 48px / 3);
  }
}
/* Recruit
----------------------------------------- */
.recruit {
  padding: 41px 0 45px;
  background: url(/jp/img/bg_recruit_sp.png) no-repeat 0 0 / cover;
}

@media screen and (min-width:768px) {
  .recruit {
    padding: 131px 0 120px;
    background-image: url(/jp/img/bg_recruit_pc.png);
  }
}

.recruit_inner {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .recruit_inner {
    margin-top: 71px;
  }
}

.recruit_head__box {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  background-color: var(--color_primaryWhite);
  border: 1px solid var(--color_textDefalt2);
  text-decoration: none!important;
  transition: background var(--transition-time);
}

.l_pageArea:not(.s_touchDevice) .recruit_head__box:hover {
  background-color: var(--color_primaryRed);
}

.l_pageArea:not(.s_touchDevice) .recruit_head__box:hover .recruit_head__boxContents {
  color: var(--color_primaryWhite);
}

.recruit_head__boxImg img {
  max-width: none;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .recruit_head__box {
    display: flex;
    max-width: 100%;
    transition: var(--transition-time);
  }

  .recruit_head__boxImg {
    position: relative;
    flex: 0 0 calc(424 / 1320 * 100%);
    aspect-ratio: 424/283;
  }

  .recruit_head__boxImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.recruit_head__boxContents {
  padding: 30px var(--spInnerPadding);
}

@media screen and (min-width: 768px) {
  .recruit_head__boxContents {
    align-self: center;
    flex: 1 1 auto;
    padding: 20px 60px 20px 100px;
  }
}

.recruit_head__boxContentsInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit_head__boxContentsInner::after {
  content: "";
  flex-shrink: 0;
  width: 38px;
  height: 9px;
  background: url(/assets_corporate/img/icon_arrow_01.svg) no-repeat 0 0/contain;
}

@media screen and (min-width:1024px) {
  .recruit_head__boxContentsInner {
    display: block;
  }

  .recruit_head__boxContentsInner::after {
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}

.l_pageArea:not(.s_touchDevice) .recruit_head__box:hover .recruit_head__boxContentsInner::after {
  filter: var(--filter_primaryWhite);
}

.recruit_head__title {
  font-weight: bold;
}

.recruit_head__text {
  display: none;
}

@media screen and (min-width:1024px) {
  .recruit_head__title {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .recruit_head__text {
    display: block;
  }
}

.recruit_body {
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  .recruit_body {
    margin-top: 60px;
  }
}

.recruit_body .m_cardA__image {
  margin: 0;
}

.recruit_body .m_cardA,
.recruit_foot .m_btn.s_link {
  border-color: var(--color_textDefalt2);
}

.l_pageArea:not(.s_touchDevice) .recruit_body .m_cardA.s_link:hover {
  color: var(--color_primaryWhite);
  background-color: var(--color_primaryRed);
}

.l_pageArea:not(.s_touchDevice) .recruit_body .m_cardA.s_link:hover .m_cardA__title .m_cardA__titleText::after {
  filter: var(--filter_primaryWhite);
}

.recruit_foot {
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  .recruit_foot {
    margin-top: 60px;
  }
}

@media screen and (max-width:768px) {
  .recruit_foot .m_btnSet .m_btnSet__item {
    max-width: 100%;
  }
}



