/* 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 {
  margin: 0;
}


h2,
h3,
h4 {
  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;
}


input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}


input {
  overflow: visible;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[hidden] {
  display: none;
}

/* 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: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

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

::-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 {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.fancybox-bg {
  background-color: #fff !important;
}

.fancybox-bg-custom {
  background-color: #fff !important;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15px;
}
.l-header__main img {
  width: 100%;
}
.l-header__catch {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
.l-header__about {
  position: absolute;
  right: 158px;
  bottom: 72px;
}
.l-header__search {
  position: absolute;
  bottom: 10px;
  right: 160px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  max-width: 260px;
}
.l-header__search .inner {
  position: relative;
}
.l-header__search .inner input[type=text] {
  background-color: #fff;
  border-radius: 5px;
  width: 240px;
  height: 30px;
  padding: 9px 45px 9px 13px;
}
.l-header__search .inner input[type=image] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
}

.l-section {
  max-width: 1030px;
  padding: 0 15px 200px;
  margin: 40px auto 0;
}

.l-container {
  position: relative;
}
.l-container__title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.l-container__title:first-child {
  margin-top: 0;
}

.o-nav nav {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 137, 25, 0.85)), to(rgba(175, 223, 7, 0.85)));
  background-image: linear-gradient(0deg, rgba(56, 137, 25, 0.85), rgba(175, 223, 7, 0.85));
  padding: 6px 0;
}
.o-nav__list {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-nav__item {
  position: relative;
}
.o-nav__link {
  display: block;
  width: 195px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
.o-nav__link:hover {
  cursor: pointer;
}
.o-nav__link--use {
  background-image: url(../img/nav/use.png);
}
.o-nav__link--use:hover {
  background-image: url(../img/nav/use_on.png);
}
.o-nav__link--job1 {
  background-image: url(../img/nav/job1.png);
}

.o-nav__link--job2 {
  background-image: url(../img/nav/job2.png);
}

.o-nav__link--job1:hover {
  background-image: url(../img/nav/job1_on.png);
}

.o-nav__link--job2:hover {
  background-image: url(../img/nav/job2_on.png);
}

.o-nav__link--monster {
  background-image: url(../img/nav/monster.png);
}
.o-nav__link--monster:hover {
  background-image: url(../img/nav/monster_on.png);
}
.o-nav__link--npc {
  background-image: url(../img/nav/npc.png);
}
.o-nav__link--npc:hover {
  background-image: url(../img/nav/npc_on.png);
}
.o-nav__link--background {
  background-image: url(../img/nav/background.png);
}
.o-nav__link--background:hover {
  background-image: url(../img/nav/background_on.png);
}
.o-nav__subList {
  position: absolute;
  top: 46px;
  left: 20px;
  min-width: 156px;
  display: none;
  z-index: 10;
}
.o-nav__subItem {
  color: #b73c11;
  font-weight: bold;
  background-color: #f4f97d;
  padding: 5px;
  border: 1px solid #f8d00b;
  line-height: 1.2;
  transition: .3s all ease-in-out;
}
.o-nav__subItem + .o-nav__subItem {
  border-top: none;
}
.o-nav__subItem a {
  display: block;
}
.o-nav__subItem:hover {
    background-color: #b73c11;
    color: #f4f97d;
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-title {
  text-align: center;
  margin-bottom: 40px;
}

.c-common__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.c-common__list--job .c-common__item h4 {
  border: 2px solid #2e930f;
  -o-border-image: linear-gradient(0deg, #2e930f 0%, #50cf8f 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#2e930f), to(#50cf8f));
     border-image: linear-gradient(0deg, #2e930f 0%, #50cf8f 100%);
  border-image-slice: 1;
}
.c-common__list--job .c-common__item a {
  border: 2px solid #c3e9bb;
}
.c-common__list--monster .c-common__item h4 {
  border: 2px solid #003cd9;
  -o-border-image: linear-gradient(0deg, #003cd9 0%, #00b0d9 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#003cd9), to(#00b0d9));
     border-image: linear-gradient(0deg, #003cd9 0%, #00b0d9 100%);
  border-image-slice: 1;
}
.c-common__list--monster .c-common__item a {
  border: 2px solid #bbe9e2;
}
.c-common__list--npc .c-common__item h4 {
  border: 2px solid #a864e3;
  -o-border-image: linear-gradient(0deg, #a864e3 0%, #d58dd9 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#a864e3), to(#d58dd9));
     border-image: linear-gradient(0deg, #a864e3 0%, #d58dd9 100%);
  border-image-slice: 1;
}
.c-common__list--npc .c-common__item a {
  border: 2px solid #e9bbda;
}
.c-common__item h4 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 10px;
  border: 2px solid #dcd9d7;
  -o-border-image: linear-gradient(0deg, #dcd9d7 0%, #c5beb5 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#dcd9d7), to(#c5beb5));
     border-image: linear-gradient(0deg, #dcd9d7 0%, #c5beb5 100%);
  border-image-slice: 1;
}
.c-common__item 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;
  height: 100%;
  padding: 8px;
  min-height: 230px;
  max-height: 230px;
  border: 2px solid #e7e2da;
}

.c-use__inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
.c-use__list li {
  position: relative;
  padding-left: 25px;
}
.c-use__list li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/use/list-icon.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.c-use__list li + li {
  margin-top: 25px;
}
.c-use__list li a {
  color: #fd2045;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.c-use__list--asterisk li {
  padding-left: 0;
}
.c-use__list--asterisk li::before {
  content: none;
}
.c-use__list--asterisk li span {
  color: #d93500;
}
.c-use__copyright {
  margin-top: 25px;
  background-color: #fff;
  padding: 15px 25px;
}
.c-use__copyright p {
  font-size: 1.3rem;
}
.c-use__copyright p + p {
  margin-top: 5px;
}
.c-use__buttons {
  margin-top: 40px;
  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;
}
.c-use__buttons a {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fd193d), to(#ff7fb4));
  background-image: linear-gradient(0deg, #fd193d, #ff7fb4);
  line-height: 100%;
  width: 250px;
  height: 45px;
  font-weight: bold;
  border-radius: 50px;
  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;
  margin: 0 20px;
}
.downloadButtonWrap {
  background-image: url(../img/background/delivery-model/download.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  margin-top: 7px;
}
.downloadButtonWrap:hover {
  background-image: url(../img/background/delivery-model/download_on.png);
}
.downloadButtonWrap .download-button {
  height: 48px;
  background-color: unset;
  width: 100%;
  border: unset;
  min-height: unset;
  max-height: unset;
  padding: 0;
  display: block;
}


/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header__logo {
    min-width: 300px;
  }
  .l-header__catch {
    text-align: center;
    bottom: 120px;
    width: 100%;
  }
  .l-header__about {
    bottom: 65px;
    right: 35%;
    left: 35%;
  }
  .l-header__search {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .l-section {
    padding-bottom: 100px;
  }
  .l-container__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .o-nav nav {
    padding-top: 11px;
  }
  .o-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-nav__link {
    width: 160px;
    height: 39px;
    margin: 0 5px 5px;
  }
  .o-nav__subList {
    top: 37px;
    min-width: 128px;
  }
  .o-title {
    margin-bottom: 20px;
  }
  .c-common__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 10px;
  }
  .c-common__item a {
    height: auto;
    min-height: auto;
  }
  .c-use__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-use__buttons a {
    margin: 0;
  }
  .c-use__buttons a + a {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
