@charset "utf-8";

:root {
  --plus-rounded: "M PLUS Rounded 1c", sans-serif;
  ;
}

body {
  min-width: unset;
}

body._noscroll {
  overflow: hidden;
}

#main {
  width: auto;
  padding: 0;
}

#syukatu2028 .-wb {
  display: inline-block;
}

#syukatu2028.l-wrapper {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #c1f1f7;
  box-sizing: border-box;
  overflow: clip;
}


#syukatu2028 .c-hero {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  #syukatu2028 .c-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #syukatu2028 .c-hero__ttl {
    flex: unset;
    height: 100%;
  }
}

#syukatu2028 .c-hero__ttl img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .c-hero__ttl img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
}

#syukatu2028 .l-contents-area {
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #syukatu2028 .l-contents-area {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: unset;
  }
}

/* ↓↓↓ schedule ↓↓↓ */
#syukatu2028 .l-contents-area .l-scheduleBtn {
  position: absolute;
  width: min(calc(175/375*100vw), 175px);
  background-color: #00ABEB;
  border-radius: 0 9999px 9999px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  filter: drop-shadow(-10px 5px 10px rgba(0, 171, 235, 0.2));
  cursor: pointer;
  transition: opacity ease .3s;
  padding: 9px 18px 11px 16px;
  top: 24px;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleBtn {
    width: 210px;
    border-radius: 9999px 0 0 9999px;
    padding: 16px 26px 17px 30px;
    top: 64px;
    left: unset;
    right: 0;
  }
}

#syukatu2028 .l-contents-area .l-scheduleBtn:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .l-contents-area .l-scheduleBtn .icon {
  width: 23px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleBtn .icon {
    width: 31px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleBtn .icon img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-scheduleBtn .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4286;
  color: #fff;
}

#syukatu2028 .l-contents-area .l-scheduleBtn .txt::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

#syukatu2028 .l-contents-area .l-scheduleBtn .loupe {
  width: 14px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleBtn .loupe {
    width: 17px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleBtn .loupe img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-scheduleModal {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  container-type: inline-size;
  top: 0;
  left: 0;
  z-index: 1002;
}

#syukatu2028 .l-contents-area .l-scheduleModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, .8);
  top: 0;
  left: 0;
}

