@charset "UTF-8";

/* =============================================
#  TOP共通
============================================= */
#top main {
	min-height: auto;
}
figure{
  margin-bottom: 0;
}


/* =============================================
#  Key visual 見出し（フォールバック、SEO対策用）
============================================= */
#top .top-keyvisual-heading{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* =============================================
#  Key visual ここからメイン
============================================= */
#top .top-keyvisual-wrapper{
  background-color: #f0f0f0;
}
#top .top-keyvisual-slider .slide img {
  position: relative;
  max-width: none !important;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1600.02px) {
  #top .top-keyvisual-wrapper{
    padding-bottom: 45px;
  }
  #top .top-keyvisual-slider .slide img {
    width: 1786px;
    top: -33px;
  }
}
@media screen and (max-width: 1600px) {
  #top .top-keyvisual-wrapper{
    padding-bottom: 2.813vw;
  }
  #top .top-keyvisual-slider .slide img {
    position: relative;
    width: 111.625vw;
    top: -2.062vw;
  }
}
@media screen and (max-width: 599.98px) {
  #top .top-keyvisual-wrapper{
    padding-bottom: 0;
  }
  #top .top-keyvisual-slider .slide img {
    width: 100%;
    top: 0;
  }
}

#top .c-keyvisual {
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100vw;
}
#top .c-keyvisual__inner {
  margin: auto;
  position: relative;
  height: 100%;
}


/* =============================================
#  News
============================================= */
#news{
  padding: 74px 0 79px;
}
#news .heading{
  line-height: 1.2;
}
#news .heading .en{
  font-size: 20px;
  margin-bottom: 5px;
}
#news .heading .ja{
  font-size: 32px;
}
#news .flx:nth-of-type(1){
  display: flex;
  justify-content: space-between;
}
#news .top-news-list{
  width: 81.2%;
  margin-top: 4px;
}
#news .top-news-list li a{
  display: flex;
  align-items: center;
  border-top: solid 1px #7d7d7d;
  background-image: url("/assets/common/images/icon-circle-arrow-outline-primary-thin.svg");
  background-repeat: no-repeat;
  background-size: 25.5px;
  background-position: 98.1% center;
  padding: 10px 8% 10px 0;
}
#news .top-news-list li:last-child a{
  border-bottom: solid 1px #7d7d7d;
}
#news .top-news-list li a .date{
  font-size: 16px;
  letter-spacing: 0.08em;
}
#news .top-news-list li a .label{
  font-size: 14px;
  border: solid 1px #1e1e1e;
  line-height: 1.2;
  padding: 0.15em 0.2em;
  margin-left: 6.8%;
  text-align: center;
  display: inline-block;
  padding: 0.15em 1.7em;
  min-width: 107px;
}
#news .top-news-list li a .txt{
  font-size: 15px;
  line-height: 1.75;
  margin-left: 6.1%;
  letter-spacing: 0.06em;
}
#news .link-text{
  font-size: 14px;
  display: inline-block;
  padding-right: 1.7em;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#news .link-text::after{
  content: "";
  display: block;
  width: 1.214285714285714em;
  height: 1.214285714285714em;
  background-image: url("/assets/common/images/icon-circle-arrow-outline-primary-thin.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-43%));
}

@media screen and (min-width: 600px) {
  #news .top-news-list{
    min-height: 160px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199.98px) {
  #news .top-news-list{
    min-height: 13.333vw;
  }
}

@media screen and (max-width: 1199.98px) {
  #news{
    padding: 6.167vw 0 6.583vw;
  }
  #news .heading .en{
    font-size: 1.667vw;
    margin-bottom: 0.417vw;
  }
  #news .heading .ja{
    font-size: 2.667vw;
  }
  #news .top-news-list{
    margin-top: 0.333vw;
  }
  #news .top-news-list li a{
    background-size: 2.125vw;
    padding: 0.833vw 7% 0.833vw 0;
  }
  #news .top-news-list li a .date{
    font-size: 1.333vw;
  }
  #news .top-news-list li a .label{
    font-size: 1.167vw;
    margin-left: 5.8%;
    min-width: 8.917vw;
  }
  #news .top-news-list li a .txt{
    font-size: 1.25vw;
    margin-left: 5.1%;
  }
  #news .link-text{
    font-size: 1.167vw;
    bottom: -0.333vw;
  }
}

