@charset "UTF-8";
.section--slogan .cnts {
  background-color: #fffaf2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.section--slogan .cnts::before,
.section--slogan .cnts__txt > * > span {
  background-repeat: no-repeat;
  background-size: contain;
}
.section--slogan .cnts::before {
  content: "";
  display: block;
}
.section--slogan .cnts__txt > * > span {
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .section--slogan {
    margin-bottom: 75px;
  }
  .section--slogan .cnts {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 95px 65px 45px 110px;
  }
  .section--slogan .cnts::before {
    background-image: url("/recruit/recruit2028/company/slogan/img/ice.png");
    height: 671px;
    width: 315px;
  }
  .section--slogan .cnts__txt > * > span {
    width: 436px;
  }
  .section--slogan .cnts__txt > * + p {
    margin-top: 30px;
  }
  .section--slogan .cnts__txt > h4 > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/ttl.png");
    height: 58px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(1) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt01.png");
    height: 110px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(2) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt02.png");
    height: 50px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(3) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt03.png");
    height: 20px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(4) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt04.png");
    height: 78px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(5) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt05.png");
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section--slogan {
    margin-bottom: 50px;
  }
  .section--slogan .cnts {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px 8px;
  }
  .section--slogan .cnts::before {
    background-image: url("/recruit/recruit2028/company/slogan/img/ice-sp.png");
    max-width: 216px;
    max-height: 417px;
    height: calc( 836/750*100vw);
    width: calc( 432/750*100vw );
  }
  .section--slogan .cnts__txt > * > span {
    max-width: 316px;
    width: calc( 632/750*100vw );
  }
  .section--slogan .cnts__txt > * + p {
    margin-top: 20px;
  }
  .section--slogan .cnts__txt > h4 > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/ttl-sp.png");
    height: calc(92/750*100vw);
    max-height: 46px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(1) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt01-sp.png");
    height: calc(156/750*100vw);
    max-height: 78px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(2) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt02-sp.png");
    height: calc(72/750*100vw);
    max-height: 36px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(3) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt03-sp.png");
    height: calc(30/750*100vw);
    max-height: 15px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(4) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt04-sp.png");
    height: calc(114/750*100vw);
    max-height: 57px;
  }
  .section--slogan .cnts__txt > p:nth-of-type(5) > span {
    background-image: url("/recruit/recruit2028/company/slogan/img/txt05-sp.png");
    height: calc(114/750*100vw);
    max-height: 57px;
  }
}
@media screen and (min-width: 600px) {
  .section--slogan .cnts::before {
    -webkit-order: 2;
    order: 2;
  }
  .section--slogan .cnts__txt {
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .section--slogan .cnts::before {
    margin-bottom: 30px;
  }
  .section--slogan .cnts__txt {
    width: 100%;
  }
}
