@charset "UTF-8";
/*HealthCare 
----------------------------------------------- */
.healthcare__wrap {
  position: relative;
}

.healthcare__wrap::before {
  height: 10.2489vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c318d;
  content: "";
}

.healthcare__wrap::after {
  height: 10.2489vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #91cd2f;
  content: "";
}

.healthcare__title {
  padding-top: 20.93704vw;
  position: relative;
  text-align: center;
}

.healthcare__title > * {
  display: block;
}

.healthcare__title > *:nth-of-type(1) {
  font-size: 6.85714vw;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.healthcare__title > *:nth-of-type(1) > * {
  color: #2c318d;
}

.healthcare__title > *:nth-of-type(2) {
  padding-top: 3.22108vw;
  font-size: 3.42857vw;
  font-weight: 600;
  line-height: 1.458333;
  font-family: "Poppins", sans-serif;
}

.healthcare__title > *:nth-of-type(3) {
  width: 14.64129vw;
  display: block;
  position: relative;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #2c318d;
}

.healthcare__title > *:nth-of-type(3)::before {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #91cd2f;
  content: "";
}

.healthcare__text-desc {
  margin-top: 7.9063vw;
  font-size: 3.71429vw;
  line-height: 1.84615;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

/* 701px以上
----------------------------------------------- */
@media screen and (min-width: 700.9999px) {
  .healthcare__text-wrapper {
    text-align: center;
  }
  .healthcare__wrap {
    position: relative;
  }
  .healthcare__wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
    content: "";
  }
  .healthcare__wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
    content: "";
  }
  .healthcare__title {
    padding-top: 145px;
  }
  .healthcare__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .healthcare__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5625;
  }
  .healthcare__title > *:nth-of-type(3) {
    display: block;
    position: relative;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 44px;
    height: 2px;
    background-color: #2c318d;
  }
  .healthcare__title > *:nth-of-type(3)::before {
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #91cd2f;
    content: "";
  }
  .healthcare__text-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .05em;
  }
}

/*　お知らせ
----------------------------------------------- */
.healthcare__news {
  margin-top: 12.15227vw;
}

.healthcare__news-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.healthcare__news-title--pc {
  display: none;
}

.healthcare__news-title--sp {
  font-size: 6vw;
  padding-bottom: 4.39239vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  color: #2c318d;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .12em;
}

.healthcare__news-title--sp::before {
  width: 8.78477vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #2c318d;
  content: "";
}

.healthcare__menu--button {
  padding-top: 2.92826vw;
  font-size: 4vw;
  width: 32.21083vw;
  position: relative;
  border-bottom: 1px solid #000000;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.healthcare__menu--button > * {
  position: relative;
  z-index: 2;
}

