@media screen and (max-width: 767px) {
  .pagebusiness-intro {
    text-align: center;
  }
  .pagebusiness-intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6% auto 0;
    width: 81.4%;
  }
  .pagebusiness-intro ul li {
    width: 47%;
  }
  .pagebusiness-intro ul li a {
    color: #103380;
  }
  .pagebusiness-intro ul li:nth-child(n+3) {
    margin-top: 6%;
  }
  .pagebusiness-intro ul li .pagebusiness-intro__itemImg {
    border-radius: 3vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  }
  .pagebusiness-intro ul li p {
    font-size: 3.46vw;
    font-weight: bold;
    margin-top: 5%;
    text-align: center;
  }
  .pagebusiness-intro__img {
    margin: 8% auto 0;
  }
  .pagebusiness-about {
    margin-top: 12%;
  }
  .pagebusiness-about__content + .pagebusiness-about__content {
    margin-top: 19%;
  }
  .pagebusiness-about__contentTop, .pagebusiness-about__contentBottom {
    display: flex;
    flex-direction: column;
    width: 81.4%;
    margin: 0 auto;
  }
  .pagebusiness-about__contentBottom {
    margin-top: 15%;
  }
  .pagebusiness-about__contentTopImg, .pagebusiness-about__contentBottomImg {
    width: 100%;
    border-radius: 4vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
    margin-top: 6%;
  }
  .pagebusiness-about__box h2 {
    font-size: 5.13vw;
    font-weight: bold;
  }
  .pagebusiness-about__box h2 span {
    display: block;
    font-size: 3.2vw;
    margin-top: 2%;
    color: #178dc6;
  }
  .pagebusiness-about__boxInner {
    margin-top: 5%;
  }
  .pagebusiness-about__boxInner h3 {
    font-size: 3.73vw;
    font-weight: bold;
    color: #103380;
    margin-bottom: 3%;
  }
  .pagebusiness-about__boxInner p {
    font-size: 3.46vw;
    line-height: 1.8;
  }
  .pagebusiness-about__boxInner + .pagebusiness-about__boxInner {
    margin-top: 8%;
  }
  .pagebusiness-about__icon {
    display: none;
  }
  .pagebusiness-about__img {
    margin: 20% auto 0;
    overflow: hidden;
  }
  .pagebusiness-about__img .pagebusiness-about__imgTrack {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: businessMarquee 18s linear infinite;
  }
  .pagebusiness-about__img .pagebusiness-about__imgTrack img {
    width: 100vw;
    flex-shrink: 0;
  }
  .pagebusiness-aword {
    margin-top: 22%;
    position: relative;
  }
  .pagebusiness-aword h2 {
    font-size: 5.13vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: -moz-max-content;
  }
  .pagebusiness-aword h2::before, .pagebusiness-aword h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13vw;
    height: 10vw;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagebusiness-aword h2::before {
    left: -15vw;
  }
  .pagebusiness-aword h2::after {
    right: -14vw;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagebusiness-aword h2 span {
    display: block;
    font-size: 2.2vw;
    margin-top: 5%;
  }
  .pagebusiness-aword__content {
    width: 81.4%;
    background-color: #ecf6fb;
    padding: 10% 5%;
    border-radius: 10px;
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .pagebusiness-aword__content .pagebusiness-aword__box h3 {
    font-size: 6.4vw;
    text-align: center;
    border-top: 1px solid #103380;
    border-bottom: 1px solid #103380;
    padding: 3% 0;
    color: #103380;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxInner {
    margin: 10% auto 0;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxInner p {
    font-size: 3.2vw;
    margin-top: 5%;
    line-height: 1.8;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5%;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxList .pagebusiness-aword__boxInner {
    margin-top: 10%;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxList .pagebusiness-aword__boxInner + .pagebusiness-aword__boxInner {
    margin-top: 12%;
  }
  .pagebusiness-aword__content .pagebusiness-aword__box + .pagebusiness-aword__box {
    margin-top: 8%;
    padding-top: 8%;
  }
  .pagebusiness-aword__content a {
    margin: 20% auto 0;
    color: #103380;
    font-size: 3.73vw;
    border: 1px solid #103380;
    width: 35vw;
    height: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .page-business .recruit {
    margin-top: -60%;
  }
}
@media screen and (min-width: 768px) {
  .pagebusiness-intro {
    position: relative;
    text-align: center;
  }
  .pagebusiness-intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5% auto 0;
    width: 68%;
  }
  .pagebusiness-intro ul li {
    width: 31.174%;
  }
  .pagebusiness-intro ul li a {
    color: #103380;
  }
  .pagebusiness-intro ul li .pagebusiness-intro__itemImg {
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  }
  .pagebusiness-intro ul li p {
    font-size: 1.30208333vw;
    font-weight: bold;
    margin-top: 7%;
    text-align: center;
  }
  .pagebusiness-intro ul li:nth-child(n+4) {
    margin-top: 5%;
  }
  .pagebusiness-intro__img {
    margin-top: 9%;
  }
  .pagebusiness-about {
    margin-top: 8%;
  }
  .pagebusiness-about__contentTop {
    width: 84%;
    margin-left: auto;
    display: flex;
    position: relative;
    align-items: end;
    justify-content: space-between;
  }
  .pagebusiness-about__contentTop h2 {
    position: relative;
    font-size: 1.927vw;
    font-weight: bold;
  }
  .pagebusiness-about__contentTop h2 span {
    display: block;
    font-size: 0.9375vw;
    margin-top: 3.5%;
  }
  .pagebusiness-about__contentTop h2::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background: #8fd8f6;
    opacity: 0.35;
    filter: blur(12px);
    left: -13.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .pagebusiness-about__contentTop h3 {
    font-size: 1.3541667vw;
    font-weight: bold;
    color: #178dc6;
  }
  .pagebusiness-about__contentTop p {
    font-size: 0.83333vw;
    margin-top: 5%;
    line-height: 1.5;
  }
  .pagebusiness-about__contentTopImg {
    width: 64.6087%;
    border-radius: 2.5vw 0 0 2.5vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  }
  .pagebusiness-about__contentBottom {
    margin: 30% auto 0;
    width: 68%;
    margin-left: auto;
    display: flex;
    position: relative;
    align-items: end;
    justify-content: space-between;
  }
  .pagebusiness-about__contentBottom h2 {
    font-size: 1.927vw;
    font-weight: bold;
    position: relative;
  }
  .pagebusiness-about__contentBottom h2::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background: #8fd8f6;
    opacity: 0.35;
    filter: blur(12px);
    left: -13.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .pagebusiness-about__contentBottom h2 span {
    display: block;
    font-size: 0.9375vw;
    margin-top: 3.5%;
  }
  .pagebusiness-about__contentBottom h3 {
    font-size: 1.3541667vw;
    font-weight: bold;
    color: #178dc6;
  }
  .pagebusiness-about__contentBottom p {
    font-size: 0.83333vw;
    margin-top: 5%;
    line-height: 1.5;
  }
  .pagebusiness-about__contentBottomImg {
    width: 52.773%;
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  }
  .pagebusiness-about__contentBottom .pagebusiness-about__box {
    width: 37.6077%;
  }
  .pagebusiness-about__contentBottom .pagebusiness-about__icon {
    left: 12%;
    bottom: -85%;
  }
  .pagebusiness-about__contentBottom .pagebusiness-about__icon + .pagebusiness-about__icon {
    right: 15%;
    bottom: -100%;
  }
  .pagebusiness-about__content + .pagebusiness-about__content {
    margin-top: 30%;
  }
  .pagebusiness-about__content:nth-child(2n) .pagebusiness-about__contentTop {
    flex-direction: row-reverse;
    margin: 0;
  }
  .pagebusiness-about__content:nth-child(2n) .pagebusiness-about__contentTop .pagebusiness-about__contentTopImg {
    border-radius: 0 2.5vw 2.5vw 0;
  }
  .pagebusiness-about__box {
    width: 28%;
  }
  .pagebusiness-about__boxInner {
    margin-top: 15%;
  }
  .pagebusiness-about__icon {
    position: absolute;
    width: 21.2056%;
    left: 12%;
    bottom: -70%;
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
    border-radius: 50%;
  }
  .pagebusiness-about__icon + .pagebusiness-about__icon {
    left: auto;
    right: 15%;
    bottom: -100%;
  }
  .pagebusiness-about .pagebusiness-about__icon2 {
    border-radius: 0;
    width: 22.1356%;
    left: auto;
    right: 29%;
    bottom: -64%;
    box-shadow: none;
  }
  .pagebusiness-about__content:nth-child(2) .pagebusiness-about__icon {
    left: 25%;
    bottom: -67%;
  }
  .pagebusiness-about__content:nth-child(2) .pagebusiness-about__icon + .pagebusiness-about__icon {
    right: 15%;
    bottom: -100%;
  }
  .pagebusiness-about__content:nth-child(3) {
    margin-top: 28%;
  }
  .pagebusiness-about__content:nth-child(3) .pagebusiness-about__icon {
    left: 7%;
  }
  .pagebusiness-about__content:nth-child(3) .pagebusiness-about__contentBottom {
    margin: 22% auto 0;
  }
  .pagebusiness-about__content:nth-child(4) {
    margin-top: 13%;
  }
  .pagebusiness-about__img {
    margin-top: 13%;
    overflow: hidden;
  }
  .pagebusiness-about__img .pagebusiness-about__imgTrack {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: businessMarquee 25s linear infinite;
  }
  .pagebusiness-about__img .pagebusiness-about__imgTrack img {
    width: 100vw;
    flex-shrink: 0;
  }
  .pagebusiness-aword {
    margin-top: 12%;
    position: relative;
  }
  .pagebusiness-aword h2 {
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 2.2395833vw;
    color: #fff;
  }
  .pagebusiness-aword h2::before, .pagebusiness-aword h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35.53%;
    height: 139.15%;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagebusiness-aword h2::before {
    left: -39%;
  }
  .pagebusiness-aword h2::after {
    right: -39%;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagebusiness-aword h2 span {
    position: relative;
    display: block;
    font-size: 0.9375vw;
    margin: 4% auto 0;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    width: -moz-max-content;
    width: max-content;
  }
  .pagebusiness-aword__content {
    position: absolute;
    width: 60.625%;
    background-color: #ecf6fb;
    border-radius: 30px;
    top: 10.7%;
    left: 50%;
    padding: 4% 7% 7%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .pagebusiness-aword__content .pagebusiness-aword__box h3 {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1% 0;
    font-size: 2.34375vw;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxList .pagebusiness-aword__boxInner {
    margin: 0;
    width: 100%;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxInner {
    width: 44.683%;
    margin: 4% auto 0;
  }
  .pagebusiness-aword__content .pagebusiness-aword__boxInner p {
    font-size: 0.8333vw;
    margin-top: 7%;
    line-height: 1.5;
  }
  .pagebusiness-aword__content .pagebusiness-aword__box + .pagebusiness-aword__box {
    margin-top: 6%;
  }
  .pagebusiness-aword__content a {
    margin: 18% auto 0;
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .page-business .recruit {
    margin-top: -25%;
  }
}
@keyframes businessMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=business.css.map */