.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.--bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

/*-------------------------
    contents-inner
-------------------------*/
.contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1025px) {
  .contents-inner {
    max-width: 1000px;
    padding: 0;
  }
}

/*-------------------------
    contents-title
-------------------------*/
.contents-title {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
.contents-title__sub {
  font-size: 20px;
}
.contents-title__sub.--deco,
.contents-title__sub.--deco02 {
  position: relative;
}
.contents-title__sub.--deco::before,
.contents-title__sub.--deco:after,
.contents-title__sub.--deco02::before,
.contents-title__sub.--deco02:after {
  content: '';
  position: absolute;
  width: 15px;
  aspect-ratio: 5/9;
}
.contents-title__sub.--deco::before,
.contents-title__sub.--deco:after {
  background: url('../../img/index/text-decoration-blue.svg') no-repeat center center / contain;
}
.contents-title__sub.--deco02::before,
.contents-title__sub.--deco02:after {
  background: url('../../img/index/text-decoration-yellow.svg') no-repeat center center / contain;
}
.contents-title__sub.--deco:before,
.contents-title__sub.--deco02:before {
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.contents-title__sub.--deco:after,
.contents-title__sub.--deco02:after {
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  right: -15px;
}
@media screen and (min-width: 768px) {
  .contents-title {
    font-size: 45px;
  }
  .contents-title__sub {
    font-size: 33px;
  }
  .contents-title__sub.--deco::before,
  .contents-title__sub.--deco:after,
  .contents-title__sub.--deco02::before,
  .contents-title__sub.--deco02:after {
    width: 20px;
  }
  .contents-title__sub.--deco:before,
  .contents-title__sub.--deco02:before {
    left: -20px;
  }
  .contents-title__sub.--deco:after,
  .contents-title__sub.--deco02:after {
    right: -20px;
  }
}

/*-------------------------
    main-visual
-------------------------*/
.md_main-visual {
  background-color: #192963;
}
.md_main-visual--text {
  color: #ffff;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 39.1px;
  padding: 24px 20px;
}
.md_main-visual > div {
  flex-direction: column;
  align-items: flex-start;
}
.md_main-visual .contents-inner {
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .md_main-visual--text {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .md_main-visual .contents-inner {
    max-width: 1200px;
  }
  .md_main-visual--text {
    font-size: min(calc(32 / 1200 * 100vw), 32px);
  }
  .md_main-visual > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/*-------------------------
    main-banner
-------------------------*/
.md_main-banner--text {
  color: #224087;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  padding: 16px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .md_main-banner--text {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 30px 0;
  }
}

/*-------------------------
    score-up
-------------------------*/
#score-up .score-up__contents {
  background: #fff3f5;
  padding: 50px 0;
}
#score-up .score-up__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}
#score-up .score-up__item {
}
#score-up .score-up__item-img {
  display: block;
  margin: 0 auto;
}
#score-up .score-up__notes {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #score-up .score-up__contents {
    padding: 80px 0 100px;
  }
  #score-up .score-up__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 32px;
  }
  #score-up .score-up__item {
  }
}

/*-------------------------
    point
-------------------------*/
#point .point__contents {
  padding: 40px 0;
}
#point .contents-title {
  color: #1f3b9e;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