@media screen and (max-width: 599.98px) {
  #news{
    padding: 11.5vw 0 11vw;
  }
  #news .heading .en{
    font-size: 3.98vw;
    margin-bottom: 1.5vw;
  }
  #news .heading .ja{
    font-size: 5.97vw;
  }
  #news .flx:nth-of-type(1) {
    flex-direction: column;
    row-gap: 8.75vw;
}
  #news .top-news-list{
    margin-top: 0;
    width: 100%;
  }
  #news .top-news-list li a{
    background-size: 5.075vw;
    padding: 1.5vw 8vw 4.25vw 0;
    display: block;
    background-position: 99.2% center;
  }
  #news .top-news-list li a .date{
    font-size: 3.184vw;
    margin-right: 2.75vw;
  }
  #news .top-news-list li a .label{
    font-size: 2.786vw;
    min-width: 21vw;
    width: auto;
    margin-left: 0;
    padding: 0.1em 1em 0.1em;
    word-break: break-word;
  }
  #news .top-news-list li a .txt{
    font-size: 2.985vw;
    margin-left: 0;
  }
  #news .link-text{
    font-size: 2.786vw;
    position: relative;
    margin-top: 7vw;
  }
  #news .l-container{
    width: calc(100% - 10.75vw);
  }
}


/* =============================================
#  About
============================================= */
/* ---------------------------------------------
	About Header
--------------------------------------------- */
#about{
  position: relative;
}
#about .top-about-header{
  padding: 69px 0 73px;
  position: relative;
  z-index: 4;
}
#about .top-about-header-bg{
  width: 100%;
  height: 322px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#about .top-about-header .heading{
  font-size: 50px;
  /* font-size: 45px; */ /* 250929_ミーティング検証サイズ */
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 3px;
}
#about .top-about-header .link-text{
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
  font-size: 20px;
  letter-spacing: 0.04em;
}
#about .top-about-header .link-text::after{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("/assets/common/images/icon-circle-arrow-fill-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-47%));
}
#about .top-about-header .txt{
  font-size: 15px;
  letter-spacing: 0.065em;
  margin-top: 47px;
}

@media screen and (max-width: 1199.98px) {
  #about .top-about-header{
    padding: 5.75vw 0 6.083vw;
  }
  #about .top-about-header-bg{
    height: 26.833vw;
  }
  #about .top-about-header .heading{
    font-size: 4.167vw;
    margin-bottom: 0.25vw;
  }
  #about .top-about-header .link-text{
    font-size: 1.667vw;
  }
  #about .top-about-header .txt{
    font-size: 1.25vw;
    margin-top: 3.917vw;
  }
}

@media screen and (max-width: 599.98px) {
  #about .top-about-header{
    padding: 44px 0 42px;
  }
  #about .top-about-header-bg{
    height: 54.75vw;
  }
  #about .top-about-header .heading{
    font-size: 31.84025px;
    margin-bottom: 7px;
  }
  #about .top-about-header .link-text{
    font-size: 12.7361px;
  }
  #about .top-about-header .txt{
    font-size: 11.9401px;
    margin-top: 18px;
    line-height: 1.75;
  }
}

/* ---------------------------------------------
	About Philosophy
--------------------------------------------- */
#about #philosophy{
  margin-top: -181px;
  margin-bottom: -187px;
  position: relative;
  z-index: 2;
}
#about #philosophy .flx:nth-of-type(1){
  display: flex;
  align-items: center;
  justify-content: right;
  justify-content: center;
  /* justify-content: space-between; */
  height: inherit;
  column-gap: 94px;
}
#about #philosophy .philosophy-illust{
  width: 1006px;
  margin-left: -300px;
}
#about #philosophy .textwrap{
  letter-spacing: 0.05em;
  margin-top: -7px;
}
#about #philosophy .txt-visual{
  margin-top: 84px;
  width: 482px;
}

