@charset "UTF-8";
@font-face {
  font-family: "MPLUS500";
  src: url("../font/MPLUSRounded1c-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "MPLUS700";
  src: url("../font/MPLUSRounded1c-Bold.woff2");
  font-weight: 700;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000000;
  margin: 0;
}

p {
  margin: 0px;
}

a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
  color: #FFFFFF;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.common__buttonWrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .common__buttonWrap {
    max-width: 200px;
    margin: 50px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .common__buttonWrap {
    max-width: 280px;
    margin: 30px auto 0;
  }
}

.common__button {
  width: 100%;
  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;
  position: relative;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px rgba(95, 95, 95, 0.46);
          box-shadow: 3px 3px 3px rgba(95, 95, 95, 0.46);
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #004B9E;
}
.common__button:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../image/fair/icon_arrow.svg") no-repeat center/contain;
          mask: url("../image/fair/icon_arrow.svg") no-repeat center/contain;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .common__button {
    min-height: 30px;
  }
  .common__button:hover {
    color: #004B9E;
    border: 2px solid #004B9E;
    background-color: #FFFFFF;
  }
  .common__button:hover:after {
    background-color: #004B9E;
  }
}
@media screen and (max-width: 768px) {
  .common__button {
    min-height: 50px;
  }
}
.common__button.--end {
  display: none;
}