#point .contents-title .contents-title__sub {
  font-size: 26px;
}
#point .contents-title .--lg {
  font-size: 45px;
}
#point .contents-title .--underline {
  display: inline-block;
  border-bottom: 5px solid #fee302;
}
#point .point__list-item {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 90px;
}
#point .point__list-item-body {
  position: relative;
}
#point .point__list-item-title {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  color: #fff;
  background: #1f3b9e;
  border-radius: 5px;
  padding: 10px 12px;
  padding: 10px 7px 10px 12px;
}
#point .point__list-item-title .point__list-item-title--label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
#point .point__list-item-title .point__list-item-title--label .--lg {
  font-size: 25px;
  line-height: 1;
}
#point .point__list-item-title .point__list-item-title--text {
  color: #fee302;
  font-size: 18px;
  line-height: 1.4;
}
#point .point__list-item-title .point__list-item-title--text .--sub {
  font-size: 14px;
  color: #fff;
}
#point .point__list-item-img-wrap {
  width: 100%;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#point .point__list-item-img {
  width: 100%;
  display: block;
}
#point .point__list-item-text-wrap {
  margin-top: 24px;
}
#point .point__list-item-description {
  font-size: 14px;
  line-height: 1.4;
}
#point .point__list-item-notes {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 5px;
}
/* point__contents-box */
#point .point__contents-box-wrap {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
#point .point__contents-box {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#point .point__contents-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f3b9e;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 0;
}
#point .point__contents-body {
  border: 1px solid #1f3b9e;
  border-radius: 0 0 5px 5px;
  padding: 50px 10px;
  flex: 1;
}
#point .point__contents-box.--triangle .point__contents-title {
  background: #999999;
}
#point .point__contents-box.--circle .point__contents-title {
  background: #1f3b9e;
}
#point .point__contents-box.--triangle .point__contents-body {
  background: #f2f2f2 url('../../img/index/icon-triangle.svg') no-repeat center center / 100px;
  border: 1px solid #999999;
}
#point .point__contents-box.--circle .point__contents-body {
  background: #fff7b3 url('../../img/index/icon-circle.svg') no-repeat center center / 100px;
  border: 1px solid #1f3b9e;
}
#point .point__item-description {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
/* secondary-contents */
#point .secondary-contents {
  border: 2px solid #1f3b9e;
  border-radius: 10px;
  padding: 25px 20px;
  margin-top: 30px;
}
#point .secondary-contents .point__secondary-item-img-wrap {
  max-width: 280px;
  margin: 20px auto 0;
}
#point .secondary-contents .point__secondary-item-text-wrap {
  margin-top: 20px;
}
#point .secondary-contents .point__secondary-item-title {
  color: #1f3b9e;
  font-size: 20px;
  text-align: center;
}
#point .secondary-contents .point__secondary-item-description {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #point .point__contents {
    padding: 80px 0 100px;
  }
  #point .contents-title {
    font-size: 46px;
  }
  #point .contents-title .contents-title__sub {
    font-size: 33px;
  }
  #point .contents-title .--lg {
    font-size: 80px;
  }
  #point .contents-title .--underline {
    border-bottom: 8px solid #fee302;
    transform: translateY(-20px);
  }
  #point .point__list-item {
    margin-top: 60px;
  }
  #point .point__list-item-body .main-contents {
    max-width: 600px;
    margin: 50px auto 0;
  }
  #point .point__list-item-title {
    position: static;
    transform: unset;
    gap: 20px;
    padding: 20px 30px;
  }
  #point .point__list-item-title .point__list-item-title--label {
    font-size: 15px;
    padding-right: 20px;
  }
  #point .point__list-item-title .point__list-item-title--label .--lg {
    font-size: 33px;
  }
  #point .point__list-item-title .point__list-item-title--text {
    font-size: 38px;
  }
  #point .point__list-item-title .point__list-item-title--text .--sub {
    font-size: 23px;
  }
  #point .point__list-item-img-wrap {
    width: 100%;
    margin: auto;
  }
  #point .point__list-item-text-wrap {
    margin-top: 30px;
  }
  #point .point__list-item-description {
    font-size: 18px;
    text-align: center;
  }
  #point .point__list-item-notes {
    font-size: 12px;
    text-align: center;
  }
  /* point__contents-box */
  #point .point__contents-box-wrap {
    gap: 20px;
    margin-top: 30px;
  }
  #point .point__contents-title {
    font-size: 23px;
    padding: 10px 0;
  }
  #point .point__contents-body {
    border: 1px solid #1f3b9e;
    border-radius: 0 0 5px 5px;
    padding: 50px 10px;
    flex: 1;
  }
  #point .point__item-description {
    font-size: 23px;
  }
  /* secondary-contents */
  #point .secondary-contents {
    padding: 50px;
    margin-top: 50px;
  }
  #point .secondary-contents .contents-column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  #point .secondary-contents .point__secondary-item-img-wrap {
    max-width: 306px;
    margin: 0;
    flex: 1 0 auto;
  }
  #point .secondary-contents .point__secondary-item-text-wrap {
    margin-top: 0;
  }
  #point .secondary-contents .point__secondary-item-title {
    font-size: 25px;
    text-align: left;
  }
  #point .secondary-contents .point__secondary-item-description {
    font-size: 18px;
    margin-top: 20px;
  }
}