#about #philosophy .heading{
  font-size: 18px;
}
#about #philosophy .link-text{
  font-size: 20px;
  padding-right: 1.2em;
}
#about #philosophy .link-text::after{
  width: 0.9em;
  height: 0.9em;
  transform: translateY(calc(-44%));
}

@media screen and (max-width: 1600px) {
  #about #philosophy{
    margin-top: -11.312vw;
    margin-bottom: -11.687vw;
  }
  #about #philosophy .flx:nth-of-type(1){
    column-gap: 5.875vw;
  }
  #about #philosophy .philosophy-illust{
    width: 62.875vw;
    margin-left: -18.75vw;
  }
  #about #philosophy .textwrap{
    margin-top: -0.438vw;
  }
  #about #philosophy .txt-visual{
    margin-top: 5.25vw;
    width: 30.125vw;
  }
}
@media screen and (max-width: 1199.98px) {
  #about #philosophy .heading{
    font-size: 1.5vw;
  }
  #about #philosophy .link-text{
    font-size: 1.667vw;
  }
}
@media screen and (max-width: 599.98px) {
  #about #philosophy{
    margin-top: -25vw;
    margin-bottom: 0;
    padding-bottom: 16.5vw;
  }
  #about #philosophy .flx:nth-of-type(1) {
    display: block;
  }
  #about #philosophy .philosophy-illust{
    width: 128.189vw;
    margin-left: -49.937vw;
    margin-bottom: 4.5vw;
  }
  #about #philosophy .heading {
    font-size: 3.582vw;
    margin-bottom: -0.75vw;
  }
  #about #philosophy .link-text {
    font-size: 3.98vw;
  }
  #about #philosophy .txt-visual {
    width: 75.279vw;
    margin-top: 10.75vw;
  }
  #about #philosophy .textwrap{
    margin-top: 0;
    margin-left: 4vw;
  }
}


/* ---------------------------------------------
	About Concept
--------------------------------------------- */
#about #concept{
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#about #concept .l-container{
  background-image: url("/assets/top/images/concept-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1450px;
  width: calc(100% - 10vw);
  padding-top: 104px;
  padding-bottom: 102px;
}
#about #concept .top-concept-header{
  letter-spacing: 0.05em;
}
#about #concept .top-concept-header .heading{
  font-size: 18px;
}
#about #concept .top-concept-header .link-text{
  font-size: 20px;
}
#about #concept .top-concept-header .link-text::after{
  width: 0.9em;
  height: 0.9em;
}
#about #concept .top-concept-copy{
  margin-top: 91px;
}
#about #concept .top-concept-copy-main{
  font-size: 44px;
  letter-spacing: 0.155em;
  line-height: 1.2;
}
#about #concept .top-concept-copy-sub{
  font-size: 22px;
  margin-top: 8px;
  letter-spacing: 0.3em;
}
#about #concept .txt{
  font-size: 14px;
  margin-top: 65px;
  line-height: 2.571428571428571;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199.98px) {
  #about #concept .l-container{
    max-width: 120.833vw;
    padding-top: 8.667vw;
    padding-bottom: 9.5vw;
  }
  #about #concept .top-concept-header .heading{
    font-size: 1.5vw;
  }
  #about #concept .top-concept-header .link-text{
    font-size: 1.667vw;
  }
  #about #concept .top-concept-copy{
    margin-top: 7.583vw;
  }
  #about #concept .top-concept-copy-main{
    font-size: 3.667vw;
  }
  #about #concept .top-concept-copy-sub{
    font-size: 1.833vw;
    margin-top: 0.667vw;
  }
  #about #concept .txt{
    font-size: 1.167vw;
    margin-top: 5.417vw;
  }
}

@media screen and (max-width: 599.98px) {
  #about #concept{
    margin-top: 0;
    padding: 13vw 0 10.25vw;
  }
  #about #concept .l-container{
    max-width: 100%;
    width: 100%;
    padding-top: 38vw;
    padding-bottom: 37.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    background-size: 200.75vw;
    height: 200.75vw;
  }
  #about #concept .top-concept-header .heading{
    font-size: 3.582vw;
    margin-bottom: -1vw;
  }
  #about #concept .top-concept-header .link-text{
    font-size: 3.98vw;
  }
  #about #concept .top-concept-copy{
    margin-top: 18.5vw;
  }
  #about #concept .top-concept-copy-main{
    font-size: 9.453vw;
  }
  #about #concept .top-concept-copy-sub{
    font-size: 4.975vw;
    margin-top: 6.5vw;
    line-height: 1.75;
  }
  #about #concept .txt{
    font-size: 3.483vw;
    margin-top: 12vw;
  }
}


