@charset "UTF-8";
/*保護者会タイトル
----------------------------------------------- */
.parents_association__wrap {
  position: relative;
}

.parents_association__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.2489vw;
  background-color: #2c318d;
}

.parents_association__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10.2489vw;
  background-color: #91cd2f;
}

.parents_association__text-wrapper {
  text-align: center;
}

.parents_association__title {
  padding-top: 20.93704vw;
  text-align: center;
  position: relative;
}

.parents_association__title > * {
  display: block;
}

.parents_association__title > *:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 6.85714vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.parents_association__title > *:nth-of-type(1) > * {
  color: #2c318d;
}

.parents_association__title > *:nth-of-type(2) {
  padding-top: 3.22108vw;
  font-size: 3.42857vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.parents_association__title > *:nth-of-type(3) {
  position: relative;
  position: absolute;
  width: 14.64129vw;
  height: 2px;
  background-color: #2c318d;
  display: block;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.parents_association__title > *:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #91cd2f;
  width: 50%;
}

/* 701px以上
----------------------------------------------- */
@media screen and (min-width: 700.9999px) {
  .parents_association__wrap {
    position: relative;
  }
  .parents_association__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
  }
  .parents_association__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
  }
  .parents_association__title {
    padding-top: 145px;
  }
  .parents_association__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .parents_association__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
  }
  .parents_association__title > *:nth-of-type(3) {
    position: relative;
    position: absolute;
    width: 44px;
    height: 2px;
    background-color: #2c318d;
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .parents_association__title > *:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91cd2f;
    width: 50%;
  }
}

/* お知らせ
----------------------------------------------- */
.parents_association__news {
  margin-top: 12.15227vw;
}

.parents_association__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;
}

.parents_association__news-title--pc {
  display: none;
}

.parents_association__news-title--sp {
  padding-bottom: 3.66032vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 6vw;
  color: #2c318d;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
  display: block;
}

.parents_association__news-title--sp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 8.78477vw;
  background-color: #2c318d;
}

.parents_association__menu--button {
  padding-top: 2.92826vw;
  font-size: 4vw;
  letter-spacing: 0.05em;
  width: 32.21083vw;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #000000;
  position: relative;
}

.parents_association__menu--button > * {
  position: relative;
  z-index: 2;
}

.parents_association__menu--button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.66325vw;
  height: 1.99707vw;
  background-image: url(../../img/page/parents_association/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.parents_association__news-contents {
  margin-top: 4.68521vw;
}

.parents_association__slider--item {
  width: 100%;
}

.parents_association__slider--item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.parents_association__slider--link {
  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;
  padding-top: 2.19619vw;
  padding-bottom: 2.19619vw;
}

.parents_association__slider--image {
  width: 34.40703vw;
  height: 34.40703vw;
  margin-right: 4.83163vw;
}

.parents_association__slider--image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parents_association__slider--tag {
  margin-top: 0.58565vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14286vw;
  color: #ffffff;
  margin-left: -1.46413vw;
}

.parents_association__slider--tag > * {
  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);
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
}

.parents_association__slider--tag > *.hs {
  background-color: #2c318d;
}

.parents_association__slider--tag > *.jhs {
  background-color: #91cd2f;
}

.parents_association__slider--tag > *.club {
  background-color: #707070;
}

.parents_association__slider--tag > *.info {
  background-color: #d84b00;
}

.parents_association__slider--tag > *.bay {
  background-color: #8cacac;
}

.parents_association__slider--tag > *.exam {
  color: #2c318d;
  position: relative;
  -webkit-clip-path: none;
          clip-path: none;
}

.parents_association__slider--tag > *.exam > * {
  position: relative;
  z-index: 2;
}

.parents_association__slider--tag > *.exam::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c318d;
  -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);
}

.parents_association__slider--tag > *.exam::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #2c318d;
  -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);
}