.common-pop {
  display: none;
}
.common-pop.is-active {
  display: block;
}
.common-pop.is-active .common-pop__overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}
.common-pop.is-active .common-pop__popBox {
  max-width: 940px;
  width: calc(100% - 60px);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1001;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__popBox {
    padding: 50px 40px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__popBox {
    padding: 30px 10px 30px 20px;
  }
}
.common-pop.is-active .common-pop__boxTitle {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-weight: 900;
  color: #004B9E;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__boxTitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__boxTitle {
    font-size: 18px;
  }
}
.common-pop.is-active .common-pop__boxTitle2 {
  margin: 0 10px 30px 0;
  padding: 2px 15px;
  line-height: 1.5;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #004B9E;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__boxTitle2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__boxTitle2 {
    font-size: 20px;
  }
}
.common-pop.is-active .common-pop__row {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__row {
    height: 57vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__row {
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__definitionGroup {
    max-width: 470px;
    width: 100%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__definitionGroup {
    font-size: 14px;
  }
}
.common-pop.is-active .common-pop__boxText {
  height: 50vh;
  padding-right: 10px;
  overflow-y: auto;
}
.common-pop.is-active .common-pop__boxText.--gray {
  height: auto;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid #E2E2E2;
  background-color: #F9F9F9;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__boxText {
    margin: 30px 0 10px;
  }
  .common-pop.is-active .common-pop__boxText.--gray {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__boxText {
    margin: 20px 0 10px;
  }
  .common-pop.is-active .common-pop__boxText.--gray {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__boxText p {
    margin-bottom: 20px;
    line-height: 1.87;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__boxText p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.78;
  }
}
.common-pop.is-active .common-pop__boxText h2, .common-pop.is-active .common-pop__boxText h3 {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__boxText h2, .common-pop.is-active .common-pop__boxText h3 {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__boxText h2, .common-pop.is-active .common-pop__boxText h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
.common-pop.is-active .common-pop__definition {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.87;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__definition:first-child {
    border-top: 1px solid #E2E2E2;
  }
}
.common-pop.is-active .common-pop__definition:nth-child(odd) {
  background-color: #F9F9F9;
}
.common-pop.is-active .common-pop__definition.--white {
  background-color: #FFFFFF;
}
.common-pop.is-active .common-pop__definition.--gray {
  background-color: #F9F9F9;
}
.common-pop.is-active .common-pop__tag {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 8px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 5px;
  background-color: #FF9900;
}
.common-pop.is-active .common-pop__data {
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__data {
    font-size: 14px;
    line-height: 1.78;
    word-break: break-all;
  }
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__company {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__logoWrap {
    max-width: 280px;
    margin: 10px auto 0;
    text-align: center;
  }
}
.common-pop.is-active .common-pop__buttonWrap {
  max-width: 190px;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__buttonWrap {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__buttonWrap {
    margin: 50px auto 0;
  }
}
.common-pop.is-active .common-pop__button {
  width: 100%;
  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;
  position: relative;
  z-index: 0;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #004B9E;
}
.common-pop.is-active .common-pop__button:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100px;
  background: url("../image/fair/icon_arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__button {
    height: 40px;
  }
  .common-pop.is-active .common-pop__button:hover {
    color: #004B9E;
    border: 1px solid #004B9E;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__button {
    height: 45px;
  }
}
.common-pop.is-active .common-pop__close {
  display: block;
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1002;
  cursor: pointer;
  border-radius: 100px;
  background-color: #ECF1F7;
}
.common-pop.is-active .common-pop__close:before, .common-pop.is-active .common-pop__close:after {
  content: "";
  width: 6px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #004B9E;
}
.common-pop.is-active .common-pop__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.common-pop.is-active .common-pop__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .common-pop.is-active .common-pop__close {
    width: 60px;
    height: 60px;
  }
  .common-pop.is-active .common-pop__close:before, .common-pop.is-active .common-pop__close:after {
    width: 6px;
    height: 30px;
  }
  .common-pop.is-active .common-pop__close:hover {
    background-color: #004B9E;
  }
  .common-pop.is-active .common-pop__close:hover:before, .common-pop.is-active .common-pop__close:hover:after {
    background-color: #ECF1F7;
  }
}
@media screen and (max-width: 768px) {
  .common-pop.is-active .common-pop__close {
    width: 40px;
    height: 40px;
  }
  .common-pop.is-active .common-pop__close:before, .common-pop.is-active .common-pop__close:after {
    width: 4px;
    height: 20px;
  }
}

/* ======= top ======= */
.hsk2023_fair_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}

/*初回訪問時ポップアップ動作*/
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 35%;
  height: 0%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .onetime_popup {
    top: 10%;
    width: 80%;
  }
}

.onetime_popup--area {
  position: relative;
  display: block;
}

.onetime_popup_link {
  position: absolute;
  width: 88%;
  height: 18%;
  max-height: 75px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  bottom: -4.5%;
}

.btn_close {
  display: block;
  position: absolute;
  top: 0px;
  right: -80px;
  background-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}
@media screen and (max-width: 768px) {
  .btn_close {
    top: -50px;
    right: 0px;
    width: 40px;
    height: 40px;
  }
}

.btn_close::before, .btn_close::after {
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  left: 67%;
  width: 50%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #042C7E;
}

.btn_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*初回訪問時ポップアップ動作*/
/*告知用帯*/
.fair2023__belt {
  background-color: #FFFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fair2023__belt-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .fair2023__belt-inner {
    padding: 0px;
  }
}

/*告知用帯*/
/* ======= 共通 ======= */
.fair__caption {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #004B9E;
  margin: 0;
  text-align: center;
  z-index: 10;
  padding-bottom: 20px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .fair__caption {
    font-size: 24px;
  }
}
.fair__caption .--seminar {
  position: relative;
}
.fair__caption .--seminar::before {
  position: absolute;
  content: "";
  top: 20%;
  left: calc(50% - 210px);
  display: inline-block;
  background-image: url(../image/fair/icon_seminar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .fair__caption .--seminar::before {
    top: 10%;
    left: calc(50% - 110px);
    width: 30px;
    height: 30px;
  }
}
.fair__caption .--education {
  position: relative;
  margin-top: 10px;
}
.fair__caption .--education::before {
  position: absolute;
  content: "";
  top: 30%;
  left: calc(50% - 160px);
  display: inline-block;
  background-image: url(../image/fair/icon_book.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .fair__caption .--education::before {
    top: 10%;
    left: calc(50% - 90px);
    width: 30px;
    height: 30px;
  }
}
.fair__caption .--company {
  position: relative;
  margin-top: 10px;
}
.fair__caption .--company::before {
  position: absolute;
  content: "";
  top: 10%;
  left: calc(50% - 160px);
  display: inline-block;
  background-image: url("../image/fair/icon_earth.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .fair__caption .--company::before {
    top: 0%;
    left: calc(50% - 90px);
    width: 30px;
    height: 30px;
  }
}
.fair__caption::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 80px);
  display: inline-block;
  background-image: url(../image/fair/caption_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  max-width: 150px;
  max-height: 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fair__caption::before {
    bottom: 13px;
    left: calc(50% - 30px);
    width: 60px;
    height: 38px;
  }
}
.fair__caption::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
  position: absolute;
  background-color: #004B9E;
  height: 6px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .fair__caption::after {
    height: 3px;
    width: 15px;
    bottom: 10px;
  }
}

.__sub {
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .__sub {
    font-size: 16px;
  }
}

.dis__none {
  display: none;
}

/* ======= メニュー ======= */
.fair__menu {
  width: 100%;
  background-color: #042C7E;
  color: #FFFFFF;
  padding: 10px 0px;
  height: 100px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .fair__menu {
    height: 60px;
    padding: 5px 0px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.menu__list {
  padding: 0;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu__list {
    margin: 0 5px;
  }
}

.menu__anchor {
  width: 160px;
  text-align: center;
  border-right: 2px solid #FFFFFF;
}
.menu__anchor.--left {
  border-left: 2px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .menu__anchor.--left {
    border-left: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 768px) {
  .menu__anchor {
    max-width: 90px;
    width: 100%;
    border-right: 1px solid #FFFFFF;
  }
}

.menu__item {
  position: relative;
  max-width: 160px;
  display: inline-block;
  width: 100%;
  height: 80px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 27px 0px 10px;
}
@media screen and (max-width: 950px) {
  .menu__item {
    font-size: 15px;
    padding: 30px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu__item {
    height: 50px;
    font-size: 10px;
    padding: 20px 0px 0px;
    line-height: 1;
  }
}
.menu__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 10px;
  right: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .menu__item::after {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    bottom: 2px;
  }
}
.menu__item:hover {
  color: #fff;
}
.menu__item.--seminar::before, .menu__item.--education::before, .menu__item.--company::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu__item.--seminar.--seminar::before, .menu__item.--education.--seminar::before, .menu__item.--company.--seminar::before {
  background-image: url(../image/fair/menu_icon1.svg);
  top: 8%;
  left: calc(50% - 10px);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .menu__item.--seminar.--seminar::before, .menu__item.--education.--seminar::before, .menu__item.--company.--seminar::before {
    top: 0%;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu__item.--seminar.--education, .menu__item.--education.--education, .menu__item.--company.--education {
    padding: 27px 0px 0px;
  }
}
.menu__item.--seminar.--education::before, .menu__item.--education.--education::before, .menu__item.--company.--education::before {
  background-image: url("../image/fair/menu_icon2.svg");
  top: 10%;
  left: calc(50% - 10px);
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .menu__item.--seminar.--education::before, .menu__item.--education.--education::before, .menu__item.--company.--education::before {
    top: 7%;
    width: 23px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu__item.--seminar.--company, .menu__item.--education.--company, .menu__item.--company.--company {
    padding: 27px 0px 0px;
  }
}
.menu__item.--seminar.--company::before, .menu__item.--education.--company::before, .menu__item.--company.--company::before {
  background-image: url("../image/fair/menu_icon3.svg");
  top: 9%;
  left: calc(50% - 8px);
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .menu__item.--seminar.--company::before, .menu__item.--education.--company::before, .menu__item.--company.--company::before {
    top: 3%;
    width: 20px;
    height: 20px;
  }
}

.menu__btn {
  min-width: 230px;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 5px;
  line-height: 1.2;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 950px) {
  .menu__btn {
    font-size: 20px;
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .menu__btn {
    font-size: 11px;
    min-width: 90px;
    max-width: 130px;
    padding: 7px;
  }
}
.menu__btn.--google {
  background-color: #FB26AB;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .menu__btn.--google {
    margin-left: 5px;
  }
}
.menu__btn.--line {
  background-color: #4CC764;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .menu__btn.--line {
    margin-left: 5px;
  }
}
.menu__btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 5px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .menu__btn::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    right: 4px;
  }
}
.menu__btn:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

/* ======= ボタン ======= */
.top__anchor {
  position: relative;
  background: #004B9E;
  display: block;
  height: 100%;
  overflow: hidden;
}

.anchor__buttonWrap {
  max-width: 1000px;
  padding: 0px 10px;
  margin: 0 auto;
  text-align: center;
}

.anchor__btn {
  position: relative;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1333333333);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1333333333);
  background: #FFFFFF;
  padding: 8px 5px 22px;
  display: inline-block;
  margin: 30px 20px;
  color: #004B9E;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  width: 25%;
}
.anchor__btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #004B9E;
  border-right: 3px solid #004B9E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 10px;
  margin-left: 0;
  left: calc(50% - 5px);
}

.apply {
  margin: 0px auto 100px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .apply {
    margin: 0px auto 50px;
  }
}

.apply__inner {
  border: 3px solid #004B9E;
  border-radius: 25px;
  padding: 30px 20px;
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apply__inner {
    padding: 20px 20px 0px;
  }
}

.apply__caption {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .apply__caption {
    font-size: 18px;
  }
}

.apply__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .apply__buttonWrap {
    display: block;
  }
}

.apply_button {
  position: relative;
  width: calc(50% - 20px);
  display: block;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 15px 10px;
  max-width: 400px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .apply_button {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 23px;
    padding: 10px 5px;
  }
}
.apply_button.--google {
  border: 2px solid #FB26AB;
  background-color: #FB26AB;
}
.apply_button.--line {
  border: 2px solid #4CC764;
  background-color: #4CC764;
}
.apply_button::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 5px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
.apply_button:hover.--google {
  border: 2px solid #FB26AB;
  background-color: #FFFFFF;
  color: #FB26AB;
}
.apply_button:hover.--google::after {
  border-top: 3px solid #FB26AB;
  border-right: 3px solid #FB26AB;
}
.apply_button:hover.--line {
  border: 2px solid #4CC764;
  background-color: #FFFFFF;
  color: #4CC764;
}
.apply_button:hover.--line::after {
  border-top: 3px solid #4CC764;
  border-right: 3px solid #4CC764;
}

/* ======= メインビジュアル ======= */
.pc__visual {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc__visual {
    display: none;
  }
}

.sp__visual {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__visual {
    display: block;
    width: 100%;
  }
}

.summary {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.summary__inner {
  position: relative;
  margin: 0 auto 50px;
  max-width: 1000px;
  padding: 0px 20px;
  text-align: center;
}
.summary__inner::after {
  position: absolute;
  content: url("../image/fair/summary_bg.png");
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  top: 20px;
  margin-left: 0;
  right: -300px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .summary__inner::after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    right: -350px;
  }
}
@media screen and (max-width: 768px) {
  .summary__inner::after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    top: -135px;
    right: -320px;
    margin-left: 0;
  }
}