/* =============================================
#  OKAWA GROUP
============================================= */
#okawa-group .okawa-group-main{
  padding: 102px 0 131px;
}
#okawa-group .okawa-group-main .okawa-group-header{
  letter-spacing: 0.05em;
}
#okawa-group .okawa-group-main .okawa-group-header .heading{
  font-size: 18px;
  margin-bottom: 3px;
}
#okawa-group .okawa-group-main .okawa-group-header .link-text{
  font-size: 20px;
  padding-right: 1.45em;
}
#okawa-group .okawa-group-main .okawa-group-header .link-text::after{
  width: 0.9em;
  height: 0.9em;
  transform: translateY(calc(-43%));
}
#okawa-group .okawa-group-main .companies-list{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 72px;
}
#okawa-group .okawa-group-main .companies-list .company-name{
  font-size: 16px;
  margin-top: 17px;
  letter-spacing: 0.14em;
}
#okawa-group .okawa-group-main .companies-list .txt{
  font-size: 15px;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 600px)  and (max-width: 1419.98px) {
  #okawa-group .okawa-group-main .companies-list .list-item-waowao .txt br{
    display: none;
  }
}
@media screen and (min-width: 600px)  and (max-width: 1319.98px) {
  #okawa-group .okawa-group-main .companies-list .list-item-wao-japan .txt br{
    display: none;
  }
}
@media screen and (min-width: 600px)  and (max-width: 1229.98px) {
  #okawa-group .okawa-group-main .companies-list .list-item-alsys .txt br{
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  #okawa-group .okawa-group-main{
    padding: 8.5vw 0 10.917vw;
  }
  #okawa-group .okawa-group-main .okawa-group-header .heading{
    font-size: 1.5vw;
    margin-bottom: 0.25vw;
  }
  #okawa-group .okawa-group-main .okawa-group-header .link-text{
    font-size: 1.667vw;
  }
  #okawa-group .okawa-group-main .companies-list{
    column-gap: 1.667vw;
    margin-top: 6vw;
  }
  #okawa-group .okawa-group-main .companies-list .company-name{
    font-size: 1.333vw;
    margin-top: 1.417vw;
  }
  #okawa-group .okawa-group-main .companies-list .txt{
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 599.98px) {
  #okawa-group .okawa-group-main{
    padding: 20.5vw 0 25.75vw;
  }
  #okawa-group .okawa-group-main .okawa-group-header .heading{
    font-size: 3.582vw;
    margin-bottom: -0.25vw;
  }
  #okawa-group .okawa-group-main .okawa-group-header .link-text{
    font-size: 3.98vw;
  }
  #okawa-group .okawa-group-main .companies-list{
    flex-wrap: wrap;
    column-gap: 1.667vw;
    row-gap: 14vw;
    width: 79.762vw;
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  #okawa-group .okawa-group-main .companies-list .list-item{
    width: calc(50% - 1.667vw);
  }
  #okawa-group .okawa-group-main .companies-list .list-item:last-child{
    margin-top: -2.25vw;
  }
  #okawa-group .okawa-group-main .companies-list .company-name{
    font-size: 2.985vw;
    margin-top: 2.25vw;
    margin-bottom: -0.5vw;
  }
  #okawa-group .okawa-group-main .companies-list .txt{
    font-size: 2.488vw;
  }
  #okawa-group .okawa-group-main .companies-list .list-item-waowao .txt{
    letter-spacing: 0.1em;
  }
}