.parents_association__slider--title {
  margin-top: 2.92826vw;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.parents_association__slider--date {
  margin-top: 3.66032vw;
  font-family: "din-2014", sans-serif;
  font-size: 3.42857vw;
  color: #90919b;
}

@media screen and (min-width: 700.9999px) {
  .parents_association__news {
    margin-top: 70px;
  }
  .parents_association__news-title--sp {
    display: none;
  }
  .parents_association__news-title--pc {
    color: #2c318d;
    padding-bottom: 25px;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    display: block;
  }
  .parents_association__news-title--pc::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #2c318d;
  }
  .parents_association__news-title--pc {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .parents_association__menu--button {
    font-size: 20px;
    width: 165px;
    padding-top: 15px;
    padding-left: 5px;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    overflow: hidden;
    position: relative;
  }
  .parents_association__menu--button > * {
    position: relative;
    z-index: 2;
  }
  .parents_association__menu--button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 100%;
    background-color: #f4f8f8;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(30deg) scale(0, 1);
            transform: skewX(30deg) scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .parents_association__menu--button::after {
    width: 8.33px;
    height: 10px;
    right: 10px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .parents_association__menu--button:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(30deg) scale(1, 1);
            transform: skewX(30deg) scale(1, 1);
  }
  .parents_association__menu--button:hover::after {
    right: 5px;
  }
  .parents_association__news-contents {
    margin-top: 0;
  }
  .parents_association__slider--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .parents_association__slider--item {
    width: calc(33.3333% - 40px / 3);
  }
  .parents_association__slider--item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .parents_association__slider--item:not(:last-child) {
    border-bottom: none;
  }
  .parents_association__slider--link {
    display: block;
    border-bottom: none;
  }
  .parents_association__slider--link:hover .parents_association__slider--image > * {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  .parents_association__slider--link:hover .parents_association__slider--title > * {
    border-bottom: 1px solid #000000;
  }
  .parents_association__slider--image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .parents_association__slider--image > * {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parents_association__slider--tag {
    margin-top: 23px;
    margin-left: 0;
    font-size: 14px;
    padding-left: 0;
  }
  .parents_association__slider--tag > * {
    padding-left: 5px;
    padding-right: 5px;
    -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);
    margin-left: 0;
    margin-right: 5px;
    height: 24px;
  }
  .parents_association__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);
  }
  .parents_association__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);
  }
  .parents_association__slider--title {
    margin-top: 20px;
    font-size: 16px;
  }
  .parents_association__slider--title > * {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
  }
  .parents_association__slider--date {
    margin-left: 0;
    margin-right: 25px;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 20px;
  }
}

/*保護者会会長ご挨拶
----------------------------------------------- */
.parents_association-primary {
  margin-top: 14.64129vw;
}

.parents_association-primary__title {
  padding-top: 8.05271vw;
  padding-left: 7.32064vw;
}

.parents_association-primary__title > * {
  display: block;
}