.summary h5 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin: 30px 0px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .summary h5 {
    font-size: 20px;
    margin: 60px 0px 30px;
  }
}
.summary h5::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #004B9E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.summary__text {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 16px;
    font-weight: 400;
  }
}

/* ======= 開催概要 ======= */
#about {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #about {
    margin-bottom: 50px;
  }
}

.about__inner {
  max-width: 1000px;
  margin: -100px auto 0px;
  padding: 200px 20px 0px;
}
@media screen and (max-width: 768px) {
  .about__inner {
    margin: -60px auto 0px;
    padding: 120px 20px 0px;
  }
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .about__flex {
    margin-top: 30px;
  }
}

.about__flex .f25 {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__flex .f25 {
    font-size: 16px;
  }
}

.about__flex .f30 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__flex .f30 {
    font-size: 20px;
  }
}

.about__head {
  width: 16%;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .about__head {
    min-width: 70px;
    width: 20%;
  }
}

.about__gist {
  font-size: 35px !important;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__gist {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 769px) {
  .about__gist .small__gist {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about__gist .small__gist {
    font-size: 12px;
  }
}

.about__child {
  border-left: 2px solid #004B9E;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .about__child {
    padding-left: 20px;
  }
}

.about__child p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__child p {
    font-size: 14px;
    line-height: 1.85;
  }
}

