@charset "UTF-8";
@media screen and (max-width: 1200px) {
  .body-wrap {
    min-width: auto;
  }
}

.hero.inter {
  padding-top: 46px;
}

.hero__bg {
  background-image: url(./assets/img/hrs/solicitation.background.jpg);
  background-position: center;
  background-size: cover;
  height: 362px;
  width: 100%;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .hero__bg {
    background-image: url(./assets/img/hrs/solicitation-bgSp.jpg);
    background-position: bottom;
    height: 745px;
  }
}

.hero__bg.uni {
  background-image: url(./assets/img/hrs/research-university-hero@2x.jpg);
}

@media (max-width: 767px) {
  .hero__bg.uni {
    background-image: url(./assets/img/hrs/hero-uniSp.jpg);
  }
}

.hero__bg.covid {
  background-image: url(./assets/img/hrs/hero-covid.jpg);
}

@media (max-width: 767px) {
  .hero__bg.covid {
    background-image: url(./assets/img/hrs/hero-covidSp.jpg);
  }
}

.hero__bg.covid-post, .hero__bg.covid-details {
  background-image: url(./assets/img/hrs/hero-news.jpg);
}

@media (max-width: 767px) {
  .hero__bg.covid-post, .hero__bg.covid-details {
    background-image: url(./assets/img/hrs/hero-newsSp.jpg);
  }
}

.hero__bg.contact, .hero__bg.recruit, .hero__bg.alumni {
  background-image: url(./assets/img/hrs/hero-contact.jpg);
}

@media (max-width: 767px) {
  .hero__bg.contact, .hero__bg.recruit, .hero__bg.alumni {
    background-image: url(./assets/img/hrs/hero-contactSp.jpg);
  }
}

.hero__bg.certifi {
  background-image: url(./assets/img/hrs/hero-certificate.jpg);
}

@media (max-width: 767px) {
  .hero__bg.certifi {
    background-image: url(./assets/img/hrs/hero-certificateSp.jpg);
  }
}

.hero__bg.attest {
  background-image: url(./assets/img/hrs/hero-attest.jpg);
}

@media (max-width: 767px) {
  .hero__bg.attest {
    background-image: url(./assets/img/hrs/hero-student-certificateSp.jpg);
  }
}

.hero__bg.cont {
  background-image: url(./assets/img/hrs/hero-contribution.jpg);
}

@media (max-width: 767px) {
  .hero__bg.cont {
    background-image: url(./assets/img/hrs/hero-contributionSp.jpg);
  }
}

.hero__bg--text {
  text-align: center;
  padding-top: 127px;
}

@media (max-width: 767px) {
  .hero__bg--text {
    padding-top: 265px;
  }
}

.hero__bg--title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  max-width: 697px;
  margin: 0 auto;
  padding-top: 36.5px;
}

@media (max-width: 374px) {
  .hero__bg--title {
    font-size: 20px;
  }
}

.hero__bg--title-bottom {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.1;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  max-width: 697px;
  margin: 0 auto;
  padding-bottom: 27.5px;
}