.parents_association-primary__title > *:nth-child(1) {
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.parents_association-primary__title > *:nth-child(1) > * {
  line-height: 1.7;
}

.parents_association-primary__title > *:nth-child(1) > *::before, .parents_association-primary__title > *:nth-child(1) > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.parents_association-primary__title > *:nth-child(1) > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.parents_association-primary__title > *:nth-child(1) > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.parents_association-primary__title > *:nth-child(2) {
  margin-top: 2.19619vw;
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.parents_association-primary__title > *:nth-child(2) > * {
  line-height: 1.7;
}

.parents_association-primary__title > *:nth-child(2) > *::before, .parents_association-primary__title > *:nth-child(2) > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.parents_association-primary__title > *:nth-child(2) > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.parents_association-primary__title > *:nth-child(2) > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.parents_association-primary__title > *:nth-child(3) {
  margin-top: 6.58858vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #2c318d;
  font-size: 3.42857vw;
}

.parents_association-primary__title::after {
  content: "";
  top: 0;
  left: 0;
  border-width: calc(6vw / 6.83);
  width: 7.32064vw;
  height: 7.32064vw;
}

.parents_association-primary__text {
  margin-top: 12.4451vw;
  margin-left: 7.32064vw;
  letter-spacing: 0.05em;
}

.parents_association-primary__desc > * {
  line-height: 1.925;
  letter-spacing: 0.05em;
}

.parents_association-primary__desc > *::before, .parents_association-primary__desc > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.parents_association-primary__desc > *::before {
  margin-top: calc((1 - 1.925) * 0.5em);
}

.parents_association-primary__desc > *::after {
  margin-bottom: calc((1 - 1.925) * 0.5em);
}

.parents_association-primary__sign {
  font-family: "Noto Serif JP", serif;
  text-align: right;
}

.parents_association-primary__sign > * {
  display: block;
}

.parents_association-primary__sign > *:first-child {
  font-size: 3.71429vw;
}

.parents_association-primary__sign > *:last-child {
  margin-top: 2.92826vw;
  font-size: 5.42857vw;
}

.parents_association-primary_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14.64129vw;
}

.parents_association__chairman--image {
  width: 16.10542vw;
  height: 16.10542vw;
  margin-left: 8.78477vw;
}

.parents_association__chairman--image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 700.9999px) {
  .parents_association-primary {
    margin-top: 100px;
  }
  .parents_association-primary__wrap {
    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;
  }
  .parents_association-primary__title {
    padding-top: 36px;
    padding-left: 30px;
  }
  .parents_association-primary__title > * {
    display: block;
  }
  .parents_association-primary__title > *:nth-child(1) {
    font-size: 32px;
  }
  .parents_association-primary__title > *:nth-child(1) > * {
    line-height: 1.5;
  }
  .parents_association-primary__title > *:nth-child(1) > *::before, .parents_association-primary__title > *:nth-child(1) > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .parents_association-primary__title > *:nth-child(1) > *::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .parents_association-primary__title > *:nth-child(1) > *::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .parents_association-primary__title > *:nth-child(2) {
    margin-top: 5px;
    font-size: 32px;
  }
  .parents_association-primary__title > *:nth-child(2) > * {
    line-height: 1.5;
  }
  .parents_association-primary__title > *:nth-child(2) > *::before, .parents_association-primary__title > *:nth-child(2) > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .parents_association-primary__title > *:nth-child(2) > *::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .parents_association-primary__title > *:nth-child(2) > *::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .parents_association-primary__title > *:nth-child(3) {
    margin-top: 30px;
    font-size: 13px;
  }
  .parents_association-primary__title::after {
    border-width: 4px;
    width: 30px;
    height: 30px;
  }
  .parents_association-primary__text {
    width: 725px;
    margin-top: 5px;
    margin-left: 0;
  }
  .parents_association-primary__desc > * {
    line-height: 2;
  }
  .parents_association-primary__desc > *::before, .parents_association-primary__desc > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .parents_association-primary__desc > *::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .parents_association-primary__desc > *::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .parents_association-primary__sign > *:first-child {
    font-size: 16px;
  }
  .parents_association-primary__sign > *:last-child {
    font-size: 24px;
    margin-top: 10px;
  }
  .parents_association__chairman--image {
    width: 110px;
    height: 110px;
    margin-left: 60px;
  }
  .parents_association__chairman--image > * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parents_association-primary_wrap {
    margin-top: 80px;
  }
}

/*主な活動
----------------------------------------------- */
.parents_association-activities {
  background-color: #f4f8f8;
  margin-top: 17.56955vw;
  padding-bottom: 8.78477vw;
}

.parents_association__activities-title {
  padding-top: 12.15227vw;
  color: #2c318d;
  position: relative;
}

.parents_association__activities-title > span {
  display: block;
}

.parents_association__activities-title > span:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 6vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 4.39239vw;
}

.parents_association__activities-title > span:nth-of-type(2) {
  padding-top: 3.22108vw;
  font-size: 3.42857vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 5.85652vw;
}

.parents_association-activity {
  margin-top: 17.56955vw;
}

.parents_association-activity__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.92826vw;
  border-bottom: 1px solid #2c318d;
  color: #2c318d;
  height: 100%;
}

