@charset "UTF-8";
.subjectsContainer {
  margin-bottom: 11.8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsContainer {
    margin-bottom: 118px;
  }
}
.subjects__pageTtl {
  background-image: url(/assets/img/functions/h2_bg_pc_01.jpg);
}
@media screen and (max-width: 640px) {
  .subjects__pageTtl {
    background-image: url(/assets/img/functions/h2_bg_sp_01.jpg);
  }
}
.subjectsBg {
  background: 0% 0%/120px auto url(/assets/img/util/blue_bg_01.jpg) repeat;
}
@media screen and (max-width: 640px) {
  .subjectsBg {
    background: 0% 0%/12vw auto url(/assets/img/util/blue_bg_01.jpg) repeat;
  }
}
@media screen and (max-width: 640px) {
  .subjectsBg {
    background: 0% 0%/18.75vw auto url(/assets/img/util/blue_bg_01.jpg) repeat;
  }
}
.subjectsTab {
  padding-top: 5vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab {
    padding-top: 9.6%;
  }
}
.subjectsTab01, .subjectsTab02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 4vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01, .subjectsTab02 {
    margin: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01, .subjectsTab02 {
    margin: 0 3.90625vw;
  }
}
.subjectsTab__txtSmall {
  letter-spacing: 0.015rem;
  font-size: 1.3125rem;
  line-height: 1.7619047619;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab__txtSmall {
    letter-spacing: 0.024vw;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab__txtSmall {
    font-size: 3.59375vw;
    letter-spacing: 0.0359375vw;
    line-height: 1.4347826087;
  }
}
.subjectsTab01 {
  align-items: flex-end;
}
.js-tab01 .subjectsTab01__item01--off {
  display: none;
}
.js-tab01 .subjectsTab01__item01--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab01__item01--on, .subjectsTab01__item01--off {
  color: #fff;
  width: 16vw;
  border-radius: 0.7vw 0.7vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--on, .subjectsTab01__item01--off {
    width: 184px;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--on, .subjectsTab01__item01--off {
    width: 15.625vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
  }
}
.subjectsTab01__item01--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--on {
    height: 19.375vw;
  }
}
.subjectsTab01__item01--on::before, .subjectsTab01__item01--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab01__item01--on::before {
  width: 16vw;
  height: 2.8vw;
  top: 11vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--on::before {
    width: 184px;
    height: 28px;
    top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: 19.375vw;
  }
}
.subjectsTab01__item01--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  bottom: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--on::after {
    bottom: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--on::after {
    bottom: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab01__item01--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab01__item01--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item01--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab01__item01--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--off {
    line-height: 58px;
    height: 58px;
  }
  .subjectsTab01__item01--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab02 .subjectsTab01__item02--off {
  display: none;
}
.js-tab02 .subjectsTab01__item02--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab01__item02--on, .subjectsTab01__item02--off {
  color: #fff;
  width: 16vw;
  border-radius: 0.7vw 0.7vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--on, .subjectsTab01__item02--off {
    width: 184px;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--on, .subjectsTab01__item02--off {
    width: 15.625vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
  }
}
.subjectsTab01__item02--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--on {
    height: 19.375vw;
  }
}
.subjectsTab01__item02--on::before, .subjectsTab01__item02--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab01__item02--on::before {
  width: 16vw;
  height: 2.8vw;
  top: 11vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--on::before {
    width: 184px;
    height: 28px;
    top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: 19.375vw;
  }
}
.subjectsTab01__item02--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  bottom: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--on::after {
    bottom: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--on::after {
    bottom: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab01__item02--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab01__item02--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item02--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab01__item02--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--off {
    line-height: 58px;
    height: 58px;
  }
  .subjectsTab01__item02--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab03 .subjectsTab01__item03--off {
  display: none;
}
.js-tab03 .subjectsTab01__item03--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab01__item03--on, .subjectsTab01__item03--off {
  color: #fff;
  width: 16vw;
  border-radius: 0.7vw 0.7vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--on, .subjectsTab01__item03--off {
    width: 184px;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--on, .subjectsTab01__item03--off {
    width: 15.625vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
  }
}
.subjectsTab01__item03--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--on {
    height: 19.375vw;
  }
}
.subjectsTab01__item03--on::before, .subjectsTab01__item03--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab01__item03--on::before {
  width: 16vw;
  height: 2.8vw;
  top: 11vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--on::before {
    width: 184px;
    height: 28px;
    top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: 19.375vw;
  }
}
.subjectsTab01__item03--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  bottom: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--on::after {
    bottom: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--on::after {
    bottom: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab01__item03--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab01__item03--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item03--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab01__item03--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--off {
    line-height: 58px;
    height: 58px;
  }
  .subjectsTab01__item03--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab04 .subjectsTab01__item04--off {
  display: none;
}
.js-tab04 .subjectsTab01__item04--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab01__item04--on, .subjectsTab01__item04--off {
  color: #fff;
  width: 16vw;
  border-radius: 0.7vw 0.7vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--on, .subjectsTab01__item04--off {
    width: 184px;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--on, .subjectsTab01__item04--off {
    width: 15.625vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
  }
}
.subjectsTab01__item04--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--on {
    height: 19.375vw;
  }
}
.subjectsTab01__item04--on::before, .subjectsTab01__item04--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab01__item04--on::before {
  width: 16vw;
  height: 2.8vw;
  top: 11vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--on::before {
    width: 184px;
    height: 28px;
    top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: 19.375vw;
  }
}
.subjectsTab01__item04--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  bottom: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--on::after {
    bottom: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--on::after {
    bottom: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab01__item04--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab01__item04--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item04--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab01__item04--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--off {
    line-height: 58px;
    height: 58px;
  }
  .subjectsTab01__item04--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab05 .subjectsTab01__item05--off {
  display: none;
}
.js-tab05 .subjectsTab01__item05--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab01__item05--on, .subjectsTab01__item05--off {
  color: #fff;
  width: 16vw;
  border-radius: 0.7vw 0.7vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--on, .subjectsTab01__item05--off {
    width: 184px;
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--on, .subjectsTab01__item05--off {
    width: 15.625vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
  }
}
.subjectsTab01__item05--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--on {
    height: 19.375vw;
  }
}
.subjectsTab01__item05--on::before, .subjectsTab01__item05--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab01__item05--on::before {
  width: 16vw;
  height: 2.8vw;
  top: 11vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--on::before {
    width: 184px;
    height: 28px;
    top: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: 19.375vw;
  }
}
.subjectsTab01__item05--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  bottom: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--on::after {
    bottom: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--on::after {
    bottom: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab01__item05--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab01__item05--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item05--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab01__item05--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--off {
    line-height: 58px;
    height: 58px;
  }
  .subjectsTab01__item05--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.subjectsTab01__item01--on, .subjectsTab01__item01--off {
  background: #E14866;
}
.subjectsTab01__item01--on {
  padding-top: 3.8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item01--on {
    padding-top: 38px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item01--on {
    padding-top: 5.9375vw;
  }
}
.subjectsTab01__item01--on::before {
  background: #E14866;
}
.subjectsTab01__item01--on::after {
  border-color: #E14866 transparent transparent transparent;
}
.subjectsTab01__item02--on, .subjectsTab01__item02--off {
  background: #34AACA;
}
.subjectsTab01__item02--on {
  padding-top: 2.2vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--on {
    padding-top: 22px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--on {
    padding-top: 3.4375vw;
  }
}
.subjectsTab01__item02--on::before {
  background: #34AACA;
}
.subjectsTab01__item02--on::after {
  border-color: #34AACA transparent transparent transparent;
}
.subjectsTab01__item02--off {
  padding-left: 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item02--off {
    padding-left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item02--off {
    padding-left: 0;
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .subjectsTab01__item02--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab01__item03--on, .subjectsTab01__item03--off {
  background: #FF8B5F;
}
.subjectsTab01__item03--on {
  padding-top: 3.8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item03--on {
    padding-top: 38px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item03--on {
    padding-top: 5.9375vw;
  }
}
.subjectsTab01__item03--on::before {
  background: #FF8B5F;
}
.subjectsTab01__item03--on::after {
  border-color: #FF8B5F transparent transparent transparent;
}
.subjectsTab01__item04--on, .subjectsTab01__item04--off {
  background: #88BA4B;
}
.subjectsTab01__item04--on {
  padding-top: 3.8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item04--on {
    padding-top: 38px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item04--on {
    padding-top: 5.9375vw;
  }
}
.subjectsTab01__item04--on::before {
  background: #88BA4B;
}
.subjectsTab01__item04--on::after {
  border-color: #88BA4B transparent transparent transparent;
}
.subjectsTab01__item05--on, .subjectsTab01__item05--off {
  background: #817BB7;
}
.subjectsTab01__item05--on {
  padding-top: 3.8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab01__item05--on {
    padding-top: 38px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab01__item05--on {
    padding-top: 5.9375vw;
  }
}
.subjectsTab01__item05--on::before {
  background: #817BB7;
}
.subjectsTab01__item05--on::after {
  border-color: #817BB7 transparent transparent transparent;
}
.subjectsTab02 {
  align-items: flex-start;
}
.js-tab01 .subjectsTab02__item01--off {
  display: none;
}
.js-tab01 .subjectsTab02__item01--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab02__item01--on, .subjectsTab02__item01--off {
  width: 16vw;
  border-radius: 0 0 0.7vw 0.7vw;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item01--on, .subjectsTab02__item01--off {
    width: 184px;
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--on, .subjectsTab02__item01--off {
    width: 15.625vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
  }
}
.subjectsTab02__item01--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item01--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--on {
    height: 19.375vw;
    padding-top: 2.34375vw;
  }
}
.subjectsTab02__item01--on::before, .subjectsTab02__item01--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab02__item01--on::before {
  width: 16vw;
  height: 2.8vw;
  top: -2.8vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item01--on::before {
    width: 184px;
    height: 28px;
    top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: -2.34375vw;
  }
}
.subjectsTab02__item01--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  top: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item01--on::after {
    top: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--on::after {
    top: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab02__item01--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab02__item01--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item01--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab02__item01--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item01--off {
    height: 58px;
    line-height: 58px;
  }
  .subjectsTab02__item01--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item01--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab02 .subjectsTab02__item02--off {
  display: none;
}
.js-tab02 .subjectsTab02__item02--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab02__item02--on, .subjectsTab02__item02--off {
  width: 16vw;
  border-radius: 0 0 0.7vw 0.7vw;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--on, .subjectsTab02__item02--off {
    width: 184px;
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--on, .subjectsTab02__item02--off {
    width: 15.625vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
  }
}
.subjectsTab02__item02--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--on {
    height: 19.375vw;
    padding-top: 2.34375vw;
  }
}
.subjectsTab02__item02--on::before, .subjectsTab02__item02--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab02__item02--on::before {
  width: 16vw;
  height: 2.8vw;
  top: -2.8vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--on::before {
    width: 184px;
    height: 28px;
    top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: -2.34375vw;
  }
}
.subjectsTab02__item02--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  top: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--on::after {
    top: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--on::after {
    top: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab02__item02--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab02__item02--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item02--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab02__item02--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--off {
    height: 58px;
    line-height: 58px;
  }
  .subjectsTab02__item02--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab03 .subjectsTab02__item03--off {
  display: none;
}
.js-tab03 .subjectsTab02__item03--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab02__item03--on, .subjectsTab02__item03--off {
  width: 16vw;
  border-radius: 0 0 0.7vw 0.7vw;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item03--on, .subjectsTab02__item03--off {
    width: 184px;
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--on, .subjectsTab02__item03--off {
    width: 15.625vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
  }
}
.subjectsTab02__item03--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item03--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--on {
    height: 19.375vw;
    padding-top: 2.34375vw;
  }
}
.subjectsTab02__item03--on::before, .subjectsTab02__item03--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab02__item03--on::before {
  width: 16vw;
  height: 2.8vw;
  top: -2.8vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item03--on::before {
    width: 184px;
    height: 28px;
    top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: -2.34375vw;
  }
}
.subjectsTab02__item03--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  top: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item03--on::after {
    top: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--on::after {
    top: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab02__item03--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab02__item03--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item03--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab02__item03--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item03--off {
    height: 58px;
    line-height: 58px;
  }
  .subjectsTab02__item03--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item03--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab04 .subjectsTab02__item04--off {
  display: none;
}
.js-tab04 .subjectsTab02__item04--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab02__item04--on, .subjectsTab02__item04--off {
  width: 16vw;
  border-radius: 0 0 0.7vw 0.7vw;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item04--on, .subjectsTab02__item04--off {
    width: 184px;
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--on, .subjectsTab02__item04--off {
    width: 15.625vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
  }
}
.subjectsTab02__item04--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item04--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--on {
    height: 19.375vw;
    padding-top: 2.34375vw;
  }
}
.subjectsTab02__item04--on::before, .subjectsTab02__item04--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab02__item04--on::before {
  width: 16vw;
  height: 2.8vw;
  top: -2.8vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item04--on::before {
    width: 184px;
    height: 28px;
    top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: -2.34375vw;
  }
}
.subjectsTab02__item04--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  top: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item04--on::after {
    top: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--on::after {
    top: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab02__item04--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab02__item04--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item04--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab02__item04--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item04--off {
    height: 58px;
    line-height: 58px;
  }
  .subjectsTab02__item04--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item04--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.js-tab05 .subjectsTab02__item05--off {
  display: none;
}
.js-tab05 .subjectsTab02__item05--on {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsTab02__item05--on, .subjectsTab02__item05--off {
  width: 16vw;
  border-radius: 0 0 0.7vw 0.7vw;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item05--on, .subjectsTab02__item05--off {
    width: 184px;
    border-radius: 0 0 7px 7px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--on, .subjectsTab02__item05--off {
    width: 15.625vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
  }
}
.subjectsTab02__item05--on {
  display: none;
  height: 11vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item05--on {
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--on {
    height: 19.375vw;
    padding-top: 2.34375vw;
  }
}
.subjectsTab02__item05--on::before, .subjectsTab02__item05--on::after {
  content: "";
  position: absolute;
  display: block;
}
.subjectsTab02__item05--on::before {
  width: 16vw;
  height: 2.8vw;
  top: -2.8vw;
  z-index: -1;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item05--on::before {
    width: 184px;
    height: 28px;
    top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--on::before {
    width: 15.625vw;
    height: 2.34375vw;
    top: -2.34375vw;
  }
}
.subjectsTab02__item05--on::after {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  top: -6.15vw;
  border-width: 3.4vw 8vw 0 8vw;
  z-index: 1;
  transform: rotate(180deg);
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item05--on::after {
    top: -62px;
    border-width: 34px 92px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--on::after {
    top: -7.8125vw;
    border-width: 5.625vw 7.8125vw 0 7.8125vw;
  }
}
.subjectsTab02__item05--txt {
  letter-spacing: 0.01rem;
  font-size: 1.8125rem;
  line-height: 1.275862069;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsTab02__item05--txt {
    letter-spacing: 0.016vw;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--txt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item05--off {
  display: block;
  animation: show 0.5s ease-in-out;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 5.8vw;
  line-height: 5.8vw;
}
.subjectsTab02__item05--off:hover {
  height: 8vw;
  line-height: 8vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item05--off {
    height: 58px;
    line-height: 58px;
  }
  .subjectsTab02__item05--off:hover {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item05--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    height: 14.84375vw;
    line-height: 14.84375vw;
  }
}
.subjectsTab02__item01--on, .subjectsTab02__item01--off {
  background: #E14866;
}
.subjectsTab02__item01--on::before {
  background: #E14866;
}
.subjectsTab02__item01--on::after {
  border-color: #E14866 transparent transparent transparent;
}
.subjectsTab02__item02 {
  position: relative;
}
.subjectsTab02__item02--on, .subjectsTab02__item02--off {
  background: #34AACA;
}
.subjectsTab02__item02--on::before {
  background: #34AACA;
}
.subjectsTab02__item02--on::after {
  border-color: #34AACA transparent transparent transparent;
}
.subjectsTab02__item02--off {
  padding-left: 0;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--off {
    padding-left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--off {
    padding-left: 0;
    padding-top: 2.34375vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .subjectsTab02__item02--off {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.1785714286;
  }
}
.subjectsTab02__item02--txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2.2vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab02__item02--txt {
    top: -22px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab02__item02--txt {
    top: 0;
  }
}
.subjectsTab02__item03--on, .subjectsTab02__item03--off {
  background: #FF8B5F;
}
.subjectsTab02__item03--on::before {
  background: #FF8B5F;
}
.subjectsTab02__item03--on::after {
  border-color: #FF8B5F transparent transparent transparent;
}
.subjectsTab02__item04--on, .subjectsTab02__item04--off {
  background: #88BA4B;
}
.subjectsTab02__item04--on::before {
  background: #88BA4B;
}
.subjectsTab02__item04--on::after {
  border-color: #88BA4B transparent transparent transparent;
}
.subjectsTab02__item05--on, .subjectsTab02__item05--off {
  background: #817BB7;
}
.subjectsTab02__item05--on::before {
  background: #817BB7;
}
.subjectsTab02__item05--on::after {
  border-color: #817BB7 transparent transparent transparent;
}
.subjectsTab__contents {
  background: #fff;
  box-shadow: 0 0.2vw 1vw 0 rgba(0, 0, 0, 0.16);
  padding: 4vw;
}
@media screen and (min-width: 1080px) {
  .subjectsTab__contents {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsTab__contents {
    box-shadow: 0 0.3125vw 1.5625vw 0 rgba(0, 0, 0, 0.16);
    padding: 0;
  }
}
.subjectsTab__contentsItem {
  display: none;
}
.js-tab01 .subjectsTab__contentsItem--01 {
  display: block;
  animation: show 0.5s ease-in-out;
}
.js-tab02 .subjectsTab__contentsItem--02 {
  display: block;
  animation: show 0.5s ease-in-out;
}
.js-tab03 .subjectsTab__contentsItem--03 {
  display: block;
  animation: show 0.5s ease-in-out;
}
.js-tab04 .subjectsTab__contentsItem--04 {
  display: block;
  animation: show 0.5s ease-in-out;
}
.js-tab05 .subjectsTab__contentsItem--05 {
  display: block;
  animation: show 0.5s ease-in-out;
}
.subjectsInner {
  position: relative;
  max-width: 96vw;
  padding-bottom: 5vw;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .subjectsInner {
    max-width: 1080px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .subjectsInner {
    width: 92.1875%;
    margin: 0 auto;
    padding-bottom: 12%;
  }
}
.subjectsInner__ttl {
  padding: 8.6vw 0 0;
}
@media screen and (min-width: 1080px) {
  .subjectsInner__ttl {
    padding: 86px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .subjectsInner__ttl {
    padding: 13.6% 0 0;
  }
}
.subjectsInner__ttlTxt {
  background: 0% 0%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_01.svg) no-repeat, 100% 0%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_02.svg) no-repeat, 0% 100%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_03.svg) no-repeat, 100% 100%/2.5vw 2.9vw url(/assets/img/util/title_blue_elm_pc_04.svg) no-repeat;
  letter-spacing: 0.015rem;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  width: 33.2vw;
  height: 9vw;
  margin: 0 auto;
  color: #454545;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .subjectsInner__ttlTxt {
    letter-spacing: 0.024vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .subjectsInner__ttlTxt {
    background: 0% 0%/25px 29px url(/assets/img/util/title_blue_elm_pc_01.svg) no-repeat, 100% 0%/25px 29px url(/assets/img/util/title_blue_elm_pc_02.svg) no-repeat, 0% 100%/25px 29px url(/assets/img/util/title_blue_elm_pc_03.svg) no-repeat, 100% 100%/25px 29px url(/assets/img/util/title_blue_elm_pc_04.svg) no-repeat;
    width: 332px;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .subjectsInner__ttlTxt {
    background: 0% 0%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_01.svg) no-repeat, 100% 0%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_02.svg) no-repeat, 0% 100%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_03.svg) no-repeat, 100% 100%/3.125vw 3.59375vw url(/assets/img/util/title_blue_elm_sp_04.svg) no-repeat;
    font-weight: 500;
    text-align: center;
    width: 53.4375vw;
    height: 14.375vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .subjectsInner__ttlTxt {
    font-size: 5.46875vw;
    letter-spacing: 0.109375vw;
    line-height: 1.5428571429;
  }
}

@media screen and (max-width: 640px) {
  .nlContainer {
    padding-bottom: 22.3%;
  }
}
.nl__ttl {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  padding: 3.5vw 0 1.6vw;
  text-align: center;
  color: #454545;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nl__ttl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .nl__ttl {
    padding: 35px 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .nl__ttl {
    font-weight: 500;
    padding: 13.6% 0 3.7%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nl__ttl {
    font-size: 5.3125vw;
    letter-spacing: 0.053125vw;
    line-height: 1.5882352941;
  }
}
.nl__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.2vw;
  height: 0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #707070;
}
@media screen and (min-width: 1080px) {
  .nl__ttl::before {
    width: 42px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .nl__ttl::before {
    width: 6.5625vw;
    height: 0.3125vw;
  }
}
.nl__ttlStrong {
  color: #0597A3;
}
.nl__txt {
  padding: 2.6vw 0 9.2vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nl__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .nl__txt {
    padding: 26px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .nl__txt {
    padding: 3.90625vw 5.46875vw 20.3125vw;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nl__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.nl__link {
  margin: 6.8vw auto 12.3vw;
}
@media screen and (min-width: 1080px) {
  .nl__link {
    margin: 68px auto 123px;
  }
}
@media screen and (max-width: 640px) {
  .nl__link {
    margin: 14.5% auto 0;
  }
}
.nlPoint {
  position: relative;
  background: rgba(253, 232, 140, 0.1);
}
@media screen and (max-width: 640px) {
  .nlPoint {
    padding: 0 6.25vw;
  }
}
.nlPoint__ttl {
  width: 62.2vw;
  height: 5.8vw;
  border-radius: 4vw;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #0597A3;
  position: absolute;
}
@media screen and (min-width: 1080px) {
  .nlPoint__ttl {
    width: 622px;
    height: 58px;
    border-radius: 40px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__ttl {
    width: 77.03125vw;
    height: 20.3125vw;
    border-radius: 10.15625vw;
    top: -2%;
  }
}
.nlPoint__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 5.8vw;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .nlPoint__ttl::before {
    top: 58px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__ttl::before {
    top: 20vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
    border-top: 2.1875vw solid #0597A3;
  }
}
.nlPoint__ttlStrong {
  color: #FDE88C;
}
.nlPoint__ttlTxt {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__ttlTxt {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__ttlTxt {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.nlPoint__txtStrong--01 {
  color: #0597A3;
}
.nlPoint__txtStrong--02 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__txtStrong--02 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__txtStrong--02 {
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__txtStrong--02 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.nlPoint__txtStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__txtStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__txtStrong--03 {
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__txtStrong--03 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.nlPoint__item--02, .nlPoint__item--03, .nlPoint__item--04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 5vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .nlPoint__item--02, .nlPoint__item--03, .nlPoint__item--04 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__item--02, .nlPoint__item--03, .nlPoint__item--04 {
    flex-direction: column;
    padding: 0;
  }
}
.nlPoint__item--03 {
  margin-top: 2.8vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__item--03 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__item--03 {
    margin-top: 3.3%;
  }
}
.nlPoint__item--04 {
  margin-top: 1.9vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__item--04 {
    margin-top: 19px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__item--04 {
    margin-top: 7.7%;
    flex-direction: column-reverse;
  }
}
.nlPoint__item--05 {
  margin-top: 2.6vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__item--05 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__item--05 {
    margin-top: 10.7%;
  }
}
.nlPoint__item--06 {
  padding-bottom: 6.1vw;
  margin-top: 10.9vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .nlPoint__item--06 {
    padding-bottom: 61px;
    margin-top: 109px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__item--06 {
    padding-bottom: 13%;
    margin-top: 24.9%;
  }
}
.nlPoint__itemImg--02 {
  flex: 0 1 40vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--02 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--02 {
    flex: 0 1 100%;
  }
}
.nlPoint__itemImg--02 img {
  width: 40vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--02 img {
    width: 505px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--02 img {
    width: 80vw;
  }
}
.nlPoint__itemImg--03 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--03 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--03 {
    flex: 0 1 100%;
  }
}
.nlPoint__itemImg--03 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--03 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--03 img {
    width: 80vw;
  }
}
.nlPoint__itemImg--04 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--04 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--04 {
    flex: 0 1 100%;
  }
}
.nlPoint__itemImg--04 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--04 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--04 img {
    width: 80vw;
  }
}
.nlPoint__itemImg--06 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--06 {
    flex: 0 1 442px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--06 {
    flex: 0 1 100%;
    padding-top: 5.2%;
  }
}
.nlPoint__itemImg--06 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImg--06 img {
    width: 442px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImg--06 img {
    width: 80vw;
  }
}
.nlPoint__itemTxt {
  color: #454545;
}
.nlPoint__itemTxt--01 {
  padding: 6.4vw 4vw 4.2vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemTxt--01 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--01 {
    padding: 64px 0 42px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--01 {
    padding: 19.2% 0 6.6%;
    font-weight: 500;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemTxt--01 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.nlPoint__itemTxt--02, .nlPoint__itemTxt--03, .nlPoint__itemTxt--04 {
  text-align: justify;
  letter-spacing: 0.015rem;
  font-size: 1rem;
  line-height: 2.25;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemTxt--02, .nlPoint__itemTxt--03, .nlPoint__itemTxt--04 {
    letter-spacing: 0.024vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--02, .nlPoint__itemTxt--03, .nlPoint__itemTxt--04 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.nlPoint__itemTxt--02 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--02 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--02 {
    flex: 0 1 100%;
    padding-top: 3%;
  }
}
.nlPoint__itemTxt--03 {
  flex: 0 1 38vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--03 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--03 {
    flex: 0 1 100%;
    padding-bottom: 4.7%;
  }
}
.nlPoint__itemTxt--04 {
  flex: 0 1 38vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--04 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--04 {
    flex: 0 1 100%;
    padding-bottom: 5%;
  }
}
.nlPoint__itemTxt--05 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemTxt--05 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--05 {
    font-size: 4.6875vw;
    letter-spacing: 0.0703125vw;
    line-height: 1.7333333333;
  }
}
.nlPoint__itemTxt--05::before, .nlPoint__itemTxt--05::after {
  position: absolute;
  display: block;
  content: "";
  top: 0.8vw;
  width: 0.2vw;
  height: 2.5vw;
  background: #454545;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--05::before, .nlPoint__itemTxt--05::after {
    top: 8px;
    width: 2px;
    height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--05::before, .nlPoint__itemTxt--05::after {
    top: 21%;
    width: 0.3125vw;
    height: 5.3125vw;
  }
}
.nlPoint__itemTxt--05::before {
  transform: rotate(-27deg);
  left: 37.2vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--05::before {
    left: 432px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--05::before {
    left: 31.5%;
  }
}
.nlPoint__itemTxt--05::after {
  transform: rotate(27deg);
  right: 37.2vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--05::after {
    right: 432px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--05::after {
    right: 31.5%;
  }
}
.nlPoint__itemTxt--06 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  padding: 0 19vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemTxt--06 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemTxt--06 {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemTxt--06 {
    text-align: justify;
    padding: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemTxt--06 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.nlPoint__itemStrong--05 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 2.2727272727;
  text-align: center;
  color: #0597A3;
  padding: 0 16vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemStrong--05 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemStrong--05 {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemStrong--05 {
    font-weight: 500;
    padding: 1% 0 0 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemStrong--05 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.nlPoint__itemStrong--06 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  text-align: center;
  color: #0597A3;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemStrong--06 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemStrong--06 {
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemStrong--06 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.nlPoint__itemStrong--06::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% url(/assets/img/functions/subjects/nl_elm_pc_01.svg) no-repeat;
  top: 5.8vw;
  width: 0;
  height: 0;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemStrong--06::before {
    top: 58px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemStrong--06::before {
    top: 58px;
  }
}
.nlPoint__itemBorder--05 {
  padding-bottom: 0.2vw;
  border-bottom: 0.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemBorder--05 {
    padding-bottom: 2px;
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemBorder--05 {
    padding-bottom: 0.3125vw;
    border-bottom: 0.3125vw solid #0597A3;
  }
}
.nlPoint__itemBallon--06 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #fff;
  position: absolute;
  top: -4.3vw;
  left: 15.6vw;
  transform: rotate(-8deg) translateY(4vw);
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemBallon--06 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
.nlPoint__itemBallon--06.js-observe {
  opacity: 1;
  transform: rotate(-8deg) translateY(0);
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemBallon--06 {
    top: -33px;
    left: 206px;
    transform: rotate(-8deg) translateY(40px);
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemBallon--06 {
    top: -7.9%;
    left: 5.5%;
    transform: rotate(-8deg) translateY(6.25vw);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemBallon--06 {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.2666666667;
  }
}
.nlPoint__itemBallon--06::before {
  position: absolute;
  display: block;
  content: "";
  top: -3.1vw;
  left: -3.3vw;
  width: 13.5vw;
  height: 10.4vw;
  transform: rotate(8deg);
  z-index: -1;
  background: 0% 0%/100% url(/assets/img/functions/subjects/nl_elm_pc_01.png) no-repeat;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemBallon--06::before {
    top: -31px;
    left: -33px;
    width: 135px;
    height: 104px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemBallon--06::before {
    top: -121%;
    left: -48%;
    width: 28.4375vw;
    height: 18.75vw;
  }
}
.nlPoint__itemFlex--06 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 1.7vw 5vw;
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemFlex--06 {
    padding: 17px 50px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemFlex--06 {
    padding: 0 0 3% 0;
    flex-direction: column;
  }
}
.nlPoint__itemImportant--02 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  width: 18.4vw;
  height: 18.4vw;
  top: -4vw;
  left: 2vw;
  padding-top: 1.3vw;
  border-radius: 50%;
  color: #fff;
  background: #FF8B5F;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .nlPoint__itemImportant--02 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .nlPoint__itemImportant--02 {
    width: 184px;
    height: 184px;
    top: -20px;
    left: 80px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__itemImportant--02 {
    font-weight: 500;
    width: 34.84375vw;
    height: 34.84375vw;
    top: -3.1%;
    left: 5.2%;
    padding-top: 2.1875vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .nlPoint__itemImportant--02 {
    font-size: 3.59375vw;
    letter-spacing: 0.05390625vw;
    line-height: 1.7391304348;
  }
}
.nlPoint__arrow--01 {
  width: 0;
  height: 0;
  border-left: 2.2vw solid transparent;
  border-right: 2.2vw solid transparent;
  border-top: 2.2vw solid #0597A3;
  margin: 2.8vw auto 0;
}
@media screen and (min-width: 1080px) {
  .nlPoint__arrow--01 {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #0597A3;
    margin: 28px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__arrow--01 {
    border-left: 2.8125vw solid transparent;
    border-right: 2.8125vw solid transparent;
    border-top: 2.8125vw solid #0597A3;
    margin: 0 auto;
  }
}
.nlPoint__dots--01 {
  margin-top: 3.7vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .nlPoint__dots--01 {
    margin-top: 37px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__dots--01 {
    margin-top: 8.4%;
  }
}
.nlPoint__dots--01::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.5vw;
  height: 4.8vw;
  background: 0% 0%/100% url(/assets/img/functions/subjects/math_elm_pc_01.svg) no-repeat;
}
@media screen and (min-width: 1080px) {
  .nlPoint__dots--01::before {
    width: 5px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .nlPoint__dots--01::before {
    width: 0.78125vw;
    height: 7.5vw;
  }
}

@media screen and (max-width: 640px) {
  .mathContainer {
    padding-bottom: 22.3%;
  }
}
.math__ttl {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  padding: 3.5vw 0 1.6vw;
  text-align: center;
  color: #454545;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .math__ttl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .math__ttl {
    padding: 35px 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .math__ttl {
    font-weight: 500;
    padding: 13.6% 0 3.7%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .math__ttl {
    font-size: 5.3125vw;
    letter-spacing: 0.053125vw;
    line-height: 1.5882352941;
  }
}
.math__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.2vw;
  height: 0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #707070;
}
@media screen and (min-width: 1080px) {
  .math__ttl::before {
    width: 42px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .math__ttl::before {
    width: 6.5625vw;
    height: 0.3125vw;
  }
}
.math__ttlStrong {
  color: #0597A3;
}
.math__txt {
  padding: 2.6vw 0 9.2vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .math__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .math__txt {
    padding: 26px 0 92px;
  }
}
@media screen and (max-width: 640px) {
  .math__txt {
    padding: 3.90625vw 5.46875vw 15vw;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .math__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.math__link {
  margin: 5.2vw auto 12.1vw;
}
@media screen and (min-width: 1080px) {
  .math__link {
    margin: 52px auto 121px;
  }
}
@media screen and (max-width: 640px) {
  .math__link {
    margin: 14.5% auto 0;
  }
}
.mathPoint {
  position: relative;
  background: rgba(253, 232, 140, 0.1);
}
@media screen and (max-width: 640px) {
  .mathPoint {
    padding: 0 6.25vw;
  }
}
.mathPoint01__ttl, .mathPoint02__ttl {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  height: 5.8vw;
  border-radius: 4vw;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #0597A3;
  position: absolute;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__ttl, .mathPoint02__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint01__ttl, .mathPoint02__ttl {
    height: 58px;
    border-radius: 40px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__ttl, .mathPoint02__ttl {
    height: 10.9375vw;
    border-radius: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint01__ttl, .mathPoint02__ttl {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.36;
  }
}
.mathPoint01__ttl::before, .mathPoint02__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 5.8vw;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__ttl::before, .mathPoint02__ttl::before {
    top: 58px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__ttl::before, .mathPoint02__ttl::before {
    top: 10.625vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
    border-top: 2.1875vw solid #0597A3;
  }
}
.mathPoint01__ttlNum, .mathPoint02__ttlNum {
  padding-right: 4vw;
  letter-spacing: 0.015rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__ttlNum, .mathPoint02__ttlNum {
    letter-spacing: 0.024vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint01__ttlNum, .mathPoint02__ttlNum {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__ttlNum, .mathPoint02__ttlNum {
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint01__ttlNum, .mathPoint02__ttlNum {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.36;
  }
}
.mathPoint01__ttlNum::before, .mathPoint02__ttlNum::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 2vw;
  width: 0.2vw;
  height: 3vw;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__ttlNum::before, .mathPoint02__ttlNum::before {
    right: 20px;
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__ttlNum::before, .mathPoint02__ttlNum::before {
    right: 3.125vw;
    width: 0.3125vw;
    height: 4.6875vw;
  }
}
.mathPoint01__ttlStrong, .mathPoint02__ttlStrong {
  color: #FDE88C;
}
.mathPoint01 {
  padding-bottom: 6vw;
  margin-bottom: 9vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01 {
    padding-bottom: 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01 {
    padding-bottom: 10.9%;
    margin-bottom: 16.7%;
  }
}
.mathPoint01__ttl {
  width: 43.4vw;
  top: -3vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__ttl {
    width: 434px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__ttl {
    width: 69.0625vw;
    top: -5vw;
  }
}
.mathPoint01__txtStrong--01 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  border-bottom: solid 0.2vw #0597A3;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__txtStrong--01 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint01__txtStrong--01 {
    border-bottom: solid 2px #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__txtStrong--01 {
    border-bottom: solid 0.3125vw #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint01__txtStrong--01 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.mathPoint01__txtStrong--02 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__txtStrong--02 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__txtStrong--02 {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 1.7272727273;
  }
}
.mathPoint01__txtStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__txtStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__txtStrong--03 {
    font-size: 2.8125vw;
    letter-spacing: 0.0421875vw;
    line-height: 2;
  }
}
.mathPoint01__item--02, .mathPoint01__item--03, .mathPoint01__item--04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 5vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__item--02, .mathPoint01__item--03, .mathPoint01__item--04 {
    padding: 0 72px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__item--02, .mathPoint01__item--03, .mathPoint01__item--04 {
    padding: 0;
    flex-direction: column;
  }
}
.mathPoint01__item--03 {
  margin-top: 2.8vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__item--03 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__item--03 {
    margin-top: 4.375vw;
  }
}
.mathPoint01__item--04 {
  margin-top: 1.9vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__item--04 {
    margin-top: 19px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__item--04 {
    margin-top: 2.96875vw;
  }
}
.mathPoint01__itemMovie--02 {
  flex: 0 1 41.4vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemMovie--02 {
    flex: 0 1 414px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemMovie--02 {
    flex: 0 1 100%;
  }
}
.mathPoint01__itemMovie--02 video {
  width: 41.4vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemMovie--02 video {
    width: 414px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemMovie--02 video {
    width: 79.6875vw;
  }
}
.mathPoint01__itemImg--03 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemImg--03 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemImg--03 {
    flex: 0 1 100%;
  }
}
.mathPoint01__itemImg--03 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemImg--03 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemImg--03 img {
    width: 100%;
  }
}
.mathPoint01__itemImg--04 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemImg--04 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemImg--04 {
    flex: 0 1 100%;
  }
}
.mathPoint01__itemImg--04 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemImg--04 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemImg--04 img {
    width: 100%;
  }
}
.mathPoint01__itemTxt {
  color: #454545;
}
.mathPoint01__itemTxt--01 {
  padding: 6.4vw 4vw 0;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__itemTxt--01 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemTxt--01 {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemTxt--01 {
    padding: 13.3% 0 0;
    text-align: justify;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint01__itemTxt--01 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.mathPoint01__itemTxt--02, .mathPoint01__itemTxt--03, .mathPoint01__itemTxt--04 {
  text-align: justify;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.375;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint01__itemTxt--02, .mathPoint01__itemTxt--03, .mathPoint01__itemTxt--04 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemTxt--02, .mathPoint01__itemTxt--03, .mathPoint01__itemTxt--04 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.mathPoint01__itemTxt--02 {
  flex: 0 1 34vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemTxt--02 {
    flex: 0 1 408px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemTxt--02 {
    flex: 0 1 100%;
    padding-top: 1.5%;
  }
}
.mathPoint01__itemTxt--03 {
  flex: 0 1 50.5vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemTxt--03 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemTxt--03 {
    flex: 0 1 100%;
  }
}
.mathPoint01__itemTxt--04 {
  flex: 0 1 50.5vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__itemTxt--04 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__itemTxt--04 {
    flex: 0 1 505px;
  }
}
.mathPoint01__arrow--01 {
  width: 0;
  height: 0;
  border-left: 2.4vw solid transparent;
  border-right: 2.4vw solid transparent;
  border-top: 2.4vw solid #0597A3;
  margin: 1.8vw auto 2.3vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint01__arrow--01 {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #0597A3;
    margin: 18px auto 23px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint01__arrow--01 {
    border-left: 2.8125vw solid transparent;
    border-right: 2.8125vw solid transparent;
    border-top: 2.8125vw solid #0597A3;
    margin: 4.8% auto;
  }
}
.mathPoint02 {
  padding-bottom: 7.6vw;
  margin-bottom: 6.6vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02 {
    padding-bottom: 76px;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02 {
    padding-bottom: 11.7%;
    margin-bottom: 11.2%;
  }
}
.mathPoint02__ttl {
  width: 47vw;
  top: -3vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__ttl {
    width: 470px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__ttl {
    width: 77.5vw;
    top: -5vw;
  }
}
.mathPoint02__txtStrong--01 {
  color: #0597A3;
}
.mathPoint02__txtStrong--02 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__txtStrong--02 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__txtStrong--02 {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 1.7272727273;
  }
}
.mathPoint02__txtStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__txtStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__txtStrong--03 {
    font-size: 2.8125vw;
    letter-spacing: 0.0421875vw;
    line-height: 2;
  }
}
.mathPoint02__item--02, .mathPoint02__item--05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.mathPoint02__item--02 {
  padding: 0 5vw 0.7vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__item--02 {
    padding: 0 72px 7px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__item--02 {
    padding: 0;
    flex-direction: column;
  }
}
.mathPoint02__item--03 {
  margin-top: 2.8vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__item--03 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__item--03 {
    margin-top: 6.8%;
  }
}
.mathPoint02__item--04 {
  margin-top: 9.4vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__item--04 {
    margin-top: 94px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__item--04 {
    margin-top: 14.7%;
  }
}
.mathPoint02__item--05 {
  padding: 0 5vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__item--05 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__item--05 {
    padding: 0;
    flex-direction: column;
    margin-top: 12.1%;
  }
}
.mathPoint02__itemMovie--02 {
  flex: 0 1 41.4vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemMovie--02 {
    flex: 0 1 414px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemMovie--02 {
    flex: 0 1 100%;
  }
}
.mathPoint02__itemMovie--02 video {
  width: 41.4vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemMovie--02 video {
    width: 414px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemMovie--02 video {
    width: 80vw;
  }
}
.mathPoint02__itemImg--03 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--03 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--03 {
    flex: 0 1 370px;
  }
}
.mathPoint02__itemImg--03 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--03 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--03 img {
    width: 370px;
  }
}
.mathPoint02__itemImg--04 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--04 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--04 {
    flex: 0 1 370px;
  }
}
.mathPoint02__itemImg--04 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--04 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--04 img {
    width: 370px;
  }
}
.mathPoint02__itemImg--05 {
  flex: 0 1 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--05 {
    flex: 0 1 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--05 {
    flex: 0 1 100%;
  }
}
.mathPoint02__itemImg--05 img {
  width: 37vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemImg--05 img {
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemImg--05 img {
    width: 79.6875vw;
  }
}
.mathPoint02__itemTxt {
  color: #454545;
}
.mathPoint02__itemTxt--01 {
  padding: 6.4vw 4vw 2.8vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemTxt--01 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemTxt--01 {
    padding: 64px 0 28px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemTxt--01 {
    padding: 13.3% 0 4%;
    text-align: justify;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemTxt--01 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.mathPoint02__itemTxt--02 {
  text-align: justify;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.375;
  flex: 0 1 34vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemTxt--02 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemTxt--02 {
    flex: 0 1 408px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemTxt--02 {
    flex: 0 1 100%;
    padding-top: 1.5%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemTxt--02 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.mathPoint02__itemTxt--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemTxt--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemTxt--03 {
    font-weight: 500;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemTxt--03 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.mathPoint02__itemTxt--04 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
  padding: 0 8vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemTxt--04 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemTxt--04 {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemTxt--04 {
    text-align: justify;
    padding: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemTxt--04 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.mathPoint02__itemTxt--05 {
  text-align: justify;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  flex: 0 1 38vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemTxt--05 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemTxt--05 {
    flex: 0 1 505px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemTxt--05 {
    flex: 0 1 100%;
    padding-bottom: 4.2%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemTxt--05 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.mathPoint02__itemStrong--03 {
  padding-bottom: 0.1vw;
  border-bottom: 0.2vw solid #0597A3;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
  display: inline;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemStrong--03 {
    padding-bottom: 1px;
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemStrong--03 {
    font-weight: 500;
    padding-bottom: 0.3125vw;
    border-bottom: 0.3125vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemStrong--03 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.mathPoint02__itemStrong--04 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  margin-bottom: 1vw;
  display: inline-block;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__itemStrong--04 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemStrong--04 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemStrong--04 {
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 2.8%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__itemStrong--04 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.mathPoint02__itemColor--04 {
  color: #0597A3;
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemColor--04 {
    font-weight: 500;
  }
}
.mathPoint02__itemMovie--04 {
  position: relative;
  width: 64vw;
  height: 36vw;
  clip-path: inset(0 0.2vw 0 0.4vw);
  margin: 3.7vw auto;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__itemMovie--04 {
    width: 640px;
    height: 360px;
    clip-path: inset(0 2px 0 4px);
    margin: 37px auto;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__itemMovie--04 {
    width: 100%;
    height: 44.84375vw;
    clip-path: inset(0 0.3125vw 0 0.625vw);
    margin: 4.7% auto;
  }
}
.mathPoint02__itemYT--04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mathPoint02__training {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0.7vw 5vw;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__training {
    padding: 7px 97px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__training {
    padding: 0 1.09375vw;
    flex-wrap: wrap;
  }
}
.mathPoint02__trainingTxt {
  width: 18.4vw;
  height: 18.4vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(20deg, #007BA0, #44C1C1);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathPoint02__trainingTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathPoint02__trainingTxt {
    width: 184px;
    height: 184px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__trainingTxt {
    width: 37.03125vw;
    height: 37.03125vw;
    font-weight: 500;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathPoint02__trainingTxt {
    font-size: 3.90625vw;
    letter-spacing: 0.05859375vw;
    line-height: 1.56;
  }
}
.mathPoint02__dots--01 {
  margin-top: 2.7vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__dots--01 {
    margin-top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__dots--01 {
    margin-top: 0.5%;
  }
}
.mathPoint02__dots--01::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.5vw;
  height: 4.8vw;
  background: 0% 0%/100% url(/assets/img/functions/subjects/math_elm_pc_01.svg) no-repeat;
}
@media screen and (min-width: 1080px) {
  .mathPoint02__dots--01::before {
    width: 5px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .mathPoint02__dots--01::before {
    width: 0.78125vw;
    height: 7.5vw;
  }
}
.mathCourse {
  align-items: center;
  border: 0.3vw solid #FF8B5F;
  border-radius: 1vw;
  padding: 4.3vw 4vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .mathCourse {
    align-items: normal;
    border: 3px solid #FF8B5F;
    border-radius: 10px;
    padding: 43px 40px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse {
    border: 0.46875vw solid #FF8B5F;
    border-radius: 1.5625vw;
    padding: 7.5vw 5.46875vw;
    margin: 0 6.25vw;
    flex-direction: column;
  }
}
.mathCourse::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid #FF8B5F;
  border-top: 1.5vw solid #FF8B5F;
  border-bottom: 1.5vw solid transparent;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .mathCourse::before {
    border-left: 15px solid transparent;
    border-right: 15px solid #FF8B5F;
    border-top: 15px solid #FF8B5F;
    border-bottom: 15px solid transparent;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse::before {
    border-left: 2.34375vw solid transparent;
    border-right: 2.34375vw solid #FF8B5F;
    border-top: 2.34375vw solid #FF8B5F;
    border-bottom: 2.34375vw solid transparent;
  }
}
.mathCourse__contents {
  flex: 0 1 37.2vw;
}
@media screen and (min-width: 1080px) {
  .mathCourse__contents {
    flex: 0 1 422px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__contents {
    flex: 0 1 100%;
    padding-bottom: 7%;
  }
}
.mathCourse__ttl {
  display: inline-block;
  margin-bottom: 1.6vw;
  padding: 1.3vw 1.6vw;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1;
  color: #fff;
  background: #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathCourse__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathCourse__ttl {
    margin-bottom: 16px;
    padding: 13px 16px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__ttl {
    margin-bottom: 3.2%;
    padding: 0.3125vw 2.8125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathCourse__ttl {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.mathCourse__txt {
  margin-bottom: 0.4vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathCourse__txt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .mathCourse__txt {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__txt {
    margin-bottom: 4%;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mathCourse__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 1.9047619048;
  }
}
.mathCourse__note {
  letter-spacing: 0.01rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mathCourse__note {
    letter-spacing: 0.016vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__note {
    font-size: 2.5vw;
    letter-spacing: 0.025vw;
    line-height: 1.625;
  }
}
.mathCourse__img {
  flex: 0 1 39.2vw;
}
@media screen and (min-width: 1080px) {
  .mathCourse__img {
    flex: 0 1 472px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__img {
    flex: 0 1 100%;
  }
}
.mathCourse__img img {
  width: 39.2vw;
}
@media screen and (min-width: 1080px) {
  .mathCourse__img img {
    width: 472px;
  }
}
@media screen and (max-width: 640px) {
  .mathCourse__img img {
    width: 67.96875vw;
  }
}

@media screen and (max-width: 640px) {
  .englishContainer {
    padding-bottom: 22.3%;
  }
}
.english__ttl {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  padding: 3.5vw 0 1.6vw;
  text-align: center;
  color: #454545;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .english__ttl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .english__ttl {
    padding: 35px 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .english__ttl {
    font-weight: 500;
    padding: 13.6% 0 3.7%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .english__ttl {
    font-size: 5.3125vw;
    letter-spacing: 0.053125vw;
    line-height: 1.5882352941;
  }
}
.english__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.2vw;
  height: 0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #707070;
}
@media screen and (min-width: 1080px) {
  .english__ttl::before {
    width: 42px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .english__ttl::before {
    width: 6.5625vw;
    height: 0.3125vw;
  }
}
.english__ttlStrong {
  color: #0597A3;
}
.english__txt {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .english__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .english__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.english__txt--01 {
  padding-top: 2.6vw;
}
@media screen and (min-width: 1080px) {
  .english__txt--01 {
    padding-top: 26px;
  }
}
@media screen and (max-width: 640px) {
  .english__txt--01 {
    padding: 4.2% 5.46875vw 0;
    text-align: justify;
  }
}
.english__txt--02 {
  padding-bottom: 6vw;
}
@media screen and (min-width: 1080px) {
  .english__txt--02 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .english__txt--02 {
    padding: 0 6.25vw 16.4%;
    text-align: justify;
  }
}
.english__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0.9vw 0;
}
@media screen and (min-width: 1080px) {
  .english__list {
    padding: 9px 57px;
  }
}
@media screen and (max-width: 640px) {
  .english__list {
    padding: 3.7% 6.25vw 1%;
    flex-direction: column;
  }
}
.english__item {
  width: 28.2vw;
  height: 10.6vw;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background: linear-gradient(-20deg, #007BA0, #44C1C1);
}
@media screen and (min-width: 1080px) {
  .english__item {
    width: 282px;
    height: 106px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .english__item {
    width: 100%;
    height: 16.5625vw;
    border-radius: 1.5625vw;
    margin-bottom: 3%;
  }
}
.english__itemStrong {
  color: #FDE88C;
}
.english__itemTxt {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  padding: 0 4.5vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .english__itemTxt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .english__itemTxt {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .english__itemTxt {
    padding: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .english__itemTxt {
    font-size: 3.90625vw;
    letter-spacing: 0.05859375vw;
    line-height: 1.48;
  }
}
.english__link {
  margin: 5.3vw auto 12.2vw;
}
@media screen and (min-width: 1080px) {
  .english__link {
    margin: 53px auto 122px;
  }
}
@media screen and (max-width: 640px) {
  .english__link {
    margin: 14.5% auto 0;
  }
}
.englishPoint {
  position: relative;
  background: rgba(253, 232, 140, 0.1);
}
@media screen and (max-width: 640px) {
  .englishPoint {
    padding: 0 1.875vw;
  }
}
.englishPoint01__ttl, .englishPoint02__ttl {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  height: 5.8vw;
  border-radius: 4vw;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #0597A3;
  position: absolute;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__ttl, .englishPoint02__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__ttl, .englishPoint02__ttl {
    height: 58px;
    border-radius: 40px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__ttl, .englishPoint02__ttl {
    height: 10.9375vw;
    border-radius: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__ttl, .englishPoint02__ttl {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.36;
  }
}
.englishPoint01__ttl::before, .englishPoint02__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 5.8vw;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__ttl::before, .englishPoint02__ttl::before {
    top: 58px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__ttl::before, .englishPoint02__ttl::before {
    top: 10.625vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
    border-top: 2.1875vw solid #0597A3;
  }
}
.englishPoint01__ttlNum, .englishPoint02__ttlNum {
  padding-right: 4vw;
  letter-spacing: 0.015rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__ttlNum, .englishPoint02__ttlNum {
    letter-spacing: 0.024vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__ttlNum, .englishPoint02__ttlNum {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__ttlNum, .englishPoint02__ttlNum {
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__ttlNum, .englishPoint02__ttlNum {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.36;
  }
}
.englishPoint01__ttlNum::before, .englishPoint02__ttlNum::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 2vw;
  width: 0.2vw;
  height: 3vw;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__ttlNum::before, .englishPoint02__ttlNum::before {
    right: 20px;
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__ttlNum::before, .englishPoint02__ttlNum::before {
    right: 3.125vw;
    width: 0.3125vw;
    height: 4.6875vw;
  }
}
.englishPoint01__ttlStrong, .englishPoint02__ttlStrong {
  color: #FDE88C;
}
.englishPoint01 {
  padding-bottom: 3.3vw;
  margin-bottom: 11vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint01 {
    padding-bottom: 33px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01 {
    padding-bottom: 10.9%;
    margin-bottom: 18.7%;
  }
}
.englishPoint01__ttl {
  width: 48.7vw;
  top: -1vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__ttl {
    width: 487px;
    top: -10px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__ttl {
    width: 80.625vw;
    top: -5vw;
  }
}
.englishPoint01__txtStrong--01 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  border-bottom: solid 0.2vw #0597A3;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__txtStrong--01 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__txtStrong--01 {
    border-bottom: solid 2px #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__txtStrong--01 {
    border-bottom: solid 0.3125vw #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__txtStrong--01 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.englishPoint01__txtStrong--02 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__txtStrong--02 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__txtStrong--02 {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 1.7272727273;
  }
}
.englishPoint01__txtStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__txtStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__txtStrong--03 {
    font-size: 2.8125vw;
    letter-spacing: 0.0421875vw;
    line-height: 2;
  }
}
.englishPoint01__item--01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8.5vw 3vw 2.2vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__item--01 {
    align-items: normal;
    padding: 85px 30px 22px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__item--01 {
    padding: 13.3% 0 0;
    flex-direction: column;
  }
}
.englishPoint01__itemTxt {
  color: #454545;
}
.englishPoint01__itemTxt--01 {
  flex: 0 1 27vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.375;
  text-align: justify;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__itemTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__itemTxt--01 {
    flex: 0 1 390px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__itemTxt--01 {
    flex: 0 1 100%;
    padding: 2.3% 2.65625vw 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__itemTxt--01 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.englishPoint01__itemTxt--02 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  text-align: center;
  padding: 0 9vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__itemTxt--02 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__itemTxt--02 {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__itemTxt--02 {
    padding: 4.4% 0 0 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__itemTxt--02 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.englishPoint01__itemTxt--strong {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
  padding-bottom: 0.2vw;
  border-bottom: 0.2vw solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__itemTxt--strong {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint01__itemTxt--strong {
    padding-bottom: 2px;
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__itemTxt--strong {
    font-weight: 500;
    padding-bottom: 0.3125vw;
    border-bottom: 0.3125vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__itemTxt--strong {
    font-size: 4.0625vw;
    letter-spacing: 0.040625vw;
    line-height: 1.8461538462;
  }
}
.englishPoint01__gap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
.englishPoint01__gap::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 24vw;
  width: 4.6vw;
  height: 4.4vw;
  background: 0% 0%/100% url(/assets/img/functions/subjects/english_elm_pc_01.png) no-repeat;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__gap::before {
    left: 240px;
    width: 46px;
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__gap::before {
    left: 46.1%;
    width: 7.1875vw;
    height: 6.875vw;
  }
}
.englishPoint01__gap--01, .englishPoint01__gap--02 {
  width: 26.6vw;
  height: 26.6vw;
  border-radius: 50%;
  background: #FF8B5F;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__gap--01, .englishPoint01__gap--02 {
    width: 266px;
    height: 266px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__gap--01, .englishPoint01__gap--02 {
    width: 43.125vw;
    height: 43.125vw;
  }
}
.englishPoint01__gap--02 {
  margin-left: -0.7vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint01__gap--02 {
    margin-left: -7px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__gap--02 {
    margin-left: -1.09375vw;
  }
}
.englishPoint01__gapTxt {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__gapTxt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__gapTxt {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint01__gapTxt {
    font-size: 2.8125vw;
    letter-spacing: 0.0421875vw;
    line-height: 1.7777777778;
  }
}
.englishPoint01__gapTxt--strong {
  letter-spacing: 0.01rem;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
  color: #FDE88C;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint01__gapTxt--strong {
    letter-spacing: 0.016vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint01__gapTxt--strong {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 2;
  }
}
.englishPoint02 {
  padding-bottom: 2.5vw;
  margin-bottom: 7.8vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02 {
    padding-bottom: 25px;
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02 {
    padding-bottom: 11.7%;
    margin-bottom: 11.2%;
  }
}
.englishPoint02__ttl {
  width: 50.8vw;
  top: -3vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__ttl {
    width: 508px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__ttl {
    width: 83.75vw;
    top: -5.46875vw;
  }
}
.englishPoint02__item--01, .englishPoint02__item--03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.englishPoint02__item--01 {
  padding: 6.5vw 4vw 0;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__item--01 {
    padding: 65px 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__item--01 {
    padding: 10.9% 1.5625vw 0;
    flex-direction: column-reverse;
  }
}
.englishPoint02__item--02 {
  margin-top: 2.2vw;
  padding: 0 10vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__item--02 {
    margin-top: 22px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__item--02 {
    margin-top: 2.9%;
    padding: 0;
  }
}
.englishPoint02__item--03 {
  align-items: center;
  padding: 3.4vw 2.6vw 0 4vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__item--03 {
    align-items: normal;
    padding: 34px 26px 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__item--03 {
    padding: 5% 0 0;
    flex-direction: column;
  }
}
.englishPoint02__itemImg--01 {
  flex: 0 1 40.4vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemImg--01 {
    flex: 0 1 404px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemImg--01 {
    flex: 0 1 100%;
    padding-top: 3.6%;
  }
}
.englishPoint02__itemImg--01 img {
  width: 40.4vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemImg--01 img {
    width: 404px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemImg--01 img {
    width: 80vw;
  }
}
.englishPoint02__itemImg--03 {
  flex: 0 1 40.1vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemImg--03 {
    flex: 0 1 401px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemImg--03 {
    flex: 0 1 100%;
    padding-top: 3.7%;
    margin: 0 0 0 auto;
  }
}
.englishPoint02__itemImg--03 img {
  width: 40.1vw;
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemImg--03 img {
    width: 401px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemImg--03 img {
    width: 84.0625vw;
  }
}
.englishPoint02__itemTxt {
  color: #454545;
}
.englishPoint02__itemTxt--01 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.375;
  flex: 0 1 36vw;
  text-align: justify;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemTxt--01 {
    flex: 0 1 472px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxt--01 {
    flex: 0 1 100%;
    padding: 0 2.34375vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemTxt--01 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.englishPoint02__itemTxt02 {
  text-align: center;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  padding-top: 1vw;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemTxt02 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemTxt02 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxt02 {
    font-weight: 500;
    padding: 4.3% 3.125vw 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemTxt02 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxt02--01 {
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxt02--02 {
    text-align: center;
  }
}
.englishPoint02__itemTxt--03 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  margin-top: 0.5vw;
  flex: 0 1 50.5vw;
  text-align: justify;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemTxt--03 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemTxt--03 {
    flex: 0 1 505px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxt--03 {
    margin-top: 0;
    padding: 0 3.90625vw;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemTxt--03 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.2857142857;
  }
}
.englishPoint02__itemTxtPc--03 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  margin-top: 0.5vw;
  flex: 0 1 38vw;
  text-align: justify;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemTxtPc--03 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemTxtPc--03 {
    flex: 0 1 505px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemTxtPc--03 {
    display: none;
  }
}
.englishPoint02__itemStrong--02 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
  border-bottom: 0.2vw solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemStrong--02 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemStrong--02 {
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemStrong--02 {
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemStrong--02 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.englishPoint02__itemStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  padding: 1.6vw 0;
  display: inline-block;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishPoint02__itemStrong--03 {
    padding: 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemStrong--03 {
    font-weight: 500;
    padding: 3% 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemStrong--03 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.englishPoint02__itemColor {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishPoint02__itemColor {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .englishPoint02__itemColor {
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishPoint02__itemColor {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.englishCourse {
  align-items: center;
  border: 0.3vw solid #FF8B5F;
  border-radius: 1vw;
  padding: 4.3vw 4vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .englishCourse {
    border: 3px solid #FF8B5F;
    border-radius: 10px;
    padding: 43px 40px;
    align-items: normal;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse {
    border: 0.46875vw solid #FF8B5F;
    border-radius: 1.5625vw;
    padding: 7.5vw 5.46875vw;
    margin: 0 6.25vw;
    flex-direction: column;
  }
}
.englishCourse::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5vw solid transparent;
  border-right: 1.5vw solid #FF8B5F;
  border-top: 1.5vw solid #FF8B5F;
  border-bottom: 1.5vw solid transparent;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .englishCourse::before {
    border-left: 15px solid transparent;
    border-right: 15px solid #FF8B5F;
    border-top: 15px solid #FF8B5F;
    border-bottom: 15px solid transparent;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse::before {
    border-left: 2.34375vw solid transparent;
    border-right: 2.34375vw solid #FF8B5F;
    border-top: 2.34375vw solid #FF8B5F;
    border-bottom: 2.34375vw solid transparent;
  }
}
.englishCourse__contents {
  flex: 0 1 39.2vw;
}
@media screen and (min-width: 1080px) {
  .englishCourse__contents {
    flex: 0 1 422px;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__contents {
    flex: 0 1 100%;
    padding-bottom: 7%;
  }
}
.englishCourse__ttl {
  display: inline-block;
  margin-bottom: 1.6vw;
  padding: 1.3vw 1.6vw;
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1;
  color: #fff;
  background: #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishCourse__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishCourse__ttl {
    margin-bottom: 16px;
    padding: 13px 16px;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__ttl {
    margin-bottom: 3.2%;
    padding: 0.3125vw 2.8125vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishCourse__ttl {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.englishCourse__txt {
  margin-bottom: 0.4vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #FF8B5F;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishCourse__txt {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .englishCourse__txt {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__txt {
    margin-bottom: 4%;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .englishCourse__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 1.9047619048;
  }
}
.englishCourse__note {
  letter-spacing: 0.01rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .englishCourse__note {
    letter-spacing: 0.016vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__note {
    font-size: 2.5vw;
    letter-spacing: 0.025vw;
    line-height: 1.625;
  }
}
.englishCourse__img {
  flex: 0 1 37.2vw;
}
@media screen and (min-width: 1080px) {
  .englishCourse__img {
    flex: 0 1 472px;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__img {
    flex: 0 1 100%;
  }
}
.englishCourse__img img {
  width: 37.2vw;
}
@media screen and (min-width: 1080px) {
  .englishCourse__img img {
    width: 472px;
  }
}
@media screen and (max-width: 640px) {
  .englishCourse__img img {
    width: 67.96875vw;
  }
}

@media screen and (max-width: 640px) {
  .scienceContainer {
    padding-bottom: 22.3%;
  }
}
.science__ttl {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  padding: 3.5vw 0 1.6vw;
  text-align: center;
  color: #454545;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .science__ttl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .science__ttl {
    padding: 35px 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .science__ttl {
    font-weight: 500;
    padding: 13.6% 0 5.2%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .science__ttl {
    font-size: 5.3125vw;
    letter-spacing: 0.053125vw;
    line-height: 1.5882352941;
  }
}
.science__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.2vw;
  height: 0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #707070;
}
@media screen and (min-width: 1080px) {
  .science__ttl::before {
    width: 42px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .science__ttl::before {
    width: 6.5625vw;
    height: 0.3125vw;
  }
}
.science__ttlStrong {
  color: #0597A3;
}
.science__txt {
  padding: 2.6vw 0 8.8vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .science__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .science__txt {
    padding: 26px 0 88px;
  }
}
@media screen and (max-width: 640px) {
  .science__txt {
    padding: 3.90625vw 5.46875vw 15vw;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .science__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.science__link {
  margin: 5vw auto 12.2vw;
}
@media screen and (min-width: 1080px) {
  .science__link {
    margin: 50px auto 122px;
  }
}
@media screen and (max-width: 640px) {
  .science__link {
    margin: 14.5% auto 0;
  }
}
.sciencePoint {
  position: relative;
  background: rgba(253, 232, 140, 0.1);
}
@media screen and (max-width: 640px) {
  .sciencePoint {
    padding: 0 6.25vw;
  }
}
.sciencePoint01__ttl, .sciencePoint02__ttl, .sciencePoint03__ttl {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  height: 11vw;
  border-radius: 6vw;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #0597A3;
  position: absolute;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__ttl, .sciencePoint02__ttl, .sciencePoint03__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__ttl, .sciencePoint02__ttl, .sciencePoint03__ttl {
    height: 110px;
    border-radius: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__ttl, .sciencePoint02__ttl, .sciencePoint03__ttl {
    height: 23.75vw;
    border-radius: 12.5vw;
  }
}
.sciencePoint01__ttl::before, .sciencePoint02__ttl::before, .sciencePoint03__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 11vw;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__ttl::before, .sciencePoint02__ttl::before, .sciencePoint03__ttl::before {
    top: 110px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__ttl::before, .sciencePoint02__ttl::before, .sciencePoint03__ttl::before {
    top: 23.4375vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
    border-top: 2.1875vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__ttlTxt, .sciencePoint02__ttlTxt, .sciencePoint03__ttlTxt {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.52;
  }
}
.sciencePoint01__ttlNum, .sciencePoint02__ttlNum, .sciencePoint03__ttlNum {
  padding-right: 4vw;
  letter-spacing: 0.015rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__ttlNum, .sciencePoint02__ttlNum, .sciencePoint03__ttlNum {
    letter-spacing: 0.024vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__ttlNum, .sciencePoint02__ttlNum, .sciencePoint03__ttlNum {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__ttlNum, .sciencePoint02__ttlNum, .sciencePoint03__ttlNum {
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__ttlNum, .sciencePoint02__ttlNum, .sciencePoint03__ttlNum {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.5;
  }
}
.sciencePoint01__ttlNum::before, .sciencePoint02__ttlNum::before, .sciencePoint03__ttlNum::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 2vw;
  width: 0.2vw;
  height: 3vw;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__ttlNum::before, .sciencePoint02__ttlNum::before, .sciencePoint03__ttlNum::before {
    right: 20px;
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__ttlNum::before, .sciencePoint02__ttlNum::before, .sciencePoint03__ttlNum::before {
    right: 3.125vw;
    width: 0.3125vw;
    height: 8.125vw;
  }
}
.sciencePoint01__ttlStrong, .sciencePoint02__ttlStrong, .sciencePoint03__ttlStrong {
  color: #FDE88C;
}
.sciencePoint01__itemEx, .sciencePoint02__itemEx, .sciencePoint03__itemEx {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  text-align: center;
  color: #0597A3;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__itemEx, .sciencePoint02__itemEx, .sciencePoint03__itemEx {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx, .sciencePoint02__itemEx, .sciencePoint03__itemEx {
    font-weight: 500;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__itemEx, .sciencePoint02__itemEx, .sciencePoint03__itemEx {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx::after, .sciencePoint02__itemEx::after, .sciencePoint03__itemEx::after {
    position: absolute;
    display: block;
    content: "";
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 0.625vw;
    border: 0.3125vw solid #0597A3;
  }
}
.sciencePoint01__itemEx::before, .sciencePoint02__itemEx::before, .sciencePoint03__itemEx::before {
  position: absolute;
  display: block;
  content: "例";
  width: 3.3vw;
  height: 3.3vw;
  border-radius: 0.4vw;
  border: 0.15vw solid #0597A3;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  top: 0;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__itemEx::before, .sciencePoint02__itemEx::before, .sciencePoint03__itemEx::before {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemEx::before, .sciencePoint02__itemEx::before, .sciencePoint03__itemEx::before {
    width: 33px;
    height: 33px;
    border-radius: 4px;
    border: 1.5px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx::before, .sciencePoint02__itemEx::before, .sciencePoint03__itemEx::before {
    width: 0;
    height: 0;
    border-radius: 0;
    border: none;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__itemEx::before, .sciencePoint02__itemEx::before, .sciencePoint03__itemEx::before {
    font-size: 4.375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.sciencePoint01 {
  padding-bottom: 6.2vw;
  margin-bottom: 10.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01 {
    padding-bottom: 62px;
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01 {
    padding-bottom: 11.8%;
    margin-bottom: 24.7%;
  }
}
.sciencePoint01__ttl {
  width: 63vw;
  top: -5.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__ttl {
    width: 630px;
    top: -52px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__ttl {
    width: 82.03125vw;
    top: -5vw;
  }
}
.sciencePoint01__item--01 {
  padding: 9.2vw 5vw 0;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__item--01 {
    padding: 92px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__item--01 {
    padding: 32.3% 0 0;
  }
}
.sciencePoint01__item--02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 5vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__item--02 {
    padding: 0 82px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__item--02 {
    padding: 0;
    flex-direction: column;
  }
}
.sciencePoint01__item--03 {
  padding: 1.7vw 5vw 0;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__item--03 {
    padding: 17px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__item--03 {
    padding: 4% 0 0;
  }
}
.sciencePoint01__itemEx {
  padding-left: 6.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemEx {
    padding-left: 68px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx {
    padding-left: 23%;
    text-indent: 3vw;
  }
}
.sciencePoint01__itemEx::before {
  left: 18.4vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemEx::before {
    left: 244px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx::before {
    left: 10.8%;
    top: 35%;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemEx::after {
    top: 21%;
    left: 12.4%;
  }
}
.sciencePoint01__itemImg--02 {
  flex: 0 1 37.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemImg--02 {
    flex: 0 1 388px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemImg--02 {
    flex: 0 1 100%;
  }
}
.sciencePoint01__itemImg--02 img {
  width: 37.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemImg--02 img {
    width: 388px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemImg--02 img {
    width: 80vw;
  }
}
.sciencePoint01__itemImg--03 {
  flex: 0 1 38.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemImg--03 {
    flex: 0 1 404px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemImg--03 {
    flex: 0 1 100%;
    padding-top: 4%;
  }
}
.sciencePoint01__itemImg--03 img {
  width: 38.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemImg--03 img {
    width: 404px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemImg--03 img {
    width: 80vw;
  }
}
.sciencePoint01__itemTxt--01, .sciencePoint01__itemTxt--03 {
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__itemTxt--01, .sciencePoint01__itemTxt--03 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemTxt--01, .sciencePoint01__itemTxt--03 {
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__itemTxt--01, .sciencePoint01__itemTxt--03 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.sciencePoint01__itemTxt--01 {
  padding: 1.2vw 0 1.5vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemTxt--01 {
    padding: 12px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemTxt--01 {
    padding: 4.3% 0 2.3%;
  }
}
.sciencePoint01__itemTxt--04 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__itemTxt--04 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemTxt--04 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.sciencePoint01__itemStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  border-bottom: 0.2vw solid #0597A3;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint01__itemStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__itemStrong--03 {
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__itemStrong--03 {
    font-weight: 500;
    border-bottom: 0.3125vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint01__itemStrong--03 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.sciencePoint01__arrow--01 {
  width: 0;
  height: 0;
  border-left: 2.2vw solid transparent;
  border-right: 2.2vw solid transparent;
  border-top: 2.2vw solid #0597A3;
  margin: 2vw auto 1.4vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint01__arrow--01 {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #0597A3;
    margin: 20px auto 14px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint01__arrow--01 {
    border-left: 2.8125vw solid transparent;
    border-right: 2.8125vw solid transparent;
    border-top: 2.8125vw solid #0597A3;
    margin: 4% auto 14px;
  }
}
.sciencePoint02__ttl, .sciencePoint03__ttl {
  top: -5.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__ttl, .sciencePoint03__ttl {
    top: -52px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__ttl, .sciencePoint03__ttl {
    top: -12.1875vw;
  }
}
.sciencePoint02__item--01, .sciencePoint03__item--01 {
  padding: 9.2vw 5vw 0;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__item--01, .sciencePoint03__item--01 {
    padding: 92px 50px 0;
  }
}
.sciencePoint02__itemTxt--01, .sciencePoint03__itemTxt--01 {
  padding: 1.2vw 0 1.8vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .sciencePoint02__itemTxt--01, .sciencePoint03__itemTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__itemTxt--01, .sciencePoint03__itemTxt--01 {
    padding: 12px 0 18px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemTxt--01, .sciencePoint03__itemTxt--01 {
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sciencePoint02__itemTxt--01, .sciencePoint03__itemTxt--01 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.sciencePoint02 {
  padding-bottom: 4.6vw;
  margin-bottom: 9.3vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02 {
    padding-bottom: 46px;
    margin-bottom: 93px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02 {
    padding-bottom: 8.8%;
    margin-bottom: 24.7%;
  }
}
.sciencePoint02__ttl {
  width: 63vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__ttl {
    width: 630px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__ttl {
    width: 84.375vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__item--01 {
    padding: 22.9% 0 0;
  }
}
.sciencePoint02__item--02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 5vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__item--02 {
    padding: 0 68px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__item--02 {
    padding: 0;
    flex-direction: column;
  }
}
.sciencePoint02__itemEx {
  padding-left: 6.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__itemEx {
    padding-left: 68px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemEx {
    padding-left: 28.5%;
    text-indent: 3vw;
  }
}
.sciencePoint02__itemEx::before {
  left: 20.3vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__itemEx::before {
    left: 263px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemEx::before {
    top: 35%;
    left: 16.4%;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemEx::after {
    top: 21%;
    left: 17.8%;
  }
}
.sciencePoint02__itemImg--02 {
  flex: 0 1 38vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__itemImg--02 {
    flex: 0 1 420px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemImg--02 {
    flex: 0 1 100%;
    padding-bottom: 3%;
  }
}
.sciencePoint02__itemImg--02 img {
  width: 38vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint02__itemImg--02 img {
    width: 420px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemImg--02 img {
    width: 80vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint02__itemTxt--01 {
    padding: 4.3% 0 5.7%;
  }
}
.sciencePoint03 {
  padding-bottom: 4.7vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03 {
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03 {
    padding-bottom: 11.3%;
  }
}
.sciencePoint03__ttl {
  width: 70.7vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03__ttl {
    width: 707px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__ttl {
    width: 84.375vw;
    height: 30.625vw;
    border-radius: 15.625vw;
  }
  .sciencePoint03__ttl::before {
    top: 30.3125vw;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__item--01 {
    padding: 31.2% 0 0;
  }
}
.sciencePoint03__itemEx {
  padding-left: 16.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03__itemEx {
    padding-left: 168px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemEx {
    padding-left: 17.4%;
    text-indent: 3vw;
  }
}
.sciencePoint03__itemEx::before {
  left: 20.2vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03__itemEx::before {
    left: 262px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemEx::before {
    left: 5.4%;
    top: 34%;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemEx::after {
    left: 6.9%;
    top: 20%;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemTxt--01 {
    padding: 4.3% 0 2.7%;
  }
}
.sciencePoint03__itemImg--02 {
  width: 41.6vw;
  margin-left: 30.1vw;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03__itemImg--02 {
    width: 416px;
    margin-left: 361px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemImg--02 {
    width: 80vw;
    margin-left: 0;
    margin-top: 7%;
  }
}
.sciencePoint03__itemImg--02::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  background: 0% 0%/100% url(/assets/img/functions/subjects/science_elm_pc_01.png) no-repeat;
  width: 15vw;
  height: 16.9vw;
  left: -13.8vw;
}
@media screen and (min-width: 1080px) {
  .sciencePoint03__itemImg--02::before {
    width: 150px;
    height: 169px;
    left: -138px;
  }
}
@media screen and (max-width: 640px) {
  .sciencePoint03__itemImg--02::before {
    width: 23.4375vw;
    height: 26.40625vw;
    left: 74.7%;
    top: -13.8%;
  }
}

@media screen and (max-width: 640px) {
  .societyContainer {
    padding-bottom: 22.3%;
  }
}
.society__ttl {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1.8;
  padding: 3.5vw 0 1.6vw;
  text-align: center;
  color: #454545;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .society__ttl {
    letter-spacing: 0.016vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1080px) {
  .society__ttl {
    padding: 35px 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .society__ttl {
    font-weight: 500;
    padding: 13.6% 0 5.2%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .society__ttl {
    font-size: 5.3125vw;
    letter-spacing: 0.053125vw;
    line-height: 1.5882352941;
  }
}
.society__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.2vw;
  height: 0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #707070;
}
@media screen and (min-width: 1080px) {
  .society__ttl::before {
    width: 42px;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .society__ttl::before {
    width: 6.5625vw;
    height: 0.3125vw;
  }
}
.society__ttlStrong {
  color: #0597A3;
}
.society__txt {
  padding: 2.6vw 0 8.8vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  text-align: center;
  color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .society__txt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .society__txt {
    padding: 26px 0 88px;
  }
}
@media screen and (max-width: 640px) {
  .society__txt {
    padding: 3.90625vw 5.46875vw 15vw;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .society__txt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.society__link {
  margin: 5vw auto 12.2vw;
}
@media screen and (min-width: 1080px) {
  .society__link {
    margin: 50px auto 122px;
  }
}
@media screen and (max-width: 640px) {
  .society__link {
    margin: 14.5% auto 0;
  }
}
.societyPoint {
  position: relative;
  background: rgba(253, 232, 140, 0.1);
}
.societyPoint01__ttl, .societyPoint02__ttl, .societyPoint03__ttl {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  height: 11vw;
  border-radius: 6vw;
  top: -3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #0597A3;
  position: absolute;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__ttl, .societyPoint02__ttl, .societyPoint03__ttl {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__ttl, .societyPoint02__ttl, .societyPoint03__ttl {
    height: 110px;
    border-radius: 60px;
    top: -30px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__ttl, .societyPoint02__ttl, .societyPoint03__ttl {
    height: 23.75vw;
    border-radius: 12.5vw;
  }
}
.societyPoint01__ttl::before, .societyPoint02__ttl::before, .societyPoint03__ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 11vw;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.2vw solid #0597A3;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__ttl::before, .societyPoint02__ttl::before, .societyPoint03__ttl::before {
    top: 110px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__ttl::before, .societyPoint02__ttl::before, .societyPoint03__ttl::before {
    top: 23.4375vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent;
    border-top: 2.1875vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__ttlTxt, .societyPoint02__ttlTxt, .societyPoint03__ttlTxt {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.52;
  }
}
.societyPoint01__ttlNum, .societyPoint02__ttlNum, .societyPoint03__ttlNum {
  padding-right: 4vw;
  letter-spacing: 0.015rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__ttlNum, .societyPoint02__ttlNum, .societyPoint03__ttlNum {
    letter-spacing: 0.024vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__ttlNum, .societyPoint02__ttlNum, .societyPoint03__ttlNum {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__ttlNum, .societyPoint02__ttlNum, .societyPoint03__ttlNum {
    padding-right: 6.25vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__ttlNum, .societyPoint02__ttlNum, .societyPoint03__ttlNum {
    font-size: 4.6875vw;
    letter-spacing: 0.046875vw;
    line-height: 1.5;
  }
}
.societyPoint01__ttlNum::before, .societyPoint02__ttlNum::before, .societyPoint03__ttlNum::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 2vw;
  width: 0.2vw;
  height: 3vw;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__ttlNum::before, .societyPoint02__ttlNum::before, .societyPoint03__ttlNum::before {
    right: 20px;
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__ttlNum::before, .societyPoint02__ttlNum::before, .societyPoint03__ttlNum::before {
    right: 3.125vw;
    width: 0.3125vw;
    height: 8.125vw;
  }
}
.societyPoint01__ttlStrong, .societyPoint02__ttlStrong, .societyPoint03__ttlStrong {
  color: #FDE88C;
}
.societyPoint01__itemEx, .societyPoint02__itemEx, .societyPoint03__itemEx {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  text-align: center;
  color: #0597A3;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__itemEx, .societyPoint02__itemEx, .societyPoint03__itemEx {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx, .societyPoint02__itemEx, .societyPoint03__itemEx {
    font-weight: 500;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__itemEx, .societyPoint02__itemEx, .societyPoint03__itemEx {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx::after, .societyPoint02__itemEx::after, .societyPoint03__itemEx::after {
    position: absolute;
    display: block;
    content: "";
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 0.625vw;
    border: 0.3125vw solid #0597A3;
  }
}
.societyPoint01__itemEx::before, .societyPoint02__itemEx::before, .societyPoint03__itemEx::before {
  position: absolute;
  display: block;
  content: "例";
  width: 3.3vw;
  height: 3.3vw;
  border-radius: 0.4vw;
  border: 0.15vw solid #0597A3;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  top: 0;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__itemEx::before, .societyPoint02__itemEx::before, .societyPoint03__itemEx::before {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemEx::before, .societyPoint02__itemEx::before, .societyPoint03__itemEx::before {
    width: 33px;
    height: 33px;
    border-radius: 4px;
    border: 1.5px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx::before, .societyPoint02__itemEx::before, .societyPoint03__itemEx::before {
    width: 0;
    height: 0;
    border-radius: 0;
    border: none;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__itemEx::before, .societyPoint02__itemEx::before, .societyPoint03__itemEx::before {
    font-size: 4.375vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.societyPoint01 {
  padding-bottom: 8vw;
  margin-bottom: 10.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01 {
    padding-bottom: 80px;
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01 {
    padding-bottom: 11.8%;
    margin-bottom: 29%;
  }
}
.societyPoint01__ttl {
  width: 63vw;
  top: -5.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__ttl {
    width: 630px;
    top: -52px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__ttl {
    width: 82.03125vw;
    top: -5vw;
  }
}
.societyPoint01__item--01 {
  padding: 9.2vw 5vw 0;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__item--01 {
    padding: 92px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__item--01 {
    padding: 27.8% 0 0;
  }
}
.societyPoint01__item--02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 4vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__item--02 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__item--02 {
    padding: 0;
    flex-direction: column;
  }
}
.societyPoint01__itemEx {
  padding-left: 4.8vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemEx {
    padding-left: 48px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx {
    padding-left: 40.4%;
    text-indent: 3vw;
  }
}
.societyPoint01__itemEx::before {
  left: 23.5vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemEx::before {
    left: 295px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx::before {
    left: 29.7%;
    top: 35%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemEx::after {
    left: 31%;
    top: 20.2%;
  }
}
.societyPoint01__itemImg--02 {
  flex: 0 1 38.8vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemImg--02 {
    flex: 0 1 388px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemImg--02 {
    flex: 0 1 100%;
    margin: 0 auto;
    padding-bottom: 4.7%;
  }
}
.societyPoint01__itemImg--02 img {
  width: 38.8vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemImg--02 img {
    width: 388px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemImg--02 img {
    width: 80vw;
  }
}
.societyPoint01__itemTxt--03 {
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__itemTxt--03 {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemTxt--03 {
    font-size: 3.90625vw;
    letter-spacing: 0.0390625vw;
    line-height: 1.92;
  }
}
.societyPoint01__itemStrong--03 {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  border-bottom: 0.2vw solid #0597A3;
  color: #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__itemStrong--03 {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__itemStrong--03 {
    border-bottom: 2px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__itemStrong--03 {
    font-weight: 500;
    border-bottom: 0.3125vw solid #0597A3;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__itemStrong--03 {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.societyPoint01__flow {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 2.7vw 0 3.1vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flow {
    margin: 27px 0 31px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flow {
    margin: 0;
    flex-direction: column;
  }
}
.societyPoint01__flowItem {
  flex: 0 1 30vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowItem {
    flex: 0 1 300px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowItem {
    flex: 0 1 100%;
    margin-bottom: 3.5%;
  }
}
.societyPoint01__flowItem--01, .societyPoint01__flowItem--02 {
  position: relative;
}
.societyPoint01__flowItem--01::before, .societyPoint01__flowItem--01::after, .societyPoint01__flowItem--02::before, .societyPoint01__flowItem--02::after {
  position: absolute;
  display: block;
  content: "";
}
.societyPoint01__flowItem--01::before, .societyPoint01__flowItem--02::before {
  width: 0.2vw;
  height: 100%;
  right: 0;
  background: #0597A3;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowItem--01::before, .societyPoint01__flowItem--02::before {
    width: 2px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowItem--01::before, .societyPoint01__flowItem--02::before {
    width: 100%;
    height: 0.3125vw;
    width: 90%;
    height: 0.3125vw;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.societyPoint01__flowItem--01::after, .societyPoint01__flowItem--02::after {
  width: 0;
  height: 0;
  bottom: 0;
  margin: auto;
  right: -1vw;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 1.2vw solid #0597A3;
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  .societyPoint01__flowItem--01::after, .societyPoint01__flowItem--02::after {
    top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowItem--01::after, .societyPoint01__flowItem--02::after {
    right: -12px;
    top: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #0597A3;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowItem--01::after, .societyPoint01__flowItem--02::after {
    right: 0;
    left: 0;
    bottom: -2.5vw;
    border-bottom: none;
    border-left: 2.8125vw solid transparent;
    border-right: 2.8125vw solid transparent;
    border-top: 2.8125vw solid #0597A3;
  }
}
.societyPoint01__flowNum {
  letter-spacing: 0.015rem;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  width: 5.2vw;
  height: 5.2vw;
  margin: 0.5vw auto 0;
  border-radius: 50%;
  color: #fff;
  background: #0597A3;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__flowNum {
    letter-spacing: 0.024vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowNum {
    width: 52px;
    height: 52px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowNum {
    width: 8.125vw;
    height: 8.125vw;
    margin: 5.8% auto 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__flowNum {
    font-size: 3.90625vw;
    letter-spacing: 0.05859375vw;
    line-height: 1.52;
  }
}
.societyPoint01__flowTtl {
  margin-top: 0.5vw;
  letter-spacing: 0.015rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #0597A3;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__flowTtl {
    letter-spacing: 0.024vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowTtl {
    margin-top: 5px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowTtl {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__flowTtl {
    font-size: 4.375vw;
    letter-spacing: 0.04375vw;
    line-height: 1.7142857143;
  }
}
.societyPoint01__flowTtl--03 {
  padding-left: 1rem;
  text-indent: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowTtl--03 {
    padding-left: 1vw;
    text-indent: 1vw;
    padding-right: 2vw;
  }
}
.societyPoint01__flowTxt {
  margin-top: 1.4vw;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint01__flowTxt {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint01__flowTxt {
    margin-top: 14px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__flowTxt {
    margin-top: 1.7%;
    padding-bottom: 6.7%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint01__flowTxt {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.societyPoint01__arrow--01 {
  width: 0;
  height: 0;
  border-left: 2.2vw solid transparent;
  border-right: 2.2vw solid transparent;
  border-top: 2.2vw solid #0597A3;
  margin: 3vw auto 1.7vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint01__arrow--01 {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #0597A3;
    margin: 30px auto 17px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint01__arrow--01 {
    border-left: 2.8125vw solid transparent;
    border-right: 2.8125vw solid transparent;
    border-top: 2.8125vw solid #0597A3;
    margin: 1.2% auto 2.7%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02, .societyPoint03 {
    padding: 0 6.25vw;
  }
}
.societyPoint02__ttl, .societyPoint03__ttl {
  width: 63vw;
  top: -5.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__ttl, .societyPoint03__ttl {
    width: 630px;
    top: -52px;
  }
}
.societyPoint02__item--01, .societyPoint03__item--01 {
  padding: 9.2vw 5vw 0;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__item--01, .societyPoint03__item--01 {
    padding: 92px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__item--01, .societyPoint03__item--01 {
    padding: 25.8% 0 0;
  }
}
.societyPoint02__item--02, .societyPoint03__item--02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 4vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__item--02, .societyPoint03__item--02 {
    padding: 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__item--02, .societyPoint03__item--02 {
    padding: 0;
    flex-direction: column;
  }
}
.societyPoint02__itemImg--02, .societyPoint03__itemImg--02 {
  flex: 0 1 38.7vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__itemImg--02, .societyPoint03__itemImg--02 {
    flex: 0 1 407px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemImg--02, .societyPoint03__itemImg--02 {
    flex: 0 1 100%;
    padding-bottom: 4%;
  }
}
.societyPoint02__itemImg--02 img, .societyPoint03__itemImg--02 img {
  width: 38.7vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__itemImg--02 img, .societyPoint03__itemImg--02 img {
    width: 407px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemImg--02 img, .societyPoint03__itemImg--02 img {
    width: 80vw;
  }
}
.societyPoint02__itemTxt--01, .societyPoint03__itemTxt--01 {
  padding: 1.2vw 0;
  letter-spacing: 0.01rem;
  font-size: 1rem;
  line-height: 2.125;
  color: #454545;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .societyPoint02__itemTxt--01, .societyPoint03__itemTxt--01 {
    letter-spacing: 0.016vw;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .societyPoint02__itemTxt--01, .societyPoint03__itemTxt--01 {
    padding: 12px 0;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemTxt--01, .societyPoint03__itemTxt--01 {
    padding: 4.4% 0 6%;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .societyPoint02__itemTxt--01, .societyPoint03__itemTxt--01 {
    font-size: 3.28125vw;
    letter-spacing: 0.04921875vw;
    line-height: 2.0952380952;
  }
}
.societyPoint02 {
  padding-bottom: 6.2vw;
  margin-bottom: 10.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02 {
    padding-bottom: 62px;
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02 {
    padding-bottom: 7.6%;
    margin-bottom: 22.4%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__ttl {
    width: 85.9375vw;
    height: 29.6875vw;
    border-radius: 15.625vw;
    top: -15.9375vw;
  }
  .societyPoint02__ttl::before {
    top: 29.375vw;
  }
}
.societyPoint02__itemEx {
  padding-left: 7.8vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__itemEx {
    padding-left: 78px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemEx {
    padding-left: 20.4%;
    text-indent: 3vw;
  }
}
.societyPoint02__itemEx::before {
  left: 17.4vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint02__itemEx::before {
    left: 234px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemEx::before {
    left: 8.2%;
    top: 33%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint02__itemEx::after {
    left: 9.6%;
    top: 21%;
  }
}
.societyPoint03 {
  padding-bottom: 6.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint03 {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint03 {
    padding-bottom: 7.6%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint03__ttl {
    width: 81.875vw;
    height: 23.90625vw;
    border-radius: 15.625vw;
    top: -10.15625vw;
  }
  .societyPoint03__ttl::before {
    top: 23.59375vw;
  }
}
.societyPoint03__itemEx {
  padding-left: 9.1vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint03__itemEx {
    padding-left: 91px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint03__itemEx {
    padding-left: 25.8%;
    text-indent: 3vw;
  }
}
.societyPoint03__itemEx::before {
  left: 20.2vw;
}
@media screen and (min-width: 1080px) {
  .societyPoint03__itemEx::before {
    left: 262px;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint03__itemEx::before {
    left: 13.6%;
    top: 34%;
  }
}
@media screen and (max-width: 640px) {
  .societyPoint03__itemEx::after {
    left: 15.1%;
    top: 21%;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS Document *//*# sourceMappingURL=subjects.css.map */