@media (max-width: 767px) {
  .hero__bg--title-bottom {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .hero__bg--title-bottom {
    font-size: 24px;
  }
}

.essentials {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .essentials {
    margin-top: 75px;
  }
}

.essentials__title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .essentials__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.essentials__container {
  max-width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .essentials__container {
    margin: 0 25px;
  }
}

.essentials__list {
  border: 1px solid #cbcbcb;
}

.essentials__item {
  border-bottom: 1px dashed #cbcbcb;
}

.essentials__item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .essentials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.essentials__item--left {
  background-color: #f7f7f7;
  width: 20.5%;
  padding: 30px 15px;
  line-height: 2.18;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .essentials__item--left {
    width: 100%;
    padding: 10px 30px;
    font-size: 14px;
  }
}

.essentials__item--right {
  width: 79.5%;
  padding: 28px;
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .essentials__item--right {
    width: 100%;
    padding: 15px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .solicitation__nth.red {
    background-color: #d83000;
  }
}

.solicitation__nth.red a {
  color: #d83000 !important;
}

@media (max-width: 767px) {
  .solicitation__nth.red a {
    color: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .solicitation__nth {
    width: 50%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px dashed #d83000;
  }
  .solicitation__nth:nth-child(odd) {
    border-right: 1px dashed #d83000;
  }
}

.solicitation__nav {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 964px) {
  .solicitation__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .solicitation__nav {
    background-color: #ffffff;
  }
}

.solicitation__nav--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 42px;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 964px) {
  .solicitation__nav--wrapper {
    padding: 42px 15px;
  }
}

@media (max-width: 767px) {
  .solicitation__nav--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.solicitation__nav--container {
  padding: 42px 21px;
  background-color: #ffd4c7;
}

@media (max-width: 964px) {
  .solicitation__nav--container {
    padding: 13px 21px;
  }
}

.solicitation__nav--contents {
  color: #d83000 !important;
  text-align: center;
}

@media (max-width: 964px) {
  .solicitation__nav--contents {
    margin: 0 auto;
  }
}

.solicitation__nav--text {
  font-weight: bold;
  color: #454545 !important;
}

@media (max-width: 767px) {
  .solicitation__nav--span {
    display: none;
  }
}

.solicitation__box {
  padding: 0 25px;
}

.solicitation__donation {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .solicitation__donation {
    font-size: 24px;
    margin-top: 75px;
  }
}

.solicitation__donation--br {
  display: none;
}

@media (max-width: 767px) {
  .solicitation__donation--br {
    display: block;
  }
}

.solicitation__partition {
  border-bottom: 1px solid #454545;
  max-width: 18px;
  margin: 45px auto 0;
}

.solicitation__partition--covid {
  border-bottom: 1px solid #454545;
  max-width: 18px;
  margin: 25px auto 0;
}

.solicitation__text {
  max-width: 840px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 91px;
  line-height: 2.18;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .solicitation__text {
    letter-spacing: 0.07em;
    margin-bottom: 80px;
  }
}

.donation__partition {
  border-bottom: 1px solid #d83000;
  max-width: 18px;
  text-align: center;
  margin: 10px auto 0;
}

.donation__contents--bg {
  background-image: url(./assets/img/hrs/contents.background.png);
  background-position: bottom;
  background-size: cover;
  width: 100%;
}

.donation__contents--title {
  font-size: 30px;
  text-align: center;
  color: #d83000;
  padding-top: 67px;
}

@media (max-width: 767px) {
  .donation__contents--title {
    padding-top: 50px;
    font-size: 28px;
  }
}

.donation__contents--text {
  text-align: center;
  margin-top: 17px;
  color: #d83000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  .donation__contents--text {
    margin-bottom: 30px;
  }
}

.donation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .donation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.donation__wrapper {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.donation__wrapper:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .donation__wrapper {
    margin: 0 15px;
  }
}

.donation__link--bg {
  background-image: url(./assets/img/hrs/contents.bg.png);
  background-size: cover;
  background-position: center;
  width: 246px;
  height: 153px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .donation__link--bg {
    max-width: 335px;
    height: 60px;
    width: 100%;
    background-image: url(./assets/img/hrs/contents.bgSp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 15px;
    padding-top: 10px;
    padding-left: 30px;
  }
}

.donation__link--num {
  text-align: center;
  font-size: 18px;
  padding-top: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}

@media (max-width: 767px) {
  .donation__link--num {
    padding-top: 0;
    margin-right: 35px;
  }
}

.donation__link--title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.preferential {
  padding: 0 25px;
}

.preferential__container {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 70px;
}

.preferential__container.bottom {
  margin-top: 117px;
}

.preferential__main--title {
  margin-top: 71px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .preferential__main--title {
    font-size: 20px;
  }
}

.preferential__main--border {
  margin-top: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .preferential__main--border {
    margin-bottom: 30px;
  }
}

.preferential__main--text {
  line-height: 2.18;
  letter-spacing: 0.1em;
}

.preferential__main--text-top {
  line-height: 2.18;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .preferential__main--text-top {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.preferential__main--text-center {
  font-weight: bold;
  line-height: 2.18;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .preferential__main--text-center {
    font-size: 14px;
  }
}

.preferential__main--text-bottom {
  line-height: 2.18;
}

@media (max-width: 767px) {
  .preferential__main--text-bottom {
    font-size: 14px;
  }
}

.preferential__red {
  color: #d83000;
}

.preferential span {
  font-weight: bold;
}

.preferential__content {
  border: 1px solid #707070;
  margin-top: 20px;
}

.preferential__content--title {
  padding: 19px 30px;
  background-color: #f7f7f7;
  font-weight: bold;
}

@media (max-width: 767px) {
  .preferential__content--title {
    padding: 19px 10px;
  }
}

.preferential__content--box {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .preferential__content--box {
    padding: 0 10px;
  }
}

.preferential__content--text {
  color: #d83000;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  max-width: 1010px;
  padding-bottom: 7.5px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .preferential__content--text {
    font-size: 14px;
  }
}

.preferential__content--bottom-text {
  font-size: 14px;
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 26px;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .preferential__content--bottom-text {
    font-size: 12px;
  }
}

.preferential__content--caution {
  font-weight: bold;
  max-width: 1070px;
  margin: 32px auto 76px;
}

@media (max-width: 767px) {
  .preferential__content--caution {
    font-size: 14px;
  }
}

.report {
  padding: 0 25px;
}

.report__wrapper--text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-top: 45px;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .report__wrapper--text {
    text-align: justify;
  }
}

.report__wrapper--item {
  background-color: #f7f7f7;
  padding: 30px 53px;
  line-height: 2.14;
  letter-spacing: 0.1em;
  max-width: 878px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 96px;
}

@media (max-width: 1023px) {
  .report__wrapper--item {
    padding: 20px;
  }
}

.name-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.name-list {
  width: 100%;
  background-color: #fceeea;
  padding: 58px 25px 64px;
}

@media (max-width: 767px) {
  .name-list {
    padding: 30px 25px;
  }
}

.name-list__title {
  max-width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.name-list__title--text {
  width: 100%;
  max-width: 156px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-right: 28px;
}

@media (max-width: 767px) {
  .name-list__title--text {
    margin-right: 20px;
    font-size: 18px;
    max-width: 130px;
  }
}

.name-list__title--border {
  width: 100%;
  max-width: 600px;
  height: 1px;
  background-color: black;
}

.name-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.name-list__wrapper {
  width: 100%;
}

.name-list__wrapper:first-child {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .name-list__wrapper:first-child {
    margin-right: 10px;
  }
}

.name-list__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.name-list__heading {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .name-list__heading {
    margin-top: 30px;
  }
}

.name-list__red {
  width: 10px;
  height: 10px;
  background-color: #d83000;
  margin-right: 6px;
}

.name-list__name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.name-list__year {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.18;
  background-color: #ffffff;
  padding: 12px 14px;
  border: 1px solid #454545;
  margin-bottom: 12px;
  width: 46%;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .name-list__year {
    width: 48%;
    margin-right: 5px;
  }
}

.name-list__year a {
  color: #454545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.name-list__pdf {
  width: 15px;
  height: 18px;
  margin-left: 6px;
}

.name-list__click {
  margin-left: auto;
}

.university {
  padding: 0 25px;
}

.university__container {
  max-width: 1070px;
  margin: 0 auto;
}

.university__wrapper--text {
  line-height: 2.18;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .university__wrapper--text {
    font-size: 14px;
  }
}

.university__wrapper--box {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 35px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .university__wrapper--box {
    padding: 20px;
  }
}

.university__wrapper--link {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #454545 !important;
}

@media (max-width: 767px) {
  .university__wrapper--link {
    font-size: 14px;
  }
}

.university__wrapper--arrow {
  margin-left: 10px;
}

.university__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .university__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.university__head--span {
  font-size: 16px;
  margin-left: 35px;
}

@media (max-width: 767px) {
  .university__head--span {
    margin-left: 0;
  }
}

.university__head--red {
  font-size: 16px;
  color: #d83000;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .university__head--red {
    font-size: 14px;
    margin-left: 0;
  }
}

.university__head--br {
  display: none;
}

@media (max-width: 767px) {
  .university__head--br {
    display: block;
  }
}

.university__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .university__head--border {
    margin-bottom: 30px;
  }
}

.university__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .university__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.university__link--item {
  max-width: 445px;
  width: 100%;
}

.university__link--item:first-child {
  margin-right: 85px;
}

@media (max-width: 767px) {
  .university__link--item:first-child {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.university__link--name {
  height: 55px;
  background-color: #f7f7f7;
  color: #d83000;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 0 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .university__link--name {
    height: 45px;
    font-size: 14px;
  }
}

.university__link--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.university__link--text {
  color: #454545 !important;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .university__link--text {
    font-size: 14px;
  }
}

.university__table--box {
  width: 100%;
}

@media (max-width: 1023px) {
  .university__table--box {
    display: block;
  }
}

@media (max-width: 1023px) {
  .university__table--box thead {
    display: block;
    float: left;
  }
}

@media (max-width: 1023px) {
  .university__table--box tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .university__table--box tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    margin-right: -6px;
  }
  .university__table--box tbody tr:nth-of-type(4) {
    margin-left: 0px;
  }
}

.university__table--th, .university__table--th-act, .university__table--th-pos, .university__table--th-aff, .university__table--th-dept, .university__table--th-name, .university__table--th-job, .university__table--th-cont, .university__table--th-sec, .university__table--th-wrong {
  border: 1px solid rgba(70, 70, 70, 0.36);
  background-color: #f7f7f7;
  color: #d83000;
  font-weight: bold;
  padding: 16px 0;
}

@media (max-width: 1023px) {
  .university__table--th, .university__table--th-act, .university__table--th-pos, .university__table--th-aff, .university__table--th-dept, .university__table--th-name, .university__table--th-job, .university__table--th-cont, .university__table--th-sec, .university__table--th-wrong {
    padding: 0 10px;
    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;
    width: auto !important;
    vertical-align: middle;
  }
  .university__table--th:nth-of-type(1), .university__table--th-act:nth-of-type(1), .university__table--th-pos:nth-of-type(1), .university__table--th-aff:nth-of-type(1), .university__table--th-dept:nth-of-type(1), .university__table--th-name:nth-of-type(1), .university__table--th-job:nth-of-type(1), .university__table--th-cont:nth-of-type(1), .university__table--th-sec:nth-of-type(1), .university__table--th-wrong:nth-of-type(1) {
    height: 118px;
  }
  .university__table--th:nth-of-type(2), .university__table--th-act:nth-of-type(2), .university__table--th-pos:nth-of-type(2), .university__table--th-aff:nth-of-type(2), .university__table--th-dept:nth-of-type(2), .university__table--th-name:nth-of-type(2), .university__table--th-job:nth-of-type(2), .university__table--th-cont:nth-of-type(2), .university__table--th-sec:nth-of-type(2), .university__table--th-wrong:nth-of-type(2) {
    height: 230px;
  }
  .university__table--th:nth-of-type(3), .university__table--th-act:nth-of-type(3), .university__table--th-pos:nth-of-type(3), .university__table--th-aff:nth-of-type(3), .university__table--th-dept:nth-of-type(3), .university__table--th-name:nth-of-type(3), .university__table--th-job:nth-of-type(3), .university__table--th-cont:nth-of-type(3), .university__table--th-sec:nth-of-type(3), .university__table--th-wrong:nth-of-type(3) {
    height: 370px;
  }
  .university__table--th:nth-of-type(4), .university__table--th-act:nth-of-type(4), .university__table--th-pos:nth-of-type(4), .university__table--th-aff:nth-of-type(4), .university__table--th-dept:nth-of-type(4), .university__table--th-name:nth-of-type(4), .university__table--th-job:nth-of-type(4), .university__table--th-cont:nth-of-type(4), .university__table--th-sec:nth-of-type(4), .university__table--th-wrong:nth-of-type(4) {
    height: 146px;
  }
}

@media (max-width: 767px) {
  .university__table--th, .university__table--th-act, .university__table--th-pos, .university__table--th-aff, .university__table--th-dept, .university__table--th-name, .university__table--th-job, .university__table--th-cont, .university__table--th-sec, .university__table--th-wrong {
    font-size: 13px;
  }
  .university__table--th:nth-of-type(3), .university__table--th-act:nth-of-type(3), .university__table--th-pos:nth-of-type(3), .university__table--th-aff:nth-of-type(3), .university__table--th-dept:nth-of-type(3), .university__table--th-name:nth-of-type(3), .university__table--th-job:nth-of-type(3), .university__table--th-cont:nth-of-type(3), .university__table--th-sec:nth-of-type(3), .university__table--th-wrong:nth-of-type(3) {
    height: 413px;
  }
}

.university__table--th-dept {
  width: 280px;
}

@media (max-width: 1023px) {
  .university__table--th-dept {
    height: 90px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--th-act {
    height: 90px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-act {
    height: 45px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--th-pos {
    height: 118px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-pos {
    height: 68px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-aff {
    height: 114px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--th-name {
    height: 118px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-name {
    height: 68px !important;
  }
}

.university__table--th-job {
  width: 215px;
}

@media (max-width: 1023px) {
  .university__table--th-job {
    height: 118px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-job {
    height: 68px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--th-cont {
    height: 174px !important;
  }
}

@media (max-width: 767px) {
  .university__table--th-cont {
    height: 140px !important;
  }
}

.university__table--th-sec {
  width: 235px;
}

.university__table--th-wrong {
  width: 39%;
}

.university__table--td, .university__table--td-act, .university__table--td-pos, .university__table--td-aff, .university__table--td-dept, .university__table--td-name, .university__table--td-aff, .university__table--td-job, .university__table--td-cont, .university__table--td-sec, .university__table--td-wrong {
  border: 1px solid rgba(70, 70, 70, 0.36);
  padding: 30px 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .university__table--td, .university__table--td-act, .university__table--td-pos, .university__table--td-aff, .university__table--td-dept, .university__table--td-name, .university__table--td-aff, .university__table--td-job, .university__table--td-cont, .university__table--td-sec, .university__table--td-wrong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    max-width: 400px;
    white-space: normal;
  }
  .university__table--td:nth-of-type(1), .university__table--td-act:nth-of-type(1), .university__table--td-pos:nth-of-type(1), .university__table--td-aff:nth-of-type(1), .university__table--td-dept:nth-of-type(1), .university__table--td-name:nth-of-type(1), .university__table--td-aff:nth-of-type(1), .university__table--td-job:nth-of-type(1), .university__table--td-cont:nth-of-type(1), .university__table--td-sec:nth-of-type(1), .university__table--td-wrong:nth-of-type(1) {
    height: 118px;
  }
  .university__table--td:nth-of-type(2), .university__table--td-act:nth-of-type(2), .university__table--td-pos:nth-of-type(2), .university__table--td-aff:nth-of-type(2), .university__table--td-dept:nth-of-type(2), .university__table--td-name:nth-of-type(2), .university__table--td-aff:nth-of-type(2), .university__table--td-job:nth-of-type(2), .university__table--td-cont:nth-of-type(2), .university__table--td-sec:nth-of-type(2), .university__table--td-wrong:nth-of-type(2) {
    height: 230px;
  }
  .university__table--td:nth-of-type(3), .university__table--td-act:nth-of-type(3), .university__table--td-pos:nth-of-type(3), .university__table--td-aff:nth-of-type(3), .university__table--td-dept:nth-of-type(3), .university__table--td-name:nth-of-type(3), .university__table--td-aff:nth-of-type(3), .university__table--td-job:nth-of-type(3), .university__table--td-cont:nth-of-type(3), .university__table--td-sec:nth-of-type(3), .university__table--td-wrong:nth-of-type(3) {
    height: 370px;
  }
  .university__table--td:nth-of-type(4), .university__table--td-act:nth-of-type(4), .university__table--td-pos:nth-of-type(4), .university__table--td-aff:nth-of-type(4), .university__table--td-dept:nth-of-type(4), .university__table--td-name:nth-of-type(4), .university__table--td-aff:nth-of-type(4), .university__table--td-job:nth-of-type(4), .university__table--td-cont:nth-of-type(4), .university__table--td-sec:nth-of-type(4), .university__table--td-wrong:nth-of-type(4) {
    height: 146px;
  }
}

@media (max-width: 767px) {
  .university__table--td, .university__table--td-act, .university__table--td-pos, .university__table--td-aff, .university__table--td-dept, .university__table--td-name, .university__table--td-aff, .university__table--td-job, .university__table--td-cont, .university__table--td-sec, .university__table--td-wrong {
    padding: 10px;
    max-width: 200px;
    font-size: 13px;
  }
  .university__table--td:nth-of-type(3), .university__table--td-act:nth-of-type(3), .university__table--td-pos:nth-of-type(3), .university__table--td-aff:nth-of-type(3), .university__table--td-dept:nth-of-type(3), .university__table--td-name:nth-of-type(3), .university__table--td-aff:nth-of-type(3), .university__table--td-job:nth-of-type(3), .university__table--td-cont:nth-of-type(3), .university__table--td-sec:nth-of-type(3), .university__table--td-wrong:nth-of-type(3) {
    height: 413px;
  }
}

.university__table--td-act {
  padding: 30px 15px;
  width: 150px;
}

@media (max-width: 1023px) {
  .university__table--td-act {
    height: 90px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .university__table--td-act {
    padding: 10px;
    height: 45px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--td-pos {
    height: 118px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .university__table--td-pos {
    height: 68px !important;
  }
}

.university__table--td-name {
  width: 140px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1023px) {
  .university__table--td-name {
    height: 118px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .university__table--td-name {
    height: 68px !important;
  }
}

@media (max-width: 767px) {
  .university__table--td-aff {
    height: 114px !important;
  }
}

.university__table--td-dept {
  text-align: center;
}

@media (max-width: 1023px) {
  .university__table--td-dept {
    height: 90px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.university__table--td-job {
  text-align: center;
}

@media (max-width: 1023px) {
  .university__table--td-job {
    height: 118px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .university__table--td-job {
    height: 68px !important;
  }
}

@media (max-width: 1023px) {
  .university__table--td-cont {
    height: 174px !important;
  }
}

@media (max-width: 767px) {
  .university__table--td-cont {
    height: 140px !important;
  }
}

.university__accordion--toggle {
  background-color: #f7f7f7;
  padding: 17px 35px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .university__accordion--toggle {
    padding: 17px 20px;
  }
}

@media (max-width: 767px) {
  .university__accordion--head {
    font-size: 14px;
  }
}

.university__accordion--btn {
  margin-left: 10px;
  border: 1px solid #d83000;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.university__accordion--line, .university__accordion--line-ver {
  width: 10px;
  height: 1px;
  background-color: #d83000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.university__accordion--line-ver {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.university__accordion--item {
  margin-bottom: 30px;
}

.university__accordion--name {
  margin-bottom: 20px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .university__accordion--name {
    margin-bottom: 15px;
  }
}

.university__accordion--text {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-left: 15px;
}

.university__accordion--text.other {
  margin-top: 40px;
  margin-bottom: 50px;
}

.university__counter {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .university__counter {
    padding: 20px 20px 10px;
  }
}

.university__counter--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dashed #707070;
}

.university__counter--item:last-child {
  border: none;
}

@media (max-width: 767px) {
  .university__counter--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.university__counter--name {
  width: 110px;
}

@media (max-width: 767px) {
  .university__counter--name {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .university__counter--text {
    font-size: 14px;
  }
}

.university__counter--caution {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 50px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .university__counter--caution {
    font-size: 12px;
  }
}

.open {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.covid {
  padding: 0 25px;
}

.covid__text {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.covid__level {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 81px;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: #D83000;
  color: #FFFFFF !important;
}

.covid__level--img {
  margin-bottom: 5px;
  margin-left: 20px;
}

.covid__level--br {
  display: none;
}

@media (max-width: 767px) {
  .covid__level--br {
    display: block;
  }
}

@media (max-width: 767px) {
  .covid__level {
    font-size: 16px;
  }
}

.covid__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .covid__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.covid__head--br {
  display: none;
}

@media (max-width: 767px) {
  .covid__head--br {
    display: block;
  }
}

.covid__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .covid__head--border {
    margin-bottom: 30px;
  }
}

.covid__information {
  padding: 0 25px;
}

.covid__information--container {
  max-width: 1104px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 62px;
  background-color: #FAFAFA;
}

@media (max-width: 1023px) {
  .covid__information--container {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .covid__information--container {
    padding: 30px 15px;
  }
}

.covid__information--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 787px;
  margin: 0 auto;
  margin-top: 17px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 17px;
  color: #454545 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .covid__information--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
  }
}

.covid__information--img {
  margin-right: 9px;
}

@media (max-width: 767px) {
  .covid__information--img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}

.covid__information--year {
  color: #989898;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-right: 12px;
}

.covid__information--btn {
  padding-top: 42px;
  font-size: 24px;
  font-weight: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 82px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #D83000;
}

@media (max-width: 767px) {
  .covid__information--btn {
    padding-top: 15px;
    font-size: 18px;
    max-width: 45px;
  }
}

.covid__sites {
  padding: 0 5PX;
  max-width: 1104px;
  margin: 0 auto;
}

.covid__sites--container {
  padding: 0 15px;
  padding-top: 33px;
  max-width: 1104px;
  margin: 0 auto;
}

.covid__sites--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1104px;
  margin: 0 auto;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
  color: #d83000 !important;
}

@media (max-width: 767px) {
  .covid__sites--link {
    line-height: 2.6;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.covid__sites--img {
  height: 15px;
  margin: auto 0;
}

.covid__notice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.covid__postid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .covid__postid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.covid__postid--notice {
  background-color: #D83000;
  color: #FFFFFF;
  padding: 4px 0;
  max-width: 80px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  max-width: 80px;
  width: 100%;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.covid__postid--year {
  color: #989898;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.covid__postid--title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-top: 24px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 27px;
  max-width: 805px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .covid__postid--title {
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.covid__postid--text {
  max-width: 805px;
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .covid__postid--text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.covid__postid--text-bottom {
  max-width: 805px;
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
  margin-top: 32px;
  margin-bottom: 57px;
}

@media (max-width: 767px) {
  .covid__postid--text-bottom {
    font-size: 14px;
  }
}

.covid__postid--img {
  max-width: 658px;
  width: 100%;
  height: auto;
}

.covid__postid--back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin: 70px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #D83000;
  color: #FFFFFF !important;
  max-width: 270px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .covid__postid--back-btn {
    font-size: 18px;
    max-width: 150px;
    padding: 10px;
  }
}

.covid__postid--wrapper {
  max-width: 295px;
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .covid__postid--wrapper {
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  .covid__postid--wrapper {
    margin-left: 0;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .covid__postid--category-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.covid__postid--category-title {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 70px;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #D83000;
  color: #D83000;
  width: 294px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1023px) {
  .covid__postid--category-title {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .covid__postid--category-title {
    width: 100%;
    max-width: 700px;
  }
}

.covid__postid--category-link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
  margin-left: 9px;
  color: #454545 !important;
}

.covid__postid--category-img {
  margin-bottom: 5px;
}

.covid__postid--archive-title {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 70px;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #D83000;
  color: #D83000;
  width: 294px;
  text-align: center;
}

@media (max-width: 1023px) {
  .covid__postid--archive-title {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .covid__postid--archive-title {
    width: 100%;
    max-width: 700px;
  }
}

.covid__postid--archive-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .covid__postid--archive-ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .covid__postid--archive-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 655px) {
  .covid__postid--archive-ul {
    max-width: 400px;
  }
}

@media (max-width: 555px) {
  .covid__postid--archive-ul {
    max-width: 300px;
  }
}

@media (max-width: 369px) {
  .covid__postid--archive-ul {
    max-width: 190px;
  }
}

.covid__postid--archive-link {
  background-color: #F7F7F7;
  max-width: 90px;
  width: 100%;
  text-align: center;
  height: 31px;
  margin-bottom: 11px;
}

.covid__postid--archive-link:nth-of-type(3n - 1) {
  margin: 0 10px 10px;
}

@media (max-width: 1023px) {
  .covid__postid--archive-link:nth-of-type(3n - 1) {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .covid__postid--archive-link {
    margin-right: 10px;
  }
}

@media (max-width: 555px) {
  .covid__postid--archive-link {
    margin-right: 0;
  }
  .covid__postid--archive-link:nth-of-type(3n - 1) {
    margin: 0 10px;
  }
}

@media (max-width: 369px) {
  .covid__postid--archive-link:nth-of-type(3n - 1) {
    margin: 0;
  }
  .covid__postid--archive-link:nth-of-type(odd) {
    margin-right: 10px;
  }
}

.covid__postid--archive-link a {
  color: #454545;
}

.covid__postid--border {
  border-bottom: 1px solid #DDDDDD;
  margin: 131px 25px 0;
}

.okazaki__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .okazaki__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.okazaki__head--br {
  display: none;
}

@media (max-width: 767px) {
  .okazaki__head--br {
    display: block;
  }
}

.okazaki__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .okazaki__head--border {
    margin-bottom: 30px;
  }
}

.okazaki__news {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .okazaki__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.okazaki__news--information {
  margin-top: 70px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
  border-left: 6px solid #D83000;
  padding-left: 32px;
  margin-bottom: 12px;
}

.okazaki__news--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.okazaki__news--notice {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #D83000;
  color: #FFFFFF;
  max-width: 80px;
  width: 100%;
  height: 20px;
  margin-top: 18px;
}

.okazaki__news--container {
  width: 100%;
  max-width: 830px;
}

.okazaki__news--container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 70px auto 0;
  list-style-type: none;
}

@media screen and (max-width: 1080px) {
  .okazaki__news--container ul {
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
  }
}

.okazaki__news--container ul li {
  width: 31%;
  margin: 0 auto;
  /*
			margin-right: 1.3%;
			&:last-child{
				margin-right: 0;
			}
*/
}
.okazaki__news--container ul li:first-child {
	margin-left: 0;
}
.okazaki__news--container ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .okazaki__news--container ul li {
    width: 48%;
    margin-bottom: 10px;
    /*
				margin-right: 2%;
				&:nth-child(2n){
					margin-right: 0;
				}
*/
  }
.okazaki__news--container ul li:nth-child(2n - 1) {
	margin-left: 0;
}
.okazaki__news--container ul li:nth-child(2n) {
	margin-right: 0;
}
}

.okazaki__news--container ul .block {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .okazaki__news--container ul .block {
    align-items: flex-start;
  }
}

.okazaki__news--container ul .block .newsimg {
  width: 100%;
  position: relative;
  border: solid 1px #acacac;
}

.okazaki__news--container ul .block .newsimg .imgwrap {
  height: 0;
  display: block;
  padding-bottom: 100%;
}

.okazaki__news--container ul .block p {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #454545;
}

@media screen and (max-width: 480px) {
  .okazaki__news--container ul .block p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 350px) {
  .okazaki__news--container ul .block p {
    font-size: 1rem;
  }
}

.okazaki__news--container ul .block p.date {
  font-family: minion-pro, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
  color: #ACACAC;
}
.okazaki__news--container ul .block p.date .sp {
  display: none;
}
.okazaki__news--container ul .block p.date span {
  margin-left: 10px;
    font-size: 0.65rem;
    font-weight: bold;
    border: 1px solid #acacac;
    letter-spacing: 0;
    line-height: 1;
    padding: 2px 8px;  
}

@media screen and (max-width: 480px) {
  .okazaki__news--container ul .block p.date {
    font-size: 0.8rem;
  }
  .okazaki__news--container ul .block p.date .sp {
    display: block;
  }
  .okazaki__news--container ul .block p.date span {
    margin-left: 0;
  }
}

.okazaki__news--container ul .block p.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #454545;
  margin-top: 10px;
}
.okazaki__news--container ul .block p.title.sp {
  display: none;
}
@media screen and (max-width: 480px){
	.okazaki__news--container ul .block p.title.sp {
	  font-size: 0.8rem;
	  display: block;
	  letter-spacing: 0;
	}
	.okazaki__news--container ul .block p.title.pc {
	  display: none;
	}
}




.okazaki__news--year {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 14px;
  margin-top: 18px;
  color: #989898;
}

@media (max-width: 767px) {
  .okazaki__news--year {
    font-size: 12px;
  }
}

.okazaki__news--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #707070;
  padding-bottom: 23px;
  margin-top: 15px;
  color: #454545 !important;
  display: block;
}

.okazaki__news--text:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .okazaki__news--text {
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}

.okazaki__news--border {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 11px;
}

.okazaki__news--num {
  margin: 103px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .okazaki__news--num {
    margin-top: 60px;
    font-size: 16px;
  }
}

.okazaki__news--red-num {
  color: #D83000;
  font-weight: bold;
}

.okazaki__news--next {
  margin-left: 40px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .okazaki__news--next {
    margin-left: 10px;
    font-size: 14px;
  }
}

.contact__reception--title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #D83000;
  padding-left: 18px;
  max-width: 844px;
  margin: 0 auto;
  margin-top: 106px;
}

.contact__reception--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  max-width: 844px;
  margin: 0 auto;
  margin-bottom: 94px;
}

@media (max-width: 767px) {
  .contact__reception--text {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 60px;
  }
}

.contact {
  padding: 0 25px;
}

.contact__head {
  max-width: 844px;
  margin: 0 auto;
}

.contact__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .contact__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.contact__head--br {
  display: none;
}

@media (max-width: 767px) {
  .contact__head--br {
    display: block;
  }
}

.contact__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .contact__head--border {
    margin-bottom: 30px;
  }
}

.contact__container {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .contact__container {
    margin-bottom: 60px;
  }
}

.contact__table {
  max-width: 844px;
  margin: 0 auto;
  width: 100%;
  font-size: bold;
  margin-bottom: -51px;
}

@media (max-width: 767px) {
  .contact__table {
    display: block;
  }
}

@media (max-width: 767px) {
  .contact__table thead {
    display: block;
    float: left;
  }
}

@media (max-width: 767px) {
  .contact__table tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .contact__table tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    margin-right: -6px;
  }
  .contact__table tbody tr:nth-of-type(4) {
    margin-left: 0px;
  }
}

.contact__table--th-item, .contact__table--th-sec, .contact__table--th-tel {
  background-color: #F7F7F7;
  border: 1px solid #707070;
  color: #D83000;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 13px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .contact__table--th-item, .contact__table--th-sec, .contact__table--th-tel {
    padding: 0 10px;
    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;
    width: 110px !important;
    vertical-align: middle;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact__table--th-item {
    height: 86px;
  }
}

.contact__table--th-sec {
  width: 200px;
}

@media (max-width: 949px) {
  .contact__table--th-sec {
    width: 145px;
  }
}

@media (max-width: 747px) {
  .contact__table--th-sec {
    height: 50px;
  }
}

@media (max-width: 747px) {
  .contact__table--th-tel {
    height: 78px;
  }
}

.contact__table--td-item, .contact__table--td-sec, .contact__table--td-tel {
  border: 1px solid #707070;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 20px 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contact__table--td-item, .contact__table--td-sec, .contact__table--td-tel {
    padding: 0 10px;
    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;
    width: auto !important;
    vertical-align: middle;
    font-size: 14px;
  }
}

.contact__table--td-item {
  width: 290px;
}

@media (max-width: 949px) {
  .contact__table--td-item {
    width: auto;
  }
}

@media (max-width: 767px) {
  .contact__table--td-item {
    height: 86px;
  }
}

.contact__table--td-sec {
  padding: 10px 28px 10px 45px;
}

@media (max-width: 949px) {
  .contact__table--td-sec {
    padding: 10px;
  }
}

@media (max-width: 747px) {
  .contact__table--td-sec {
    height: 50px;
  }
}

.contact__table--td-tel {
  padding: 10px 50px 10px 70px;
}

@media (max-width: 949px) {
  .contact__table--td-tel {
    padding: 10px;
  }
}

@media (max-width: 747px) {
  .contact__table--td-tel {
    text-align: center;
    height: 78px;
  }
}

.hero__interview {
  background-image: url(./assets/img/hrs/hero-interview.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 565px;
  position: relative;
}

@media (max-width: 767px) {
  .hero__interview {
    background-image: url(./assets/img/hrs/hero-okajoSp2.jpg);
    height: 87.5vw;
  }
}

.hero__interview--catchphrase {
  background-color: #D83000;
  max-width: 634px;
  width: 100%;
  position: absolute;
  padding: 55px 0 55px 100px;
  bottom: 56px;
  right: 0;
}

@media (max-width: 767px) {
  .hero__interview--catchphrase {
    padding: 15px 15px 15px 30px;
    width: auto;
    bottom: 5%;
  }
}

@media screen and (max-width: 330px) {
  .hero__interview--catchphrase {
    padding: 10px;
    margin-top: 30px;
    white-space: nowrap;
    text-align: center;
    bottom: 0;
  }
}

.hero__interview--text {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hero__interview--text {
    font-size: 20px;
  }
}

.hero__interview--sub {
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .hero__interview--sub {
    font-size: 14px;
  }
}

.top {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .top {
    padding: 0 8px;
  }
}

.top__interview {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 73px;
}

.top__interview--text {
  margin: 0 auto;
  max-width: 550px;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.21;
  margin-bottom: 83px;
  text-align: center;
}

@media (max-width: 767px) {
  .top__interview--text {
    font-size: 16px;
  }
}

@media screen and (max-width: 340px) {
  .top__interview--text {
    font-size: 14px;
  }
}

.top__interview--br {
  display: none;
}

@media (max-width: 767px) {
  .top__interview--br {
    display: block;
  }
}

.top__title {
  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;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 120px;
  margin-bottom: 63px;
}

@media (max-width: 767px) {
  .top__title {
    margin-top: 60px;
    text-align: center;
  }
}

.top__title--left, .top__title--center, .top__title--right {
  font-family: A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

@media (max-width: 767px) {
  .top__title--left {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .top__title--right {
    font-size: 30px;
  }
}

.top__title--center {
  font-size: 40px;
  font-weight: initial;
  margin-right: 43px;
  margin-left: 43px;
}

@media (max-width: 767px) {
  .top__title--center {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
  }
}

.interview {
  overflow-x: hidden;
}

.interview__container {
  padding: 0 25px;
}

.interview__wrapper {
  max-width: 955px;
  margin: 0 auto;
}

.interview__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .interview__wrapper ul {
    max-width: 280px;
    width: 100%;
  }
}

.interview__wrapper--line {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 70px;
}

.interview__wrapper--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interview__wrapper--title {
  color: #D83000;
  font-size: 18px;
  max-width: 955px;
  margin: 0 auto;
  padding-right: 50px;
  text-align: center;
}

.interview__wrapper--phrase {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 37px;
  margin-bottom: 37px;
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .interview__wrapper--phrase {
    font-size: 22px;
  }
}

.interview__wrapper--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 592px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .interview__wrapper--container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interview__wrapper--container p {
  font-size: 14px;
}

.interview__wrapper--container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .interview__wrapper--container li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.interview__wrapper--container span {
  font-size: 14px;
}

@media (max-width: 767px) {
  .interview__wrapper--container span {
    font-size: 12px;
    margin-right: 10px;
  }
}

.interview__wrapper--container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 896px;
  text-align: center;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .interview__wrapper--container-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interview__wrapper--container-bottom p {
  font-size: 14px;
}

.interview__wrapper--container-bottom ul:nth-child(3) li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .interview__wrapper--container-bottom li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.interview__wrapper--container-bottom span {
  font-size: 14px;
}

@media (max-width: 767px) {
  .interview__wrapper--container-bottom span {
    font-size: 12px;
  }
}

.interview__wrapper--cross {
  font-size: 30px;
}

@media (max-width: 767px) {
  .interview__wrapper--cross {
    font-size: 16px;
  }
}

.interview__wrapper--right-frame {
  text-align: right;
  margin-bottom: 66px;
}

.interview__wrapper--bg-top, .interview__wrapper--bg-bottom {
  width: 100%;
}

@media (max-width: 767px) {
  .interview__wrapper--bg-top {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.interview__question {
  padding-bottom: 93px;
  margin-bottom: 70px;
}

.interview__question span {
  color: #D83000;
}

.interview__question:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.interview__question--title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 80px auto 45px;
  max-width: 1000px;
}

.interview__question--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 999px) {
  .interview__question--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.interview__question--contents p {
  margin-right: 45px;
}

@media (max-width: 999px) {
  .interview__question--contents p {
    margin: 0;
  }
}

.interview__question--contents:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 999px) {
  .interview__question--contents:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.interview__question--contents:nth-of-type(4) p {
  margin: 0;
}

.interview__question--contents:nth-of-type(4) img {
  margin-right: 45px;
}

@media (max-width: 999px) {
  .interview__question--contents:nth-of-type(4) img {
    margin: 0 0 20px;
  }
}

.interview__question--contents-comment {
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
  max-width: 511px;
}

@media (max-width: 999px) {
  .interview__question--contents-comment {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .interview__question--contents-comment {
    font-size: 14px;
  }
}

.interview__question--contents-img {
  max-width: 457px;
  width: 100%;
  height: 100%;
}

@media (max-width: 999px) {
  .interview__question--contents-img {
    margin: 0 0 20px;
  }
}

.interview__stop {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.91;
  color: #454545 !important;
}

.interview__question {
  margin: 0 auto;
  max-width: 1013px;
}

.interview__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .interview__title {
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

.interview__title--line {
  width: 43px;
  height: 1px;
  background-color: #454545;
}

.interview__title--text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: left;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .interview__title--text {
    font-size: 18px;
  }
}

.certificate {
  padding: 0 25px;
}

.certificate__top {
  padding: 0 25px;
}

.certificate__container {
  max-width: 1068px;
  margin: 0 auto;
  padding: 43px 43px 58px 36px;
  background-color: #F7F7F7;
}

@media (max-width: 767px) {
  .certificate__container {
    padding: 30px 20px;
  }
}

.certificate__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #D83000;
  max-width: 1065px;
  padding-left: 18px;
  margin: 0 auto;
  margin-top: 95px;
}

@media (max-width: 767px) {
  .certificate__title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.certificate__text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  border-top: 1px solid #707070;
  padding-top: 25px;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .certificate__text {
    font-size: 14px;
  }
}

.certificate__method {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .certificate__method {
    font-size: 18px;
  }
}

.certificate__method--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.87;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .certificate__method--text {
    font-size: 14px;
  }
}

.certificate__ballot--title {
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .certificate__ballot--title {
    font-size: 14px;
  }
}

.certificate__ballot--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.85;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .certificate__ballot--text {
    font-size: 14px;
  }
}

.certificate__ballot--link {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
}

.certificate__ballot--link a {
  color: #D83000 !important;
}

@media (max-width: 767px) {
  .certificate__ballot--link {
    font-size: 14px;
  }
}

.certificate__ballot--deco {
  text-decoration: underline;
}

.certificate__ballot--caution {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 16px;
  margin-bottom: 36px;
}

.certificate__copy--title {
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
  padding-bottom: 11px;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .certificate__copy--title {
    font-size: 14px;
  }
}

.certificate__copy--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .certificate__copy--text {
    font-size: 14px;
  }
}

.certificate__stamp--title {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .certificate__stamp--title {
    font-size: 14px;
  }
}

.certificate__stamp--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .certificate__stamp--text {
    font-size: 14px;
  }
}

.certificate__stamp--caution {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 36px;
  margin-bottom: 53px;
}

.certificate__table {
  width: 100%;
}

.certificate__table th {
  border: 1px solid #707070;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .certificate__table th {
    font-size: 13px;
  }
}

.certificate__table td {
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .certificate__table td {
    font-size: 13px;
  }
}

.certificate__table--th-kind {
  color: #D83000;
  padding-bottom: 10px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .certificate__table--th-kind {
    width: 110px;
  }
}

.certificate__table--th-price {
  color: #D83000;
  width: 125px;
}

@media (max-width: 1023px) {
  .certificate__table--th-price {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .certificate__table--th-price {
    width: 60px;
  }
}

.certificate__table--th-remarks {
  color: #D83000;
}

.certificate__table--td-kind {
  padding: 16px 30px;
}

@media (max-width: 767px) {
  .certificate__table--td-kind {
    padding: 5px;
  }
}

.certificate__table--td-price {
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .certificate__table--td-price {
    padding: 5px;
  }
}

.certificate__table--td-remarks {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  text-align: left;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0 90px;
}

@media (max-width: 1023px) {
  .certificate__table--td-remarks {
    padding: 0 10px;
  }
}

.certificate__table--td-remarks:nth-last-child(18) {
  border: none;
}

.certificate__reply--title {
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
  padding-bottom: 14px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .certificate__reply--title {
    font-size: 14px;
  }
}

.certificate__reply--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.87;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .certificate__reply--text {
    font-size: 14px;
  }
}

.certificate__reply--item {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .certificate__reply--item {
    font-size: 14px;
  }
}

.certificate__price--table {
  border: 1px solid #707070;
  max-width: 585px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.certificate__price--th-sheet {
  border: 1px solid #707070;
  padding-top: 16px;
  padding-bottom: 10px;
  color: #D83000;
}

@media (max-width: 767px) {
  .certificate__price--th-sheet {
    font-size: 13px;
  }
}

.certificate__price--th-fee {
  border: 1px solid #707070;
  color: #D83000;
}

@media (max-width: 767px) {
  .certificate__price--th-fee {
    font-size: 13px;
  }
}

.certificate__price--td-sheet {
  border: 1px solid #707070;
  padding-top: 18px;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .certificate__price--td-sheet {
    font-size: 13px;
  }
}

.certificate__price--td-fee {
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .certificate__price--td-fee {
    font-size: 13px;
  }
}

.certificate__wrapper {
  background-color: #F7F7F7;
  max-width: 1065px;
  width: 100%;
  margin: 21px auto 20px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .certificate__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.certificate__description {
  padding: 0 25px;
}

.certificate__description--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 34px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .certificate__description--item {
    padding-top: 20px;
  }
}

.certificate__description--mark {
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background-color: #D83000;
}

.certificate__description--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .certificate__description--title {
    font-size: 16px;
  }
}

.certificate__description--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.56;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .certificate__description--text {
    font-size: 14px;
  }
}

.certificate__confirmation {
  padding: 0 25px;
}

.certificate__confirmation--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 31px;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .certificate__confirmation--item {
    padding-top: 20px;
  }
}

.certificate__confirmation--mark {
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background-color: #D83000;
}

.certificate__confirmation--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .certificate__confirmation--title {
    font-size: 16px;
  }
}

.certificate__confirmation--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.56;
  padding-bottom: 37px;
  max-width: 987px;
}

@media (max-width: 767px) {
  .certificate__confirmation--text {
    font-size: 14px;
  }
}

.support__hero {
  padding: 215px 25px 0;
  text-align: center;
}

.support__hero--img {
  width: 70%;
  max-width: 670px;
}

@media (max-width: 767px) {
  .support__hero--img {
    width: 90%;
  }
}

.support__hero--ahiru {
  text-align: right;
  margin-top: -150px;
}

@media (max-width: 1330px) {
  .support__hero--ahiru {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .support__hero--ahiru img {
    width: 39vw;
  }
}

.support__wrapper {
  padding: 0 15px;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .support__wrapper {
    margin-top: 60px;
  }
}

.support__wrapper--text {
  max-width: 713px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .support__wrapper--text {
    line-height: 2.6;
    letter-spacing: 0.08em;
    font-size: 15px;
  }
}

.support__wrapper--br {
  display: none;
}

@media (max-width: 767px) {
  .support__wrapper--br {
    display: block;
  }
}

.support__wrapper--img {
  max-width: 448px;
  width: 100%;
  height: auto;
}

.support__wrapper--footprint {
  margin: 30px 0;
}

.support__wrapper--school-name {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 129px;
}

@media (max-width: 767px) {
  .support__wrapper--school-name {
    margin-bottom: 20px;
  }
}

.support__container {
  padding: 0 25px;
  text-align: center;
}

.support__container--title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.52;
}

.support__container--title-img {
  max-width: 282px;
  width: 100%;
  height: auto;
}

.support__container--text {
  margin-top: 47px;
  font-weight: Medium;
  letter-spacing: 0.08em;
  line-height: 2.18;
  margin-bottom: 66px;
}

@media (max-width: 767px) {
  .support__container--text {
    margin: 0 auto;
    max-width: 216px;
    margin-top: 47px;
    margin-bottom: 66px;
  }
}

.support__container--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1068px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 127px;
}

@media (max-width: 1099px) {
  .support__container--wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .support__container--wrapper {
    margin-bottom: 60px;
  }
}

.support__container--left-bg, .support__container--center-bg, .support__container--right-bg {
  background-image: url(./assets/img/hrs/HOME-torinosu.png);
  background-position: center;
  background-size: cover;
  max-width: 352px;
  width: 100%;
  max-height: 313px;
  height: 313px;
  position: relative;
}

@media (max-width: 829px) {
  .support__container--left-bg, .support__container--center-bg, .support__container--right-bg {
    margin-bottom: 30px;
  }
}

@media (max-width: 374px) {
  .support__container--left-bg, .support__container--center-bg, .support__container--right-bg {
    width: 86.6vw;
    height: 83.4vw;
  }
}

.support__container--num {
  margin-top: 57px;
}

@media (max-width: 374px) {
  .support__container--num {
    margin-top: 17%;
  }
}

.support__container--three-home {
  margin-top: 35px;
}

.support__container--icon {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 374px) {
  .support__container--icon {
    width: 22.9vw;
  }
}

.support__job-offer {
  background-color: #FCEEEA;
  padding-top: 60px;
  padding-bottom: 135px;
  padding: 60px 25px 135px;
}

.support__job-offer--icon {
  background-image: url(./assets/img/hrs/home-aicon.png);
  background-position: center;
  background-size: cover;
  max-width: 57px;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.support__job-offer--icon-text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
}

.support__job-offer .consultation_block {
  width: 70%;
  margin: 60px auto 0;
}

.support__job-offer .consultation_block.mgt {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .support__job-offer .consultation_block {
    width: 100%;
  }
}

.support__job-offer .consultation_block .consultation_title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .support__job-offer .consultation_block .consultation_title {
    font-size: 16px;
  }
}

.support__job-offer .consultation_block .consultation_text {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .support__job-offer .consultation_block .consultation_text {
    font-size: 13px;
  }
}

.support__job-offer .linkbtn {
  width: 360px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D83000;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .support__job-offer .linkbtn {
    width: 100%;
    height: 70px;
  }
}

.support__job-offer .linkbtn span {
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  color: #fff;
}

@media (max-width: 767px) {
  .support__job-offer .linkbtn span {
    font-size: 16px;
  }
}

.support__job-offer .table_wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .support__job-offer .table_wrap {
    overflow-x: scroll;
  }
}

.support__job-offer .sp_slide {
  display: none;
}

@media (max-width: 767px) {
  .support__job-offer .sp_slide {
    display: block;
    margin: 15px auto 0;
  }
}

.support__job-offer table {
  width: 700px;
  border-collapse: collapse;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .support__job-offer table {
    margin-top: 45px;
  }
}

.support__job-offer table tr {
  background-color: #fff;
}

.support__job-offer table tr td {
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
  vertical-align: middle;
  border-top: solid 2px #FCEEEA;
  border-right: solid 2px #FCEEEA;
}

.support__job-offer table tr td:last-child {
  text-align: left;
}

.support__job-offer table tr td span {
  width: 65px;
  display: inline-block;
}

.support__job-offer table tr:first-child td {
  border-top: none;
}

.support__article {
  background-color: #FFFFFF;
  max-width: 1068px;
  margin: 0 auto;
  padding: 35px 30px 60px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .support__article {
    padding: 30px 10px;
  }
}

.support__article--top {
  max-width: 970px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .support__article--top {
    -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;
    text-align: center;
  }
}

.support__article--icon {
  max-width: 93px;
  width: 100%;
  height: 80px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .support__article--icon {
    max-width: 60px;
    height: auto;
  }
}

.support__article--top-item {
  margin-left: 42px;
}

@media (max-width: 767px) {
  .support__article--top-item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.support__article--title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .support__article--title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.support__article--sub-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .support__article--sub-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

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

@media (max-width: 767px) {
  .support__article--ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.support__article--list {
  background-color: #EBEBEB;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 0 9px;
}

@media (max-width: 767px) {
  .support__article--list {
    font-size: 14px;
  }
}

.support__article--border {
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #707070;
}

@media (max-width: 767px) {
  .support__article--border {
    margin: 20px auto;
  }
}

.support__article--bottom {
  max-width: 976px;
  margin: 0 auto;
}

.support__article--text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3.75;
  margin-bottom: 20px;
  font-size: 17px;
}

@media (max-width: 767px) {
  .support__article--text {
    line-height: 2.18;
  }
}

.support__article--contents {
  font-size: 14px;
  font-weight: medium;
  letter-spacing: 0.08em;
  line-height: 2.14;
  margin-bottom: 38px;
}

.support__article--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 847px) {
  .support__article--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.support__article--img {
  max-width: 316px;
  width: 100%;
  margin-right: 40px;
}

@media (max-width: 847px) {
  .support__article--img {
    max-width: none;
  }
}

.support__article--table {
  max-width: 617px;
  width: 100%;
}

@media (max-width: 847px) {
  .support__article--table {
    max-width: none;
  }
}

.support__article--table tr:last-child td {
  border-bottom: none;
}

.support__article--table th {
  background-color: #D05C53;
  border-bottom: 1px solid #FFFFFF;
}

.support__article--table td {
  background-color: #F7F7F7;
  border-bottom: 1px solid #D6D6D6;
}

.support__article--th-left {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: medium;
  letter-spacing: 0.08em;
  vertical-align: middle;
  line-height: 2.14;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 17px;
  width: 99px;
}

.support__article--td-right {
  font-size: 14px;
  font-weight: medium;
  letter-spacing: 0.08em;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  line-height: 2.14;
}

.support__article--btn {
  margin: 0 auto;
  margin-top: 52px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
}

@media (max-width: 767px) {
  .support__article--btn {
    margin-top: 30px;
  }
}

.support__article--btn-icon {
  position: absolute;
  right: 5px;
}

.support__article--left-btn {
  max-width: 234px;
  width: 100%;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #D83000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #D83000 !important;
}

@media (max-width: 767px) {
  .support__article--left-btn {
    font-size: 15px;
  }
}

.support__article--right-btn {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
  background-color: #D83000;
  display: block;
  max-width: 234px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10x;
  position: relative;
}

@media (max-width: 767px) {
  .support__article--right-btn {
    font-size: 15px;
  }
}

.attest {
  padding: 0 25px;
}

.attest__head {
  max-width: 844px;
  margin: 0 auto;
}

.attest__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .attest__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.attest__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .attest__head--border {
    margin-bottom: 30px;
  }
}

.attest__text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  max-width: 840px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .attest__text {
    font-size: 14px;
  }
}

.attest__text--br {
  display: none;
}

@media (max-width: 767px) {
  .attest__text--br {
    display: block;
  }
}

.attest__box {
  overflow-x: scroll;
}

.attest__table, .attest__table-sp {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 23px;
}

@media (max-width: 1023px) {
  .attest__table, .attest__table-sp {
    table-layout: fixed;
    margin-bottom: 30px;
  }
}

.attest__table th, .attest__table-sp th {
  border: 1px solid #707070;
  white-space: nowrap;
  font-weight: bold;
  color: #D83000;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #F7F7F7;
}

@media (max-width: 1023px) {
  .attest__table th, .attest__table-sp th {
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    padding: 10px;
    width: 92px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .attest__table th:before, .attest__table-sp th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
  }
}

@media (max-width: 767px) {
  .attest__table th, .attest__table-sp th {
    font-size: 14px;
    width: 84px;
  }
}

.attest__table td, .attest__table-sp td {
  border: 1px solid #707070;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .attest__table td, .attest__table-sp td {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .attest__table td, .attest__table-sp td {
    font-size: 14px;
    width: 180px;
  }
}

.attest__table--td-kind, .attest__table-sp--td-kind {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.attest__table--th-kind, .attest__table-sp--th-kind {
  text-align: left;
  padding-left: 20px;
}

.attest__table--th-fee, .attest__table-sp--th-fee {
  vertical-align: middle;
  text-align: center;
  padding: 0 13px;
}

.attest__table--td-fee, .attest__table-sp--td-fee {
  text-align: center;
  vertical-align: middle;
}

.attest__table--th-handling, .attest__table-sp--th-handling {
  vertical-align: middle;
  padding: 0 33px;
}

.attest__table--td-handling, .attest__table-sp--td-handling {
  vertical-align: middle;
  text-align: center;
}

.attest__table--th-days, .attest__table-sp--th-days {
  vertical-align: middle;
  padding: 0 10px;
}

.attest__table--td-days, .attest__table-sp--td-days {
  text-align: center;
  vertical-align: middle;
}

.attest__table--th-remarks, .attest__table-sp--th-remarks {
  vertical-align: middle;
  padding: 0 131px;
}

.attest__table--td-remarks, .attest__table-sp--td-remarks {
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .attest__table {
    display: none;
  }
}

.attest__table-sp {
  display: none;
}

@media (max-width: 1023px) {
  .attest__table-sp {
    display: table;
  }
}

.attest__publication--table {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.attest__publication--table th {
  border: 1px solid #707070;
  color: #D83000;
  background-color: #F7F7F7;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .attest__publication--table th {
    font-size: 14px;
    width: 67px;
  }
}

.attest__publication--table td {
  border: 1px solid #707070;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .attest__publication--table td {
    font-size: 14px;
    padding: 10px;
  }
}

.attest__publication--td-place {
  padding: 24px 10px;
}

.attest__publication--td-time {
  padding: 10px 10px;
}

.attest__publication--td-use {
  padding: 10px 10px;
}

.attest__publication--text {
  max-width: 840px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.87;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .attest__publication--text {
    font-size: 14px;
  }
}

.attest__discount--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  margin-left: 4px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .attest__discount--title {
    font-size: 18px;
  }
}

.attest__discount--title-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  margin: 0 auto;
}

.attest__discount--title-square {
  height: 9px;
  width: 9px;
  background-color: #D83000;
}

.attest__discount--text {
  max-width: 842px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.87;
  font-weight: bold;
}

@media (max-width: 767px) {
  .attest__discount--text {
    font-size: 14px;
  }
}

.attest__discount--caution {
  max-width: 844px;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.87;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .attest__discount--caution {
    font-size: 14px;
  }
}

.attest__discount--group {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  max-width: 840px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .attest__discount--group {
    font-size: 14px;
  }
}

.attest__discount--bottom {
  max-width: 840px;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .attest__discount--bottom {
    font-size: 14px;
  }
}

.attest__discount--bottom span {
  color: #D83000 !important;
}

.attest__discount--table {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.attest__discount--table th {
  border: 1px solid #707070;
  background-color: #F7F7F7;
  color: #D83000;
  vertical-align: middle;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: left;
  padding-left: 27px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .attest__discount--table th {
    font-size: 14px;
    padding: 0 10px;
    width: 84px;
  }
}

.attest__discount--table td {
  border: 1px solid #707070;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .attest__discount--table td {
    font-size: 14px;
    padding: 23px 10px;
  }
}

.recruit__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #D83000;
  max-width: 1065px;
  padding-left: 18px;
  margin: 0 auto;
}

.recruit__under-line {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  border-top: 1px solid #707070;
  padding-top: 45px;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 11px;
}

.recruit__top-wrapper {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 25px;
}

.recruit__top-wrapper br {
  display: none;
}

@media (max-width: 767px) {
  .recruit__top-wrapper br {
    display: block;
  }
}

.recruit__top-wrapper--title {
  font-size: 18px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .recruit__top-wrapper--title {
    font-size: 16px;
  }
}

.recruit__top-wrapper--phrase {
  font-size: 36px;
  text-align: center;
  line-height: 2.3;
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .recruit__top-wrapper--phrase {
    font-size: 26px;
  }
}

.recruit__top-wrapper--text {
  line-height: 2.5;
  max-width: 856px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .recruit__top-wrapper--text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.recruit__container {
  background-color: #F7F7F7;
  padding: 75px 25px 110px;
}

@media (max-width: 767px) {
  .recruit__container {
    padding: 30px 25px;
  }
}

.recruit__svg--arrow {
  position: absolute;
  right: 10px;
  top: 10px;
}

.recruit__download {
  max-width: 1065px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  margin-bottom: 112px;
}

@media (max-width: 767px) {
  .recruit__download {
    margin-bottom: 60px;
  }
}

.recruit__download--wrapper:nth-of-type(2n-1) {
  margin-right: 44px;
}

@media (max-width: 767px) {
  .recruit__download--wrapper:nth-of-type(2n-1) {
    margin-right: 0;
  }
}

.recruit__download--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit__download--square {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  margin-bottom: 20px;
  background-color: #D83000;
}

.recruit__download--contents {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .recruit__download--contents {
    font-size: 18px;
  }
}

.recruit__download--sheet {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 358px;
  border: 1px solid #707070;
  margin-bottom: 12px;
  display: inline-block;
  padding: 5px 0 10px;
  padding-left: 14px;
  position: relative;
}

.recruit__download--sheet a {
  color: #454545;
}

@media (max-width: 767px) {
  .recruit__download--sheet a {
    font-size: 14px;
  }
}

.recruit__download--sheet.excel {
  margin-right: 45px;
}

.recruit__download--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .recruit__download--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit__declaration {
  max-width: 1065px;
  margin: 0 auto;
}

.recruit__declaration--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit__declaration--square {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  margin-bottom: 20px;
  background-color: #D83000;
}

.recruit__declaration--contents {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .recruit__declaration--contents {
    font-size: 18px;
  }
}

.recruit__declaration--link {
  color: #D83000 !important;
}

.recruit__declaration-text {
  line-height: 2.18;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .recruit__declaration-text {
    font-size: 14px;
  }
}

.recruit__declaration-text--center {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .recruit__declaration-text--center {
    font-size: 14px;
  }
}

.recruit__declaration-text--bottom {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .recruit__declaration-text--bottom {
    font-size: 14px;
  }
}

.recruit__contact-line {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  border-top: 1px solid #707070;
  padding-top: 45px;
  max-width: 845px;
  margin-top: 11px;
}

.recruit__contact {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1065px;
}

.recruit__contact--wrapper {
  margin: 0 auto;
  background-color: #F7F7F7;
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1065px;
}

.recruit__contact--title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #707070;
  max-width: 1025px;
}

.recruit__list--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

.recruit__list--right {
  margin-left: 50px;
}

.alumni-top {
  padding: 0 25px;
}

.alumni-top__container {
  max-width: 1070px;
  margin: 0 auto;
}

.alumni-top__head--title {
  margin-top: 95px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 6px solid #d83000;
  padding-left: 23px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .alumni-top__head--title {
    padding-left: 15px;
    margin-top: 60px;
    font-size: 20px;
  }
}

.alumni-top__head--border {
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  .alumni-top__head--border {
    margin-bottom: 30px;
  }
}

.alumni-top__text {
  line-height: 2.1875;
  letter-spacing: 0.1;
  margin-bottom: 30px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .alumni-top__text {
    font-size: 14px;
  }
}

.alumni-top__text--red {
  color: #D83000;
}

.alumni-news {
  text-align: center;
  padding-top: 80px;
  padding: 80px 25px 0;
}

.alumni-news__icon {
  width: 40px;
}

.alumni-news__title {
  font-family: A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 20px;
}

.alumni-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin: 43px auto 0;
}

@media (max-width: 1006px) {
  .alumni-news__wrap {
    max-width: 782px;
  }
}

@media (max-width: 831px) {
  .alumni-news__wrap {
    max-width: 672px;
  }
}

@media (max-width: 797px) {
  .alumni-news__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 591px) {
  .alumni-news__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.alumni-news__item {
  max-width: 328px;
  width: 28.1vw;
  margin: 0 0 60px;
}

.alumni-news__item:nth-of-type(3n-1) {
  margin: 0 16px 60px;
}

@media (max-width: 831px) {
  .alumni-news__item:nth-of-type(3n-1) {
    margin: 0 0 60px;
  }
}

@media (max-width: 1006px) {
  .alumni-news__item {
    width: 250px;
  }
}

@media (max-width: 907px) {
  .alumni-news__item {
    width: 27vw;
  }
}

@media (max-width: 831px) {
  .alumni-news__item {
    width: auto;
  }
  .alumni-news__item:nth-of-type(2n-1) {
    margin-right: 16px;
  }
}

@media (max-width: 831px) and (max-width: 591px) {
  .alumni-news__item:nth-of-type(2n-1) {
    margin-right: 0;
  }
}

@media (max-width: 797px) {
  .alumni-news__item {
    width: 38vw;
  }
}

@media (max-width: 591px) {
  .alumni-news__item {
    width: auto;
  }
}

.alumni-news__item--text {
  background-color: #d05c53;
  padding: 17px;
  text-align: left;
}

.alumni-news__item--time {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}

.alumni-news__item--title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
  line-height: 1.56;
}

.alumni-news__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.alumni-news__page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.alumni-news__page-nav--text {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.25em;
}

.alumni-news__page-nav--text span {
  color: #d83000;
}

.alumni-download {
  text-align: center;
  margin-top: 100px;
  padding: 0 25px;
}

.alumni-download__icon {
  width: 40px;
}

.alumni-download__title {
  font-family: A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 20px;
}

.alumni-download__wrap {
  max-width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 879px) {
  .alumni-download__wrap {
    max-width: 707px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 629px) {
  .alumni-download__wrap {
    max-width: 236px;
  }
}

.alumni-download__item {
  margin-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 879px) {
  .alumni-download__item {
    margin-right: 0;
  }
}

.alumni-download__item:last-child {
  margin-right: 0;
}

.alumni-download__item--img-dummy {
  width: 236px;
  height: 307px;
  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;
  background-color: #f7f7f7;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.alumni-download__item--text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 15px;
  line-height: 23px;
  margin-top: 10px;
}

.alumni-download__item--icon {
  width: 19px;
  height: auto;
}

.alumni-form {
  background-color: #fceeea;
  padding: 80px 20px 150px;
  text-align: center;
  margin-top: 140px;
}

.alumni-form__title {
  position: relative;
}

.alumni-form__title--color {
  background-color: #fceeea;
  position: relative;
  z-index: 1;
  max-width: 530px;
  margin: 0 auto;
}

.alumni-form__title--sub-title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
}

.alumni-form__title--title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: A1明朝, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .alumni-form__title--title {
    max-width: 312px;
    margin: 0 auto;
  }
}

.alumni-form__title--line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1070px;
  height: 1px;
  background-color: #707070;
  margin: auto;
  z-index: 0;
}