.about__child .free {
  color: #FB26AB;
}

.about__map {
  background: #004B9E;
  padding: 0px 55px;
  display: inline-block;
  margin: 10px auto 0px;
  color: #FFFFFF;
  border-radius: 70px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.about__map:hover {
  color: #FFFFFF;
}

/* ======= 見どころ ======= */
.point {
  padding: 50px 20px;
  background-color: #ECF1F7 !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .point {
    margin-bottom: 50px;
  }
}

.point__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 40px 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .point__inner {
    padding: 50px 20px 30px;
  }
}

.point__ttl {
  position: absolute;
  max-width: 450px;
  padding: 0px 20px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .point__ttl {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .point__ttl {
    width: 90%;
    top: -40px;
  }
}

.point__comments {
  text-align: center;
  font-size: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .point__comments {
    margin-top: 20px;
  }
}

.point__image {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice__image {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point__text {
  text-align: center;
  color: #004B9E;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .point__text {
    font-size: 16px;
    line-height: 1.87;
  }
}

/* ======= お知らせ ======= */
#news {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 50px;
  }
}

.news__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.news__main {
  margin-top: 30px;
  background-image: linear-gradient(to right, #707070 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.news__post {
  background-image: linear-gradient(to right, #707070 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  display: block;
  padding: 20px 0px;
}

.news__data {
  margin-bottom: 10px;
}

.news__day {
  font-size: 17px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .news__day {
    font-size: 14px;
  }
}

.news__cat {
  display: inline-block;
  font-size: 15px;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 4px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news__cat {
    font-size: 14px;
  }
}
.news__cat.--tokyo {
  background: #004B9E;
}
.news__cat.--osaka {
  background: #F59637;
}
.news__cat.--aichi {
  background: #4AB710;
}

.news__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .news__text {
    font-size: 16px;
  }
}

/* ======= セミナー ======= */
#seminar {
  padding: 100px 20px;
  background-color: #ECF1F7 !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #seminar {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}

.seminar__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .seminar__inner {
    padding: 30px 10px 50px;
  }
}