.parents_association-activity__ttl > span:nth-of-type(1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  font-size: 11.14286vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

.parents_association-activity__ttl > span:nth-of-type(2) {
  padding-bottom: 1.90337vw;
  padding-left: 1.1713vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  font-size: 4.57143vw;
  letter-spacing: 0.05em;
  line-height: 1;
}

.parents_association-activity__desc {
  padding-top: 4.39239vw;
}

.parents_association-activity__desc > span {
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  /*線の太さ*/
  height: 0%;
  background: #2c318d;
  -webkit-transition: 0.8s ease-in;
  transition: 0.8s ease-in;
}

.border-line.fadeIn {
  height: 100%;
  -webkit-transition: 0.8s ease-in;
  transition: 0.8s ease-in;
}

.grid-2 {
  margin-top: 5.85652vw;
}

.grid-3 {
  margin-top: 8.78477vw;
}

.photo-1 {
  width: 85.35871vw;
  height: 47.14495vw;
  margin-bottom: 0.58565vw;
}

.photo-1 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-1 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-2 {
  width: 55.19766vw;
  height: 33.23572vw;
  margin-right: 0.58565vw;
}

.photo-2 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-2 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-3 {
  width: 32.06442vw;
  height: 33.23572vw;
}

.photo-3 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-3 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-4 {
  width: 43.48463vw;
  height: 34.55344vw;
  margin-right: 0.58565vw;
}

.photo-4 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-4 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-5 {
  width: 41.43485vw;
  height: 34.55344vw;
}

.photo-5 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-5 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-6 {
  margin-top: 5.85652vw;
  width: 85.35871vw;
  height: 58.56515vw;
}

.photo-6 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-6 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-7 {
  margin-top: 5.85652vw;
  width: 42.45974vw;
  height: 58.56515vw;
}

.photo-7 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-7 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-8 {
  margin-top: 5.85652vw;
  width: 42.45974vw;
  height: 58.56515vw;
}

.photo-8 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-8 > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.parents_association-activity03-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.parents_association-activity__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.parents_association-lesson {
  margin-top: 1.31772vw;
  padding-left: 3.07467vw;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.7916666;
  color: #2c318d;
  position: relative;
}

.parents_association-lesson::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2c318d;
  width: 0.87848vw;
  height: 5.85652vw;
}

.parents_association-lesson--long {
  position: relative;
}

.parents_association-lesson--long::before {
  content: "";
  position: absolute;
  height: 11.4202vw;
}

@media screen and (min-width: 700.9999px) {
  .parents_association-activities {
    margin-top: 120px;
    padding-bottom: 81px;
  }
  .parents_association-activities__grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 285px auto;
        grid-template-rows: 285px auto;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
  }
  .activity01-title {
    margin-top: -4px;
  }
  .grid-1 {
    padding-top: 100px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .grid-2 {
    margin-top: 80px;
    margin-left: 95px;
    -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;
  }
  .grid-3 {
    margin-top: 109px;
    -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;
  }
  .parents_association__activities-title {
    padding-top: 0px;
    position: relative;
  }
  .parents_association__activities-title > span {
    display: block;
  }
  .parents_association__activities-title > span:nth-of-type(1) {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-left: 30px;
  }
  .parents_association__activities-title > span:nth-of-type(2) {
    padding-top: 12px;
    padding-left: 35px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #2c318d;
  }
  .parents_association-activity {
    margin-top: 0px;
  }
  .activity01-title {
    height: 125px;
  }
  .parents_association-activity__ttl {
    padding-bottom: 14px;
    border-bottom: 1px solid #2c318d;
    color: #2c318d;
    height: 100%;
  }
  .parents_association-activity__ttl > span:nth-of-type(1) {
    font-weight: 400;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.05em;
  }
  .parents_association-activity__ttl > span:nth-of-type(2) {
    padding-bottom: 1px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 5px;
  }
  .activity-pt {
    padding-top: 56px;
  }
  .parents_association-activity__desc {
    padding-top: 16px;
  }
  .parents_association-activity__desc > span {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  /*絶対配置で線を設定*/
  .border-line {
    /*線の位置*/
    position: absolute;
    left: 0;
    top: -100px;
    width: 5px;
    /*線の太さ*/
    height: 0;
    background: #2c318d;
    -webkit-transition: 1.5s ease-in;
    transition: 1.5s ease-in;
  }
  .border-line.fadeIn {
    height: 161px;
    -webkit-transition: 1.5s ease-in;
    transition: 1.5s ease-in;
  }
  .photo-1 {
    width: 515px;
    height: 285px;
    margin-bottom: 3px;
  }
  .photo-1 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-1 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-2 {
    width: 324px;
    height: 195px;
    margin-right: 3px;
  }
  .photo-2 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-2 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-3 {
    width: 188px;
    height: 195px;
  }
  .photo-3 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-3 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-4 {
    width: 264px;
    height: 169px;
    margin-right: 3px;
  }
  .photo-4 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-4 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 67%;
       object-position: 50% 67%;
  }
  .photo-5 {
    width: 263px;
    height: 169px;
  }
  .photo-5 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-5 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-6 {
    margin-top: 0;
    margin-right: 56px;
    width: 530px;
    height: 293px;
  }
  .photo-6 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-6 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-7 {
    margin-top: 0;
    width: 220px;
    height: 293px;
  }
  .photo-7 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-7 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-8 {
    margin-top: 0;
    width: 220px;
    height: 293px;
  }
  .photo-8 > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .photo-8 > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parents_association-activity02 {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 75px;
  }
  .parents_association-activity03-image-wrapper {
    margin-left: 56px;
  }
  .parents_association-activity03 {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 38px;
  }
  .activity-flex {
    max-width: 515px;
    width: 100%;
  }
  .activity03 {
    max-width: 620px;
    width: 100%;
  }
  .parents_association-lesson {
    margin-top: 10px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.285714;
    position: relative;
  }
  .parents_association-lesson::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2c318d;
    width: 4px;
    height: 30px;
  }
  .parents_association-lesson--long {
    position: relative;
  }
  .parents_association-lesson--long::before {
    content: "";
    position: absolute;
    height: 30px;
  }
}

