/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}


p,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 2;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #f0feff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
  background-image: url(../img/common/bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #ac6408;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

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

.l-header {
  position: relative;
  height: 954px;
}

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

.l-header__main {
  text-align: center;
}
.l-header h1 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-section + .l-section {
    padding-top: 70px;
  }
.l-section:last-child {
  padding-bottom: 200px;
}
.l-container {
  position: relative;
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}
.l-container--wide {
  max-width: 1030px;
}
.l-container.o-bgBox {
  max-width: 930px;
  padding: 30px 10px;
}

.o-inner {
  padding: 0 20px;
}
.o-title {
  text-align: center;
  margin-bottom: 35px;
}

.o-titleGradient {
  text-align: center;
  margin-bottom: 45px;
  background-image: url(../img/common/bar.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fffcc5;
  font-size: 2rem;
  height: 80px;
  font-weight: 500;
  margin-top: 50px;
  padding: 5px;
  line-height: 24px;
}
.o-titleGradient--first {
  margin-top: 0;
}
.o-titleGradient--purple {
  background-image: url(../img/common/bar02.png);
  height: 60px;
}
.o-table + .o-table {
  margin-top: 20px;
}
.o-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.o-table th,
.o-table td {
  padding: 0.8em;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.4;
}
.o-table th {
  font-weight: 500;
  background-color: #09c7a3;
  color: #fff;
  text-align: center;
}
.o-table td {
  font-weight: 400;
   background-color: #f9ffc3;
   text-align: center;
}
.o-table td.center {
  text-align: center;
}
.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;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td {
    display: table-cell;
    vertical-align: inherit;
}

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

.o-bgBox {
  position: relative;
  border: 5px solid #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 0, transparent 2px);
  padding: 6px 15px 22px;
}
.o-bgBox::before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 10px;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 3px solid #00ba88;
}
.o-bgBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 96, 255, 0.2);
          box-shadow: inset 0 0 1px 1px rgba(0, 96, 255, 0.2);
  border-radius: 6px;
}
.o-bgBox * {
  position: relative;
  z-index: 10;
}
.o-bgBox.white-space h5 {
  white-space: nowrap;
  letter-spacing: 0;
}

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


.c-top__btn {
  text-align: center;
}
.c-top__flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-top__flex .block {
  text-align: center;
  width: 48%;
}
.c-top__flex .block h2 {
  margin-bottom: 0px;
}
.c-top__flex .block p {
  text-align: left;
  margin-bottom: 40px;
}
.c-top__flex .o-bgBox.block a {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}
.c-top__anker ul {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-top__anker {
  padding: 50px 0;
}
.c-top__anker li {
  margin: 0px 10px 20px 10px;
}

.c-about__block + .c-about__block {
  margin-top: 50px;
}
.c-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-about__flex--01 p {
  width: 47%;
}
.c-about__flex--02 {
  margin-top: 45px;
  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-top__banner .c-about__flex.c-about__flex--03 a,
.c-top__banner .c-about__flex.c-about__flex--05 a {
    width: 32%;
}
.c-about__flex--05 {
  margin-top: 20px;
}

.c-feature__job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-feature__job .o-bgBox {
  width: 48%;
  margin-bottom: 30px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-feature__job h4 {
  text-align: center;
}
.c-feature__job h5 {
  margin-top: 10px;
  text-align: center;
  color: #4c8700;
  font-weight: 700;
}
.c-feature__job h5 span {
  font-size: 1.3rem;
  color: #fff;
  background-color: #df8e00;
  width: 80px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 200;
  margin: 0 auto 10px;
}
.c-feature__job .image {
  text-align: center;
  margin-top: 10px;
}
.c-feature__job p {
  margin-top: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.c-feature__job ul {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-feature__job ul li {
  margin-bottom: 10px;
}

.c-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-feature__flex--01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-feature__flex--01 p {
  width: 48%;
}
.c-feature__flex--02 {
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          align-items: center;
}
.c-feature__flex--02 a {
  display: inline-block;
  margin: 0 15px;
}
.c-feature__flex--03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-feature__flex--03 p {
  width: 48%;
}
.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;
}
.c-feature__flex__banner {
  text-align: center;
  margin-top: 20px;
}

.sp-br {
    display: none;
}


.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-feature__flex.profession.profession-two {
    justify-content: center;
}

.c-other__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-other table {
  margin-top: 20px;
}

.c-data .o-titleGradient {
  margin-bottom: 25px;
}
.c-data__typeTitle:first-child {
  margin-top: 0;
}
.c-data__categoryTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1e89ff;
  margin-bottom: 10px;
}
.c-data__block + .c-data__block {
  margin-top: 40px;
}

.c-data__list {
  padding: 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__list li {
  margin: 0 14px 25px;
  width: 160px;
}
.c-data__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  width: 160px;
  min-height: 150px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 6px 2px #58e751;
    box-shadow: 0 0 6px 2px #58e751;
}
.c-data__list li a img {
  max-width: 100px;
}
.c-data__list li h6 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
}
.c-data__list--monster {
  margin-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: normal;
}
.c-data__list--monster::before {
  content: "";
  display: block;
  width: 28.1%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-data__list--monster::after {
  content: "";
  display: block;
  width: 28.1%;
}
.c-data__list--monster li {
  margin: 0 14px 25px;
}

.c-wallpaper__flex {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-wallpaper__sample {
  text-align: center;
}
.c-wallpaper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 15px;
}
.c-wallpaper__illust {
  margin-top: 20px;
}
.c-wallpaper__illust h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-wallpaper__illust h3 img {
  padding-bottom: 10px;
}

.c-cautions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-cautions li + li {
  margin-top: 35px;
}
.c-cautions li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cautions/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

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




/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .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;
  }
  .l-main {
    margin-top: 0;
  }

  .l-header h1 {
    bottom: -24%;
    width: 70%;
  }

  .c-top__btn {
    position: unset;
    transform: none;
  }
  .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,.c-about__flex--05 {
    -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,.c-about__flex--05 img + img {
    margin-top: 10px;
  }
  .c-about__flex--03 a + a,.c-about__flex--05 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-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-top__banner .c-about__flex.c-about__flex--05 a {
        width: 100%;
    }
    .c-top__banner .c-about__flex.c-about__flex--05 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;
    }

}


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

  @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: 280px;
      }
  }
  @media (max-width: 400px) {
    .sp-br {
        display: block;
    }
  }



@media (min-width: 1401px) {
  body {
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */

#roEntryFooter {
    z-index: 999;
}