/* ---------------------------------------------
	OKAWA GROUP - Footer
--------------------------------------------- */
#okawa-group .okawa-group-footer{
  background-image: url("/assets/top/images/okawa-group-footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 158px;
}
#okawa-group .okawa-group-footer .other-links{
  display: flex;
  justify-content: space-between;
  margin-bottom: 79px;
}
#okawa-group .okawa-group-footer .other-links .link-item{
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: end;
}
#okawa-group .okawa-group-footer .other-links .link-item a{
  padding: 21px 20px 15px;
  width: 100%;
}
#okawa-group .okawa-group-footer .other-links .link-item-icon{
  margin: auto;
  margin-bottom: 12px;
}
#okawa-group .okawa-group-footer .other-links .link-item-icon.icon-greeting{
  width: 37.3934px;
}
#okawa-group .okawa-group-footer .other-links .link-item-icon.icon-logo-concept{
  width: 41.3229px;
  margin-bottom: 14px;
}
#okawa-group .okawa-group-footer .other-links .link-item-icon.icon-group-info{
  width: 41.142px;
}
#okawa-group .okawa-group-footer .other-links .link-item-icon.icon-history{
  width: 27.5153px;
}
#okawa-group .okawa-group-footer .other-links a .link-text{
  font-size: 16px;
  padding-right: 1.6em;
}
#okawa-group .okawa-group-footer .other-links a .link-text::after{
  width: 1.125em;
  height: 1.125em;
  transform: translateY(calc(-46%));
}
#okawa-group .okawa-group-footer .other-links a:hover .link-text{
  text-decoration: underline;
}
#okawa-group .okawa-group-footer .c-top-btn-arrow--outline{
  margin-top: 79px;
}

@media screen and (min-width: 600px) and (max-width: 1359.98px) {
  #okawa-group .okawa-group-footer .other-links .link-item{
    width: 19.118vw;
  }
}
@media screen and (max-width: 1199.98px) {
  #okawa-group .okawa-group-footer{
    padding-top: 10vw;
    padding-bottom: 13.167vw;
  }
  #okawa-group .okawa-group-footer .other-links{
    margin-bottom: 6.583vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item a{
    padding: 1.75vw 1.667vw 1.25vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon{
    margin-bottom: 1vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-greeting{
    width: 3.116vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-logo-concept{
    width: 3.444vw;
    margin-bottom: 1.167vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-group-info{
    width: 3.429vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-history{
    width: 2.293vw;
  }
  #okawa-group .okawa-group-footer .other-links a .link-text{
    font-size: 1.333vw;
  }
  #okawa-group .okawa-group-footer .c-top-btn-arrow--outline{
    margin-top: 6.583vw;
  }
}
@media screen and (max-width: 599.98px) {
  #okawa-group .okawa-group-footer{
    padding-top: 16.75vw;
    padding-bottom: 20vw;
  }
  #okawa-group .okawa-group-footer .other-links{
    flex-direction: column;
    row-gap: 8.75vw;
    margin-bottom: 6.583vw;
    width: 54.725vw;
    margin-left: auto;
    margin-right: auto;
  }
  #okawa-group .okawa-group-footer .other-links .link-item{
    width: 100%;
  }
  #okawa-group .okawa-group-footer .other-links .link-item a{
    padding: 4.5vw 5vw 2.75vw;
    min-height: 25.25vw;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon{
    margin-bottom: 1.5vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-greeting{
    width: 7.871vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-logo-concept{
    width: 8.698vw;
    margin-bottom: 2.5vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-group-info{
    width: 8.66vw;
    margin-bottom: 2vw;
  }
  #okawa-group .okawa-group-footer .other-links .link-item-icon.icon-history{
    width: 5.791vw;
    margin-bottom: 2.5vw;
  }
  #okawa-group .okawa-group-footer .other-links a .link-text{
    font-size: 3.368vw;
  }
  #okawa-group .okawa-group-footer .c-top-btn-arrow--outline{
    margin-top: 17.25vw;
  }
}



/* =============================================
#  OUR SERVICE
============================================= */
#service{
  padding: 158px 0 159px;
}

/* ---------------------------------------------
	OUR SERVICE - Header
--------------------------------------------- */
#service .top-service-header{
  margin-bottom: 72px;
}
#service .top-service-header .heading{
  line-height: 1.2;
}
#service .top-service-header .heading .ja{
  font-size: 18px;
  /* margin-bottom: -6px; */
  letter-spacing: 0.04em;
}
#service .top-service-header .heading .en{
  /* font-size: 100px;
  letter-spacing: -0.01em; */
  width: 632px;
  margin-top: 23px;
}
#service .top-service-header .txt{
  font-size: 15px;
  margin-top: 25px;
  letter-spacing: 0.07em;
}