/*オリジナルグッズ
----------------------------------------------- */
.original-items {
  margin-top: 10.2489vw;
}

.original-t-shirts__ttl {
  border-bottom: 2px solid #2c318d;
  padding-bottom: 3.95315vw;
}

.original-t-shirts__ttl > span {
  display: block;
  color: #2c318d;
  font-family: "Noto Serif JP", serif;
}

.original-t-shirts__ttl > span:nth-child(1) {
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.9166666;
  padding-bottom: 1.46413vw;
}

.original-t-shirts__ttl > span:nth-child(2) {
  font-size: 6.85714vw;
  letter-spacing: 0.05em;
  line-height: 1;
}

.original-t-shirts__info {
  margin-top: 5.27086vw;
}

.original-t-shirts__info > span {
  display: inline-block;
  color: #2c318d;
  font-family: "Noto Serif JP", serif;
}

.original-t-shirts__info > span:nth-child(1) {
  margin-right: 5.41728vw;
  font-size: 4.71429vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.original-t-shirts__info > span:nth-child(2) {
  font-size: 6.57143vw;
  letter-spacing: 0.05em;
  line-height: 1;
}

.original-t-shirts__info > span:nth-child(2) > * {
  font-size: 3.28571vw;
  letter-spacing: 0.05em;
  line-height: 2;
}

.original-t-shirts__image {
  margin-top: 6.00293vw;
  width: 87.84773vw;
  height: 26.35432vw;
}

.original-t-shirts__image > * {
  display: block;
  width: 100%;
  height: 100%;
}

.original-t-shirts__image > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.original-t-shirts__image-wrapper > span {
  display: block;
  margin-top: 3.22108vw;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 1.5833333;
}

.original-t-shirts__desc > span {
  display: block;
  margin-top: 7.46706vw;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  line-height: 2;
}

.original-bear {
  margin-top: 14.64129vw;
}

.original-bear__image {
  margin-top: 6.00293vw;
}

.original-bear__image > * {
  display: block;
  width: 100%;
  height: 100%;
}

.original-bear__image > * > * {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-shirts {
  margin-top: 5.85652vw;
}

.t-shirts__link {
  height: 11.71303vw;
  display: block;
  color: #000000;
  position: relative;
  font-size: 3.42857vw;
  letter-spacing: 0.05em;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
  overflow: hidden;
}

.t-shirts__link > * {
  padding-left: 1.90337vw;
  padding-right: 1.90337vw;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  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;
}

.t-shirts__link > *::after {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  right: 2.19619vw;
  background-image: url(../../img/common/icon_banner_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.92826vw;
  height: 3.51391vw;
}

.t-shirts__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83)) 0%, 100% calc((30vw / 6.83)), 100% 100%, 0 100%, 0 0);
}