.alumni-form__date {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  color: #454545;
  margin-top: 30px;
  font-weight: lighter;
}

.alumni-form__wrap {
  max-width: 740px;
  margin: 71px auto 0;
}

.alumni-form__left {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  letter-spacing: 0.08em;
  line-height: 1.66;
  font-weight: lighter;
}

@media (max-width: 1023px) {
  .alumni-form__left {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .alumni-form__left {
    margin-bottom: 10px;
  }
}

.alumni-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .alumni-form__box {
    -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;
  }
}

.alumni-form__input {
  background-color: white !important;
  max-width: 500px !important;
  width: 100% !important;
  height: 45px !important;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 15px 25px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1023px) {
  .alumni-form__input {
    max-width: 450px !important;
  }
}

@media (max-width: 767px) {
  .alumni-form__input {
    max-width: none !important;
  }
}

.alumni-form__input::-webkit-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input:-ms-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input::-ms-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input::placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input--post {
  background-color: white !important;
  width: 80px !important;
  height: 45px !important;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  font-size: 16px !important;
  margin: 0 10px !important;
  padding: 15px 20px !important;
}

.alumni-form__input--post::-webkit-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input--post:-ms-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input--post::-ms-input-placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__input--post::placeholder {
  color: #a8a8a8 !important;
}