/* ---------------------------------------------
	OUR SERVICE - Main
--------------------------------------------- */
#service .top-service-main{
  margin-bottom: 79px;
  padding: 78px 0;
  display: flex;
  justify-content: center;
}
/* ---------------------------------------------
	Slider
--------------------------------------------- */
#service .slider-scroll__wrapper{
  overflow: hidden;
  position: relative;
}
#service .slider-scroll__container{
  width: 190%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
#service .slider-scroll__main{
  position: relative;
}
#service .slider-scroll__wrapper::after{
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/top/images/icon-circle-arrow-fill-gray-7d.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#service .slider-scroll__wrapper::before{
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("/assets/top/images/icon-circle-arrow-fill-gray-7d.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}
#service .top-service-main .slider-scroll__list{
  display: flex;
  column-gap: 40px;
}





/* ---------------------------------------------
hover-img
--------------------------------------------- */
#service .top-service-main .hover-img{
  position: relative;
}
#service .top-service-main .hover-img-cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#service .top-service-main .hover-img:hover{
  opacity: 1;
}
#service .top-service-main .hover-img:hover .hover-img-cover{
  opacity: 1;
}

@media screen and (max-width: 1199.98px) {
  #service{
    padding: 13.167vw 0 13.25vw;
  }
  /* ---------------------------------------------
    OUR SERVICE - Header
  --------------------------------------------- */
  #service .top-service-header{
    margin-bottom: 6vw;
  }
  #service .top-service-header .heading .ja{
    font-size: 1.5vw;
    /* margin-bottom: -0.5vw; */
  }
  #service .top-service-header .heading .en{
    width: 52.667vw;
    margin-top: 1.917vw;
  }
  #service .top-service-header .txt{
    font-size: 1.25vw;
    margin-top: 2.083vw;
  }
  /* ---------------------------------------------
    Slider
  --------------------------------------------- */
  #service .slider-scroll__wrapper::after{
    right: 2.5vw;
    width: 5vw;
    height: 5vw;
  }
  #service .slider-scroll__wrapper::before{
    left: 2.5vw;
    width: 5vw;
    height: 5vw;
  }
  #service .top-service-main .slider-scroll__list{
    column-gap: 3.333vw;
  }
}

@media screen and (max-width: 599.98px) {
  #service{
    padding: 21.25vw 0 33.5vw;
  }
  /* ---------------------------------------------
    OUR SERVICE - Header
  --------------------------------------------- */
  #service .top-service-header{
    margin-bottom: 13vw;
  }
  #service .top-service-header .l-container {
    width: calc(100% - 18.375vw);
  }
  #service .top-service-header .heading .ja{
    font-size: 3.582vw;
    margin-bottom: 0.75vw;
  }
  #service .top-service-header .heading .en{
    width: 77.25vw;
    margin-top: 4.25vw;
  }
  #service .top-service-header .txt{
    font-size: 2.985vw;
    margin-top: 4.25vw;
    letter-spacing: 0.05em;
  }
  #service .top-service-main {
    margin-bottom: 17.5vw;
    padding: 19.5vw 0 20vw;
  }
  /* ---------------------------------------------
    Slider
  --------------------------------------------- */
  #service .slider-scroll__container {
    width: calc(100% - 20.25vw);
  }
  #service .slider-scroll__wrapper::after{
    display: none;
  }
  #service .slider-scroll__wrapper::before{
    display: none;
  }
  #service .top-service-main .slider-scroll__list{
    flex-direction: column;
    row-gap: 18.75vw;
  }
}


/* =============================================
#  SUSTAINABILITY
============================================= */
#sustainability{
  padding: 160px 0 160px;
}
#sustainability .top-sustainability-box{
  padding: 68px 81px 79px;
}