.t-shirts__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #707070;
  -webkit-clip-path: polygon(calc(100% - (30vw / 6.83) - 1px) 0%, 100% calc((30vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (30vw / 6.83) - 1px) 0%, 100% calc((30vw / 6.83) + 1px), 100% 100%, 0 100%, 0 0);
}

.t-shirts__link--download {
  -webkit-clip-path: none;
          clip-path: none;
}

.t-shirts__link--download > *::after {
  right: 2.92826vw;
  background-image: url(../../img/page/parents_association/download_icon.svg);
}

.t-shirts__link--download::before {
  -webkit-clip-path: none;
          clip-path: none;
}

.t-shirts__link--download::after {
  -webkit-clip-path: none;
          clip-path: none;
}

@media screen and (min-width: 700.9999px) {
  .original-items {
    margin-top: 99px;
  }
  .t-shirts {
    width: 460px;
    height: 60px;
    margin-top: 0;
  }
  .original-t-shirts__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .original-t-shirts__ttl {
    width: 200px;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #2c318d;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }
  .original-t-shirts__ttl > span {
    display: block;
    color: #2c318d;
    font-family: "Noto Serif JP", serif;
  }
  .original-t-shirts__ttl > span:nth-child(1) {
    padding-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .original-t-shirts__ttl > span:nth-child(1) ::-webkit-full-page-media,
  .original-t-shirts__ttl > span:nth-child(1) :future,
  .original-t-shirts__ttl > span:nth-child(1) :root .safari-adjust {
    font-size: 13px !important;
    letter-spacing: 0.01em !important;
  }
  .original-t-shirts__ttl > span:nth-child(2) {
    margin-top: 0;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .original-t-shirts__info {
    margin-top: 33px;
    padding-left: 25px;
  }
  .original-t-shirts__info > span {
    display: inline-block;
    color: #2c318d;
    font-family: "Noto Serif JP", serif;
  }
  .original-t-shirts__info > span:nth-child(1) {
    margin-right: 8px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .original-t-shirts__info > span:nth-child(1) ::-webkit-full-page-media,
  .original-t-shirts__info > span:nth-child(1) :future,
  .original-t-shirts__info > span:nth-child(1) :root .safari-adjust {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  .original-t-shirts__info > span:nth-child(2) {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .original-t-shirts__info > span:nth-child(2) > * {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .original-t-shirts__image {
    margin-top: 0;
    width: 480px;
    height: 144px;
  }
  .original-t-shirts__image > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .original-t-shirts__image > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .original-t-shirts__image-wrapper > span {
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.53846;
  }
  .original-t-shirts__desc {
    max-width: 550px;
    width: 100%;
  }
  .original-t-shirts__desc > span {
    display: block;
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .original-bear {
    margin-top: 57px;
  }
  .original-t-shirts__title--mt {
    margin-top: 15px;
    height: 65px;
  }
  .original-t-shirts__info--mt {
    margin-top: 7px;
  }
  .original-bear__image-wrapper {
    width: 480px;
    margin-left: 57px;
  }
  .original-bear__image {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .original-bear__image > * {
    display: block;
    width: 100%;
    height: 100%;
  }
  .original-bear__image > * > * {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .original-t-shirts__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 65px auto;
        grid-template-rows: 65px auto;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
  }
  .original-t-shirts__grid-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .original-t-shirts__grid-2 {
    margin-left: 57px;
    -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;
  }
  .original-t-shirts__grid-3 {
    -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;
    max-width: 550px;
    width: 100%;
  }
  .t-shirts__link {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3125;
    height: 100%;
    -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);
  }
  .t-shirts__link > * {
    padding-left: 5px;
    padding-right: 55px;
  }
  .t-shirts__link > * > * {
    position: relative;
    z-index: 1;
  }
  .t-shirts__link > *::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 135%;
    height: 100%;
    background-color: #f4f8f8;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .t-shirts__link > *::after {
    width: 10.67px;
    height: 12.8px;
    right: 20px;
  }
  .t-shirts__link::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);
  }
  .t-shirts__link::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);
  }
  .t-shirts__link:hover > *::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
  }
  .t-shirts__link--download {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .t-shirts__link--download > *::after {
    width: 19.06px;
    height: 16.1px;
    right: 9px;
  }
  .t-shirts__link--download::before {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .t-shirts__link--download::after {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