.alumni-form__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .alumni-form__post {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .alumni-form__post {
    max-width: none !important;
  }
}

.alumni-form__other {
  max-width: 500px;
  width: 100%;
  text-align: left;
}

@media (max-width: 1023px) {
  .alumni-form__other {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .alumni-form__other {
    max-width: none !important;
  }
}

.alumni-form__other--announce {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif !important;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: lighter;
  margin-top: 10px;
}

.alumni-form__check {
  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;
}

.alumni-form__check--box input {
  border: 1px solid #454545 !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: none !important;
  margin-right: 12px !important;
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
}

@media (max-width: 767px) {
  .alumni-form__check--box input {
    width: 18px !important;
    height: 18px !important;
  }
}

.alumni-form__check--text {
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0.04em;
  color: #454545;
}

@media (max-width: 767px) {
  .alumni-form__check--text {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .alumni-form__check--text {
    font-size: 14px;
  }
}

.alumni-form__check--link {
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0.04em;
  color: #454545 !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .alumni-form__check--link {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .alumni-form__check--link {
    font-size: 14px;
  }
}

.alumni-form__submit {
  width: 213px;
  height: 61px;
  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;
  background-color: #d83000;
  margin: 60px auto 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.alumni-contact {
  max-width: 1070px;
  margin: 80px auto 0;
  padding: 0 25px;
}

.alumni-contact__box {
  background-color: #F7F7F7;
  padding: 25px;
  margin-top: 25px;
}

.alumni-contact__sub-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px dotted #707070;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .alumni-contact__sub-title {
    font-size: 18px;
  }
}