/* ---------------------------------------------
	SUSTAINABILITY - Header
--------------------------------------------- */
#sustainability .top-sustainability-header{
  margin-bottom: 63px;
}
#sustainability .top-sustainability-header .heading{
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 11px;
}
#sustainability .top-sustainability-header .link-text{
  font-size: 20px;
}
#sustainability .top-sustainability-header .link-text::after{
  width: 0.9em;
  height: 0.9em;
  transform: translateY(calc(-42%));
}
#sustainability .top-sustainability-header .txt{
  line-height: 2.571428571428571;
  font-size: 14px;
  margin-top: 62px;
  letter-spacing: 0.081em;
}

/* ---------------------------------------------
	SUSTAINABILITY - Main
--------------------------------------------- */
#sustainability .top-sustainability-main .top-sustainability-link-list{
  display: flex;
  justify-content: space-between;
  column-gap: 7.245080500894455%;
}
#sustainability .top-sustainability-main .hover-img{
  position: relative;
}
#sustainability .top-sustainability-main .hover-img .hover-img-cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 78, 162, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#sustainability .top-sustainability-main .hover-img:hover{
  opacity: 1;
}
#sustainability .top-sustainability-main .hover-img:hover .hover-img-cover{
  opacity: 1;
}

#sustainability .top-sustainability-main .link-item .sub-heading{
  font-size: 15px;
  margin-top: 12px;
  letter-spacing: 0.15em;
}
#sustainability .top-sustainability-main .link-item .link-text{
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-right: 1.6em;
  margin-top: 6px;
}
#sustainability .top-sustainability-main .link-item .link-text::after{
  width: 1.0625em;
  height: 1.0625em;
  transform: translateY(calc(-45%));
}

/* ---------------------------------------------
	SUSTAINABILITY - Fotter
--------------------------------------------- */
#sustainability .top-sustainability-footer{
  margin-top: 89px;
}

@media screen and (max-width: 1199.98px) {
  #sustainability{
    padding: 13.333vw 0 13.333vw;
  }
  #sustainability .top-sustainability-box{
    padding: 5.667vw 6.75vw 6.583vw;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Header
  --------------------------------------------- */
  #sustainability .top-sustainability-header{
    margin-bottom: 5.25vw;
  }
  #sustainability .top-sustainability-header .heading{
    font-size: 4.167vw;
    margin-bottom: 0.917vw;
  }
  #sustainability .top-sustainability-header .link-text{
    font-size: 1.667vw;
  }
  #sustainability .top-sustainability-header .txt{
    font-size: 1.167vw;
    margin-top: 5.167vw;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Main
  --------------------------------------------- */
  #sustainability .top-sustainability-main .hover-img .hover-img-cover{
    font-size: 2.5vw;
  }
  #sustainability .top-sustainability-main .link-item .sub-heading{
    font-size: 1.25vw;
    margin-top: 1vw;
  }
  #sustainability .top-sustainability-main .link-item .link-text{
    font-size: 1.333vw;
    margin-top: 0.5vw;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Fotter
  --------------------------------------------- */
  #sustainability .top-sustainability-footer{
    margin-top: 7.417vw;
  }
}
@media screen and (max-width: 599.98px) {
  #sustainability{
    padding: 23vw 0 26.75vw;
  }
  #sustainability > .l-container{
    width: calc(100% - 10vw);
  }
  #sustainability .top-sustainability-box{
    padding: 16.5vw 5vw 7.25vw;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Header
  --------------------------------------------- */
  #sustainability .top-sustainability-header{
    margin-bottom: 8.25vw;
  }
  #sustainability .top-sustainability-header .heading{
    font-size: 9.95vw;
    margin-bottom: 5vw;
  }
  #sustainability .top-sustainability-header .link-text{
    font-size: 3.98vw;
  }
  #sustainability .top-sustainability-header .txt{
    font-size: 2.786vw;
    margin-top: 11.75vw;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Main
  --------------------------------------------- */
  #sustainability .top-sustainability-main{
    width: 86.739469578783151%;
    margin-left: auto;
    margin-right: auto;
  }
  #sustainability .top-sustainability-main .top-sustainability-link-list{
    flex-direction: column;
    row-gap: 10.75vw;
  }
  #sustainability .top-sustainability-main .hover-img .hover-img-cover{
    font-size: 4.5vw;
  }
  #sustainability .top-sustainability-main .link-item .sub-heading{
    font-size: 3.259vw;
    margin-top: 2.25vw;
    margin-bottom: -0.5vw;
  }
  #sustainability .top-sustainability-main .link-item .link-text{
    font-size: 3.476vw;
    margin-top: 0;
  }
  /* ---------------------------------------------
    SUSTAINABILITY - Fotter
  --------------------------------------------- */
  #sustainability .top-sustainability-footer{
    margin-top: 22vw;
  }
  #sustainability .top-sustainability-footer .c-top-btn-arrow--outline{
    width: 100%;
  }
}


