@charset "UTF-8";
/* ------------------------------------------------------------
   style.css
------------------------------------------------------------ */
/*
* mainimg
* message
* company
* symposium
* job
* interview
* recruit
*/
/* common
------------------------------------------------------------ */
/* mainimg
------------------------------------------------------------ */
.mainimg {
  background: linear-gradient(181deg, #fbffcc, #dcffcc, #ccfff2, #cce4ff, #e1ccff, #ffccf9, #ffcccc, #ffe7cc, #ffe7cc);
  background-size: 1800% 1800%;
  -webkit-animation: AnimationName 21s ease infinite;
  animation: AnimationName 21s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
.mainimg img {
  width: 100%;
}
.mainimg .catch {
  max-width: 583px;
  margin: 8% auto;
  width: 90%;
}
.mainimg .image {
  max-width: 1104px;
  margin: auto;
}

/* message
------------------------------------------------------------ */
.message {
  background: url(../img/message__bg__icon01.png) no-repeat left top 4%/20% auto, url(../img/message__bg__icon02.png) no-repeat right top 4%/20% auto, url(../img/message__bg__icon03.png) no-repeat bottom center/50% auto;
  background-color: #f5bfab;
  padding: 5% 0 7%;
  text-align: center;
}
.message .innar {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.message .tit {
  max-width: 222px;
  margin: 0 auto 5%;
  width: 50%;
}
.message img {
  width: 100%;
}
.message .read {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.message p {
  font-size: 1.6rem;
}
.message .more__btn {
  margin: 30px auto 0;
}

/* company
------------------------------------------------------------ */
.company {
  padding: 5% 0 7%;
}
.company .innar {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  text-align: center;
}
.company img {
  width: 100%;
}
.company .tit {
  max-width: 231px;
  margin: 0 auto 5%;
  width: 60%;
}
.company p {
  font-size: 1.6rem;
}
.company .there__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 50px;
}
.company li {
  width: 30%;
  margin: 0 2%;
  background: #f2f2f2;
  border-radius: 20px;
}
.company li:nth-child(1) a {
  background: #dff7e5;
}
.company li:nth-child(1) a:hover {
  border-color: #c5e6cd;
}
.company li:nth-child(2) a {
  background: #dff7f1;
}
.company li:nth-child(2) a:hover {
  border-color: #c5e5dd;
}
.company li:nth-child(3) a {
  background: #dff5f7;
}
.company li:nth-child(3) a:hover {
  border-color: #c5e3e5;
}
.company li a {
  color: #343434;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 10% 0;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.company li a:hover {
  color: #023894;
}
.company .icon {
  max-width: 150px;
  margin: 0 auto 20px;
}
.company .read {
  font-size: 1.6rem;
  font-weight: bold;
}

/* symposium
------------------------------------------------------------ */
.symposium {
  background-color: #FAD996;
  padding: 8% 0;
}
.symposium__column {
  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;
  max-width: 1200px;
  margin: auto;
}
.symposium .image {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.symposium .text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.symposium img {
  width: 100%;
}
.symposium h1 {
  max-width: 316px;
  margin-bottom: 40px;
}
.symposium p {
  font-size: 1.6rem;
  font-weight: 500;
}
.symposium .more__btn {
  margin: 30px 0 0;
}

/* job
------------------------------------------------------------ */
.job {
  background: #f5f57a;
  padding: 5% 0 7%;
}
.job .innar {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  text-align: center;
}
.job .tit {
  max-width: 320px;
  margin: 0 auto 5%;
  width: 75%;
}
.job img {
  width: 100%;
}
.job p {
  font-size: 1.6rem;
}
.job .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 50px;
}
.job .list li {
  width: 21%;
  margin: 0 2%;
  font-size: 1.4rem;
  font-weight: bold;
}
.job .list a {
  color: #404040;
  display: block;
}
.job .list a:hover {
  text-decoration: none;
}
.job .list .image {
  margin-bottom: 10px;
}

/* interview
------------------------------------------------------------ */
.interview {
  background: #dce7d3;
  padding: 7% 0;
}
.interview .innar {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.interview .innar p {
  text-align: center;
  font-size: 1.6rem;
}
.interview img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interview .tit {
  max-width: 242px;
  margin: 0 auto 5%;
  width: 60%;
}
.interview .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}
.interview .list li {
  width: 30%;
  margin: 0 2%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.interview .list li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.interview .list li a .pho {
  overflow: hidden;
}
.interview .list li a:hover .pho img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.interview .list li a:hover .box {
  background: #f5f57a;
}
.interview .list .box {
  background: #fff;
  padding: 5%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.interview .list .box p {
  font-weight: bold;
  text-align: left;
  margin-bottom: 2%;
}
.interview .list .box p span {
  font-size: 80%;
  font-weight: normal;
}
.interview .list .box .name {
  font-size: 2rem;
  font-weight: bold;
  color: #6cbcd9;
}

/* recruit
------------------------------------------------------------ */
.recruit {
  padding: 7% 0;
  background: url(../img/recruit__bg.jpg) no-repeat 50% 50%/cover;
}
.recruit .innar {
  max-width: 1200px;
  margin: auto;
  width: 95%;
  text-align: center;
}
.recruit .tit {
  max-width: 232px;
  margin: 0 auto 3%;
}
.recruit img {
  width: 100%;
}
.recruit p {
  font-size: 1.6rem;
  color: #fff;
}
.recruit .box {
  max-width: 660px;
  margin: 40px auto 0;
}
.recruit .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .box ul li {
  width: 46%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  font-weight: bold;
}
.recruit .box ul li a {
  background: #fff no-repeat top 30px center/111px auto;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 120px 30px 30px;
  position: relative;
}
.recruit .box ul li a::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  height: 3px;
  background: #fff;
}
.recruit .box ul .rec01 a {
  background-image: url(../img/recruit__icon01_off.gif);
  color: #6cbcd9;
}
.recruit .box ul .rec01 a::after {
  width: 8.2em;
}
.recruit .box ul .rec01 a:hover {
  background-image: url(../img/recruit__icon01_on.gif);
}
.recruit .box ul .rec01 a:hover::after {
  width: 8.2em;
  background-color: #6cbcd9;
}
.recruit .box ul .rec02 a {
  background-image: url(../img/recruit__icon02_off.gif);
  color: #a6c051;
}
.recruit .box ul .rec02 a::after {
  width: 4.2em;
}
.recruit .box ul .rec02 a:hover {
  background-image: url(../img/recruit__icon02_on.gif);
}
.recruit .box ul .rec02 a:hover::after {
  width: 4.2em;
  background-color: #a6c051;
}

@media screen and (min-width: 1090px) and (max-width: 1300px) {
  /* ▼PC用================================================================== */
  /* ▲PC用================================================================== */
}
@media screen and (min-width: 768px) and (max-width: 1089px) {
  /* ▼Tab用================================================================= */
  /* message
  ------------------------------------------------------------ */
  /* company
  ------------------------------------------------------------ */
  /* job
  ------------------------------------------------------------ */
  /* interview
  ------------------------------------------------------------ */
  /* recruit
  ------------------------------------------------------------ */
  /* ▲Tab用================================================================= */
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ▼SP用================================================================ */
  /* mainimg
  ------------------------------------------------------------ */
  .mainimg .catch {
    margin: 12% auto 6%;
  }
  /* message
  ------------------------------------------------------------ */
  .message {
    background-size: 30% auto, 30% auto, 100% auto;
    padding: 10% 0;
  }
  .message .tit {
    margin: 0 auto 30px;
  }
  .message .read {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .message p {
    font-size: 1.4rem;
    text-align: left;
  }
  .message .more__btn {
    margin: 30px auto 0;
  }
  /* company
  ------------------------------------------------------------ */
  .company {
    padding: 10% 0;
  }
  .company .innar {
    text-align: left;
  }
  .company .tit {
    margin-bottom: 30px;
  }
  .company p {
    font-size: 1.4rem;
  }
  .company .there__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 30px;
  }
  .company li {
    width: auto;
    margin: 0 0 10px;
    text-align: center;
  }
  .company li:last-child {
    margin-bottom: 0;
  }
  .company li a {
    padding: 6% 0 8%;
  }
  .company .icon {
    max-width: 100px;
    margin: 0 auto 10px;
  }
  .company .read {
    font-size: 1.4rem;
  }
  /* symposium
  ------------------------------------------------------------ */
  .symposium {
    padding: 10% 0;
  }
  .symposium__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .symposium .image,
  .symposium .text {
    width: 90%;
    margin: auto;
  }
  .symposium h1 {
    max-width: 240px;
    margin-bottom: 20px;
  }
  .symposium p {
    font-size: 1.5rem;
  }
  .symposium .more__btn {
    margin: 20px 0 0;
  }
  /* job
  ------------------------------------------------------------ */
  .job {
    padding: 10% 0;
  }
  .job .tit {
    width: 75%;
  }
  .job p {
    font-size: 1.4rem;
    text-align: left;
  }
  .job .list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .job .list li {
    width: 48%;
    margin: 0 0 6%;
  }
  .job .list li:nth-child(2n) {
    margin-left: 4%;
  }
  /* interview
  ------------------------------------------------------------ */
  .interview {
    padding: 10% 0;
  }
  .interview .innar p {
    text-align: left;
    font-size: 1.4rem;
  }
  .interview .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 10px;
  }
  .interview .list li {
    width: 90%;
    margin: 0 auto 30px;
  }
  /* recruit
  ------------------------------------------------------------ */
  .recruit {
    padding: 10% 0;
  }
  .recruit .tit {
    margin: 0 auto 3%;
  }
  .recruit p {
    font-size: 1.4rem;
  }
  .recruit .box {
    width: 90%;
    margin: 30px auto 0;
  }
  .recruit .box ul li {
    width: 48%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .recruit .box ul li a {
    padding: 90px 0px 30px;
    background-size: 70px auto;
  }
  /* ▲SP用================================================================ */
}/*# sourceMappingURL=style.css.map */