.seminar__summary {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .seminar__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.seminar__text {
  font-size: 16px;
  width: 40%;
  max-width: 380%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .seminar__text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

.seminar__bullet {
  margin-top: 20px;
  padding: 0px;
}

.seminar__list {
  color: #B60300;
  font-size: 12px;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.seminar__list::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .seminar__list {
    margin-bottom: 5px;
  }
}

.seminar__visual {
  width: 55%;
  max-width: 530%;
}
@media screen and (max-width: 768px) {
  .seminar__visual {
    width: 100%;
  }
}

.seminar__post {
  margin-top: 50px;
  width: 100%;
}

.seminar__day {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #004B9E;
  color: #FFFFFF;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.seminar__day.--end {
  color: #FFFF00;
}
@media screen and (max-width: 768px) {
  .seminar__day {
    font-size: 17px;
  }
}

.seminar__data {
  position: relative;
  border: 3px solid #004B9E;
  padding: 0px 20px 50px;
}
@media screen and (max-width: 768px) {
  .seminar__data {
    padding: 0px 10px 30px;
    border: 2px solid #004B9E;
  }
}
.seminar__data::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 30px;
  display: inline-block;
  background-image: url(../image/fair/seminar_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .seminar__data::before {
    display: none;
  }
}

.seminar__ttl {
  padding: 30px 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.52;
  color: #004B9E;
  text-align: center;
  border-bottom: 3px solid #004B9E;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .seminar__ttl {
    padding: 15px 0px;
    font-size: 18px;
    text-align: left;
    font-weight: 900;
    border-bottom: 2px solid #004B9E;
  }
}

.seminar__caption {
  font-size: 18px;
  padding: 0px 10px;
  border-left: 5px solid #004B9E;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .seminar__caption {
    font-size: 16px;
  }
}

.seminar__speaker {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .seminar__speaker {
    margin-top: 20px;
  }
}

.seminar__speakerData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .seminar__speakerData {
    display: block;
  }
}

.seminar__speakerImage {
  max-width: 220px;
  max-height: 220px;
  width: 21vw;
  height: 21vw;
}
@media screen and (max-width: 768px) {
  .seminar__speakerImage {
    max-width: 200px;
    max-height: 200px;
    width: 50vw;
    height: 50vw;
    margin: 0 auto 20px;
  }
}

.seminar__speakerEx {
  max-width: 650px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .seminar__speakerEx {
    max-width: auto;
    width: 100%;
  }
}

.seminar__speakerAffiliation {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .seminar__speakerAffiliation {
    font-size: 16px;
    font-weight: 500;
  }
}

.seminar__speakerName {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .seminar__speakerName {
    font-size: 18px;
    font-weight: 500;
  }
}

.seminar__speakerText {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .seminar__speakerText {
    margin-top: 10px;
    font-size: 14px;
  }
}

.seminar__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .seminar__content {
    margin-top: 30px;
  }
}

