@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*************************
変数設定
*************************/
.top-mv {
  width: 100%;
  height: 929px;
  background: url(../img/top/mv-bg.png) no-repeat center/cover;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .top-mv .cmn__inner{width: 100vw;}
  .top-mv {
    height: 1112px;
    background-image: url(../img/top/mv-bg_sp_new.jpg);
  }
}
@media screen and (max-width: 750px) {
  /* .top-mv .cmn__inner{width: 90vw;} */
  .top-mv {
    height: 556px;
  }
}

.top-mv__ttl {
  padding-top: 376px;
  color: #fff;
  line-height: 1.46;
}
@media screen and (max-width: 1200px) {
  .top-mv__ttl {
    padding-top: 302px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv__ttl {
    padding-top: 151px;
  }
}


.top-mv__ttl--en {
  margin-left: -10px;;
  padding-left: 10px;
  display: block;
  font-size: 5.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .top-mv__ttl--en {
    margin-left: 50px;;
    font-size: 5rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 750px) {
  .top-mv__ttl--en {
   
    font-size: 2.5rem;
  }
}


.top-mv__ttl--jp {
  margin-left: -10px;;
  padding-left: 10px;
  padding-bottom: 15px;;
  display: block;
  font-size: 3.7rem;
  font-weight: bold;
  cursor:pointer;
}

@media screen and (max-width: 1200px) {
  .top-mv__ttl--jp {font-size: 4.2rem;margin-left: 50px;;}
}

@media screen and (max-width: 750px) {
  .top-mv__ttl--jp {font-size: 2.1rem;}
}




.top-mv__para {
  margin-top: 47px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .top-mv__para {
    margin-top: 350px;margin-left: 50px;;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .top-mv__para {
    margin-top: 175px;
    font-size: 1.6rem;
  }
}


/* 20240724 */
@media screen and (max-width: 430px) {
  .top-mv {
    background-size:100% auto;
    background-position: center center;
    height: auto;
    padding-bottom: 20px;
    /* background-image: url(../img/top/mv-bg_sp_2.jpg); */
  }
  .top-mv__ttl {padding-top: 60px;display: flex;flex-direction: column-reverse;}
  .top-mv__ttl--jp{font-size: 6.3vw;  font-weight: 700; margin-top: 90px;padding-bottom: 10px;}





  .top-mv__ttl--en{ font-size: 4vw;margin:00px 0 50px 0;text-align: center; font-weight: normal;}
  .top-mv__ttl--jp, .top-mv__ttl--en {margin-left: 10px;}
  .top-mv__para {margin-top: 70px;margin-left: 30px;; font-size: 4vw;;}

.top-mv__ttl--en {display: flex;align-items: center;padding: 0;width: 80%;margin: 0 auto;}
.top-mv__ttl--en:before,.top-mv__ttl--en:after {content: "";height: 1px;width: 20px;flex-grow: 1;background-color: #fff;}
.top-mv__ttl--en:before {margin-right: 10px;}
.top-mv__ttl--en:after {margin-left: 10px;}
.top-mv__ttl .oswald {  font-family: "Noto Sans JP", sans-serif;}
}
/* 20240724 */




.top-mv__btn-list {
  position: absolute;
  right: 11.5625vw;
  bottom: 1.875vw;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
}
.tunji .top-mv__btn-list{display: none;}
@media screen and (min-width: 1920px) {
  .top-mv__btn-list {
    right: 222px;
    bottom: 36px;
    gap: 36px;
  }
}
@media screen and (max-width: 1200px) {

.tunji .top-mv__btn-list {
    display: flex;

    flex-direction: row;
    justify-content: space-around;
    position: static;
    /* margin-top: 92px; */

    /* padding: 140px 0 40px 0; */
    padding: 30px 0px;
    align-items: flex-start;
    width: 100%;

    /* bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); gap: 60px; */
    background: rgba(0, 123, 187, 0.15);
    gap: 0;
  }
  .top-mv .top-mv__btn-list{display: none;}
}

@media screen and (max-width: 600px) {
  .tunji .top-mv__btn-list{display: none;}
}




@media screen and (max-width: 750px) {
  .top-mv__btn-list {display: none;
    padding: 20px 0 47px;
    gap: 30px;
  }
}



.top-mv__btn {
  width: 20.8333333333vw;
  height: 10.625vw;
  border-radius: 5.3125vw;
  background: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn {
    width: 400px;
    height: 204px;
    border-radius: 102px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn {
    max-width: 100%;
    width: 660px;
    height: 336px;
    border-radius: 168px;
  }
}
/*  20240724*/
@media screen and (max-width: 1200px) {
  .top-mv__btn {
    max-width: 45%;
    width: 660px;
    height: 150px;
    border-radius: 168px;
  }
}



@media screen and (max-width: 750px) {
  .top-mv__btn {
    width: 330px;
    height: 168px;
    border-radius: 84px;
  }
}
.top-mv__btn:hover {
  opacity: 0.8;
}
.top-mv__btn-link {
  padding: 0 2.2916666667vw 0 0.78125vw;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-link {
    padding: 0 44px 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-link {
    padding: 22px 94px 24px 20px;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-link {
    padding: 22px 0px 22px 22px;
  }
}

@media screen and (max-width: 750px) {
  .top-mv__btn-link {
    padding: 11px 40px 12px 10px;
  }
}
.top-mv__btn-img {
  width: 9.375vw;
  height: 9.3229166667vw;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-img {
    width: 180px;
    height: 179px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-img {
    width: 298px;
    height: 294px;
  }
}
/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-img {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 750px) {
  .top-mv__btn-img {
    width: 149px;
    height: 147px;
  }
}
.top-mv__btn-img img {
  object-fit: contain;
}
.top-mv__btn-txt {
  margin-left: 0.9895833333vw;
  color: #007BBB;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-txt {
    margin-left: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-txt {
    margin-left: 36.4px;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-txt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .top-mv__btn-txt {
    margin-left: 18.2px;
  }
}
.top-mv__btn-ttl--en {
  font-size: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-ttl--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-ttl--en {
    font-size: 6.6rem;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-ttl--en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .top-mv__btn-ttl--en {
    font-size: 3.3rem;
  }
}
.top-mv__btn-ttl--jp {
  display: block;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-ttl--jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-ttl--jp {
    font-size: 3rem;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-ttl--jp {
    font-size: 2rem;
  }
}

@media screen and (max-width: 750px) {
  .top-mv__btn-ttl--jp {
    font-size: 1.5rem;
  }
}
.top-mv__btn-lead {
  margin-top: 0.6041666667vw;
  display: flex;
  align-items: center;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-lead {
    margin-top: 11.6px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-lead {
    margin-top: 25px;
    font-size: 3rem;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-mv__btn-lead {
    margin-top: 5px;
    font-size: 2rem;white-space:nowrap;
  }
}

@media screen and (max-width: 750px) {
  .top-mv__btn-lead {
    margin-top: 12.5px;
    font-size: 1.5rem;
  }
}
.top-mv__btn-lead span {
  width: 0.984375vw;
  height: 0.6390625vw;
  transform: translateY(2.5px);
}
@media screen and (min-width: 1920px) {
  .top-mv__btn-lead span {
    width: 18.9px;
    height: 12.27px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv__btn-lead span {
    margin-left: 34.4px;
    width: 21.18px;
    height: 20.24px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv__btn-lead span {
    margin-left: 17.2px;
    width: 18.9px;
    height: 12.27px;
  }
}
.top-mv__btn-lead span img {
  object-fit: contain;
}

.top-business {
  padding: 00px 0 137px;
  background: url(../img/top/business-bg.svg) no-repeat top -200px center/contain;
}

.top-support{
  padding: 50px 0 0px;
  }




@media screen and (max-width: 430px) {

  
  .top-business .cmn__inner{width: 95%;}

  .top-support .cmn__inner{width: 95%;}

.top-support{
  padding: 20px 0 0px;
  }




}


@media screen and (max-width: 430px) {
  
/* topのバナーを一番上に移動するためのCSS */
  .top-support{margin-top: 30px;  padding: 50px 0 0px;}
  .top-mv__ttl {padding-top: 80px;}
  .top-mv__ttl--jp{;margin-top: 30px;}
  .top_irekae{display: flex;flex-direction: column;}
  .top-mv{order: 2;}
  .top-support{order: 1;}
 .header{ background-color: #007bbb;}
 .header.white_back{ background-color: #fff;}
}








@media screen and (max-width: 1200px) {
  .top-business {
    margin-top: 867px;
    padding: 166px 0 320px;
  }
}
/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-business::nth-of-type(1){
    margin-top: 0px;
    padding: 40px 0 0px;
  }
  .top-business::nth-of-type(1) {
    margin-top: 0px;
    padding: 40px 0 320px;
  }


}

@media screen and (max-width: 750px) {
  .top-business {
    margin-top: 20px;
    padding: 0 0 50px 0px;
  }
}
.top-business__bnr {
  margin-bottom: 200px;
}
.top-business__bnr:last-child {
  margin-bottom: 100px;
}


@media screen and (max-width: 750px) {
  .top-business__bnr {
    margin-bottom: 40px;
  }
}
.top-business__bnr-link {
  transition: opacity 0.3s;
  display: block;
}
.top-business__bnr-link:hover {
  opacity: 0.6;
}
.top-business__bnr-link + .top-business__bnr-link {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .top-business__bnr-link + .top-business__bnr-link {
    margin-top: 40px;
  }
}


@media screen and (max-width: 430px) {
  .top-business__bnr-link + .top-business__bnr-link {
    margin-top: 20px;
  }

.top-business__bnr:last-child {
  margin-bottom: 30px;
}


}
.top-business__para {
  margin-top: 43px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-business__para {
    margin-top: 72px;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .top-business__para {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}
.top-business__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  gap: 64px 20px;
}
@media screen and (max-width: 1200px) {
  .top-business__list {
    margin-top: 122px;
    display: grid;text-align: center;
    grid-template-columns: repeat(3, 1fr);
    /*flex-direction: column;*/
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-business__list {
    margin-top: 61px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 430px) {
  .top-business__list {
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}





.top-business__item {
  max-width: 375px;
  /* transition: all 0.3s ease-out; */
}
@media screen and (max-width: 1200px) {
  .top-business__item {
    max-width: none;
    width: 100%;
  }
}
.top-business__item:hover {
  opacity: 0.8;
}
.top-business__item-ttl {
  height: 60px;
  background: #007BBB;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .top-business__item-ttl {
    height: auto;
    font-size: 3rem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 750px) {
  .top-business__item-ttl {
    height: auto;padding: 3px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .top-business__item-ttl {font-weight: normal;font-size: 1.5rem;  }
}

@media screen and (max-width: 430px) {
  .top-business__item-img {height: 100px;object-fit: cover;}
}


.top-business__btn {
  margin-top: 64px;
}
@media screen and (max-width: 1200px) {
  .top-business__btn {
    margin-top: 186px;
  }
}
@media screen and (max-width: 750px) {
  .top-business__btn {
    margin-top: 93px;
  }
}


@media screen and (max-width: 750px) {
  .top-business__btn {
    margin-top: 20px;
  }
}




.top-company {
  padding: 78px 0 61.3px;
  position: relative;
}





.top-company__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  filter: brightness(70%);
}
.top-company__bg_new {
  width: 100%;
  height: 929px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  /* filter: brightness(70%); */
}



@media screen and (max-width: 1200px) {
  .top-company__bg_new {
    height: 1112px;
  }
}
@media screen and (max-width: 750px) {
  .top-company__bg_new {
    height: 556px;  filter: brightness(20%);
  }
}
@media screen and (max-width: 430px) {
  .top-company__bg_new {

    height: auto;
    padding-bottom: 10px;
  }
}


.top-company__ttl {
  margin-top: 36.3px;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .top-company__ttl {
    margin-top: 82.6px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .top-company__ttl {
    margin-top: 41.3px;
    font-size: 4rem;
  }
}




.top-company__para {
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-company__para {
    margin-top: 40px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .top-company__para {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}



.top-company__para:first-of-type {
  margin-top: 48.3px;
}
.top-company__para + .top-company__para {
  margin-top: 46.7px;
}
@media screen and (max-width: 1200px) {
  .top-company__para + .top-company__para {
    margin-top: 71.4px;
    font-size: 2.8rem;
    line-height: 1.86;
  }
}
@media screen and (max-width: 750px) {
  .top-company__para + .top-company__para {
    margin-top: 35.7px;
    font-size: 1.4rem;
  }
}





#top-company .cmn__inner{text-align: center;}
.top-company__lead {
  /* display:inline-block; */
  padding: 10px 50px;
  margin-top: 61.3px;
  font-size: 5.1rem;
  color: #fff;
  /* letter-spacing: 0.04em; */
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-company__lead {
    margin-top: 90px;
    font-size: 4.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .top-company__lead {
    margin-top: 45px;
    font-size: 3.6rem;
  }
}

.top-company__para li span::after, .top-company__para dd span::after{content: "／";}

.top-company__logo {
  margin: 93.5px auto 0;
  max-width: 480px;
}
@media screen and (max-width: 1200px) {
  .top-company__logo {
    max-width: 100%;
  }
}

/* 20240724 */
@media screen and (max-width: 430px) {
  .top-company {padding: 10px 0 20px;}
  .top-company .cmn__inner{width: 90%;}
  .top-company__ttl {margin-top: 10px; margin-bottom: 40px;;}
  .top-company__para {padding:0 ;padding-bottom: 1em;text-align: left;line-height: 1.4em;}
 
  .top-company__para li,.top-company__para dd{display: flex;align-items: flex-start;padding-bottom: 0.5em;;line-height: 1.3em;text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);}
  .top-company__para li span, .top-company__para dd span{flex-shrink: 0;background:rgba(255, 255, 255, 0.8);color: #000;margin-top: 3px;margin-right: 1em;padding: 0 5px;font-size: 80%;align-self: flex-start;text-shadow:none}
  .top-company__para dd span{width: 5.5em; text-align: center;}
  .top-company__para li span::after, .top-company__para dd span::after{content:""}
  .top-company__para dt{font-size: 140%;text-align: center; background:rgba(255, 255, 255, 0.8);color: #000;list-style: 0;padding: 0;margin-bottom: 1em;}
  .top-company__para dt b{font-size: 110%;font-weight: normal;}
  .top-company__para + .top-company__para {margin-top: 15px;  }
  .top-company__lead{font-size:2.8rem; ;padding: 0; margin-top: 30px;;letter-spacing: 0;}
  .top-company dl + .top-company__para{margin-top: 20px;;border-top: 1px dotted #999;border-bottom: 1px dotted #999;padding-top: 20px;;}
  .top-company__logo{margin: 40px 0 20px;}
}




.top-about {
  padding: 152px 0 128px;
  background: url(../img/top/about-bg.svg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .top-about {
    padding: 320px 0 236px;
    background: url(../img/top/about-bg_sp.svg) no-repeat top center/contain;
  }
}
@media screen and (max-width: 750px) {
    .top-about {padding: 160px 0 118px;}
}

@media screen and (max-width: 750px) {
    .top-about {padding: 50px 0 50px;}
}


.top-about__lead {
  margin-top: 33px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .top-about__lead {
    margin-top: 72px;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .top-about__lead {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__lead {
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    margin-top: 36px;
    font-size: 2rem;
  }
}



.top-about__list {
  margin-top: 55px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .top-about__list {
    margin-top: 90px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .top-about__list {
    margin-top: 45px;
  }
}

@media screen and (max-width: 430px) {
  .top-about__list {display: none;    margin-top: 45px; }
}


.top-about__item {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .top-about__item {
    width: 50%;
  }
}
.top-about__para {
  margin-top: 59px;
  line-height: 1.88;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-about__para {
    margin-top: 60px;
    font-size: 3.2rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .top-about__para {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__para {text-align: left;
    margin-top: 10px;
  }
  .top-about__para br{display: none;}
}



.top-about__btn {
  margin-top: 37px;
}
@media screen and (max-width: 1200px) {
  .top-about__btn {
    margin-top: 114px;
  }
}
@media screen and (max-width: 750px) {
  .top-about__btn {
    margin-top: 57px;
  }
}

@media screen and (max-width: 430px) {
  .top-about__btn {
    margin-top: 30px;
  }
}




.top-works {
  padding: 185px 0 132px;
  background: url(../img/top/works-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .top-works {
    padding: 248px 0 188px;
    background-image: url(../img/top/works-bg_sp.jpg);
  }
}
@media screen and (max-width: 750px) {
  .top-works {
    padding: 124px 0 94px;
  }
}




.top-works__lead {
  margin-top: 58px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-works__lead {
    margin-top: 72px;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .top-works__lead {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}
.top-works__list {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 59px 72px;
}
@media screen and (max-width: 1200px) {
  .top-works__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 262px;
  }
}
@media screen and (max-width: 750px) {
  .top-works__list {
    gap: 131px;
  }
}
.top-works__item-link {
  display: flex;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .top-works__item-link {
    flex-direction: column;
  }
}
.top-works__item-img {
  width: 288px;
}
@media screen and (max-width: 1200px) {
  .top-works__item-img {
    width: 100%;
    max-height: 606px;
  }
}
@media screen and (max-width: 750px) {
  .top-works__item-img {
    max-width: 303px;
  }
}
.top-works__item-txt {
  padding: 25px 18px;
  flex: 1;
  background: #e8e5e5;
}
@media screen and (max-width: 1200px) {
  .top-works__item-txt {
    padding: 20px 0 24px;
    width: 100%;
    text-align: center;
  }
}
.top-works__item-time {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .top-works__item-time {
    font-size: 3.2rem;
    text-wrap: 400px;
  }
}
@media screen and (max-width: 750px) {
  .top-works__item-time {
    font-size: 1.6rem;
  }
}
.top-works__item-ttl {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 1200px) {
  .top-works__item-ttl {
    margin-top: 0;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  .top-works__item-ttl {
    font-size: 1.6rem;
  }
}
.top-works__nodata {
  margin-top: 58px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.top-works__nodata-ch {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-works__btn {
  margin-top: 83px;
}
@media screen and (max-width: 1200px) {
  .top-works__btn {
    margin-top: 246px;
  }
}
@media screen and (max-width: 750px) {
  .top-works__btn {
    margin-top: 123px;
  }
}






.top-news {
  padding: 93px 0 94px;
  background: rgba(0, 176, 240, 0.05);
}
.top-news__list {
  margin-top: 140px;
}

/* 20240724 */
@media screen and (max-width: 430px) {
  .top-works {padding: 20px 0 20px;}
  .top-works__btn {margin-top: 23px;}
  .top-news {padding: 25px 0 25px  }
  .top-news__list {    margin-top: 40px;  }
}
/* 20240724 */

.top-news__item {
  padding: 37.5px 0 7.5px;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease-out;
}
.top-news__item:hover {
  opacity: 0.6;
}
.top-news__item:first-of-type {
  padding-top: 0;
}
.top-news__item-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top-news__item-link {
    flex-direction: column;
  }
}
.top-news__item-row {
  display: contents;
}
@media screen and (max-width: 1200px) {
  .top-news__item-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__item-time {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .top-news__item-time {
    font-size: 1.4rem;
  }
}
.top-news__item-cat {
  margin-left: 26px;
  width: 122.8px;
  height: 31px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
}
@media screen and (max-width: 1200px) {
  .top-news__item-cat {
    width: 245.6px;
    height: 62px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .top-news__item-cat {
    width: 122.8px;
    height: 31px;
    font-size: 1.6rem;
  }
}
.top-news__item-ttl {
  margin-left: 33.8px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top-news__item-ttl {
    margin-left: 0;
    margin-top: 39px;
    width: 100%;
    font-size: 3.2rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .top-news__item-ttl {
    margin-top: 18.5px;
    font-size: 1.6rem;
  }
}
.top-news__item-ttl::after {
  content: "";
  display: block;
  margin-right: 4.2px;
  width: 17.68px;
  height: 11.47px;
  background: url(../img/top/news-arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .top-news__item-ttl::after {
    margin-right: 0;
    margin-top: 25.2px;
    margin-bottom: 15.4px;
    width: 35.36px;
    height: 22.94px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .top-news__item-ttl::after {
    margin-top: 12.6px;
    margin-bottom: 7.7px;
    width: 17.68px;
    height: 11.47px;
  }
}
.top-news__btn {
  margin-top: 97px;
}
@media screen and (max-width: 1200px) {
  .top-news__btn {
    margin-top: 146px;
  }
}
@media screen and (max-width: 750px) {
  .top-news__btn {
    margin-top: 73px;
  }
}

.top-recruit {
  padding: 156px 0 159px;
}
@media screen and (max-width: 1200px) {
  .top-recruit {
    padding: 244px 0 240px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit {
    padding: 122px 0 120px;
  }
}
.top-recruit__row {
  margin-top: 66px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .top-recruit__row {
    margin-top: 92px;
    padding: 46px 38px 74.2px 36px;
    flex-direction: column;
    background: linear-gradient(180deg, #007BBB, #00B0F0);
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__row {
    padding: 23px 18px 37.1px 18px;
    margin-top: 46px;
  }
}
.top-recruit__img {
  width: 582px;
}
@media screen and (max-width: 1200px) {
  .top-recruit__img {
    width: 100%;
  }
}



.top-recruit__txt {
  background: linear-gradient(180deg, #007BBB, #00B0F0);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top-recruit__txt {
    background: initial;
  }
}

.top-recruit__lead {
  margin-top: 116px;
  margin-left: 48px;
  font-size: 4rem;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .top-recruit__lead {
    margin-left: 0;
    margin-top: 62px;
    font-size: 6rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__lead {
    margin-top: 31px;
    font-size: 3rem;
  }
}


.top-recruit__para {
  margin-top: 64px;
  margin-left: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .top-recruit__para {
    margin-left: 0;
    margin-top: 62px;
    font-size: 2.8rem;
    letter-spacing: 0.5em;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__para {
    margin-top: 31px;
    font-size: 1.4rem;
  }
}

.top-recruit__btn {
  margin-top: 64px;
  margin-left: 28px;
}
@media screen and (max-width: 1200px) {
  .top-recruit__btn {
    margin-top: 94px;
  }
}
@media screen and (max-width: 750px) {
  .top-recruit__btn {
    margin-top: 47px;
  }
}

/* 20240724 */
@media screen and (max-width: 1200px) {
  .top-recruit .cmn__inner{width: 95%;;}
  .top-recruit__row{display: flex; flex-direction: row;padding: 20px;;}
  .top-recruit__img {width: 40%;   flex-shrink: 0;margin-right: 20px;;}
  .top-recruit__txt{overflow: hidden;white-space: normal;}
  .top-recruit__lead {display: inline;white-space: normal;}
  .top-recruit__para {font-size: 18px;white-space: normal;text-align: left;}
  .top-recruit__btn .btn{max-width: 100%;;}
}
@media screen and (max-width: 600px) {
  .top-recruit .cmn__inner{width: 100%;;}
  .top-recruit__row{display: flex; flex-direction: column;padding: 0 0px;; margin-top: 2px;    background:none; }
  .top-recruit__img {display: none;}
  .top-recruit__txt{text-align: center; color: #000;width: 100%;margin-top: 20px;}
  .top-recruit__lead {font-size: 6.2vw;padding: 0;margin: 0;display:inline-block;letter-spacing: 0;text-align: center;}
  .top-recruit__para {font-size: 18px;white-space: normal;text-align: center;padding: 0 10px;}
  .top-recruit__btn .btn{max-width: 200px;;background: #007BBB; color: #fff;}
}
/* 20240724 */





.top-business__item{
  opacity: 0;
}

.fadeUp{animation-name:fadeUpAnime;animation-duration:0.5s;animation-fill-mode:forwards;opacity: 0;}
@keyframes fadeUpAnime{
  from {opacity: 0;transform: translateY(100px);}
  to {opacity: 1;transform: translateY(0);}
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02{animation-delay: 0.2s;}
.delay-time04{animation-delay: 0.4s;}
.delay-time06{animation-delay: 0.6s;}
.delay-time08{animation-delay: 0.8s;}
.delay-time010{animation-delay: 1.0s;}

@media screen and (max-width: 430px) {
    .delay-time02{animation-delay: 0.1s;}
    .delay-time04{animation-delay: 0.2s;}
    .delay-time06{animation-delay: 0.3s;}
    .delay-time08{animation-delay: 0.4s;}
    .delay-time010{animation-delay: 0.5s;}
}




.underlined-text {position: relative; display: inline-block;  font-size: 24px;}

.underlined-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff9;
  transform: scaleX(0);
  transform-origin: bottom left;
  animation: underlineDelay 0.5s 1 0.5s ease-in-out forwards; 
}

@keyframes underlineDelay {
  0% {transform: scaleX(0);}
  50% {transform: scaleX(1);}
  60% {transform: scaleX(1);}
  100% {transform: scaleX(-1);}
}


.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
 