.alumni-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alumni-contact__left {
  width: 110px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .alumni-contact__left {
    font-size: 14px;
    width: 90px;
  }
}

.alumni-contact__right {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .alumni-contact__right {
    font-size: 14px;
  }
}

.alumni-contact__right--br {
  display: none;
}

@media (max-width: 767px) {
  .alumni-contact__right--br {
    display: block;
  }
}

.contribution {
  padding: 0 25px;
}

.contribution__wrapper {
  max-width: 1065px;
  margin: 0 auto;
}

.contribution__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5;
  border-left: 6px solid #D83000;
  max-width: 1065px;
  padding-left: 18px;
  margin: 0 auto;
  margin-top: 70px;
}

.contribution__title--year {
  font-size: 16px;
  line-height: 2.1;
}

.contribution__border {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
  border-top: 1px solid #707070;
  padding-top: 36px;
  max-width: 1065px;
  margin: 0 auto;
  margin-top: 23px;
}

.contribution__text {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
}

@media (max-width: 767px) {
  .contribution__text {
    font-size: 14px;
  }
}

.contribution__text--red {
  color: #D83000 !important;
  font-size: 20px;
  line-height: 3;
}

@media (max-width: 767px) {
  .contribution__text--red {
    font-size: 14px;
  }
}

.contribution__text--school {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.18;
}