.seminar__contentText {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .seminar__contentText {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* ======= 参加大学 ======= */
#education {
  padding: 100px 20px;
  background-color: #ECF1F7 !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #education {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}

.education__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .education__inner {
    padding: 30px 10px 50px;
  }
}

.education__summary {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .education__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.education__text {
  font-size: 16px;
  width: 40%;
  max-width: 380%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .education__text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

.education__bullet {
  margin-top: 20px;
  padding: 0px;
}

.education__list {
  color: #B60300;
  font-size: 12px;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.education__list::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .education__list {
    margin-bottom: 5px;
  }
}

.education__visual {
  width: 55%;
  max-width: 530%;
}
@media screen and (max-width: 768px) {
  .education__visual {
    width: 100%;
  }
}

.education__guide {
  margin-top: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background-color: #004B9E;
}

.education__postGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.education__postWrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .education__postWrap {
    width: 24%;
    margin-top: 30px;
  }
  .education__postWrap:not(:nth-child(4n+1)) {
    margin-left: 1.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .education__postWrap {
    width: 48%;
    margin-top: 20px;
  }
  .education__postWrap:nth-child(2n) {
    margin-left: 4%;
  }
}

.education__post {
  padding: 10px 8px 35px 8px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ECF1F7;
  border-top: 5px solid #004B9E;
}
.education__post:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #004B9E;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .education__post:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .education__post {
    display: block;
  }
}

.education__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .education__logo {
    max-width: 200px;
    max-height: 200px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .education__logo {
    width: 132px;
    height: 100px;
  }
}

.education__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .education__city {
    font-size: 16px;
    font-weight: 500;
  }
}

.education__name {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #004B9E;
}
@media screen and (min-width: 769px) {
  .education__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .education__name {
    font-size: 18px;
  }
}

.education__comment {
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .education__comment {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* ======= 参加企業 ======= */
#company {
  padding: 100px 20px;
  background-color: #ECF1F7 !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #company {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}

.company__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding: 30px 10px 50px;
  }
}

.company__summary {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.company__text {
  font-size: 16px;
  width: 40%;
  max-width: 380%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company__text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

.company__bullet {
  margin-top: 20px;
  padding: 0px;
}

.company__list {
  color: #B60300;
  font-size: 12px;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.company__list::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .company__list {
    margin-bottom: 5px;
  }
}

.company__visual {
  width: 55%;
  max-width: 530%;
}
@media screen and (max-width: 768px) {
  .company__visual {
    width: 100%;
  }
}

.company__guide {
  margin-top: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background-color: #004B9E;
}

.company__postGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company__postWrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .company__postWrap {
    width: 24%;
    margin-top: 30px;
  }
  .company__postWrap:not(:nth-child(4n+1)) {
    margin-left: 1.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .company__postWrap {
    width: 48%;
    margin-top: 20px;
  }
  .company__postWrap:nth-child(2n) {
    margin-left: 4%;
  }
}

.company__post {
  padding: 10px 8px 35px 8px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ECF1F7;
  border-top: 5px solid #004B9E;
}
.company__post:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #004B9E;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .company__post:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .company__post {
    display: block;
  }
}

.company__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .company__logo {
    max-width: 200px;
    max-height: 200px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .company__logo {
    width: 132px;
    height: 100px;
  }
}

.company__employmentName {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #004B9E;
}
@media screen and (min-width: 769px) {
  .company__employmentName {
    min-height: 54px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company__employmentName {
    min-height: 50px;
    font-size: 18px;
  }
}

.company__job {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company__job {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
  }
}

.company__comment {
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .company__comment {
    margin-top: 10px;
    font-size: 14px;
  }
}

.company__jobBtn {
  position: relative;
  min-width: 200px;
  background: #004B9E;
  padding: 0px 10px;
  display: inline-block;
  margin: 20px 0 0 auto;
  color: #FFFFFF;
  border-radius: 70px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__jobBtn {
    padding: 10px;
    margin: 30px auto 0px;
    min-width: 100%;
  }
}
.company__jobBtn:hover {
  color: #FFFFFF;
}
.company__jobBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 4px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .company__jobBtn::after {
    right: 20px;
  }
}

/* ======= 協賛企業 ======= */
#cosponor {
  padding: 100px 20px;
  background-color: #ECF1F7 !important;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #cosponor {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}

.cosponor__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .cosponor__inner {
    padding: 30px 10px 50px;
  }
}

