@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/ad/asset/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/ad/asset/font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans Japanese Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/ad/asset/font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/ad/asset/font/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans Japanese Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/ad/asset/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/ad/asset/font/NotoSansCJKjp-Bold.woff") format("woff");
}

/*--- 震えるアニメーション ---*/
@-webkit-keyframes trembleEle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translate(3px);
            transform: translate(3px);
  }
  80% {
    -webkit-transform: translate(-1px);
            transform: translate(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes trembleEle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translate(3px);
            transform: translate(3px);
  }
  80% {
    -webkit-transform: translate(-1px);
            transform: translate(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-heading {
  background: linear-gradient(45deg, #fdbb00, #f66400);
}

#recruitment-anchor {
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 750px) {
  #recruitment-anchor {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}

.ex-summary__section-title, .ex-points__section-title, .ex-notice__section-title {
  font-family: "Noto Serif JP", serif;
}

.ex-container {
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 750px) {
  .ex-container {
    margin: 0 auto;
    width: 100%;
  }
}

.news__block {
  border: 2px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1280px;
}

@media screen and (max-width: 750px) {
  .news__block {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.news__block .heading__block {
  background-color: #e7e7e7;
  padding: 5.25em 6.063em 8.625em;
  width: 318px;
}

@media screen and (max-width: 750px) {
  .news__block .heading__block {
    background-color: #ffffff;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .news__block .heading__block img {
    width: 23.2vw;
  }
}

.ex-news__section {
  margin: 86px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-news__section {
    margin: 38px 0 0 0;
  }
}

.news {
  padding: 1.25em 1.875em;
  width: 958px;
}

@media screen and (max-width: 750px) {
  .news {
    padding: 6% 4.8% 8%;
    width: 100%;
  }
}

.news a {
  display: block;
}

@media screen and (max-width: 750px) {
  .news a {
    border-bottom: 1px dotted #7d7d7d;
  }
}

.news a:not(:last-child) {
  border-bottom: 1px dotted #7d7d7d;
}

.news__area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 1;
  padding: 1.25em;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .news__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news__area::after {
  content: "";
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 6px;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .news__area::after {
    top: 66%;
    right: 5%;
  }
}

.news__area:hover {
  opacity: .5;
}

.news__area .date {
  color: #888888;
  font-size: 1.125em;
  margin-right: 2.111em;
}

@media screen and (max-width: 750px) {
  .news__area .date {
    font-size: 2.933vw;
    margin-right: 2.4%;
  }
}

.news__area .category {
  margin-right: 2.375em;
}

@media screen and (max-width: 750px) {
  .news__area .category img {
    margin-right: 0;
    width: 14.533vw;
  }
}

.news__area .text {
  color: #222222;
  font-size: 1.125em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .news__area .text {
    font-size: 3.2vw;
    margin-top: 2.667%;
  }
}

.news__block--btn {
  position: absolute;
  top: 140px;
  left: 80px;
}

@media screen and (max-width: 750px) {
  .news__block--btn {
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
}

.ex-summary__title-text, .ex-summary__title-text-2, .ex-points__title-text, .ex-points__title-text-2 {
  text-align: center;
  font-size: 20px;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-summary__title-text, .ex-summary__title-text-2, .ex-points__title-text, .ex-points__title-text-2 {
    padding: 20px 0 0 0;
    font-size: 13px;
  }
}

.ex-summary__title-wrap {
  position: relative;
  padding: 90px 0 0 0;
}

.ex-summary__title-wrap:after {
  content: "";
  position: absolute;
  width: 939px;
  height: 265px;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/examination_bg_1_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .ex-summary__title-wrap {
    padding: 70px 0 0 0;
  }
  .ex-summary__title-wrap:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 265px;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/examination_bg_1_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.ex-summary__section-title {
  text-align: center;
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  .ex-summary__section-title {
    font-size: 30px;
  }
}

.ex-summary__title-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .ex-summary__title-text-wrap {
    -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;
  }
}

@media screen and (max-width: 750px) {
  .ex-summary__title-text-2 {
    padding: 8px 0 0 0;
  }
}

.ex-summary__link-wrap {
  margin: 30px 0 0 0;
}

.color-pattern-01::after {
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #ecf9fd);
}

.color-pattern-02::after {
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #FFFAD3);
}

.ex-points__title-wrap {
  position: relative;
  padding: 152px 0 0 0;
}

.ex-points__title-wrap:after {
  content: "";
  position: absolute;
  width: 1092px;
  height: 173px;
  top: 74px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/examination_bg_2_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .ex-points__title-wrap {
    padding: 90px 0 0 0;
  }
  .ex-points__title-wrap:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 173px;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/examination_bg_2_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.ex-points__section-title {
  text-align: center;
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  .ex-points__section-title {
    font-size: 30px;
  }
}

.ex-points__title-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .ex-points__title-text-wrap {
    -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;
  }
}

@media screen and (max-width: 750px) {
  .ex-points__title-text-2 {
    padding: 10px 0 0 0;
  }
}

.ex-points__link-wrap {
  margin: 40px 0 0 0;
}

.ex-points__link-wrap-1 {
  margin: 40px 0 0 0;
}

.ex-points__link-wrap-2 {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-points__link-wrap-2 {
    margin-top: 2.969em;
  }
}

.ex-points__lead.lead {
  margin-top: 4.429em;
}

.ex-points__lead-2.lead {
  margin-top: 6.45em;
}

.c-box--md {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-box--md:hover {
  -webkit-box-shadow: 5px 0px 11px -4px #a3a3a3;
          box-shadow: 5px 0px 11px -4px #a3a3a3;
}

.c-box--md:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: -5px 0px 11px -4px #a3a3a3;
          box-shadow: -5px 0px 11px -4px #a3a3a3;
}

.c-box--md .after-txt.ex-points__after-txt::after {
  content: "";
}

.c-box--md .after-txt + .lead.ex-points__lead-2 {
  margin-top: 6.55em;
}

.ex-notice__link-box--flex, .ex-notice__link-box-top--flex {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 0 40px;
  height: 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.ex-notice__link-box--flex:hover, .ex-notice__link-box-top--flex:hover {
  background-image: linear-gradient(135deg, #FFFAD3 0%, #ffffff 50%, #ffffff);
  -webkit-box-shadow: 0px 0px 20px -3px #a3a3a3;
          box-shadow: 0px 0px 20px -3px #a3a3a3;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .ex-notice__link-box--flex, .ex-notice__link-box-top--flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4% 11% 5% 11%;
    height: auto;
  }
}

.ex-notice__section {
  padding: 0 0 200px 0;
}

@media screen and (max-width: 750px) {
  .ex-notice__section {
    padding: 0 0 180px 0;
  }
}

.ex-notice__title-wrap {
  position: relative;
  padding: 40px 0 0x 0;
}

.ex-notice__title-wrap:after {
  content: "";
  position: absolute;
  width: 1202px;
  height: 247px;
  top: 136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/examination_bg_3_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .ex-notice__title-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 247px;
    top: -23%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/examination_bg_3_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.ex-notice__section-title {
  position: relative;
  text-align: center;
  font-size: 50px;
  padding: 160px 0 0 0;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .ex-notice__section-title {
    font-size: 30px;
    padding: 66px 0 0 0;
  }
}

.ex-notice__title-text {
  text-align: center;
  font-size: 20px;
  padding: 18px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-notice__title-text {
    font-size: 13px;
    padding: 18px 0 0 0;
  }
}

.ex-notice__check-wrap {
  width: 638px;
  margin: 0 auto;
  padding: 40px 0 56px 0;
}

@media screen and (max-width: 750px) {
  .ex-notice__check-wrap {
    width: 90%;
    padding: 38px 0 40px 0;
  }
}

.ex-notice__link-wrap-top {
  background: #fff;
  position: relative;
  margin: 0 0 -12px 0;
}

.ex-notice__link-wrap {
  background: #fff;
  position: relative;
  margin: 0 0 -12px 0;
}

.ex-notice__check-border {
  margin: 0 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-notice__check-border {
    width: 100%;
  }
}

.ex-notice__text-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .ex-notice__text-wrap--flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ex-notice__check-img-wrap {
  margin: 0 20px 0 0;
  padding: 3px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ex-notice__check-img-wrap {
    width: 56%;
  }
}

@media screen and (max-width: 750px) {
  .ex-notice__check-img {
    width: 53%;
  }
}

.ex-notice__check-text {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .ex-notice__check-text {
    padding: 6px 0 0 0;
  }
}

.ex-notice__check-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 750px) {
  .ex-notice__check-icon {
    width: 8.5%;
  }
}

.ex-notice__bottom-btn-wrap {
  width: 100%;
  text-align: center;
}

.c-btn--lg {
  background-image: -webkit-gradient(linear, left top, right top, from(#3fa9d2), color-stop(51%, #30b9e5), to(#3fa9d2));
  background-image: linear-gradient(to right, #3fa9d2 0%, #30b9e5 51%, #3fa9d2 100%);
}
/*# sourceMappingURL=index.css.map */