@charset "UTF-8";
/* -------------------------------------------------------
   index
------------------------------------------------------- */
/* -------------------------------------------------------
   変数 ,mixinの先読み
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
.top {
  width: 100%;
  max-width: 1920px;
}
.top #firstView {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/974;
  overflow: hidden;
}
.top #firstView .pc {
  display: block;
  width: 100vw;
}
.top #firstView .pc .theme {
  position: absolute;
  top: 10%;
  left: 10%;
  color: #FFF;
  white-space: pre-line;
}
@media screen and (max-width: 1500px) {
  .top #firstView .pc .theme {
    top: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .top #firstView .pc .theme {
    top: 13%;
  }
}
.top #firstView .pc .theme .titleImg {
  width: 523px;
}
@media screen and (max-width: 1500px) {
  .top #firstView .pc .theme .titleImg {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .top #firstView .pc .theme .titleImg {
    width: 310px;
  }
}
@media screen and (max-width: 1000px) {
  .top #firstView .pc .theme .titleImg {
    width: 250px;
  }
}
.top #firstView .pc .theme .titleImg img {
  width: 100%;
}
.top #firstView .pc .theme .title {
  font: italic normal bold 100px/100px "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
}
@media screen and (max-width: 1500px) {
  .top #firstView .pc .theme .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.top #firstView .pc .theme .description {
  font: normal normal normal 28px/40px "Noto Sans JP", sans-serif;
  letter-spacing: 8.4px;
}
@media screen and (max-width: 1500px) {
  .top #firstView .pc .theme .description {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .top #firstView .pc .theme .description {
    font-size: 18px;
    line-height: 26px;
  }
}
.top #firstView .sp {
  display: none;
}
.top #firstView .sp .theme {
  position: absolute;
  top: 30vw;
  left: 40px;
  width: 90vw;
  height: 332px;
  color: #FFF;
  white-space: pre-line;
  z-index: 0;
}
@media screen and (max-width: 430px) {
  .top #firstView .sp .theme {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top #firstView .sp .theme .titleImg {
    width: 80%;
  }
}
.top #firstView .sp .theme .titleImg img {
  width: 100%;
}
.top #firstView .sp .theme .title {
  font: italic normal bold 80px/80px "Noto Sans JP", sans-serif;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 430px) {
  .top #firstView .sp .theme .title {
    font: italic normal bold 60px/60px "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 360px) {
  .top #firstView .sp .theme .title {
    top: 20vw;
    font-size: 40px;
    line-height: 40px;
  }
}
.top #firstView .sp .theme .description {
  font: normal normal normal 22px/32px "Noto Sans JP", sans-serif;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 550px) {
  .top #firstView .sp .theme .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .top #firstView .sp .theme .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .top #firstView .sp .theme .description {
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top #firstView {
    height: 139vw;
  }
  .top #firstView .pc {
    display: none;
  }
  .top #firstView .sp {
    display: block;
  }
}
.top #firstView .toptrans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top #firstView .toptrans {
    width: 100%;
    aspect-ratio: 430/600;
  }
}
.top #firstView .toptrans.active {
  opacity: 1;
}
.top .news {
  width: 90%;
  max-width: 1240px;
  margin: -3em auto 0;
  background-color: #fff;
  border: 3px solid #11A197;
}
.top .news__item {
  width: 100%;
}
.top .news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.top .news__item_date {
  color: #fff;
  background-color: #11A197;
  padding: 0.5em 1em;
  width: 30%;
  max-width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .news__item_text {
  position: relative;
  padding-right: 30px;
  margin: 0.5em 0 0.5em 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .top .news__item_text {
    padding-right: 50px;
  }
}
.top .news__item_text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-image: url(../../../asset/img/news-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .top .news__item_text::after {
    right: 20px;
  }
}
.top .header-bg {
  position: sticky;
  width: 100%;
  height: 200px;
  background-color: #FFF;
}
.top .company {
  margin-top: 100px;
  background-image: url("../img/top/bg-company.png");
  background-repeat: no-repeat;
  background-position: top 0 right -280px;
  background-size: 70%;
}
@media screen and (max-width: 1000px) {
  .top .company {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top .company {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-top: 37px;
    background-position: top 55% right -10px;
    background-size: contain;
  }
}
@media screen and (max-width: 550px) {
  .top .company {
    background-position: top 45% right -10px;
  }
}
.top .company .col-1 {
  width: 50%;
  height: 852px;
  margin-right: 78px;
}
@media screen and (max-width: 1500px) {
  .top .company .col-1 {
    height: auto;
    margin-right: 30px;
  }
}
.top .company .col-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 1500px) {
  .top .company .col-1 img {
    padding-top: 30px;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
@media screen and (max-width: 768px) {
  .top .company .col-1 {
    width: 100%;
    height: auto;
  }
}
.top .company .card-1 {
  padding-top: 7.812%;
}
@media screen and (max-width: 1500px) {
  .top .company .card-1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top .company .card-1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .company .card-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .top .company .card-1 .title {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top .company .card-1 .detail {
    margin-top: 10px;
  }
}
.top .company .col-2 {
  width: 30%;
  height: 412px;
}
@media screen and (max-width: 1500px) {
  .top .company .col-2 {
    width: 45%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .top .company .col-2 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .top .company .col-2 {
    width: 100%;
    height: auto;
  }
}
.top .company .col-2 .notTextDecorate {
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .top .company .col-2 .c-button {
    margin-top: 30px;
  }
}
.top .service {
  margin-top: 84px;
  background-color: #F8FFFF;
  background-image: url("../img/top/bg-service.png");
  background-repeat: no-repeat;
  background-position: top 60px left -23px;
  background-size: 50%;
}
@media screen and (max-width: 1000px) {
  .top .service {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .service {
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 15px 20px;
    margin-top: 13px;
    background-position: top 89vw left -20px;
    background-size: 120% auto;
  }
}
.top .service .col-1 {
  width: 50%;
  height: 852px;
}
.top .service .col-1 img {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
@media screen and (max-width: 1500px) {
  .top .service .col-1 img {
    -o-object-position: 0 10%;
       object-position: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .top .service .col-1 img {
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  .top .service .col-1 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .service .col-1 {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.top .service .col-2 {
  width: 40%;
  height: 412px;
  padding-top: 190px;
  margin-right: 78px;
  margin-left: 278px;
}
@media screen and (max-width: 1500px) {
  .top .service .col-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    margin-right: 40px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .top .service .col-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .service .col-2 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 430px) {
  .top .service .col-2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .top .service .col-2 .title {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top .service .col-2 .detail {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top .service .col-2 .c-button {
    margin-top: 30px;
  }
}
.top .product {
  background-image: url("../img/top/bg-product.png");
  background-repeat: no-repeat;
  background-position: top 100px left 50%;
  background-size: 50%;
}
@media screen and (max-width: 1500px) {
  .top .product {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .top .product {
    margin-top: 0;
    background-position: 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 550px) {
  .top .product {
    background-position: 0 0;
  }
}
.top .product .subject {
  top: 165px;
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 5px;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1000px) {
  .top .product .subject {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top .product .subject {
    position: static;
    margin-top: 50px;
  }
}
.top .product .productSale {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
}
@media screen and (max-width: 1000px) {
  .top .product .productSale {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top .product .productSale {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 15px 20px;
  }
}
.top .product .productSale .col-1,
.top .product .productSale .col-2 {
  width: 45%;
  aspect-ratio: 802/541;
  margin-right: 31px;
  overflow: hidden;
  border-radius: 20px;
}
.top .product .productSale .col-1 img,
.top .product .productSale .col-2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .top .product .productSale .col-1,
  .top .product .productSale .col-2 {
    width: 48%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .product .productSale .col-1,
  .top .product .productSale .col-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 802/541;
    margin: 0;
  }
}
.top .product .productSale .col-1 .show,
.top .product .productSale .col-2 .show {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.top .product .productSale .col-1:hover .cover,
.top .product .productSale .col-2:hover .cover {
  opacity: 0;
}
.top .product .productSale .col-1:hover .show,
.top .product .productSale .col-2:hover .show {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.top .product .productSale .col-1 .menuText,
.top .product .productSale .col-2 .menuText {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
}
.top .product .productSale .col-1 .menuText .title,
.top .product .productSale .col-2 .menuText .title {
  font: normal normal normal 32px/43px "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: left;
  letter-spacing: 4.48px;
}
@media screen and (max-width: 1200px) {
  .top .product .productSale .col-1 .menuText .title,
  .top .product .productSale .col-2 .menuText .title {
    font-size: 24px;
  }
}
.top .product .productSale .col-1 .menuText .icon,
.top .product .productSale .col-2 .menuText .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 1200px) {
  .top .product .productSale .col-1 .menuText .icon,
  .top .product .productSale .col-2 .menuText .icon {
    right: -10px;
    width: 40px;
    height: 40px;
  }
}
.top .product .productSale .col-1 .menuText .icon img,
.top .product .productSale .col-2 .menuText .icon img {
  width: 100%;
}
.top .product .productSale .col-1 .menuText .items,
.top .product .productSale .col-2 .menuText .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 17px;
}
.top .product .productSale .col-1 .menuText .items span,
.top .product .productSale .col-2 .menuText .items span {
  padding: 0 12px;
  margin: 5px 3px;
  font: normal normal normal 16px/25px "Noto Sans JP", sans-serif;
  letter-spacing: 0.64px;
  background-color: #FFF;
  border-radius: 13px;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .top .product .productSale .col-1 .menuText .items span,
  .top .product .productSale .col-2 .menuText .items span {
    font-size: 13px;
  }
}
.top .product .productSale .col-1 .menuText .items.items-oversea,
.top .product .productSale .col-2 .menuText .items.items-oversea {
  width: 85%;
}
@media screen and (max-width: 1000px) {
  .top .product .productSale .col-1 .menuText .items.items-oversea,
  .top .product .productSale .col-2 .menuText .items.items-oversea {
    width: 95%;
  }
}
.top .product .productSale .col-1 .menuText .items.items-domestic,
.top .product .productSale .col-2 .menuText .items.items-domestic {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .top .product .productSale .col-1 .menuText,
  .top .product .productSale .col-2 .menuText {
    bottom: 5%;
    left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top .product .productSale .col-2 {
    margin-top: 20px;
  }
}
.top .recruit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 651px;
  margin-top: 123px;
  margin-bottom: 165px;
  background-color: #1E2433;
  background-image: url("../img/top/bg-recruit.png");
  background-repeat: no-repeat;
  background-position: top 50px right -131px;
  background-size: 50%;
}
@media screen and (max-width: 1200px) {
  .top .recruit {
    height: 500px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 15px 10px;
    margin-top: 5px;
    margin-bottom: 40px;
    background-position: top 10px left 0;
    background-size: 90% auto;
  }
}
.top .recruit .col-1 {
  width: 690px;
  min-width: 652px;
  height: 412px;
  padding-left: 90px;
}
@media screen and (max-width: 1700px) {
  .top .recruit .col-1 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .top .recruit .col-1 {
    min-width: unset;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-1 {
    width: 100%;
    height: auto;
    padding-top: 80px;
    margin: 0;
  }
}
.top .recruit .col-1 .subject {
  margin-top: 125px;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 8px;
}
@media screen and (max-width: 1500px) {
  .top .recruit .col-1 .subject {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .top .recruit .col-1 .subject {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-1 .subject {
    margin-top: 0;
    font: normal normal bold 18px/56px "Noto Sans JP", sans-serif;
    letter-spacing: 1.44px;
  }
}
.top .recruit .col-1 .title {
  margin-top: 25px;
  font: normal normal normal 40px/56px "Noto Sans JP", sans-serif;
  letter-spacing: 3.2px;
  white-space: pre-line;
}
@media screen and (max-width: 1500px) {
  .top .recruit .col-1 .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .top .recruit .col-1 .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-1 .title {
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.top .recruit .col-1 .detail {
  margin-top: 30px;
  white-space: pre-line;
}
@media screen and (max-width: 1200px) {
  .top .recruit .col-1 .detail {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-1 .detail {
    font: normal normal normal 15px/24px "Noto Sans JP", sans-serif;
    letter-spacing: 0.6px;
  }
}
.top .recruit .col-1 .c-button {
  margin-top: 42px;
}
.top .recruit .col-1.card-1 p {
  color: #FFF;
}
.top .recruit .col-2 {
  width: 935px;
  min-width: 870px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top .recruit .col-2 {
    width: 60%;
    min-width: 420px;
  }
}
@media screen and (max-width: 1000px) {
  .top .recruit .col-2 {
    width: 60%;
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-2 {
    width: 100%;
    min-width: unset;
    height: 400px;
    margin-top: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top .recruit .col-2 img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.top .recruit .col-2 .all-wrap {
  -webkit-transform: translateY(-20%) translateX(-40%) rotate(15deg);
          transform: translateY(-20%) translateX(-40%) rotate(15deg);
}
@media screen and (max-width: 1500px) {
  .top .recruit .col-2 .all-wrap {
    -webkit-transform: translateY(-20%) translateX(-45%) rotate(15deg);
            transform: translateY(-20%) translateX(-45%) rotate(15deg);
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-2 .all-wrap {
    width: 120vw;
    -webkit-transform: translateY(-20%) translateX(-40%) rotate(15deg);
            transform: translateY(-20%) translateX(-40%) rotate(15deg);
  }
}
@media screen and (max-width: 550px) {
  .top .recruit .col-2 .all-wrap {
    -webkit-transform: translateY(-20%) translateX(-45%) rotate(15deg);
            transform: translateY(-20%) translateX(-45%) rotate(15deg);
  }
}
@media screen and (max-width: 430px) {
  .top .recruit .col-2 .all-wrap {
    -webkit-transform: translateY(-20%) translateX(-40%) rotate(15deg);
            transform: translateY(-20%) translateX(-40%) rotate(15deg);
  }
}
.top .recruit .col-2 .all-wrap .loop-wrap {
  width: 412px;
}
.top .recruit .col-2 .all-wrap .loop-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .recruit .col-2 .all-wrap .loop-wrap .loop-1 {
  -webkit-animation: loop 40s -20s linear infinite;
          animation: loop 40s -20s linear infinite;
}
.top .recruit .col-2 .all-wrap .loop-wrap .loop-2 {
  -webkit-animation: loop2 40s linear infinite;
          animation: loop2 40s linear infinite;
}
.top .recruit .col-2 .all-wrap .loop-wrap .loop-3 {
  -webkit-animation: loop3 40s -20s linear infinite;
          animation: loop3 40s -20s linear infinite;
}
.top .recruit .col-2 .all-wrap .loop-wrap .loop-4 {
  -webkit-animation: loop4 40s linear infinite;
          animation: loop4 40s linear infinite;
}
.top .recruit .col-2 .all-wrap .loop-wrap.loop-wrap-l {
  margin-top: 137px;
  margin-right: 30px;
}
@media screen and (max-width: 1500px) {
  .top .recruit .col-2 .all-wrap .loop-wrap.loop-wrap-l {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .recruit .col-2 .all-wrap .loop-wrap.loop-wrap-l {
    margin-right: 10px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.top .card-1 .subject {
  font: normal normal bold 24px/56px "Noto Sans JP", sans-serif;
  color: #11A197;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #11A197;
  text-underline-offset: 5px;
  letter-spacing: 1.92px;
}
.top .card-1 .title {
  margin-top: 33px;
  font: normal normal bold 40px/56px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 3.2px;
  white-space: pre-line;
}
@media screen and (max-width: 1200px) {
  .top .card-1 .title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top .card-1 .title {
    margin-top: 10px;
    font: normal normal bold 24px/36px "Noto Sans JP", sans-serif;
    letter-spacing: 1.92px;
  }
}
.top .card-1 .detail {
  margin-top: 31px;
  font: normal normal normal 18px/27px "Noto Sans JP", sans-serif;
  color: #171717;
  text-align: left;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .top .card-1 .detail {
    margin-top: 20px;
  }
}
.top .card-1 .c-button {
  margin-top: 96px;
}
@media screen and (max-width: 1000px) {
  .top .card-1 .c-button {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .card-1 .c-button {
    margin-top: 22px;
  }
}
.top.en #firstView .pc .theme {
  top: 15%;
}
.top.en #firstView .pc .theme .description {
  width: 85%;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .top.en #firstView .pc .theme .description {
    margin-top: 0;
  }
}
.top.en .c-button {
  margin-top: 40px;
}
.top.en .news {
  display: none;
}
.top.en .company .card-1 {
  padding-top: 0;
}
.top.en .company .col-2 {
  width: 35%;
}
@media screen and (max-width: 1500px) {
  .top.en .company .col-2 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .top.en .company .col-2 {
    width: 100%;
  }
}
.top.en .service .col-1 {
  height: 1000px;
}
@media screen and (max-width: 1500px) {
  .top.en .service .col-1 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top.en .service .col-1 {
    height: auto;
  }
}
.top.en .product {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top.en .product {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top.en .product .productSale .col-1 .menuText,
  .top.en .product .productSale .col-2 .menuText {
    bottom: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top.en .product .productSale .col-1 .menuText .title,
  .top.en .product .productSale .col-2 .menuText .title {
    font-size: 24px;
  }
}
.top.en .product .productSale .col-1 .menuText .icon,
.top.en .product .productSale .col-2 .menuText .icon {
  right: -15px;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .top.en .product .productSale .col-1 .menuText .items.items-oversea,
  .top.en .product .productSale .col-2 .menuText .items.items-oversea {
    width: 90%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top.en .product .productSale .col-1 .menuText .items.items-oversea,
  .top.en .product .productSale .col-2 .menuText .items.items-oversea {
    width: 80%;
  }
}
.top.en .product .productSale .col-1 .menuText .items.items-domestic,
.top.en .product .productSale .col-2 .menuText .items.items-domestic {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .top.en .product .productSale .col-1 .menuText .items span,
  .top.en .product .productSale .col-2 .menuText .items span {
    margin: 2px;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .top.en .product .productSale .col-1 .menuText .items span,
  .top.en .product .productSale .col-2 .menuText .items span {
    margin: 2px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 430px) {
  .top.en .product .productSale .col-1 .menuText .items span,
  .top.en .product .productSale .col-2 .menuText .items span {
    margin: 2px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top.en .product .productSale .col-2 .menuText {
    padding-right: 15%;
  }
}
@media screen and (max-width: 550px) {
  .top.en .product .productSale .col-2 .menuText {
    padding-right: 0;
  }
}
.top.en .recruit {
  display: none;
}/*# sourceMappingURL=top.css.map */