.healthcare__menu--button::after {
  width: 1.66325vw;
  height: 1.99707vw;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  background-image: url(../../img/page/healthcare/healthcare_news_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.healthcare__news-contents {
  margin-top: 4.39239vw;
}

.healthcare__slider--item {
  width: 100%;
}

.healthcare__slider--link {
  padding-top: 2.19619vw;
  padding-bottom: 2.19619vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6d6d6;
}

.healthcare__slider--image {
  width: 35.13909vw;
  height: 35.13909vw;
  margin-right: 4.83163vw;
}

.healthcare__slider--image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.healthcare__slider--tag {
  font-size: 3.14286vw;
  margin-left: -1.46413vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.healthcare__slider--tag > * {
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
}

.healthcare__slider--tag > *.hs {
  background-color: #2c318d;
}

.healthcare__slider--tag > *.jhs {
  background-color: #91cd2f;
}

.healthcare__slider--tag > *.club {
  background-color: #707070;
}

.healthcare__slider--tag > *.info {
  background-color: #d84b00;
}

.healthcare__slider--tag > *.bay {
  background-color: #8cacac;
}

.healthcare__slider--tag > *.exam {
  -webkit-clip-path: none;
          clip-path: none;
  position: relative;
  color: #2c318d;
}

.healthcare__slider--tag > *.exam > * {
  position: relative;
  z-index: 2;
}

.healthcare__slider--tag > *.exam::before {
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc((10vw / 6.83)), 100% 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  content: "";
}

.healthcare__slider--tag > *.exam::after {
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83) - 1px) 0%, 100% calc((10vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2c318d;
  background-color: #ffffff;
  content: "";
}

.healthcare__slider--title {
  margin-top: 2.92826vw;
  font-size: 3.42857vw;
  line-height: 1.6;
  letter-spacing: .05em;
}

.healthcare__slider--date {
  font-size: 3.42857vw;
  margin-top: 3.66032vw;
  color: #90919b;
  font-family: "din-2014", sans-serif;
}

@media screen and (min-width: 700.9999px) {
  .healthcare__news-contents {
    margin-top: 0;
  }
  .healthcare__news {
    margin-top: 83px;
  }
  .healthcare__news-title--sp {
    display: none;
  }
  .healthcare__news-title--pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-bottom: 20px;
    color: #2c318d;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .05em;
  }
  .healthcare__news-title--pc::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #2c318d;
    content: "";
  }
  .healthcare__menu--button {
    z-index: 2;
    width: 165px;
    padding-top: 15px;
    padding-left: 5px;
    overflow: hidden;
    font-size: 20px;
    -webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
  }
  .healthcare__menu--button::before {
    position: absolute;
    top: 0;
    left: -25%;
    -webkit-transform: skewX(30deg) scale(0, 1);
            transform: skewX(30deg) scale(0, 1);
    width: 150%;
    height: 100%;
    background-color: #f4f8f8;
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .healthcare__menu--button::after {
    right: 10px;
    width: 8.33px;
    height: 10px;
    -webkit-transition: right .5s;
    transition: right .5s;
  }
  .healthcare__menu--button:hover::before {
    -webkit-transform: skewX(30deg) scale(1, 1);
            transform: skewX(30deg) scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .healthcare__menu--button:hover::after {
    right: 5px;
  }
  .healthcare__slider--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .healthcare__slider--item {
    width: calc(33.3333% - 40px / 3);
  }
  .healthcare__slider--item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .healthcare__slider--link {
    display: block;
    border-bottom: none;
  }
  .healthcare__slider--link:hover .healthcare__slider--image > * {
    opacity: .5;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .healthcare__slider--link:hover .healthcare__slider--title > * {
    border-bottom: 1px solid #000000;
  }
  .healthcare__slider--image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .healthcare__slider--image > * {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .healthcare__slider--body {
    margin-left: 10px;
  }
  .healthcare__slider--tag {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }
  .healthcare__slider--tag > * {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    height: 24px;
    margin-right: 5px;
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .healthcare__slider--tag > *.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .healthcare__slider--tag > *.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .healthcare__slider--title {
    margin-top: 10px;
    font-size: 16px;
  }
  .healthcare__slider--title > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .5s;
    transition: border-bottom .5s;
  }
  .healthcare__slider--date {
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 0;
    font-size: 19px;
    letter-spacing: 0;
  }
}

/*保健室について
----------------------------------------------- */
.healthcare-room {
  padding-bottom: 10.2489vw;
  margin-top: 11.71303vw;
  background-color: #eceff1;
}

.healthcare-room__inner {
  padding-top: 9.66325vw;
}

.healthcare-room--image {
  padding-top: 7.17423vw;
}

.healthcare-room--image > * {
  display: block;
  width: 100%;
  height: 100%;
}

.healthcare-room--image > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.healthcare-room-title__medium--study {
  padding-left: 10.98097vw;
  font-size: 6vw;
  position: relative;
  color: #2c318d;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.healthcare-room-title__medium--study::before, .healthcare-room-title__medium--study::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.healthcare-room-title__medium--study::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}

.healthcare-room-title__medium--study::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

.healthcare-room-title__medium--study::before {
  width: 7.32064vw;
  height: 7.32064vw;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url(../../img/page/healthcare/Cross_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.healthcare-room__desc--study {
  margin-top: 7.32064vw;
  font-size: 3.71429vw;
  line-height: 1.92307;
  letter-spacing: .05em;
}

@media screen and (min-width: 700.9999px) {
  .healthcare-room {
    margin-top: 105px;
    padding-bottom: 70px;
  }
  .healthcare-room__inner {
    padding-top: 92px;
  }
  .healthcare-room-title {
    display: -ms-grid;
    display: grid;
    padding-bottom: 60px;
    border-bottom: 1px solid #2c318d;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -ms-grid-columns: 405px 1fr;
        grid-template-columns: 405px 1fr;
  }
  .healthcare-room-title .healthcare-room__ttl--study {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .healthcare-room-title .healthcare-room--image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .healthcare-room-title .healthcare-room__desc--study {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .healthcare-room-title__medium--study {
    position: relative;
    padding-left: 45px;
    color: #2c318d;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .05em;
  }
  .healthcare-room-title__medium--study::before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../../img/page/healthcare/Cross_img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .healthcare-room__desc--study {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
  }
  .healthcare-room--image {
    margin-top: -126px;
    margin-left: 115px;
    padding-top: 0;
  }
}

/*年間保健行事
----------------------------------------------- */
.health-events {
  padding-top: 14.64129vw;
}

.health-events__title {
  position: relative;
  text-align: center;
}

.health-events__title > * {
  display: block;
}

.health-events__title > *:nth-of-type(1) {
  font-size: 5.14286vw;
  color: #2c318d;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.health-events__title > *:nth-of-type(2) {
  padding-top: 1.90337vw;
  font-size: 3.42857vw;
  font-weight: 600;
  line-height: 1.458333;
  font-family: "Poppins", sans-serif;
}

.health-events__lists {
  margin-top: 4.39239vw;
}

.health-events__item {
  padding-top: 3.95315vw;
  padding-bottom: 3.3675vw;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.health-events__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.health-events__contents .health-events__month {
  margin-right: 8.93119vw;
  width: 17.56955vw;
  text-align: right;
}

.health-events__contents .health-events__month > * {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: .12em;
}

.health-events__contents .health-events__month > * > * {
  font-size: 8.28571vw;
  color: #2c318d;
}

.health-events__contents .health-events__content > * {
  font-size: 4vw;
  position: relative;
  line-height: 2;
  letter-spacing: .05em;
}

.health-events__contents .health-events__content span {
  padding-left: 4.24597vw;
  display: block;
  position: relative;
}

.health-events__contents .health-events__content span::before {
  width: 3.80673vw;
  height: 3.80673vw;
  position: absolute;
  top: 2.3vw;
  left: 0;
  border-radius: 50%;
  background-color: #2c318d;
  line-height: 1;
  letter-spacing: .05em;
  content: "";
}

.health-events__contents .health-events__content span span {
  padding-left: 0;
}

.health-events__contents .health-events__content span span::before {
  display: none;
}

@media screen and (min-width: 700.9999px) {
  .health-events {
    padding-top: 67px;
  }
  .health-events__title > *:nth-of-type(1) {
    font-size: 28px;
  }
  .health-events__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 13px;
  }
  .health-events__lists {
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .health-events__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .health-events__item {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .health-events__item:not(:last-of-type) {
    border-right: 1px solid #2c318d;
  }
  .health-events__contents {
    display: block;
  }
  .health-events__contents .health-events__month {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .health-events__contents .health-events__month > * {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    letter-spacing: .12em;
  }
  .health-events__contents .health-events__month > * > * {
    color: #2c318d;
    font-size: 42px;
  }
  .health-events__contents .health-events__content {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .health-events__contents .health-events__content > * {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
    line-height: 2.9;
    letter-spacing: .05em;
  }
  .health-events__contents .health-events__content > *::before {
    position: absolute;
    top: 45%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2c318d;
    line-height: 1;
    letter-spacing: .05em;
    content: "";
  }
  .health-events__contents .health-events__content p {
    padding-left: 0;
    line-height: 1.71;
    text-align: left;
  }
  .health-events__contents .health-events__content p::before {
    display: none;
  }
  .health-events__contents .health-events__content p span {
    padding-left: 16px;
    display: block;
    position: relative;
  }
  .health-events__contents .health-events__content p span::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2c318d;
    line-height: 1;
    letter-spacing: .05em;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .health-events__contents .health-events__content p span.ml-1em {
    margin-left: -1em;
    padding-left: 0;
  }
  .health-events__contents .health-events__content p span.ml-1em::before {
    display: none;
  }
}

/*AED設置場所
----------------------------------------------- */
.healthcare-information {
  margin-top: 9.51684vw;
}

.healthcare-aed {
  padding-bottom: 6.29575vw;
  border-bottom: 2px solid #2c318d;
}

.healthcare-aed__title {
  padding-left: 17.56955vw;
  position: relative;
}

.healthcare-aed__title > * {
  font-size: 4.57143vw;
  color: #2c318d;
  font-weight: 600;
  line-height: 1.6875;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.healthcare-aed__title::before {
  top: -2.19619vw;
  width: 13.17716vw;
  height: 13.17716vw;
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url(../../img/page/healthcare/AED_img_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.healthcare-aed__desc {
  padding-top: 4.39239vw;
  font-size: 3.71429vw;
  line-height: 1.92307;
  letter-spacing: .05em;
}

.healthcare-aed__location {
  padding-top: 5.85652vw;
}

.healthcare-aed__wrapper .healthcare-aed__campus {
  padding-left: 3.80673vw;
  font-size: 4vw;
  position: relative;
  color: #2c318d;
  line-height: 1.714285;
  letter-spacing: .05em;
}

.healthcare-aed__wrapper .healthcare-aed__campus::before {
  top: 0.87848vw;
  left: 0vw;
  width: 0.87848vw;
  height: 5.41728vw;
  position: absolute;
  background-color: #2c318d;
  content: "";
}

.healthcare-aed__wrapper > span {
  font-size: 3.71429vw;
  display: block;
  line-height: 1.9230769;
  letter-spacing: .05em;
}

.healthcare-aed__wrapper > span:nth-of-type(1) {
  padding-top: 1.46413vw;
}

.location-mt {
  margin-top: 6.58858vw;
}

.healthcare-information-injury {
  margin-top: 11.71303vw;
}

.healthcare-information__ttl {
  padding-bottom: 2.92826vw;
  border-bottom: 2px solid #2c318d;
}

.healthcare-information__ttl > * {
  font-size: 4.57143vw;
  color: #2c318d;
  font-weight: 600;
  line-height: 1.6875;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .05em;
}

.jpnsport-link > span {
  color: #2c318d;
  text-decoration: underline;
  -webkit-text-decoration-color: #2c318d;
          text-decoration-color: #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .healthcare-information {
    margin-top: 105px;
  }
  .healthcare-aed {
    margin-left: 85px;
    padding-bottom: 16px;
  }
  .healthcare-aed__title {
    position: relative;
    padding-left: 0;
  }
  .healthcare-aed__title > * {
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .05em;
  }
  .healthcare-aed__title::before {
    display: inline-block;
    position: absolute;
    top: -14px;
    left: -85px;
    width: 60px;
    height: 60px;
    background-image: url(../../img/page/healthcare/AED_img_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .healthcare-aed__desc {
    padding-top: 30px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
  }
  .healthcare-aed__location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .healthcare-aed__wrapper .healthcare-aed__campus {
    position: relative;
    padding-left: 19px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .05em;
  }
  .healthcare-aed__wrapper .healthcare-aed__campus::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #2c318d;
    content: "";
  }
  .healthcare-aed__wrapper > span {
    display: block;
    padding-left: 19px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
  }
  .healthcare-aed__wrapper > span:nth-of-type(1) {
    padding-top: 17px;
  }
  .location-mt {
    margin-top: 0;
    margin-left: 120px;
  }
  .healthcare-information-injury {
    margin-top: 65px;
  }
  .healthcare-information__ttl {
    padding-bottom: 16px;
    border-bottom: 2px solid #2c318d;
  }
  .healthcare-information__ttl > * {
    color: #2c318d;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.6875;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .05em;
  }
  .jpnsport-link > span {
    color: #2c318d;
    text-decoration: underline;
    -webkit-text-decoration-color: #2c318d;
            text-decoration-color: #2c318d;
  }
}

/*　各種書類ダウンロード
----------------------------------------------- */
.document_download-primary__mt {
  margin-top: 11.71303vw;
}

.document_download-primary {
  padding-top: 11.71303vw;
}

.download-healthcare-mt {
  margin-top: 2.92826vw;
}

@media screen and (min-width: 700.9999px) {
  .document_download-primary__mt {
    margin-top: 50px;
  }
  .document_download-primary {
    padding-top: 100px;
  }
  .document_download-primary__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px;
  }
  .document_download-primary__item--healthcare {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
  .document_download-primary__item--healthcare > * {
    height: 80px;
  }
  .healthcare-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .document_download-primary__item--width {
    width: 320px;
    margin-top: 0;
    margin-left: 111px;
  }
  .banner__link--infection {
    -webkit-clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% calc(15px - 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px + 1px) 0%, 100% calc(15px - 1px), 100% 100%, 0 100%, 0 0);
    height: 80px;
    font-size: 20px;
  }
  .banner__link--infection > * {
    padding-right: 55px;
    padding-left: 30px;
  }
  .banner__link--infection > * > * {
    position: relative;
    z-index: 1;
  }
  .banner__link--infection > *::before {
    position: absolute;
    top: 0;
    left: -30%;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    width: 150%;
    height: 101%;
    background-color: #f4f8f8;
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .banner__link--infection > *::after {
    right: 20px;
    width: 10.67px;
    height: 12.8px;
  }
  .banner__link--infection::before {
    -webkit-clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px) 0%, 100% 15px, 100% 100%, 0 100%, 0 0);
    background-color: #2c318d;
  }
  .banner__link--infection::after {
    -webkit-clip-path: polygon(calc(100% - 15px - 1px) 0%, 100% calc(15px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 15px - 1px) 0%, 100% calc(15px + 1px), 100% 100%, 0 100%, 0 0);
    background-color: white;
  }
  .banner__link--infection:hover > *::before {
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