/* =============================================
#  Top Components
============================================= */
.c-top-icon-arrow{
  display: inline-block;
  position: relative;
  padding-right: 1.4em;
  line-height: 1;
}
.c-top-icon-arrow::after{
  content: "";
  display: block;
  background-image: url("/assets/common/images/icon-circle-arrow-fill-primary.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  transform: translateY(calc(-50%));
}
.c-top-icon-arrow.c-top-icon-arrow--outline-primary::after{
  background-image: url("/assets/common/images/icon-circle-arrow-outline-primary.svg");
}

/* ---------------------------------------------
	Button - 枠線
--------------------------------------------- */
.c-top-btn-arrow--outline{
  background-image: url("/assets/common/images/icon-circle-arrow-outline-primary.svg");
  background-repeat: no-repeat;
  background-size: 1.222222222222222em;
  background-position: calc(96%) center;
  border: solid 2px #004ea2;
  color: #004ea2;
  width: 482px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.055555555555556em 3.444444444444444em 1.277777777777778em 0.947368421052632em;
}
.c-top-btn-arrow--outline.c-top-btn-arrow--white{
  background-image: url("/assets/common/images/icon-circle-arrow-outline-white.svg");
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  .c-top-btn-arrow--outline{
    border-width: 0.167vw;
    width: 40.167vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 599.98px) {
  .c-top-btn-arrow--outline{
    border-width: 0.398vw;
    width: 80.055vw;
    font-size: 3.582vw;
  }
}



/* =============================================
#  Slider（横スクロール）
============================================= */

/* 読み込み時のチラつき解消 */
.slick-slider{
  display: none;
}
.slick-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/* メイン処理 */
#slick_wrapper {
  overflow: hidden;
}
.slick_content_area{
  padding: 0 40px;
  margin: 0 auto;
}
.slick-list{
  overflow: visible;
}
.slick-prev, .slick-next{
  z-index:100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slider-scroll-item{
  width: 400px;
  margin-left: 19px;
  margin-right: 19px;
}

/* 矢印 */
.slick-prev,
.slick-next {
  all: unset;        /* デフォルトスタイルを全解除 */
  cursor: pointer;   /* クリックカーソルに戻す */
  display: block;    /* サイズ指定に効くように */
  width: 60px;
  height: 60px;
  background: url("/assets/top/images/icon-circle-arrow-fill-gray-7d.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 8px));
  z-index: 10;
  font-size: 0;
  color: transparent;
  transition: opacity 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}

/* 向き調整 */
.slick-prev {
  left: 6px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-next {
  right: -6px;
}

@media screen and (max-width: 1599.98px) {
  .slick_content_area{
    padding: 0 2.5vw;
  }
  .slider-scroll-item{
    width: 25vw;
    margin-left: 1.188vw;
    margin-right: 1.188vw;
  }

  /* 矢印 */
  .slick-prev,
  .slick-next {
    width: 3.75vw;
    height: 3.75vw;
    transform: translateY(calc(-50% + 0.5vw));
    z-index: 10;
  }

  /* 向き調整 */
  .slick-prev {
    left: 0.375vw;
    transform: translateY(-50%) rotate(180deg);
  }
  .slick-next {
    right: -0.375vw;
  }
}


@media screen and (max-width: 599.98px) {
  .slick_content_area {
    padding: 0;
  }
  .slider-scroll-item {
    width: 79.5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-scroll-item + .slider-scroll-item {
    margin-top: 18.75vw;
  }
}

