body {
    color: #333;
    background-color: #f0feff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    min-width: 1400px;
    background-color: #f0feff;
    background-image: url(../img/common/bg-ex_4th_classes.png);
    background-image: url(../img/common/ex_4th_bg.png);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-size: auto;
    letter-spacing: 0.1em;
  }

.c-top__banner {
    margin-top: 30px;
}

.c-top__btn {
    left: 50%;
    position: absolute;
    top: -100px;
    transform: translate(-50%, -50%);
}

.l-header {
    height: 954px;
}

.l-main {
    margin-top: -30px;
}

.l-header h1 {
    bottom: 10%;
}

.l-section + .l-section {
    padding-top: 70px;
  }

.o-bgBox {
    padding: 6px 15px 22px;
}

.c-top__flex .o-bgBox.block a {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.o-bgBox::before {
    border: 3px solid #ffabab;
}


.c-top__flex .block h2 {
    margin-bottom: 0;
}

.o-titleGradient {
    background-image: url(../img/common/ex_4th_bar.png);
    line-height: 24px;
}

.c-about__flex--01 {
    
}
.c-about__flex--02 {
    justify-content: center;
}

.c-about__flex--02 a:first-child {
    margin-right: 6.5%;
}

.c-about__flex--03 {
    margin-top: 60px;
}

.c-about__flex--04 {
    margin-top: 45px;
    justify-content: center;
}

.c-feature__job h5 {
    color: #ff0000;
}

.c-data__typeTitle {
    background-image: url(../img/common/ex_4th_bar02.png);
}

.o-titleGradient--purple {
    background-image: url(../img/common/ex_4th_bar02.png);
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.o-inner.profession .c-feature__flex--02 {
    text-align: center;
}

.c-feature__flex--01.profession h5,
.c-feature__flex--02.profession h5,
.c-feature__flex.profession h5 {
    margin-bottom: 12px;
}

.c-feature__flex.profession {
    padding: 0 20px;
}

.o-inner .profession__box {
    text-align: center;
}

.c-feature__flex.profession .profession__box:not(:first-child) {
    margin-left: 2.5%;
}

.c-cautions li::before {
    background-image: url(../img/cautions/ex_4th_icon.png);
}

.o-table td.title {
    background-color: #d6519c;
    color: #fff;
}

.o-table td {
    font-weight: 400;
    background-color: #fff;
}



.c-feature__flex.skill-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  margin-top: 20px;
}
.c-feature__flex.skill-list .profession__box h5 {
  margin-bottom: 12px;
}


.sp-br {
    display: none;
}

h4.minus-margin {
    margin-left: -20px;
    margin-right: -20px;
}

.c-feature__flex.profession.profession-two {
    justify-content: center;
}

.c-top__banner .c-about__flex.c-about__flex--03 a {
    width: 32%;
}

.c-data__list li a {
    -webkit-box-shadow: 0 0 6px 2px #ffc1c1;
    box-shadow: 0 0 6px 2px #ffc1c1;
}


.o-table table p,.o-table table {
    margin: 0;
}
.o-table table:not(:first-child) {
    margin-top: 22px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.o-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.o-table th {
    font-weight: 400;
    background-color: #9542b3;
    color: #fff;
    text-align: left;
}
.o-table th, .o-table td {
    padding: 0.5em;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.4;
}

.o-table td.title {
    background-color: #d6519c;
    color: #fff;
    width: 30%;
}
.o-table td {
    font-weight: 400;
    background-color: #fff;
    width: 10%;
}
.o-table th, .o-table td {
    padding: 0.5em;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.4;
}
td {
    display: table-cell;
    vertical-align: inherit;
}

.gifImage img {
    border-radius: 10px;
    border: 4px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#FE0001, #934DED);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    width: 280px;
}

.c-other__flex .right.gif  img {
    aspect-ratio: 21 / 14;
    object-fit: cover;
    object-position: center;
    width: 90%;
}

.c-wallpaper__illust h3 img {
  padding-bottom: 10px;
}

.o-bgBox.white-space h5 {
  white-space: nowrap;
  letter-spacing: 0;
}

.o-bgBox.white-space h5 .sp-br {
  display: none;
}

.c-data__list--monster::before,
.c-data__list--monster::after {
  width: 28.1%;
}








@media (max-width: 599px) {
    body {
      min-width: auto;
    }

    .l-main {
        margin-top: 0;
    }

    .l-header h1 {
        bottom: 0%;
    }

    .c-top__btn {
        position: unset;
        transform: none;
    }

    .l-section + .l-section {
      padding-top: 100px;
    }
    .l-header {
        height: unset;
    }
    .l-container.o-bgBox {
      padding: 20px 10px;
      margin: 0 15px;
    }
    .o-inner {
      padding: 0 10px;
    }
    .o-title {
      margin-bottom: 20px;
    }
    .o-titleGradient {
      font-size: 1.6rem;
      margin-bottom: 30px;
      background-size: 100% 100%;
    }
    .o-table {
      overflow-x: scroll;
      white-space: nowrap;
      display: block;
    }
    .c-top__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-top__flex .block {
      width: 100%;
    }
    .c-top__flex .block.block-top {
      height: 200px;
    }
    .c-top__flex .block + .block {
      margin-top: 20px;
    }
    .c-about__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-about__flex--01 p {
      width: 100%;
      margin-bottom: 15px;
    }
    .c-about__flex--02 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .c-about__flex--02 a {
      display: inline-block;
    }
    .c-about__flex--02 a + a {
      margin-top: 10px;
    }
    .c-about__flex--03 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .c-about__flex--03 img + img {
      margin-top: 10px;
    }

    .c-about__flex--03 a + a {
        margin-top: 10px;
      }

    .c-feature__job {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-feature__job .o-bgBox {
      width: 100%;
    }
    .c-feature__job ul li {
      width: 48%;
    }
    .c-feature__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-feature__flex--01 p {
      width: 100%;
      margin-bottom: 15px;
    }
    .c-feature__flex--02 a + a {
      margin-top: 15px;
    }
    .c-feature__flex--03 p {
      width: 100%;
      margin-bottom: 15px;
    }
    .c-challenge__flex01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .c-challenge__flex01 img + img {
      margin-top: 15px;
    }
    .c-challenge__flexCommon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-challenge__flexCommon .o-table {
      width: 100%;
      overflow: auto;
      white-space: unset;
      display: unset;
    }
    .c-challenge__flexCommon .image {
      width: 100%;
      margin-top: 20px;
    }
    .c-challenge__flex02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .c-challenge__flex02 .box + .box {
      margin-top: 20px;
    }
    .c-other__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-other__flex .left {
      width: 100%;
    }
    .c-other__flex .left p {
      margin-bottom: 20px;
    }
    .c-other__flex .right {
      margin-top: 25px;
    }
    .c-data__typeTitle {
      font-size: 1.6rem;
      background-size: 100% 100%;
    }
    .c-data__block + .c-data__block {
      margin-top: 20px;
    }
    .c-data__list {
      padding: 0 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .c-data__list li {
      width: 47%;
      margin: 0 0 15px;
    }
    .c-data__list--spCenter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .c-wallpaper__flex {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .c-wallpaper__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 10px;
    }
    .c-wallpaper__button {
      width: 31%;
    }
    .c-wallpaper__button + .c-wallpaper__button {
      margin-top: 0;
    }
    
    .c-about__flex--04 {
        text-align: center;
    }
    .c-about__flex--02 a.adjustment {
        margin-right: 0;
    }
    h4.minus-margin {
        margin-left: -10px;
        margin-right: -10px;
    }
    .skill-list {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
    }
    .c-top__banner .c-about__flex.c-about__flex--03 a {
        width: 100%;
    }
    .c-top__banner .c-about__flex.c-about__flex--03 a img {
        width: 100%;
    }

    .c-feature__flex.skill-list {
      display: block;
    }
    .c-feature__flex.skill-list .profession__box:not(:first-of-type) {
      margin-top: 45px;
    }

    .c-data__list--monster li a img {
      aspect-ratio: 1 / 1;
    }

    /* .gifImage.ss img {
      width: 100%;
      
  } */
    
  }

  @media (max-width: 540px) {
    .c-top__flex .block.block-top:first-child {
        height: 220px;
      }
  }

  @media (max-width: 450px) {
    .o-bgBox.white-space h5 .sp-br {
      display: block;
    }
  }
  @media (max-width: 425px) {
    .c-top__flex .block.block-top:first-child {
        height: 250px;
      }
  }
  @media (max-width: 400px) {
    .sp-br {
        display: block;
    }
    }


  @media (min-width: 1401px) {
    body {
      background-size: cover;
    }
  }
  /*# sourceMappingURL=style.css.map */
  
  /* 2022/11/29更新 */
  #roEntryFooter {
      z-index: 999;
  }
  