@media (max-width: 767px) {
  .contribution__text--school {
    font-size: 14px;
  }
}

.contribution__text--school:first-child {
  margin-right: 15px;
}

.contribution__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1064px) {
  .contribution__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1064px) {
  .contribution__item {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 883px) {
  .contribution__item {
    width: 100%;
    text-align: center;
  }
}

.contribution__item:nth-of-type(2n-1) {
  margin-right: 10px;
}

@media screen and (max-width: 1064px) {
  .contribution__item:nth-of-type(2n-1) {
    margin-right: 0;
  }
}

@media (max-width: 883px) {
  .contribution__item:nth-of-type(2n-1) {
    margin-right: 0;
  }
}

.contribution__item--promise {
  background-color: #F7F7F7;
  max-width: 490px;
  width: 100%;
  padding: 14px 25px;
  margin-bottom: 10px;
}
.contribution__item--promise.blank {
  background-color: transparent;
}

@media (max-width: 1064px) {
  .contribution__item--promise {
    max-width: none;
  }
  .contribution__item--promise.blank {
    display: none;
  }
}

@media (max-width: 883px) {
  .contribution__item--promise {
    max-width: none;
  }
}

.contribution__school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .contribution__school-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contribution__box {
  overflow-x: scroll;
}

.contribution__table, .contribution__table-sp {
  font-size: 14px;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 40px;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .contribution__table, .contribution__table-sp {
    max-width: none;
  }
}

.contribution__table th, .contribution__table-sp th {
  border: 1px solid #707070;
  color: #FFFFFF;
  background-color: #D83000;
  text-align: center;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .contribution__table th, .contribution__table-sp th {
    position: -webkit-sticky;
    position: sticky;
    vertical-align: middle;
    left: 0;
    width: 100px;
  }
  .contribution__table th.sm, .contribution__table-sp th.sm {
    width: 300px;
  }
  .contribution__table th.gray, .contribution__table-sp th.gray {
    background-color: #EFEFEF;
  }
  .contribution__table th:before, .contribution__table-sp th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
  }
}

