#mv #pageTitle img {
  width: 100%;
}

#mvInner {
  height: auto;
}

#mv {
  height: 240px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv {
    height: 260px;
  }
}
@media screen and (min-width: 1000px) {
  #mv {
    height: 320px;
  }
}
#mv #pageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 260px;
}
@media screen and (min-width: 768px) {
  #mv #pageTitle {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  #mv #pageTitle {
    width: 680px;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

section.sec-reason {
  position: relative;
  /*div.tab-cont-area*/
}
section.sec-reason img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
section.sec-reason ul.switch-tab {
  width: 81.6%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab {
    width: 90%;
    max-width: 980px;
  }
}
section.sec-reason ul.switch-tab li {
  width: 48.2%;
  text-align: center;
  border-radius: 0.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 1.12em;
  height: 65px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li {
    width: 16.6666666667%;
    height: 8vw;
    border-radius: 0.6em 0.6em 0 0;
    position: relative;
    font-size: 1.4vw;
    letter-spacing: 0;
    margin: 0;
  }
  section.sec-reason ul.switch-tab li::before, section.sec-reason ul.switch-tab li::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: calc(50% - 2px);
    width: 0.14em;
    height: 0.8em;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: 50% calc(100% - 0.04em);
  }
  section.sec-reason ul.switch-tab li::before {
    transform: rotate(45deg);
  }
  section.sec-reason ul.switch-tab li::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-reason ul.switch-tab li {
    font-size: 14px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-reason ul.switch-tab li {
    font-size: 16px;
  }
}
section.sec-reason ul.switch-tab li span.inner {
  display: block;
  line-height: 1.12em;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li span.inner {
    margin-bottom: 6%;
  }
}
section.sec-reason ul.switch-tab li span.small01 {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li span.small01 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-reason ul.switch-tab li span.small01 {
    font-size: 12px;
  }
}
section.sec-reason ul.switch-tab li span.small02 {
  font-size: 0.64em;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li span.small02 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-reason ul.switch-tab li span.small02 {
    font-size: 12px;
  }
}
section.sec-reason ul.switch-tab li.tab01 {
  background: #56c0ca;
  border: solid 0.4em #56c0ca;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab01 {
    border: none;
    border-bottom: solid 0.32em #56c0ca;
  }
}
section.sec-reason ul.switch-tab li.tab01 span.inner {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab01 span.inner {
    margin-bottom: 6%;
  }
}
section.sec-reason ul.switch-tab li.tab01.active {
  background: #ddf2f4;
  color: #56c0ca;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab01.active::before, section.sec-reason ul.switch-tab li.tab01.active::after {
    background: #56c0ca;
  }
}
section.sec-reason ul.switch-tab li.tab02 {
  background: #f2984f;
  border: solid 0.4em #f2984f;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab02 {
    border: none;
    border-bottom: solid 0.32em #f2984f;
  }
}
section.sec-reason ul.switch-tab li.tab02.active {
  background: #fff4ec;
  color: #f2984f;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab02.active::before, section.sec-reason ul.switch-tab li.tab02.active::after {
    background: #f2984f;
  }
}
section.sec-reason ul.switch-tab li.tab03 {
  background: #ed848c;
  border: solid 0.4em #ed848c;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab03 {
    border: none;
    border-bottom: solid 0.32em #ed848c;
  }
}
section.sec-reason ul.switch-tab li.tab03.active {
  background: #fbeef1;
  color: #ed848c;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab03.active::before, section.sec-reason ul.switch-tab li.tab03.active::after {
    background: #ed848c;
  }
}
section.sec-reason ul.switch-tab li.tab04 {
  background: #bb8cbd;
  border: solid 0.4em #bb8cbd;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab04 {
    border: none;
    border-bottom: solid 0.32em #bb8cbd;
  }
}
section.sec-reason ul.switch-tab li.tab04.active {
  background: #fef6ff;
  color: #bb8cbd;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab04.active::before, section.sec-reason ul.switch-tab li.tab04.active::after {
    background: #bb8cbd;
  }
}
section.sec-reason ul.switch-tab li.tab05 {
  background: #f4cf4e;
  border: solid 0.4em #f4cf4e;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab05 {
    border: none;
    border-bottom: solid 0.32em #f4cf4e;
  }
}
section.sec-reason ul.switch-tab li.tab05.active {
  background: #fdf5dc;
  color: #f4cf4e;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab05.active::before, section.sec-reason ul.switch-tab li.tab05.active::after {
    background: #f4cf4e;
  }
}
section.sec-reason ul.switch-tab li.tab06 {
  background: #bb8cbd;
  border: solid 0.4em #bb8cbd;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab06 {
    border: none;
    border-bottom: solid 0.32em #bb8cbd;
  }
}
section.sec-reason ul.switch-tab li.tab06.active {
  background: #fef6ff;
  color: #bb8cbd;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul.switch-tab li.tab06.active::before, section.sec-reason ul.switch-tab li.tab06.active::after {
    background: #bb8cbd;
  }
}
section.sec-reason div.tab-cont-area {
  /*div.tab-cont*/
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area {
    overflow: hidden;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont {
  display: none;
  position: relative;
}
section.sec-reason div.tab-cont-area div.tab-cont::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont::after {
    content: none;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.active {
  display: block;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty01 {
  background: #ddf2f4;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty01::after {
  background: #ddf2f4;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty01 div.reason-slide-wrap div.reason-slide {
  background: #56c0ca;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty01 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty01 div.reason-slide-wrap div.swiper-button-next {
    background: #56c0ca;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty01 div.dl-wrap dl dd ul li::after {
  background: #56c0ca;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty02 {
  background: #fff4ec;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty02::after {
  background: #fff4ec;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty02 div.reason-slide-wrap div.reason-slide {
  background: #f2984f;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty02 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty02 div.reason-slide-wrap div.swiper-button-next {
    background: #f2984f;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty02 div.dl-wrap dl dd ul li::after {
  background: #f2984f;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty03 {
  background: #fbeef1;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty03::after {
  background: #fbeef1;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty03 div.reason-slide-wrap div.reason-slide {
  background: #ed848c;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty03 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty03 div.reason-slide-wrap div.swiper-button-next {
    background: #ed848c;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty03 div.dl-wrap dl dd ul li::after {
  background: #ed848c;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty04 {
  background: #fef6ff;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty04::after {
  background: #fef6ff;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty04 div.reason-slide-wrap div.reason-slide {
  background: #d5bcd9;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty04 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty04 div.reason-slide-wrap div.swiper-button-next {
    background: #d5bcd9;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty04 div.dl-wrap dl dd ul li::after {
  background: #d5bcd9;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty05 {
  background: #fdf5dc;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty05::after {
  background: #fdf5dc;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty05 div.reason-slide-wrap div.reason-slide {
  background: #f4cf4e;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty05 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty05 div.reason-slide-wrap div.swiper-button-next {
    background: #f4cf4e;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty05 div.dl-wrap dl dd ul li::after {
  background: #f4cf4e;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty06 {
  background: #fef6ff;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty06::after {
  background: #fef6ff;
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty06 div.reason-slide-wrap div.reason-slide {
  background: #d5bcd9;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont.faculty06 div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont.faculty06 div.reason-slide-wrap div.swiper-button-next {
    background: #d5bcd9;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont.faculty06 div.dl-wrap dl dd ul li::after {
  background: #d5bcd9;
}
section.sec-reason div.tab-cont-area div.tab-cont div.tab-cont-inner {
  width: 81.6%;
  margin: auto;
  padding: 20% 0 17%;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.tab-cont-inner {
    width: 90%;
    max-width: 966px;
    padding: 144px 0 92px;
    position: relative;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.bg-img {
  position: absolute;
  top: 20px;
  width: 52px;
}
section.sec-reason div.tab-cont-area div.tab-cont div.bg-img.left {
  left: 0;
}
section.sec-reason div.tab-cont-area div.tab-cont div.bg-img.right {
  right: 0;
}
section.sec-reason div.tab-cont-area div.tab-cont div.flag {
  width: 39.2%;
  position: absolute;
  z-index: 2;
  top: 1%;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.flag {
    width: 28.6%;
    min-width: 220px;
    left: 13%;
    top: 20px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap {
    max-width: 690px;
    margin: auto;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide {
  padding: 0 0 7%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide {
    width: 61.8%;
    margin: auto;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide div.reason-img {
  width: 65.6%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide div.reason-img {
    width: 66.6%;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p {
  width: 88.8%;
  margin: auto;
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name {
  text-align: center;
  padding: 4% 0;
  border-top: solid 0.42em #231815;
  border-bottom: solid 0.2em #231815;
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt01 {
  display: block;
  font-size: 11px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt01 {
    font-size: 15px;
    line-height: 1.8em;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt01 span.small01 {
  font-size: 0.6em;
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt02 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt02 {
    font-size: 24px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt02 .san {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.name span.txt02 .san {
    font-size: 15px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.txt {
  padding: 4% 0;
  font-size: 1.12em;
  text-align: justify;
  word-break: break-all;
  border-bottom: solid 0.2em #231815;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.reason-slide p.txt {
    font-size: 15px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-next {
  width: 2em;
  height: 2em;
  background: #231815;
  border-radius: 5em;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-prev, section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-next {
    width: 42px;
    height: 42px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-prev::after, section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../../img/bessatsu2025/reason/reason-arrow.svg);
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-prev {
  left: 0;
  transform: translate(-50%, 0);
}
section.sec-reason div.tab-cont-area div.tab-cont div.reason-slide-wrap div.swiper-button-next {
  right: 0;
  transform: translate(50%, 0) rotate(180deg);
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap {
    width: 80%;
    max-width: 690px;
    margin: 56px auto 0;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dt {
  text-align: center;
  background: #000002;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 0.6em 0;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dt {
    font-size: 18px;
    padding: 0.4em 0;
    margin-bottom: 20px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dt span.small01 {
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd.ir01 {
    flex-wrap: nowrap;
  }
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd.ir01 ul:nth-of-type(1) {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd.ir02 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd.ir02 li {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd:nth-of-type(2) {
    margin-top: 1em;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd p.dl-txt {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0;
  width: 100%;
  margin: 0 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul.pc-w100 {
    width: 100%;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul li {
  padding-left: 1.2em;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul li {
    font-size: 13px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul li {
    font-size: 15px;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul li::after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap dl dd ul li span.note {
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: 0.5em;
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap p {
  font-size: 11px;
  margin: 4% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap p {
    width: 100%;
    font-size: 11px;
    margin: 5px 0;
  }
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap p span {
  display: block;
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap p span.txt01 {
  width: 2em;
}
section.sec-reason div.tab-cont-area div.tab-cont div.dl-wrap p span.txt02 {
  width: calc(100% - 2em);
}

/*section.sec-reason*//*# sourceMappingURL=reason.css.map */