/*-------------------------
    learning-support
-------------------------*/
#learning-support .learning-support__contents {
  background: #1f3b9e;
  padding: 50px 0;
}
#learning-support .contents-title {
  color: #fff;
  font-size: 26px;
}
#learning-support .contents-title__sub {
  color: #fee302;
  font-size: 24px;
}
#learning-support .learning-support__list {
  display: grid;
  margin-top: 24px;
}
#learning-support .learning-support__list.--1column {
  grid-template-columns: 1fr;
  gap: 16px;
}
#learning-support .learning-support__list.--2column {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#learning-support .learning-support__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px #ffffff80;
}

/* accordion */
#learning-support .accordion summary {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 13px 60px 13px 20px;
  cursor: pointer;
  color: #1f3b9e;
  font-size: 20px;
  font-weight: 700;
}
#learning-support .accordion summary::-webkit-details-marker {
  display: none;
}
#learning-support .accordion summary::before,
#learning-support .accordion summary::after {
  content: '';
  position: absolute;
  right: calc(1em + 10px);
  width: 2px;
  height: 15px;
  background-color: #1f3b9e;
}
#learning-support .accordion summary::before {
  rotate: 90deg;
}
#learning-support .accordion summary::after {
  transition: rotate 0.3s;
}
#learning-support .accordion[open] summary::after {
  rotate: 90deg;
}
#learning-support .accordion .accordion-contents {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 30px 20px 25px;
  transition: transform 0.5s, opacity 0.5s;
}
#learning-support .accordion[open] .accordion-contents {
  transform: none;
  opacity: 1;
}
#learning-support .accordion .learning-support__item-icon {
}
#learning-support .accordion .learning-support__item-img {
  width: 100%;
}
#learning-support .accordion .learning-support__item-description {
  color: #333333;
  font-size: 14px;
  margin-top: 20px;
}

/* --2column */
#learning-support .learning-support__list.--2column .learning-support__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 16px 12px 18px;
  box-shadow: none;
}
#learning-support .learning-support__list.--2column .learning-support__item-text {
  font-size: 13px;
  line-height: 1.4;
}
#learning-support .learning-support__list.--2column .learning-support__item-text .--emp {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #learning-support .learning-support__contents {
    padding: 80px 0 100px;
  }
  #learning-support .contents-inner {
    max-width: 800px;
  }
  #learning-support .contents-title {
    font-size: 45px;
  }
  #learning-support .contents-title__sub {
    font-size: 33px;
  }
  #learning-support .learning-support__list {
    margin-top: 60px;
  }
  #learning-support .learning-support__list.--1column {
    gap: 20px;
  }
  #learning-support .learning-support__list.--2column {
    margin-top: 40px;
  }

  /* accordion */
  #learning-support .accordion summary {
    padding: 25px 60px 25px 50px;
    font-size: 25px;
  }
  #learning-support .accordion summary::-webkit-details-marker {
    display: none;
  }
  #learning-support .accordion summary::before,
  #learning-support .accordion summary::after {
    width: 3px;
    height: 23px;
  }
  #learning-support .accordion[open] summary::after {
    rotate: 90deg;
  }
  #learning-support .accordion .accordion-contents {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 50px 40px;
  }
  #learning-support .accordion .learning-support__item-img {
    max-width: 310px;
  }
  #learning-support .accordion .learning-support__item-description {
    font-size: 18px;
    margin-top: 0;
  }

  /* --2column */
  #learning-support .learning-support__list.--2column .learning-support__item {
    padding: 20px 12px;
  }
  #learning-support .learning-support__list.--2column .learning-support__item-text {
    font-size: 18px;
  }
  #learning-support .learning-support__list.--2column .learning-support__item-text .--emp {
    font-size: 18px;
  }
}