.cosponor__summary {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cosponor__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.cosponor__text {
  font-size: 16px;
  width: 40%;
  max-width: 380%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .cosponor__text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

.cosponor__bullet {
  margin-top: 20px;
  padding: 0px;
}

.cosponor__list {
  color: #B60300;
  font-size: 12px;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.cosponor__list::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cosponor__list {
    margin-bottom: 5px;
  }
}

.cosponor__visual {
  width: 55%;
  max-width: 530%;
}
@media screen and (max-width: 768px) {
  .cosponor__visual {
    width: 100%;
  }
}

.cosponor__guide {
  margin-top: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background-color: #004B9E;
}

.cosponor__postGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cosponor__postWrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cosponor__postWrap {
    width: 24%;
    margin-top: 30px;
  }
  .cosponor__postWrap:not(:nth-child(4n+1)) {
    margin-left: 1.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .cosponor__postWrap {
    width: 48%;
    margin-top: 20px;
  }
  .cosponor__postWrap:nth-child(2n) {
    margin-left: 4%;
  }
}

.cosponor__post {
  padding: 10px 8px 35px 8px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ECF1F7;
  border-top: 5px solid #004B9E;
}
.cosponor__post:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #004B9E;
  border-top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .cosponor__post:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .cosponor__post {
    display: block;
  }
}

.cosponor__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cosponor__logo {
    max-width: 200px;
    max-height: 200px;
    min-width: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .cosponor__logo {
    width: 132px;
    height: 100px;
  }
}

.cosponor__sponsorshipName {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #004B9E;
}
@media screen and (min-width: 769px) {
  .cosponor__sponsorshipName {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cosponor__sponsorshipName {
    font-size: 18px;
  }
}

.cosponor__employmentName {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cosponor__employmentName {
    font-size: 16px;
    font-weight: 500;
  }
}

.cosponor__job {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cosponor__job {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
  }
}

.cosponor__comment {
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .cosponor__comment {
    margin-top: 10px;
    font-size: 14px;
  }
}

.cosponor__jobBtn {
  position: relative;
  min-width: 200px;
  background: #004B9E;
  padding: 0px 10px;
  display: inline-block;
  margin: 20px 0 0 auto;
  color: #FFFFFF;
  border-radius: 70px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cosponor__jobBtn {
    padding: 10px;
    margin: 30px auto 0px;
    min-width: 100%;
  }
}
.cosponor__jobBtn:hover {
  color: #FFFFFF;
}
.cosponor__jobBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 4px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .cosponor__jobBtn::after {
    right: 20px;
  }
}

/* ======= 主催、後援、協力 ======= */
.sponsor {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sponsor {
    margin-bottom: 80px;
  }
}

.sponsor__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.sponsor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sponsor__flex {
    margin-top: 30px;
    font-size: 14px;
  }
}

.sponsor__head {
  width: 16%;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .sponsor__head {
    min-width: 70px;
    width: 20%;
  }
}

.sponsor__gist {
  font-size: 35px !important;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sponsor__gist {
    font-size: 20px !important;
  }
}

.sponsor__child {
  border-left: 2px solid #004B9E;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .sponsor__child {
    padding-left: 20px;
  }
}

.sponsor__child p {
  line-height: 1.2;
  margin-bottom: 20px;
}
.sponsor__child p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .sponsor__child p {
    line-height: 1;
    margin-bottom: 15px;
  }
}

.sponsor__child span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sponsor__child span {
    font-size: 14px;
  }
}

/* ======= 過去レポート ======= */
.report {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .report {
    margin-bottom: 50px;
  }
}

.report__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.report__summary {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.report__summary span {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .report__summary {
    font-size: 16px;
    margin-top: 10px;
  }
}

.report__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .report__buttonWrap {
    display: block;
    margin-top: 30px;
  }
}

.report__button {
  position: relative;
  width: calc(50% - 20px);
  display: block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 15px 10px;
  max-width: 470px;
  border: 2px solid #004B9E;
  background-color: #004B9E;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .report__button {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
    padding: 12px 10px;
  }
}
.report__button::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 5px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
.report__button:hover {
  border: 2px solid #004B9E;
  background-color: #FFFFFF;
  color: #004B9E;
}
.report__button:hover::after {
  border-top: 3px solid #004B9E;
  border-right: 3px solid #004B9E;
}