.contribution__table td, .contribution__table-sp td {
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .contribution__table td, .contribution__table-sp td {
    width: 900px;
  }
  .contribution__table td.sm, .contribution__table-sp td.sm {
    width: 300px;
  }
  .contribution__table td.gray, .contribution__table-sp td.gray {
    background-color: #EFEFEF;
  }
}

.contribution__table--th-club, .contribution__table-sp--th-club {
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #FFFFFF !important;
  width: 205px;
}

@media (max-width: 1023px) {
  .contribution__table--th-club, .contribution__table-sp--th-club {
    width: 122px;
  }
}

.contribution__table--td-club, .contribution__table-sp--td-club {
  text-align: center;
  vertical-align: middle;
  padding: 2px 5px;
}

.contribution__table--th-activity, .contribution__table-sp--th-activity {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .contribution__table--th-activity, .contribution__table-sp--th-activity {
    white-space: normal;
    vertical-align: middle;
  }
}

.contribution__table--td-activity, .contribution__table-sp--td-activity {
  padding: 2px 15px;
}

@media (max-width: 767px) {
  .contribution__table--td-activity, .contribution__table-sp--td-activity {
    width: 300px;
  }
}

.contribution__table--th-name, .contribution__table-sp--th-name {
  width: 259px;
  border-right: 1px solid #FFFFFF !important;
}