#syukatu2028 .l-contents-area .l-scheduleModal__wrapper {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#syukatu2028 .l-contents-area .l-scheduleModal__box {
  position: relative;
  width: min(calc(345/375*100vw), 600px);
  max-height: 86vh;
  max-height: 86dvh;
  height: min(calc(570/667*100dvh), 632px);
  border-radius: 11px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 15px 24px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__box {
    width: min(calc(1130/1200*100vw), 1130px);
    max-height: 93vh;
    max-height: min(93dvh, 620px);
    height: auto;
    border-radius: 20px;
    padding: 48px 50px 30px;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__box {
    max-height: 86vh;
    max-height: 86dvh;
    width: min(159cqh, 81cqw);
    padding: 6cqh 50px 28px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__closebtn {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  translate: 0 -50%;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__closebtn {
    translate: 50% -50%;
    top: 0;
    right: 0;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#syukatu2028 .l-contents-area .l-scheduleModal__image {
  position: relative;
  flex: 1;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__image {
    /* width: clamp(600px,1030/1200*100vw,1030px); */
    width: 100%;
    overflow: unset;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__image::-webkit-scrollbar {
  display: none;
}

#syukatu2028 .l-contents-area .l-scheduleModal__image img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-scheduleModal__image .l-scheduleModal__cap {
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
}

#syukatu2028 .l-contents-area .l-scheduleModal__scrollhint {
  position: absolute;
  width: 80px;
  translate: 0 -100%;
  top: -26px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__scrollhint {
    display: none;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__u-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__u-image {
    margin-top: -4px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__txt {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.7142;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 32px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__txt {
    padding-right: 32px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__txt::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 14px;
  background: url(../img/scheduleModal_arrow.svg) no-repeat;
  translate: 0 -50%;
  top: 50%;
  right: 8px;
}

#syukatu2028 .l-contents-area .l-scheduleModal__link {
  width: 100px;
  flex-shrink: 0;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-scheduleModal__link {
    width: 190px;
  }
}

#syukatu2028 .l-contents-area .l-scheduleModal__link:hover {
  opacity: .7;
}

#syukatu2028 .l-contents-area .l-scheduleModal__link img {
  width: 100%;
  height: auto;
}

/* ↑↑↑ schedule ↑↑↑ */

/* ↓↓↓ stickyWrap ↓↓↓ */
#syukatu2028 .l-contents-area .l-stickyWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 24px;
  left: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-stickyWrap {
    top: 150px;
  }
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn {
  position: sticky;
  width: min(calc(176/375*100vw), 176px);
  background-color: #fff;
  border-radius: 9999px 0 0 9999px;
  display: flex;
  gap: 5px;
  align-items: center;
  box-sizing: border-box;
  filter: drop-shadow(-10px 5px 10px rgba(0, 171, 235, 0.2));
  transition: opacity ease .3s;
  cursor: pointer;
  padding: 17px 16px 19px 18px;
  top: 24px;
  left: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-stickyWrap__followBtn {
    width: 210px;
    padding: 19px 26px 21px 30px;
    top: 56px;
  }
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .icon {
  width: 13px;
  height: fit-content;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-stickyWrap__followBtn .icon {
    width: 19px;
  }
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .icon img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #00ABEB;
  flex: 1;
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .txt::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .loupe {
  width: 14px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-stickyWrap__followBtn .loupe {
    width: 17px;
  }
}

#syukatu2028 .l-contents-area .l-stickyWrap__followBtn .loupe img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-diagnosisModal {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  z-index: 1002;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, .8);
  top: 0;
  left: 0;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__wrapper {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__box {
  position: relative;
  width: min(calc(345/375*100vw), 600px);
  max-height: 86vh;
  max-height: 86dvh;
  height: min(calc(594/667*100dvh), 596px);
  border-radius: 20px;
  background: url(../img/diagnosisModal_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__box {
    width: min(calc(1130/1200*100vw), 1130px);
    max-height: 93vh;
    max-height: min(93dvh, 620px);
    height: auto;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__box {
    max-height: 86vh;
    max-height: 86dvh;
    height: auto;
    width: min(159cqh, 91cqw);
  }
}


#syukatu2028 .l-contents-area .l-diagnosisModal__closebtn {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  translate: 0 -50%;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__closebtn {
    translate: 50% -50%;
    top: 0;
    right: 0;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__scroll-wrap {
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__scroll-wrap {
    overflow: hidden;
    padding-top: 48px;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__scroll-wrap {
    padding-top: 6cqh;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__scroll-wrap::-webkit-scrollbar {
  display: none;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__ttl {
  max-width: min(calc(303/375*100vw), 303px);
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__ttl {
    max-width: unset;
    width: 39.47%;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__ttl {
    width: max(min(50cqh, 21.954cqw), 200px);
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__ttl img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__inner {
  position: relative;
  background-color: #E5F7FD;
  flex: 1;
  padding: 0 20px 81px;
  margin-top: 42px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__inner {
    padding: 0 40px 55px;
    margin-top: 40px;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__inner {
    padding: 0 40px 7cqh;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__theme {
  position: relative;
  max-width: 1020px;
  min-height: 66px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #00ABEB;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0 -22px;
  box-sizing: border-box;
  padding: 14px 12px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__theme {
    font-size: 20px;
    border: 2px solid #00ABEB;
    translate: 0 -15px;
    padding: 20px;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__theme {
    min-height: 55px;
    font-size: 18px;
    padding: 14px 12px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__theme::before {
  content: '';
  position: absolute;
  width: 31px;
  height: 17px;
  background: url(../img/diagnosisModal_deco_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: -50% 0;
  bottom: -12px;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__theme::before {
    width: 49px;
    height: 27px;
    bottom: -20px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__choices-list {
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 5px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices-list {
    gap: 30px 32px;
    margin: 27px auto 0;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices-list {
    gap: 15px 16px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__choices {
  width: 100%;
  border-radius: 9999px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0, 171, 235, .15));
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices {
    width: calc((100% - 32px)/2);
    gap: 10px;
    padding: 7px 10px;
  }

  #syukatu2028 .l-contents-area .l-diagnosisModal__choices:hover {
    opacity: .7;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__choices_num {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 20px;
  line-height: 1;
  color: #00ABEB;
  background: url(../img/diagnosisModal_num_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices_num {
    width: 50px;
    font-size: 32px;
  }
}

@media screen and (max-width: 650px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices_num {
    width: 32px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__choices_txt {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__choices_txt {
    font-size: 20px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn {
  position: absolute;
  width: 106px;
  height: 40px;
  background-color: #fff;
  border-radius: 9999px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  bottom: 20px;
  left: 20px;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__backBtn {
    width: 120px;
    height: 48px;
    bottom: 34px;
    left: clamp(40px, 68/1200*100vw, 68px);
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__backBtn {
    width: 120px;
    height: 40px;
    bottom: 26px;
    left: clamp(40px, 68/1200*100vw, 68px);
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn.js_active {
  display: flex;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn:hover {
  opacity: .7;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn-arrow {
  width: 20px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn-arrow img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__backBtn-txt {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #00ABEB;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__backBtn-txt {
    font-size: 14px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__progressbar {
  max-width: 170px;
  display: flex;
  gap: 10px;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__progressbar {
    max-width: 340px;
    gap: 20px;
    margin: 55px auto 0;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__progressbar {
    margin: 7cqh auto 0;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__bar {
  position: relative;
  height: 3px;
  flex: 1;
  background-color: #fff;
  display: block;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__bar {
    height: 4px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__bar::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00ABEB 50%, #00ABEB 0%) 0 100% /var(--d, 0%) 100% no-repeat;
  transition: background-size 0.3s;
  top: 0;
  left: 0;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__bar.js_active::before {
  --d: 100%;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__result {
  display: none;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp {
  display: none;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl {
  position: relative;
  max-width: 305px;
  background-color: #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0 -17px;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl {
    max-width: 480px;
    height: 40px;
    translate: 0 -14px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt {
    font-size: 20px;
    padding: 0 23px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt::before,
#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 16px;
  background: url(../img/diagnosisModal_deco_resultTtl.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: 0 -50%;
  top: 50%;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt::before {
  left: 0;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-txt::after {
  scale: -1 1;
  right: 0;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-triangle {
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  translate: -50% 0;
  bottom: -9px;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-ttl-triangle {
    width: 47px;
    height: 24px;
    bottom: -11px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-inner {
  max-width: 958px;
  margin: 14px auto 0;
}

#syukatu2028 .l-contents-area a.l-diagnosisModal__pickUp-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px 10px;
  grid-template-areas:
    "thumb head"
    "txt txt";
  box-sizing: border-box;
  transition: opacity ease .3s;
  padding: 20px 20px 23px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area a.l-diagnosisModal__pickUp-link {
    /*grid-template-columns: max(27.877cqw,280px) 1fr;*/
    grid-template-columns: max(16.65cqw, 280px) 1fr;
    grid-template-rows: auto auto;
    gap: 16px 20px;
    grid-template-areas:
      "thumb head"
      "thumb txt";
  }
}

#syukatu2028 .l-contents-area a.l-diagnosisModal__pickUp-link:hover {
  text-decoration: unset;
  opacity: .7;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-thumb {
  width: 100px;
  height: fit-content;
  border-radius: 10px;
  overflow: clip;
  grid-area: thumb;
  align-self: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-thumb {
    width: 100%;
    border-radius: 14px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-thumb img {
  width: 100%;
  height: auto;
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-head {
  grid-area: head;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
  align-self: center;
  color: #333;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-head {
    font-size: clamp(16px, 20/1200*100vw, 20px);
    align-self: flex-end;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-head {
    font-size: max(min(3cqh, 1.5cqw), 14px);
    line-height: 1.4;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txtList {
  grid-area: txt;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txtList {
    gap: 8px;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txt {
  position: relative;
  font-size: 12px;
  line-height: 1.6667;
  letter-spacing: 0.02em;
  color: #333;
  padding-left: 25px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txt {
    font-size: clamp(14px, 16/1200*100vw, 16px);
    line-height: 1.5625;
  }
}

@media screen and (max-height: 650px) and (min-width: 769px) {
  #syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txt {
    font-size: max(min(2.5cqh, 1.2cqw), 12px);
    line-height: 1.4;
  }
}

#syukatu2028 .l-contents-area .l-diagnosisModal__pickUp-txt::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/diagnosisModal_icon_check.svg) no-repeat;
  background-size: contain;
  background-position: center;
  /*top: 5px;*/
  top: 3px;
  left: 0;
}

/* ↑↑↑ stickyWrap ↑↑↑ */

#syukatu2028 .l-content {
  position: relative;
}

@media (min-width: 768px) {
  #syukatu2028 .l-contents-area .l-content {
    max-width: 1130px;
    margin: 0 auto;
  }
}

#syukatu2028 .p-section {
  --gutter-side: 15px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 104px 0 40px;
}

@media (min-width: 768px) {
  #syukatu2028 .p-section {
    padding: 45px 0 64px;
  }
}

#syukatu2028 .p-section::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: min(50% - 50vw, var(--gutter-side)* -1);
  right: min(50% - 50vw, var(--gutter-side)* -1);
  bottom: 0;
}

@media (min-width: 768px) {
  #syukatu2028 .p-section::before {
    left: min(50% - 50vw, 0px);
    right: min(50% - 50vw, 0px);
  }
}

#syukatu2028 .p-section.--bg1::before {
  background: url(../img/slider_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* ↓↓↓ highRecoSlider ↓↓↓ */
#syukatu2028 .p-highRecoSlider {
  position: relative;
}

#syukatu2028 .p-highRecoSlider__inner {
  position: relative;
}

#syukatu2028 .p-highRecoSlider__content {
  min-height: 294px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px 0 20px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-highRecoSlider__content {
    min-height: 402px;
    padding: 16px 0 0;
  }
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide {
  position: relative;
  width: 315px;
  opacity: .5;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide {
    width: 532px;
  }
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide.swiper-slide-active {
  opacity: 1;
}

#syukatu2028 a.p-highRecoSlider__slide.swiper-slide-active:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide .p-highRecoSlider__tag {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4445;
  color: #00ABEB;
  background-color: #fff;
  border: 1px solid #00ABEB;
  border-radius: 9999px;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  padding: 3px 28px 1px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide .p-highRecoSlider__tag {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__slide .p-highRecoSlider__tag {
    padding: 3px 12px 1px;
    width: 60%;
  }
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__thumb {
    border-radius: 30px;
  }
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__thumb img {
  width: 100%;
  height: auto;
}

#syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142;
  color: #000;
  opacity: 0;
  margin-top: 20px;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-highRecoSlider__content .p-highRecoSlider__txt {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 28px;
  }
}

#syukatu2028 .p-highRecoSlider__content .swiper-slide-active .p-highRecoSlider__txt {
  opacity: 1;
}

#syukatu2028 .p-highRecoSlider__inner .swiper-pagination {
  width: 160px;
  background-color: #E6E6E6;
}

#syukatu2028 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00ABEB;
  /* バーの色 */
}

#syukatu2028 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: unset;
  left: unset;
  translate: 50% 0;
  right: 50%;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    right: min(calc((300 - 120) * ((100vw - 768px) / (1280 - 768)) + 120px), 300px);
    bottom: 68px;
  }
}

/* ↑↑↑ highRecoSlider ↑↑↑ */

/* ↓↓↓ recommendNews ↓↓↓ */
#syukatu2028 .p-recommendNews {
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-recommendNews {
    padding: 0 30px;
    margin-top: 40px;
  }
}

#syukatu2028 .p-recommendNews__inner {
  background-color: #fff;
  display: flex;
  gap: 9px;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-recommendNews__inner {
    gap: 23px;
    padding: 12px 20px;
  }
}

#syukatu2028 .p-recommendNews__head {
  height: auto;
  align-self: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-right: 1px solid #FFAA00;
  box-sizing: border-box;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-recommendNews__head {
    font-size: 16px;
    border-right: 2px solid #FFAA00;
    padding-right: 25px;
  }
}

#syukatu2028 .p-recommendNews__content {
  flex: 1;
  align-self: center;
}

#syukatu2028 .p-recommendNews__wrapper {
  width: max-content;
  transition-timing-function: linear;
}

#syukatu2028 .p-recommendNews__slide {
  width: auto;
  font-size: 12px;
  color: #006BCD;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-recommendNews__slide {
    font-size: 16px;
  }
}

#syukatu2028 .p-recommendNews__slide>a {
  display: flex;
}

/* ↑↑↑ recommendNews ↑↑↑ */

/* ↓↓↓ anchorBlock ↓↓↓ */
#syukatu2028 .p-anchorBlock {
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-anchorBlock {
    padding: 0 30px;
    margin-top: 16px;
  }
}

#syukatu2028 .p-anchorBlock__inner {
  max-width: 980px;
  display: flex;
  gap: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-anchorBlock__inner {
    gap: 20px;
  }
}

#syukatu2028 .p-anchorBlock__inner .p-anchorBlock__btn {
  position: relative;
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #006BCD;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 171, 235, 0.2));
  border-radius: 9999px;
  transition: opacity ease .3s;
  box-sizing: border-box;
  padding: 12px 10px 20px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-anchorBlock__inner .p-anchorBlock__btn {
    font-size: 18px;
    padding: 20px 50px;
  }
}

#syukatu2028 .p-anchorBlock__inner .p-anchorBlock__btn:hover {
  text-decoration: unset;
  opacity: .7;
}

#syukatu2028 .p-anchorBlock__inner .p-anchorBlock__btn::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 9px;
  background: url(../img/anchor_arrow.svg) no-repeat;
  background-size: contain;
  translate: -50% 0;
  bottom: 6px;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-anchorBlock__inner .p-anchorBlock__btn::before {
    width: 18px;
    height: 11px;
    translate: 0 -50%;
    bottom: unset;
    left: unset;
    top: 50%;
    right: 32px;
  }
}

/* ↑↑↑ anchorBlock ↑↑↑ */

/* ↓↓↓ thinkArea ↓↓↓ */
#syukatu2028 .p-advertisement {
  min-height: 470px;
  background-color: #F8F8F8;
  box-sizing: border-box;
  padding: 45px 25px 55px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement {
    min-height: 305px;
    padding: 64px 30px 60px;
  }
}

#syukatu2028 .p-advertisement__inner {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}

#syukatu2028 .p-advertisement__thumb {
  width: 42.465%;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__thumb {
    width: 224px;
  }
}

#syukatu2028 .p-advertisement__thumb img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__group {
    max-width: 660px;
  }
}

#syukatu2028 .p-advertisement__inner .p-advertisement__head {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8333;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__head {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

#syukatu2028 .p-advertisement__inner .p-advertisement__head::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8333) * 0.5em);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__head::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}

#syukatu2028 .p-advertisement__inner .p-advertisement__txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__txt {
    font-size: 14px;
    line-height: 1.7143;
    margin-top: 16px;
  }
}

#syukatu2028 .p-advertisement__inner .p-advertisement__btn {
  position: relative;
  max-width: calc(225/375*100vw);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7143;
  color: #006BCD;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .05));
  border-radius: 9999px;
  transition: opacity ease .3s;
  box-sizing: border-box;
  padding: 12px 30px;
  margin: 16px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__btn {
    max-width: 345px;
    margin: 20px 0 0;
  }

}

#syukatu2028 .p-advertisement__inner .p-advertisement__btn:hover {
  text-decoration: unset;
  opacity: .7;
}

#syukatu2028 .p-advertisement__inner .p-advertisement__btn::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  background: url(../img/anchor_arrow.svg) no-repeat;
  background-size: contain;
  rotate: -90deg;
  translate: 0 -50%;
  top: 50%;
  right: 16px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-advertisement__inner .p-advertisement__btn::before {
    width: 16px;
    height: 10px;
    right: 20px;
  }
}

/* ↑↑↑ advertisement ↑↑↑ */

#syukatu2028 #topicpathArea {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
}

/* ↓↓↓ thinkArea ↓↓↓ */
#syukatu2028 .p-thinkArea {
  background-color: #fff;
  box-sizing: border-box;
  padding: 8px 15px 56px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea {
    padding: 25px 30px 100px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__ttl {
  width: 246px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__ttl {
    width: 345px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__ttl img {
  width: 100%;
  height: auto;
}

#syukatu2028 .p-thinkArea .p-thinkArea__inner {
  position: relative;
  max-width: 800px;
  border-radius: 20px;
  background-color: #E5F7FD;
  margin: 70px auto 0;
}

@media screen and (min-width: 1000px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__inner {
    max-width: 1130px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__theme {
  position: absolute;
  max-width: calc(315/375*100vw);
  width: 100%;
  display: flex;
  flex-direction: column;
  translate: -50% -50%;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__theme {
    max-width: 740px;
    flex-direction: row;
    translate: -50% -50%;
    top: 0;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__theme_head {
  font-size: 14px;
  font-family: var(--plus-rounded);
  font-weight: 500;
  line-height: 1;
  background: url(../img/thinkarea_head_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 20px 6px 20px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__theme_head {
    font-size: 20px;
    justify-content: flex-start;
    border-radius: 9999px 0 0 9999px;
    padding: 16px 32px 16px 34px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__theme_txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2.0;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex: 1;
  padding: 8px 25px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__theme_txt {
    font-size: 24px;
    justify-content: flex-start;
    border: 2px solid #E5F7FD;
    border-radius: 0 9999px 9999px 0;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap {
  position: relative;
  box-sizing: border-box;
  padding: 80px 8px 40px 10px;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged {
  padding: 73px 9px 50px;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_closed {
  padding: 30px 43px 75px 56px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap {
    padding: 75px 56px 48px;
  }

  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged {
    flex-direction: row;
    align-items: center;
    padding: 48px 43px 70px 56px;
  }

  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_closed {
    padding: 25px 43px 55px 56px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__wrap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(10px, 34/1190*100vw, 34px);
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__wrap-inner {
    flex-direction: row;
    align-items: center;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(16px, 32/1190*100vw, 32px);
  margin: 0 auto;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__list {
  max-width: calc(275/375*100vw);
  width: 100%;
  flex-direction: column;
  gap: 10px clamp(16px, 32/1190*100vw, 32px);
  pointer-events: none;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__list {
    gap: 32px clamp(16px, 32/1190*100vw, 32px);
  }

  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__list {
    max-width: unset;
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__list {
    max-width: clamp(300px, 376/1190*100vw, 376px);
    flex: 1;
    flex-direction: column;
    margin: unset;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices {
  width: 100%;
  background-color: #fff;
  border-radius: 9999px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 8px rgba(0, 171, 235, .15));
  cursor: pointer;
  box-sizing: border-box;
  padding: 7px 10px;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices {
    width: calc((100% - 32px)/2);
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices:not(.js_checked):hover {
  opacity: .7;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices.js_checked {
  background-color: #FFFABD;
  filter: unset;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices {
  width: 100%;
  filter: unset;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices {
    width: calc((100% - 32px)/2);
  }
}

@media screen and (min-width: 1000px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices {
    width: 100%;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices_num {
  width: 32px;
  height: 32px;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background-color: var(--thinkArea__choices-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices_num {
  width: 24px;
  height: 24px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices_num {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices_num {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .choices-a {
  --thinkArea__choices-color: #006BCD;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .choices-b {
  --thinkArea__choices-color: #80D5F5;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .choices-c {
  --thinkArea__choices-color: #00A177;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .choices-d {
  --thinkArea__choices-color: #BADC6D;
}

/*マイナビ追記 START*/
#syukatu2028 .p-thinkArea .p-thinkArea__wrap .choices-e {
  --thinkArea__choices-color: #F8D206;
}

/*マイナビ追記 END*/

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices_txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices_txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices_txt {
    font-size: 20px;
  }

  #syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__choices_txt {
    font-size: 16px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn {
  position: relative;
  max-width: 300px;
  width: calc(215/375*100vw);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D6D6D6;
  border-radius: 9999px;
  box-sizing: border-box;
  padding: 17px 22px;
  margin: 40px auto 0;
  transition: opacity ease .3s, background-color ease .3s, color ease .3s, filter ease .3s;
  /*マイナビ追記 START*/
  pointer-events: none;
  /*マイナビ追記 END*/
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn {
    max-width: 350px;
    width: 100%;
    font-size: 18px;
    padding: 17px 45px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn.active {
  color: #fff;
  background-color: #33BCEF;
  filter: drop-shadow(0px 0px 8px rgba(0, 171, 235, .15));
  cursor: pointer;
  /*マイナビ追記 START*/
  pointer-events: visible;
  /*マイナビ追記 END*/
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__chengebtn {
  display: none;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn.active:hover {
  opacity: .7;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  mask-image: url(../img/thinkarea_arrow.svg);
  mask-position: center;
  mask-size: contain;
  background-color: #000;
  translate: 0 -50%;
  top: 50%;
  right: 15px;
  transition: background-color ease .3s;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn.active::before {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__chengebtn::before {
    right: 38px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph {
  position: relative;
  max-width: 400px;
  width: 100%;
  display: none;
  gap: 20px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 32px 20px 40px 40px;
  margin: 0 auto;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__graph {
  display: flex;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph {
    max-width: 500px;
    gap: 10px;
    padding: 49px 5.53% 78px 7.76%;
    margin-top: unset;
  }
}
@media screen and (max-width: 767px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph {
    margin-top: 0!important;
    gap: 13px;
    padding: 32px 20px 40px 33px;
  }
}

@media screen and (min-width: 1000px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph {
    max-width: 621px;
    gap: 24px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-bg {
  position: absolute;
  width: 100%;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-bg img {
  width: 100%;
  height: auto;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img {
  position: relative;
  width: min(calc(120/375*100vw), 160px);
  flex-shrink: 0;
  box-sizing: border-box;
  padding-top: 26px;
  margin: 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img {
    width: 200px;
    padding-top: 38px;
  }
}

@media screen and (min-width: 1000px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img {
    width: clamp(200px, 228/1190*100vw, 228px);
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img img {
  width: 100%;
  height: auto;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img figcaption {
  position: absolute;
  width: 112px;
  translate: -50% 0;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img figcaption {
    width: 179px;
  }
}

@media screen and (max-width: 767px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-img figcaption {
    position: absolute;
    top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-thinkArea__graph-img svg {
    transform: scale(0.55);
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-figures {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-figures {
    margin-top: unset;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices-list {
  max-width: 180px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 12px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__choices-list {
    max-width: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure {
  display: flex;
  gap: 6px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure {
    gap: 7px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure_num {
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 0;
  color: #fff;
  background-color: var(--thinkArea__choices-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure_num {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure_txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__figure_txt {
    font-size: 20px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-note {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #00ABEB;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__graph-note {
    font-size: 20px;
    margin-top: 8px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__tips {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7143;
  text-align: center;
  display: none;
  box-sizing: border-box;
  padding-top: 30px;
  margin: 8px auto 0;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__tips {
  display: block;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__tips {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 60px;
    margin: 8px auto 0;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__tips::before {
  content: '';
  position: absolute;
  width: 72px;
  height: 22px;
  background-image: url(../img/thinkarea_txt_tips_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  translate: -50% 0;
  top: 0;
  left: 50%;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__tips::before {
    width: 134px;
    height: 42px;
    background-image: url(../img/thinkarea_txt_tips.svg);
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .comment {
    background: #f6faee;
    padding: 1em;
    margin: 0 0 25px;
    border-radius: 16px;
    box-sizing: border-box;
    font-size: 12px;
}
#syukatu2028 .p-thinkArea .p-thinkArea__wrap .comment strong {
  color: inherit;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .comment {
    margin: 40px auto 0;
    font-size: 14px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__archivebtn {
  position: relative;
  max-width: 400px;
  width: calc(265/375*100vw);
  height: 48px;
  font-size: 14px;
  display: block;
  background-color: #fff;
  border-radius: 9999px;
  display: none;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0px 8px rgba(0, 171, 235, .15));
  transition: opacity ease .3s;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__archivebtn {
    width: 400px;
    height: 52px;
    font-size: 18px;
    margin: 40px auto 0;
  }
}
#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__archivebtn {
  display: flex;
}
#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_closed .p-thinkArea__archivebtn {
  display: none;
}
#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__archivebtn:hover {
  text-decoration: unset;
  opacity: .7;
}
#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__archivebtn::before {
  content: '';
  position: absolute;
  width: 7px;
  height: auto;
  aspect-ratio: 7/12;
  background-image: url(../img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  translate: 0 -50%;
  top: 50%;
  right: 15px;
}
@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__archivebtn::before {
    right: 40px;
  }
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__closebtn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(../img/thinkarea_closearrow.svg) no-repeat;
  background-color: #fff;
  background-size: 30px 14px;
  background-position: center 48%;
  display: none;
  filter: drop-shadow(0px 0px 8px rgba(0, 171, 235, .15));
  cursor: pointer;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
  transition: rotate ease .3s;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_chenged .p-thinkArea__closebtn {
  display: block;
}

#syukatu2028 .p-thinkArea .p-thinkArea__wrap.js_closed .p-thinkArea__closebtn {
  display: block;
  rotate: 180deg;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-thinkArea .p-thinkArea__wrap .p-thinkArea__closebtn {
    width: 64px;
    height: 64px;
    background-size: 40px 18px;
  }
}

/* ↑↑↑ thinkArea ↑↑↑ */

/* ↓↓↓ searchArea ↓↓↓ */
#syukatu2028 .p-searchArea {
  background-color: #E5F7FD;
  box-sizing: border-box;
  padding: 60px 15px 64px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea {
    padding: 100px 30px;
  }
}

#syukatu2028 .p-searchArea__inner {
  max-width: 1130px;
  margin: 0 auto;
}

#syukatu2028 .p-searchArea__ttl {
  position: relative;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__ttl {
    font-size: 32px;
  }
}

#syukatu2028 .p-searchArea__ttl::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/ttl_deco_circle.png) no-repeat;
  background-size: contain;
  translate: -50% 0;
  top: -6px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__ttl::before {
    width: 48px;
    height: 48px;
    top: -15px;
  }
}

#syukatu2028 .p-searchArea__subttl {
  position: relative;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: block;
  box-sizing: border-box;
  padding: 0 22px;
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__subttl {
    font-size: 20px;
    padding: 0 30px;
    margin: 4px auto 0;
  }
}

#syukatu2028 .p-searchArea__subttl::before,
#syukatu2028 .p-searchArea__subttl::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 16px;
  background: url(../img/subttl_deco_line.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: 0 -50%;
  top: 50%;
}

#syukatu2028 .p-searchArea__subttl::before {
  transform: rotateY(180deg);
  left: 0;
}

#syukatu2028 .p-searchArea__subttl::after {
  right: 0;
}

#syukatu2028 .p-searchArea__searchbox {
  margin: 32px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__searchbox {
    margin: 55px auto 0;
  }
}

#syukatu2028 .p-searchArea__tablist {
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__tablist {
    gap: 16px;
  }
}

#syukatu2028 .p-searchArea__tab {
  font-size: 10px;
  font-weight: bold;
  color: var(--searchArea__tab-color, #000);
  border-radius: 10px 10px 0 0;
  background-color: var(--searchArea__tab-bgcolor, #E6E6E6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 15px 10px 12px;
  transition: opacity ease .3s;
}

#syukatu2028 .p-searchArea__tab.active {
  --searchArea__tab-color: #fff;
  --searchArea__tab-bgcolor: #33BCEF;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__tab {
    min-width: 290px;
    font-size: 16px;
    border-radius: 16px 16px 0 0;
    padding: 20px 8px 15px;
  }
}

#syukatu2028 .p-searchArea__tab:not(.active):hover {
  opacity: .7;
}

#syukatu2028 .p-searchArea__tab .tab_l-txt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__tab .tab_l-txt {
    font-size: 20px;
  }
}

#syukatu2028 .p-searchArea__filter {
  display: none;
  flex-wrap: wrap;
  gap: 4px 6px;
  border-radius: 0 16px 16px 16px;
  background-color: #fff;
  padding: 24px 15px;
}

#syukatu2028 .p-searchArea__filter.active {
  display: flex;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__filter {
    gap: 10px;
    border-radius: 0px 20px 20px 20px;
    padding: 32px 24px;
  }
}

#syukatu2028 .p-searchArea__filter-item {
  width: calc((100% - 6px)/2);
  min-height: 45px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: var(--searchArea__tab-color, #333);
  border-radius: 9999px;
  background-color: var(--searchArea__tab-bgcolor, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  filter: drop-shadow(0px 0px 4px rgba(0, 171, 235, .1));
  box-sizing: border-box;
  padding: 8px 20px 8px;
  transition: opacity ease .3s;
}

#syukatu2028 .p-searchArea__filter-item.active {
  --searchArea__tab-color: #fff;
  --searchArea__tab-bgcolor: #33BCEF;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__filter-item {
    width: calc((100% - 10px*4)/5);
    min-height: 40px;
    font-size: 13px;
    line-height: 1.2308;
    padding: 4px 20px;
  }
}

#syukatu2028 .p-searchArea__filter-item:not(.active):hover {
  opacity: .7;
}

#syukatu2028 .p-searchArea__resultbox {
  margin: 35px auto 0;
}

#syukatu2028 .p-searchArea__resultbox-notation .notation_sub {
  font-size: 12px;
  font-weight: bold;
  color: #006BCD;
  display: block;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__resultbox-notation .notation_sub {
    font-size: 14px;
  }
}

#syukatu2028 .p-searchArea__resultbox-notation .notation_main {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__resultbox-notation .notation_main {
    font-size: 20px;
  }
}

#syukatu2028 .p-searchArea__resultbox-list {
  max-width: 1129px;
  display: flex;
  flex-direction: column;
  gap: 8px 23px;
  box-sizing: border-box;
  margin: 28px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__resultbox-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 23px;
    margin: 35px auto 0;
  }
}

#syukatu2028 .p-searchArea__result {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: clip;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result {
    width: calc((100% - 23px*2)/3);
    border-radius: 20px;
  }
}

#syukatu2028 .p-searchArea__result:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .p-searchArea__result-inner {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: 5px 5px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-inner {
    flex-direction: column;
    padding: unset;
  }
}

#syukatu2028 .p-searchArea__result-thumb {
  width: min(calc(119/375*100vw), 150px);
  height: fit-content;
  min-width: 110px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-thumb {
    width: 100%;
    border-radius: unset;
  }
}

#syukatu2028 .p-searchArea__result-thumb picture {
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-thumb picture {
    height: auto;
    aspect-ratio: unset;
  }
}

#syukatu2028 .p-searchArea__result-thumb img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

#syukatu2028 .p-searchArea__result-content {
  align-self: center;
  box-sizing: border-box;
  padding: 10px 12px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-content {
    align-self: unset;
    padding: 28px 28px 30px;
  }
}

#syukatu2028 .p-searchArea__result-head {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.364;
  color: #000;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-head {
    font-size: 16px;
    line-height: 1.5;
  }
}

#syukatu2028 .p-searchArea__result-txt {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
  color: #333;
  overflow: hidden;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-txt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.3334;
    overflow: unset;
    display: block;
  }
}

#syukatu2028 .p-searchArea__result-taglist {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
  gap: 4px 6px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-taglist {
    gap: 10px 16px;
    margin-top: 16px;
  }
}

#syukatu2028 .p-searchArea__result-tag {
  position: relative;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  word-break: break-all;
  color: #859099;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__result-tag {
    font-size: 11px;
  }
}

#syukatu2028 .p-searchArea__result-tag::before {
  content: '#';
  position: absolute;
  width: 1em;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  top: 0;
  left: 0;
}

#syukatu2028 .p-searchArea__result-tag.tag_cat {
  color: #00ABEB;
}

#syukatu2028 .p-searchArea__noMatch {
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: none;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__noMatch {
    font-size: 14px;
  }
}

#syukatu2028 .p-searchArea__morebtn {
  width: 225px;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #006BCD;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  filter: drop-shadow(0px 0px 10px rgba(0, 171, 235, .2));
  cursor: pointer;
  transition: opacity ease .3s;
  padding: 17px 20px;
  margin: 84px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-searchArea__morebtn {
    width: 345px;
  }
}

#syukatu2028 .p-searchArea__morebtn:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .p-searchArea__morebtn::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 25px;
  background: url(../img/searcharea_deco.svg) no-repeat;
  background-size: contain;
  background-position: center;
  translate: -50% -100%;
  top: -20px;
  left: 50%;
}

/* ↑↑↑ searchArea ↑↑↑ */

/* ↓↓↓ mediaArea ↓↓↓ */
#syukatu2028 .p-mediaArea {
  background-color: #fff;
  box-sizing: border-box;
  padding: 58px 14px 64px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea {
    padding: 100px 30px;
  }
}

#syukatu2028 .p-mediaArea__inner {
  max-width: 1130px;
  margin: 0 auto;
}

#syukatu2028 .p-mediaArea__ttl {
  position: relative;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__ttl {
    font-size: 32px;
  }
}

#syukatu2028 .p-mediaArea__ttl::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/ttl_deco_circle.png) no-repeat;
  background-size: contain;
  translate: -50% 0;
  top: -6px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__ttl::before {
    width: 48px;
    height: 48px;
    top: -15px;
  }
}

#syukatu2028 .p-mediaArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list {
    margin: 30px auto 0;
  }
}

#syukatu2028 .p-mediaArea__list-link {
  width: 100%;
  border-radius: 10px;
  overflow: clip;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list-link {
    width: calc((100% - 24px*2)/3);
    border-radius: 20px;
    flex-direction: column;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .05));
  }
}

#syukatu2028 .p-mediaArea__list-link:hover {
  opacity: .7;
  text-decoration: unset;
}

#syukatu2028 .p-mediaArea__list-img {
  max-width: 200px;
  width: 40.35%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list-img {
    max-width: unset;
    width: 100%;
  }
}

#syukatu2028 .p-mediaArea__list-img img {
  width: 100%;
  height: auto;
}

#syukatu2028 .p-mediaArea__list-contents {
  flex: 1;
  background-color: #E5F7FD;
  box-sizing: border-box;
  padding: 30px 16px 28px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list-contents {
    padding: 28px 28px 30px;
  }
}

#syukatu2028 .p-mediaArea__list-head {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list-head {
    font-size: 16px;
  }
}

#syukatu2028 .p-mediaArea__list-txt {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.3334;
  text-align: justify;
  color: #333333;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-mediaArea__list-txt {
    font-size: 14px;
    line-height: 1.7143;
  }
}

/* ↑↑↑ mediaArea ↑↑↑ */

/* ↓↓↓ footLinkArea ↓↓↓ */
#syukatu2028 .p-footLinkArea {
  box-sizing: border-box;
  background-color: #f3f3f3;
  padding: 64px 30px 28px;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-footLinkArea {
    padding: 64px 30px;
    margin: 0 calc(50% - 50vw);
  }
}

#syukatu2028 .p-footLinkArea__inner {
  max-width: 1048px;
  margin: 0 auto;
}

#syukatu2028 .p-footLinkArea__otherlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px 20px;
}

#syukatu2028 .p-footLinkArea__otherlist-link {
  position: relative;
  width: 100%;
  transition: opacity ease .3s;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-footLinkArea__otherlist-link {
    width: calc((100% - 20px*2)/3);
  }
}

#syukatu2028 .p-footLinkArea__otherlist-link:hover {
  opacity: .7;
}

#syukatu2028 .p-footLinkArea__otherlist-link.footLink__adv {
  padding-top: 27px
}

#syukatu2028 .p-footLinkArea__otherlist-link.footLink__adv::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 17px;
  background: url(../img/footlink_mark.svg) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
}

#syukatu2028 .p-footLinkArea__otherlist img {
  width: 100%;
  height: auto;
}


#syukatu2028 .p-footLinkArea__sns-ttl {
  position: relative;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 62px auto 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-footLinkArea__sns-ttl {
    font-size: 32px;
    margin: 62px auto 0;
  }
}

#syukatu2028 .p-footLinkArea__sns-ttl::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/ttl_deco_circle.png) no-repeat;
  background-size: contain;
  translate: -50% 0;
  top: -6px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-footLinkArea__sns-ttl::before {
    width: 48px;
    height: 48px;
    top: -15px;
  }
}


#syukatu2028 .p-footLinkArea__snsBlock {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .p-footLinkArea__snsBlock {
    margin: 30px auto 0;
  }
}

/* ↑↑↑ footLinkArea ↑↑↑ */

/* ↓↓↓ マイナビ追記 ↓↓↓ */

#syukatu2028 .l-content ul.topicpath {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #syukatu2028 .l-content ul.topicpath {
    padding: unset;
  }
}

@media screen and (max-width: 767px) {
  #syukatu2028 .l-content ul.topicpath {
    background-color: #fff;
  }
}



.topicpath>li>a {
  text-decoration: none
}

.topicpath>li>a:hover {
  text-decoration: underline
}

#topicpathArea {
  background-color: transparent;
}


@media (max-width: 767px) {
  ul.topicpath {
    float: none;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  ul.topicpath li {
    float: none;
    display: inline;
    font-size: 12px !important;
  }

  ul.topicpath li:nth-child(n+2) {
    position: relative;
    margin-left: 25px;
  }

  ul.topicpath li:nth-child(n+2)::before,
  ul.topicpath li:nth-child(n+2)::after {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    font-size: 0;
  }

  ul.topicpath li:nth-child(n+2)::before {
    top: 4px;
    transform: rotate(35deg);
  }

  ul.topicpath li:nth-child(n+2)::after {
    top: 8px;
    transform: rotate(-35deg);
  }

  ul.topicpath li+li:before {
    display: none;
  }
}

.btn-top-01 {
  position: fixed;
  right: 15px;
  bottom: 75px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before,
.btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

@media (min-width: 768px) {
  .btn-top-01 {
    right: 80px;
    bottom: 64px;
    z-index: 999;
  }

  .btn-top-01 a {
    width: 70px;
    height: 70px;
    transition: background .2s;
  }

  .btn-top-01 a::before,
  .btn-top-01 a::after {
    width: 22px;
    height: 4px;
  }

  .btn-top-01 a::before {
    left: -12px;
  }

  .btn-top-01 a::after {
    left: 13px;
  }

  .btn-top-01 a:hover,
  .btn-top-01 a:active {
    background: #00aaeb;
  }
}

@media (max-width: 767px) {
  .btn-top-01.js-scroll-top {
    opacity: 1;
    transition: opacity .5s;
  }

  .btn-top-01.js-scroll-top.is-hidden {
    opacity: 0;
  }

  .btn-top-01.js-scroll-top.is-fixed {
    position: fixed;
    bottom: 75px;
  }
}