.contribution__table--td-name, .contribution__table-sp--td-name {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 10px;
}

@media (max-width: 767px) {
  .contribution__table--td-name, .contribution__table-sp--td-name {
    white-space: normal;
  }
}

.contribution__table--color, .contribution__table-sp--color {
  background-color: #EFEFEF;
}

@media (max-width: 767px) {
  .contribution__table {
    display: none;
  }
}

.contribution__table-sp {
  display: none;
}

@media (max-width: 767px) {
  .contribution__table-sp {
    display: table;
  }
}

.covid__postid--content p {
  max-width: 805px;
  font-weight: bold;
  line-height: 2.18;
  letter-spacing: 0.1em;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .covid__postid--content p {
    font-size: 14px;
  }
}

.covid__postid--container {
  width: 100%;
}

.covid__postid--container table tr td {
  border: solid 1px #b3b3b3;
  padding: 10px;
  text-align: center;
}

.covid__postid--category-link {
  border: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  outline: none;
}

.covid__postid--archive-link {
  background-color: #F7F7F7;
}

.covid__postid--archive-link input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  color: #454545;
  font-weight: bold;
}

.covid__postid--archive-link-current {
  background-color: #D83000;
}

.covid__postid--archive-link-current input {
  color: white;
}

.alumni-form__box .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 1023px) {
  .alumni-form__box .wpcf7-form-control-wrap {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .alumni-form__box .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .alumni-form__box .wpcf7-form-control-wrap input {
    margin: 0 !important;
  }
}

.alumni-form__box .wpcf7-form-control-wrap p {
  width: 0 !important;
}

.alumni-form__box:nth-of-type(3) .wpcf7-form-control-wrap {
  width: 80px;
  max-width: 100%;
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .alumni-form__box:nth-of-type(3) .wpcf7-form-control-wrap {
    margin-right: 20px;
    margin-left: 10px;
  }
}

.alumni-form__other p:nth-of-type(1) {
  display: none;
}

.okazaki__news--pagination {
  text-align: center;
}

.okazaki__news--pagination .current {
  color: #D83000;
  font-weight: bold;
}

.okazaki__news--pagination a,
.okazaki__news--pagination span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #454545;
  border: none;
}

@media (max-width: 767px) {
  .okazaki__news--pagination a,
  .okazaki__news--pagination span {
    margin-top: 60px;
    font-size: 16px;
  }
}

.okazaki__news--pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
	.okazaki__news--pagination .wp-pagenavi {
	  margin-top: 30px;
	}
}

.okazaki__news--pagination .wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 30px;
}

.okazaki__news--pagination .wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: +1;
          order: +1;
  margin-left: 30px;
}

.covid__information--btn {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #D83000;
}