@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main .chead {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
main .chead.on .visual .slider .swiper-wrapper .swiper-slide img {
  opacity: 1;
}
main .chead .visual {
  width: 100%;
  padding: 75px 0 0 0;
  position: relative;
}
main .chead .visual::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: block;
}
main .chead .visual .slider {
  width: 100%;
  overflow: hidden;
}
main .chead .visual .slider .swiper-wrapper {
  width: 100%;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide img {
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss1 img {
  transition-delay: 0.2s;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss2 img {
  transition-delay: 0.4s;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss3 img {
  transition-delay: 0.6s;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss4 img {
  transition-delay: 0.8s;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss5 img {
  transition-delay: 1s;
}
main .chead .visual .slider .swiper-wrapper .swiper-slide.ss6 img {
  transition-delay: 1.2s;
}
main .chead .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
main .chead .inner.on .text h3 {
  opacity: 1;
}
main .chead .inner.on .text h4 {
  opacity: 1;
}
main .chead .inner.on .text .course {
  opacity: 1;
}
main .chead .inner.on .text .lead {
  opacity: 1;
}
main .chead .inner .text {
  width: 100%;
  height: 100%;
  padding: 120px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .chead .inner .text h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05emem;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  transition: all 0.5s ease-in 0.5s;
  opacity: 0;
}
main .chead .inner .text h4 {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main .chead .inner .text h4 > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .text h4 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner .text .course {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in 0.5s;
  opacity: 0;
}
main .chead .inner .text .course:not(:last-child) {
  margin-bottom: 40px;
}
main .chead .inner .text .course p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .chead .inner .text .course ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 20px;
}
main .chead .inner .text .course ul li {
  width: 200px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .chead .inner .text .course ul li:nth-child(1) {
  background-color: #5455e1;
}
main .chead .inner .text .course ul li:nth-child(1)::after {
  background-color: #5455e1;
}
main .chead .inner .text .course ul li:nth-child(2) {
  background-color: #575cba;
}
main .chead .inner .text .course ul li:nth-child(2)::after {
  background-color: #575cba;
}
main .chead .inner .text .course ul li:nth-child(3) {
  background-color: #0099ff;
}
main .chead .inner .text .course ul li:nth-child(3)::after {
  background-color: #0099ff;
}
main .chead .inner .text .course ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
main .chead .inner .text .course ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .text .lead {
  transition: all 0.5s ease-in 1.5s;
  opacity: 0;
}
main .chead .inner .text .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
  font-feature-settings: "palt";
}
main article {
  width: 100%;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main article:not(:last-child) {
  margin-bottom: 80px;
}
main article ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main article ul li {
  width: 280px;
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main article ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
main article ul li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.3);
}
main article ul li:nth-child(2):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
main article ul li::after {
  content: "";
  background-image: url(../svg/arrow_down_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  display: block;
}
main article ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
main .section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .section:not(:last-child) {
  margin-bottom: 80px;
}
main .section.sec3 .inner h3 span:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .section.sec3 .inner h3 span:nth-child(1) > span:nth-child(1) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section.sec3 .inner h3 span:nth-child(1) > span:nth-child(2) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner {
  width: calc(100% - 360px);
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
}
main .section .inner h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
main .section .inner h3 span:nth-child(1) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .section .inner h3 span:nth-child(2) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner h3 + p {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-bottom: 40px;
  border-bottom: dotted 1px #51489d;
}
main .section .inner h3 + p:not(:last-child) {
  margin-bottom: 40px;
}
main .section .inner .tt {
  text-align: left;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
main .section .inner .tt h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
main .section .inner .tt h4:not(:last-child) {
  margin-bottom: 10px;
}
main .section .inner .tt h4 span:nth-child(1) {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .tt h4 span:nth-child(2) {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 5px;
}
main .section .inner .tt p {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .tt + .set {
  border-top: solid 1px #b3b3b3;
}
main .section .inner .mycombo {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .section .inner .mycombo:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .mycombo .tt {
  text-align: left;
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
  clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
}
main .section .inner .mycombo .tt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in;
  display: block;
}
main .section .inner .mycombo .tt:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .mycombo .tt.tt2 {
  background-color: #7a55e0;
}
main .section .inner .mycombo .tt.tt3 {
  background-color: #ac4aaf;
}
main .section .inner .mycombo .tt.tt3 a > div span h5, main .section .inner .mycombo .tt.tt3 a > div span p {
  color: #ac4aaf;
}
main .section .inner .mycombo .tt:hover::after {
  clip-path: inset(0 0 0 0);
}
main .section .inner .mycombo .tt a {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .section .inner .mycombo .tt a h4 {
  width: 60%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
main .section .inner .mycombo .tt a h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .mycombo .tt a > div {
  width: 40%;
  height: 100%;
  padding: 10px;
}
main .section .inner .mycombo .tt a > div span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
  clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
}
main .section .inner .mycombo .tt a > div span h5 {
  color: #7a55e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .mycombo .tt a > div span p {
  color: #7a55e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .section .inner .wrapper:not(:last-child) {
  margin-bottom: 40px;
}
main .section .inner .wrapper .set {
  width: 100%;
  border-bottom: solid 1px #b3b3b3;
}
main .section .inner .wrapper .set a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
main .section .inner .wrapper .set a:hover::before {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
main .section .inner .wrapper .set a:hover dl::after {
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  right: 30px;
}
main .section .inner .wrapper .set a:hover dl dt span {
  color: #5455e1;
  background-color: #FFF;
}
main .section .inner .wrapper .set a:hover dl dd span:nth-child(1) {
  color: #FFF;
}
main .section .inner .wrapper .set a:hover dl dd span:nth-child(2) {
  color: #FFF;
}
main .section .inner .wrapper .set a:hover .ph {
  filter: brightness(1.1);
}
main .section .inner .wrapper .set a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5455e1;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in-out 0s;
}
main .section .inner .wrapper .set a dl {
  text-align: left;
  width: calc(100% - 200px);
  padding: 0 20px 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
main .section .inner .wrapper .set a dl::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: solid 1px #5455e1;
  border-bottom: solid 1px #5455e1;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  transform: rotate(-45deg);
  transition: all 0.25s ease-in 0s;
}
main .section .inner .wrapper .set a dl dt span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 60px;
  height: 60px;
  background-color: #5455e1;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .section .inner .wrapper .set a dl dd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}
main .section .inner .wrapper .set a dl dd span {
  transition: all 0.25s ease-in 0s;
}
main .section .inner .wrapper .set a dl dd span:nth-child(1) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .section .inner .wrapper .set a dl dd span:nth-child(2) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .wrapper .set a .ph {
  width: 200px;
  transition: all 0.25s ease-in 0s;
}
main .section .inner .comment {
  width: 100%;
}
main .section .inner .comment:not(:last-child) {
  margin-bottom: 80px;
}
main .section .inner .comment h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  background: linear-gradient(to left, #FFF 0%, #5455e1 10%, #5455e1 90%, #FFF 100%);
  padding: 10px;
}
main .section .inner .comment h4:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .comment.c2 {
  margin-bottom: 40px;
}
main .section .inner .comment.c2 h4 {
  background: linear-gradient(to left, #FFF 0%, #7a55e0 10%, #7a55e0 90%, #FFF 100%);
}
main .section .inner .comment.c2 .cwrap.three {
  gap: 40px;
}
main .section .inner .comment.c2 .cwrap.three > div {
  width: calc((100% - 120px) / 4);
  border: solid 2px #7a55e0;
}
main .section .inner .comment.c2 .cwrap.three > div::before {
  background-color: #7a55e0;
}
main .section .inner .comment.c2 .cwrap.three > div p:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  text-align: left;
  background-color: transparent;
  padding-top: 0px;
  margin-bottom: 16px;
  border-top: none;
}
main .section .inner .comment.c2 .cwrap.three > div p:nth-child(1) strong {
  font-weight: 500;
}
main .section .inner .comment.c2 .cwrap.three > div p:nth-child(2) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: left;
  padding-top: 16px;
  border-top: dotted 1px #000;
}
main .section .inner .comment.c3 h4 {
  background: linear-gradient(to left, #FFF 0%, #ac4aaf 10%, #ac4aaf 90%, #FFF 100%);
}
main .section .inner .comment.c3 .cwrap.four {
  justify-content: center;
  gap: 40px;
}
main .section .inner .comment.c3 .cwrap.four > div {
  width: calc((100% - 120px) / 4);
  border: solid 2px #ac4aaf;
}
main .section .inner .comment.c3 .cwrap.four > div::before {
  background-color: #ac4aaf;
}
main .section .inner .comment.c3 .cwrap.four > div p:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  text-align: left;
  background-color: transparent;
  padding-top: 0px;
  margin-bottom: 16px;
  border-top: none;
}
main .section .inner .comment.c3 .cwrap.four > div p:nth-child(1) strong {
  font-weight: 500;
}
main .section .inner .comment.c3 .cwrap.four > div p:nth-child(2) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: left;
  padding-top: 16px;
  border-top: dotted 1px #000;
}
main .section .inner .comment .cwrap {
  width: 100%;
  gap: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .section .inner .comment .cwrap > div {
  text-align: left;
  width: calc((100% - 120px) / 4);
  padding: 20px;
  margin-bottom: 0px;
  border: solid 2px #5455e1;
  border-radius: 10px;
  position: relative;
}
main .section .inner .comment .cwrap > div::before {
  content: "";
  width: 30px;
  height: 25px;
  background-color: #5455e1;
  display: block;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 15px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
main .section .inner .comment .cwrap > div::after {
  content: "";
  width: 26px;
  height: 23px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: -23px;
  left: calc(50% - 13px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
main .section .inner .comment .cwrap > div p:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  text-align: center;
  background-color: #5455e1;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
main .section .inner .comment .cwrap > div p:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  text-align: left;
  padding-top: 0px;
  margin-bottom: 16px;
  border-top: none;
}
main .section .inner .comment .cwrap > div p:nth-child(2) strong {
  color: #000;
  font-weight: 500;
}
main .section .inner .comment .cwrap > div p:nth-child(3) {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-top: 16px;
  border-top: dotted 1px #000;
}
main .banners {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .banners .banner {
  width: 100%;
  position: relative;
  cursor: pointer;
}
main .banners .banner:not(:last-child) {
  margin-bottom: 20px;
}
main .banners .banner:hover > div {
  opacity: 0.7;
}
main .banners .banner h4 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
main .banners .banner h4 span:nth-child(1) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .banners .banner h4 span:nth-child(2) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1;
  font-feature-settings: "palt";
}
main .banners .banner > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main .entry {
  width: 100%;
  padding: 80px 0;
  margin-bottom: 80px;
  background-color: #51489d;
}
main .entry h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .entry .inentry {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main .entry .inentry div {
  width: calc(50% - 20px);
}
main .entry .inentry div a {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025;
  font-feature-settings: "palt";
  background-color: #FFF;
  height: 80px;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .entry .inentry div a:hover {
  background-color: #F2F2F2;
}
main .banner {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .banner .set {
  width: 100%;
}
main .banner .set:not(:last-child) {
  margin-bottom: 40px;
}
main .banner .set h4 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .banner .set div {
  width: 420px;
  margin: 0 auto;
}
main .banner .set div a {
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .banner .set div a:hover {
  opacity: 0.6;
}

.detail {
  width: 100%;
  padding: 115px 0 80px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #efefef;
}
.detail.science .title h4.single span:nth-child(1) {
  color: #7a55e0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 0px;
}
.detail.science .inner .combo .set .name {
  align-items: center;
}
.detail.science .inner .combo .set .name h3 {
  background-color: #7a55e0;
}
.detail.science .inner .combo .set .name h3 span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-bottom: 4px;
}
.detail.science .inner .combo .set .name h3 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.detail.science .inner .combo .set .name dl dt, .detail.science .inner .combo .set .name dl dd {
  color: #7a55e0;
}
.detail.liberalarts .title h4.single span:nth-child(1) {
  color: #ac4aaf;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 0px;
}
.detail.liberalarts .inner .combo .set .name dl {
  margin-left: 0px;
}
.detail.liberalarts .inner .combo .set .name dl dt, .detail.liberalarts .inner .combo .set .name dl dd {
  color: #ac4aaf;
}
.detail .title {
  width: calc(100% - 280px);
  min-width: 1104px;
  max-width: 1360px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .title:not(:last-child) {
  margin-bottom: 40px;
}
.detail .title h3 {
  width: 80px;
  height: 80px;
  background-color: #FFF;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.detail .title h3 span:nth-child(1) {
  color: rgba(81, 72, 157, 0.75);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .title h3 span:nth-child(2) {
  color: rgba(81, 72, 157, 0.75);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .title h4 {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .title h4 span:nth-child(1) {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
.detail .title h4 span:nth-child(2) {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner {
  width: calc(100% - 280px);
  min-width: 1104px;
  max-width: 1360px;
  background-color: #FFF;
}
.detail .inner .combo {
  width: 100%;
  padding: 20px 0 40px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .inner .combo .set {
  width: 100%;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(81, 72, 157, 0.95);
}
.detail .inner .combo .set .name {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .name:not(:last-child) {
  margin-bottom: 20px;
}
.detail .inner .combo .set .name h3 {
  width: 80px;
  height: 80px;
  background-color: #5455e1;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.detail .inner .combo .set .name h3 span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-bottom: 4px;
}
.detail .inner .combo .set .name h3 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .name dl {
  margin-left: 16px;
}
.detail .inner .combo .set .name dl dt {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .name dl dd {
  color: #5455e1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .subtitle {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
  width: 100%;
  padding: 16px 0;
  border-top: solid 1px #51489d;
  border-bottom: solid 1px #51489d;
}
.detail .inner .combo .set .subtitle:not(:last-child) {
  margin-bottom: 24px;
}
.detail .inner .combo .set .schedule {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .schedule:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .schedule dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .schedule dl:not(:last-child) {
  margin-bottom: 8px;
}
.detail .inner .combo .set .schedule dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .schedule dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 8px;
}
.detail .inner .combo .set .schedule dl dd.small {
  font-size: 1.6rem;
}
.detail .inner .combo .set .schedule .day {
  text-align: left;
  width: 100%;
}
.detail .inner .combo .set .schedule .day:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .schedule .day h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .inner .combo .set .schedule .day h5:not(:last-child) {
  margin-bottom: 16px;
}
.detail .inner .combo .set .schedule .day h5.d1::before {
  background-image: url(../svg/icon_cal1.svg);
}
.detail .inner .combo .set .schedule .day h5.d2::before {
  background-image: url(../svg/icon_cal2.svg);
}
.detail .inner .combo .set .schedule .day h5.d3::before {
  background-image: url(../svg/icon_cal3.svg);
}
.detail .inner .combo .set .schedule .day h5::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.detail .inner .combo .set .schedule .day h5 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 16px;
}
.detail .inner .combo .set .schedule .day dl {
  flex-direction: column;
}
.detail .inner .combo .set .schedule .day dl dt::before {
  content: "・";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.detail .inner .combo .set .schedule .day dl dt span {
  margin-left: 8px;
}
.detail .inner .combo .set .schedule .day dl dd::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../svg/arrow_blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: inline-block;
}
.detail .inner .combo .set .schedule .day dl dd span {
  margin-left: 8px;
}
.detail .inner .combo .set .schedule table {
  text-align: left;
  width: 100%;
}
.detail .inner .combo .set .schedule table tbody tr:nth-child(odd) th, .detail .inner .combo .set .schedule table tbody tr:nth-child(odd) td {
  background-color: rgba(81, 72, 157, 0.1);
}
.detail .inner .combo .set .schedule table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .schedule table tbody tr td ul:not(:last-child) {
  margin-bottom: 20px;
}
.detail .inner .combo .set .schedule table tbody tr td ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .schedule table tbody tr td ul > li::before {
  content: "・";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .schedule table tbody tr td ul > li > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding: 0 0 0 10px;
  display: inline-block;
}
.detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../svg/arrow2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: block;
}
.detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  margin: 0 0 0 5px;
  display: inline-block;
}
.detail .inner .combo .set .list {
  width: 100%;
}
.detail .inner .combo .set .list:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .list h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 20px;
}
.detail .inner .combo .set .list table {
  text-align: left;
  width: 100%;
  border-top: solid 1px #51489d;
  border-right: solid 1px #51489d;
}
.detail .inner .combo .set .list table tbody tr:nth-child(odd) th, .detail .inner .combo .set .list table tbody tr:nth-child(odd) td {
  background-color: #efefef;
}
.detail .inner .combo .set .list table tbody tr th {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 27.5%;
  padding: 10px;
  border-left: solid 1px #51489d;
  border-bottom: solid 1px #51489d;
}
.detail .inner .combo .set .list table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 10px;
  border-left: solid 1px #51489d;
  border-bottom: solid 1px #51489d;
}
.detail .inner .combo .set .list table tbody tr td ul:not(:last-child) {
  margin-bottom: 20px;
}
.detail .inner .combo .set .list table tbody tr td ul > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .list table tbody tr td ul > li::before {
  content: "・";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .list table tbody tr td ul > li > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding: 0 0 0 10px;
  display: inline-block;
}
.detail .inner .combo .set .list table tbody tr td ul > li > span ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .inner .combo .set .list table tbody tr td ul > li > span ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../svg/arrow2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: block;
}
.detail .inner .combo .set .list table tbody tr td ul > li > span ul li span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05;
  font-feature-settings: "palt";
  margin: 0 0 0 5px;
  display: inline-block;
}
.detail .inner .combo .set .ex-detail {
  text-align: left;
  width: 100%;
}
.detail .inner .combo .set .ex-detail:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .ex-detail h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.detail .inner .combo .set .ex-detail h6 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .ex-detail p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .ex-detail p:not(:last-child) {
  margin-bottom: 10px;
}
.detail .inner .combo .set .comment {
  text-align: left;
  width: 100%;
  padding: 24px;
  background-color: #efefef;
  border-radius: 8px;
}
.detail .inner .combo .set .comment:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .comment h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.detail .inner .combo .set .comment .incomment {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.detail .inner .combo .set .comment .incomment > div:nth-child(1) p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.detail .inner .combo .set .comment .incomment > div:nth-child(1) p:not(:last-child) {
  margin-bottom: 10px;
}
.detail .inner .combo .set .comment .incomment > div:nth-child(2) {
  width: 200px;
  height: 200px;
  margin-left: 40px;
  background-color: #999999;
  flex-shrink: 0;
  display: none;
}
.detail .inner .combo .set .flow {
  width: 100%;
}
.detail .inner .combo .set .flow:not(:last-child) {
  margin-bottom: 40px;
}
.detail .inner .combo .set .flow h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 20px;
}
.detail .inner .combo .set .flow .inflow {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.detail .inner .combo .set .flow .inflow dl {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.detail .inner .combo .set .flow .inflow dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
  width: 100%;
  background-color: #51489d;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}
.detail .inner .combo .set .flow .inflow dl dd {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.detail .inner .combo .set .flow .inflow .arrow {
  width: 40px;
  background-image: url(../svg/arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.detail .inner .combo .set .flow .inflow.three dl {
  width: calc((100% - 120px) / 3);
}
.detail .inner .combo .link {
  width: 840px;
  padding: 20px 0 0 0;
}
.detail .inner .combo .link a {
  width: 100%;
  background-color: rgba(81, 72, 157, 0.95);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
.detail .inner .combo .link a:hover {
  background-color: rgba(81, 72, 157, 0.75);
}
.detail .inner .combo .link a .txt {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detail .inner .combo .link a .txt::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../svg/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}
.detail .inner .combo .link a .txt p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
.detail .inner .combo .link a .ph {
  width: 250px;
}

#overlay {
  width: 100%;
  min-width: 800px;
  height: 100%;
  background-color: rgba(81, 72, 157, 0.95);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
#overlay .btn {
  width: 40px;
  height: 40px;
  background-image: url(../svg/btn_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
#overlay .inner {
  width: 800px;
  background-color: #FFF;
}
#overlay .inner .combo {
  width: 100%;
  display: none;
}
#overlay .inner .combo.on {
  display: block;
}
#overlay .inner .combo .title {
  width: 100%;
  position: relative;
}
#overlay .inner .combo .title .h4 {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 16px;
  left: 16px;
}
#overlay .inner .combo .title .h4 h4 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .combo .title .h4 h4 span:nth-child(1) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
#overlay .inner .combo .title .h4 h4 span:nth-child(2) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
#overlay .inner .combo .title .img {
  width: 100%;
}
#overlay .inner .combo .set {
  text-align: left;
  width: 100%;
  padding: 32px;
}
#overlay .inner .combo .set h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
#overlay .inner .combo .set p {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 40px;
  }
  main .chead .visual {
    padding: 50px 0 0 0;
  }
  main .chead .inner .text {
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .chead .inner .text h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 10px;
  }
  main .chead .inner .text h3 span {
    display: none;
  }
  main .chead .inner .text h4 {
    margin-bottom: 10px;
  }
  main .chead .inner .text h4 > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .inner .text h4 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .text .course {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s ease-in 0.5s;
    opacity: 0;
  }
  main .chead .inner .text .course:not(:last-child) {
    margin-bottom: 40px;
  }
  main .chead .inner .text .course p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .chead .inner .text .course ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 20px;
  }
  main .chead .inner .text .course ul li {
    width: 200px;
    height: 60px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main .chead .inner .text .course ul li:nth-child(1) {
    background-color: #5455e1;
  }
  main .chead .inner .text .course ul li:nth-child(1)::after {
    background-color: #5455e1;
  }
  main .chead .inner .text .course ul li:nth-child(2) {
    background-color: #575cba;
  }
  main .chead .inner .text .course ul li:nth-child(2)::after {
    background-color: #575cba;
  }
  main .chead .inner .text .course ul li:nth-child(3) {
    background-color: #0099ff;
  }
  main .chead .inner .text .course ul li:nth-child(3)::after {
    background-color: #0099ff;
  }
  main .chead .inner .text .course ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  main .chead .inner .text .course ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .inner .text .lead {
    width: calc(100% - 32px);
  }
  main .chead .inner .text .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    font-feature-settings: "palt";
  }
  main .chead .inner .text .lead p br {
    display: none;
  }
  main article:not(:last-child) {
    margin-bottom: 40px;
  }
  main article ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main article ul li {
    width: 33.3333333333%;
    height: 60px;
  }
  main article ul li::after {
    content: "";
    background-image: url(../svg/arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 10px;
    display: block;
  }
  main article ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  main .section:not(:last-child) {
    margin-bottom: 80px;
  }
  main .section.sec3 .inner h3 span:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec3 .inner h3 span:nth-child(1) > span:nth-child(1) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section.sec3 .inner h3 span:nth-child(1) > span:nth-child(2) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner {
    width: calc(100% - 36px);
    min-width: calc(100% - 36px);
    max-width: calc(100% - 36px);
  }
  main .section .inner h3 {
    margin-bottom: 20px;
  }
  main .section .inner h3 span:nth-child(1) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .section .inner h3 span:nth-child(2) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner h3 + p {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-bottom: 20px;
  }
  main .section .inner h3 + p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .tt {
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
  }
  main .section .inner .tt h4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section .inner .tt h4:not(:last-child) {
    margin-bottom: 10px;
  }
  main .section .inner .tt h4 span:nth-child(1) {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .section .inner .tt h4 span:nth-child(2) {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  main .section .inner .tt p {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .tt + .set {
    border-top: solid 1px #b3b3b3;
  }
  main .section .inner .mycombo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section .inner .mycombo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .mycombo .tt {
    text-align: left;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
  }
  main .section .inner .mycombo .tt:not(:last-child) {
    margin-bottom: 10px;
  }
  main .section .inner .mycombo .tt a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .section .inner .mycombo .tt a h4 {
    width: 40%;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  main .section .inner .mycombo .tt a h4:not(:last-child) {
    margin: 0px;
  }
  main .section .inner .mycombo .tt a h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .mycombo .tt a h4 span:nth-child(1) {
    margin: 0px;
  }
  main .section .inner .mycombo .tt a > div {
    width: 60%;
    height: 100%;
    padding: 5px;
  }
  main .section .inner .mycombo .tt a > div span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px;
    clip-path: polygon(calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 0 0);
  }
  main .section .inner .mycombo .tt a > div span h5 {
    color: #7a55e0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .mycombo .tt a > div span p {
    color: #7a55e0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .mycombo .tt a > div span p:nth-child(2) {
    display: none;
  }
  main .section .inner .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section .inner .wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .wrapper .set {
    width: 100%;
    border-bottom: solid 1px #b3b3b3;
  }
  main .section .inner .wrapper .set a {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  main .section .inner .wrapper .set a:hover::before {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  main .section .inner .wrapper .set a:hover dl::after {
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    right: 30px;
  }
  main .section .inner .wrapper .set a:hover dl dt span {
    color: #5455e1;
    background-color: #FFF;
  }
  main .section .inner .wrapper .set a:hover dl dd span:nth-child(1) {
    color: #FFF;
  }
  main .section .inner .wrapper .set a:hover dl dd span:nth-child(2) {
    color: #FFF;
  }
  main .section .inner .wrapper .set a:hover .ph {
    filter: brightness(1.1);
  }
  main .section .inner .wrapper .set a dl {
    text-align: left;
    width: calc(100% - 80px);
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  main .section .inner .wrapper .set a dl::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 10px;
  }
  main .section .inner .wrapper .set a dl dt span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
  main .section .inner .wrapper .set a dl dd {
    margin-left: 10px;
  }
  main .section .inner .wrapper .set a dl dd span {
    transition: all 0.25s ease-in 0s;
  }
  main .section .inner .wrapper .set a dl dd span:nth-child(1) {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .wrapper .set a dl dd span:nth-child(2) {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .wrapper .set a .ph {
    width: 80px;
  }
  main .section .inner .comment {
    width: 100%;
  }
  main .section .inner .comment:not(:last-child) {
    margin-bottom: 80px;
  }
  main .section .inner .comment h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    background: linear-gradient(to left, #FFF 0%, #5455e1 10%, #5455e1 90%, #FFF 100%);
    padding: 10px;
  }
  main .section .inner .comment h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .comment.c2 {
    margin-bottom: 40px;
  }
  main .section .inner .comment.c2 h4 {
    background: linear-gradient(to left, #FFF 0%, #7a55e0 10%, #7a55e0 90%, #FFF 100%);
  }
  main .section .inner .comment.c2 .cwrap.three {
    gap: 40px 20px;
  }
  main .section .inner .comment.c2 .cwrap.three > div {
    width: calc(50% - 10px);
  }
  main .section .inner .comment.c2 .cwrap.three > div p:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    text-align: left;
    background-color: transparent;
    padding-top: 0px;
    margin-bottom: 10px;
    border-top: none;
  }
  main .section .inner .comment.c2 .cwrap.three > div p:nth-child(1) strong {
    font-weight: 500;
  }
  main .section .inner .comment.c2 .cwrap.three > div p:nth-child(2) {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    text-align: left;
    padding-top: 10px;
    border-top: dotted 1px #000;
  }
  main .section .inner .comment.c3 h4 {
    background: linear-gradient(to left, #FFF 0%, #ac4aaf 10%, #ac4aaf 90%, #FFF 100%);
  }
  main .section .inner .comment.c3 .cwrap.four {
    justify-content: center;
    gap: 40px 20px;
  }
  main .section .inner .comment.c3 .cwrap.four > div {
    width: calc(50% - 10px);
    border: solid 2px #ac4aaf;
  }
  main .section .inner .comment.c3 .cwrap.four > div::before {
    background-color: #ac4aaf;
  }
  main .section .inner .comment.c3 .cwrap.four > div p:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    text-align: left;
    background-color: transparent;
    padding-top: 0px;
    margin-bottom: 10px;
    border-top: none;
  }
  main .section .inner .comment.c3 .cwrap.four > div p:nth-child(1) strong {
    font-weight: 500;
  }
  main .section .inner .comment.c3 .cwrap.four > div p:nth-child(2) {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    text-align: left;
    padding-top: 10px;
    border-top: dotted 1px #000;
  }
  main .section .inner .comment .cwrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px 20px;
  }
  main .section .inner .comment .cwrap > div {
    text-align: left;
    width: calc(50% - 10px);
    padding: 10px;
  }
  main .section .inner .comment .cwrap > div::before {
    content: "";
    width: 30px;
    height: 25px;
    background-color: #5455e1;
    display: block;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 15px);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  main .section .inner .comment .cwrap > div::after {
    content: "";
    width: 26px;
    height: 23px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: -23px;
    left: calc(50% - 13px);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  main .section .inner .comment .cwrap > div p:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    text-align: center;
    background-color: #5455e1;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  main .section .inner .comment .cwrap > div p:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    text-align: left;
    padding-top: 0px;
    margin-bottom: 10px;
    border-top: none;
  }
  main .section .inner .comment .cwrap > div p:nth-child(2) strong {
    color: #000;
    font-weight: 500;
  }
  main .section .inner .comment .cwrap > div p:nth-child(3) {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.1rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding-top: 10px;
    border-top: dotted 1px #000;
  }
  main .banners {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .banners .banner {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  main .banners .banner:not(:last-child) {
    margin-bottom: 20px;
  }
  main .banners .banner:hover > div {
    opacity: 0.7;
  }
  main .banners .banner h4 {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
  }
  main .banners .banner h4 span:nth-child(1) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .banners .banner h4 span:nth-child(2) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  main .banners .banner > div {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  main .entry {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  main .entry h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .entry .inentry {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .entry .inentry div {
    width: 100%;
  }
  main .entry .inentry div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .entry .inentry div a {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025;
    font-feature-settings: "palt";
    background-color: #FFF;
    height: 50px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .entry .inentry div a:hover {
    background-color: #F2F2F2;
  }
  main .banner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .banner .set {
    width: 100%;
  }
  main .banner .set:not(:last-child) {
    margin-bottom: 40px;
  }
  main .banner .set h4 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .banner .set div {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  main .banner .set div a {
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main .banner .set div a:hover {
    opacity: 0.6;
  }

  .detail {
    width: 100%;
    padding: 66px 0 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #efefef;
  }
  .detail.science .title h4.single span:nth-child(1) {
    color: #7a55e0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 0px;
  }
  .detail.science .inner .combo .set .name {
    align-items: flex-start;
  }
  .detail.science .inner .combo .set .name h3 {
    background-color: #7a55e0;
  }
  .detail.science .inner .combo .set .name h3 span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    white-space: nowrap;
    margin-bottom: 4px;
  }
  .detail.science .inner .combo .set .name h3 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .detail.science .inner .combo .set .name dl dt, .detail.science .inner .combo .set .name dl dd {
    color: #7a55e0;
  }
  .detail.liberalarts .title h4.single span:nth-child(1) {
    color: #ac4aaf;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 0px;
  }
  .detail.liberalarts .inner .combo .set .name dl {
    margin-left: 0px;
  }
  .detail.liberalarts .inner .combo .set .name dl dt, .detail.liberalarts .inner .combo .set .name dl dd {
    color: #ac4aaf;
  }
  .detail .title {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .detail .title:not(:last-child) {
    margin-bottom: 32px;
  }
  .detail .title h3 {
    width: 80px;
    height: 80px;
    background-color: #FFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .detail .title h3 span:nth-child(1) {
    color: rgba(81, 72, 157, 0.75);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .title h3 span:nth-child(2) {
    color: rgba(81, 72, 157, 0.75);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .title h4 {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .title h4 span:nth-child(1) {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  .detail .title h4 span:nth-child(2) {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .inner {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .detail .inner .combo {
    width: 100%;
    padding: 0px 0 32px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .detail .inner .combo .set {
    width: 100%;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(81, 72, 157, 0.95);
  }
  .detail .inner .combo .set .name {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .name:not(:last-child) {
    margin-bottom: 20px;
  }
  .detail .inner .combo .set .name h3 {
    width: 80px;
    height: 80px;
    background-color: #5455e1;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .detail .inner .combo .set .name h3 span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    white-space: nowrap;
    margin-bottom: 4px;
  }
  .detail .inner .combo .set .name h3 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .name dl {
    margin-left: 0px;
  }
  .detail .inner .combo .set .name dl dt {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .name dl dd {
    color: #5455e1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .subtitle {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding: 8px 0;
  }
  .detail .inner .combo .set .subtitle:not(:last-child) {
    margin-bottom: 24px;
  }
  .detail .inner .combo .set .schedule {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .schedule:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .schedule dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .schedule dl:not(:last-child) {
    margin-bottom: 8px;
  }
  .detail .inner .combo .set .schedule dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .schedule dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 8px;
  }
  .detail .inner .combo .set .schedule dl dd.small {
    font-size: 1.6rem;
  }
  .detail .inner .combo .set .schedule .day {
    text-align: left;
    width: 100%;
  }
  .detail .inner .combo .set .schedule .day:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .schedule .day h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .detail .inner .combo .set .schedule .day h5:not(:last-child) {
    margin-bottom: 16px;
  }
  .detail .inner .combo .set .schedule .day h5.d1::before {
    background-image: url(../svg/icon_cal1.svg);
  }
  .detail .inner .combo .set .schedule .day h5.d2::before {
    background-image: url(../svg/icon_cal2.svg);
  }
  .detail .inner .combo .set .schedule .day h5.d3::before {
    background-image: url(../svg/icon_cal3.svg);
  }
  .detail .inner .combo .set .schedule .day h5::before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    line-height: 1;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  .detail .inner .combo .set .schedule .day h5 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 16px;
  }
  .detail .inner .combo .set .schedule .day dl {
    flex-direction: column;
  }
  .detail .inner .combo .set .schedule .day dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .schedule .day dl dt::before {
    content: "・";
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .detail .inner .combo .set .schedule .day dl dt span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 8px;
  }
  .detail .inner .combo .set .schedule .day dl dd::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../svg/arrow_blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    line-height: 1;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: inline-block;
  }
  .detail .inner .combo .set .schedule .day dl dd span {
    margin-left: 8px;
  }
  .detail .inner .combo .set .schedule table {
    text-align: left;
    width: 100%;
  }
  .detail .inner .combo .set .schedule table tbody tr:nth-child(odd) th, .detail .inner .combo .set .schedule table tbody tr:nth-child(odd) td {
    background-color: rgba(81, 72, 157, 0.1);
  }
  .detail .inner .combo .set .schedule table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .schedule table tbody tr td ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li::before {
    content: "・";
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../svg/arrow2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: block;
  }
  .detail .inner .combo .set .schedule table tbody tr td ul > li > span ul li span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.05;
    font-feature-settings: "palt";
    margin: 0 0 0 5px;
    display: inline-block;
  }
  .detail .inner .combo .set .list {
    width: 100%;
  }
  .detail .inner .combo .set .list:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .list h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 20px;
  }
  .detail .inner .combo .set .list table {
    text-align: left;
    width: 100%;
    border-top: solid 1px #51489d;
    border-right: solid 1px #51489d;
  }
  .detail .inner .combo .set .list table tbody tr:nth-child(odd) th, .detail .inner .combo .set .list table tbody tr:nth-child(odd) td {
    background-color: #efefef;
  }
  .detail .inner .combo .set .list table tbody tr th {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 27.5%;
    padding: 10px;
    border-left: solid 1px #51489d;
    border-bottom: solid 1px #51489d;
  }
  .detail .inner .combo .set .list table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 10px;
    border-left: solid 1px #51489d;
    border-bottom: solid 1px #51489d;
  }
  .detail .inner .combo .set .list table tbody tr td ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .detail .inner .combo .set .list table tbody tr td ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .list table tbody tr td ul > li::before {
    content: "・";
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .detail .inner .combo .set .list table tbody tr td ul > li > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding: 0 0 0 10px;
    display: inline-block;
  }
  .detail .inner .combo .set .list table tbody tr td ul > li > span ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .detail .inner .combo .set .list table tbody tr td ul > li > span ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../svg/arrow2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: block;
  }
  .detail .inner .combo .set .list table tbody tr td ul > li > span ul li span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.05;
    font-feature-settings: "palt";
    margin: 0 0 0 5px;
    display: inline-block;
  }
  .detail .inner .combo .set .ex-detail {
    text-align: left;
    width: 100%;
  }
  .detail .inner .combo .set .ex-detail:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .ex-detail h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .detail .inner .combo .set .comment {
    text-align: left;
    width: 100%;
    padding: 16px;
  }
  .detail .inner .combo .set .comment:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .comment h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .detail .inner .combo .set .comment .incomment {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .comment .incomment > div:nth-child(1) p:not(:last-child) {
    margin-bottom: 10px;
  }
  .detail .inner .combo .set .comment .incomment > div:nth-child(2) {
    width: 200px;
    height: 200px;
    margin-left: 40px;
    background-color: #999999;
    flex-shrink: 0;
  }
  .detail .inner .combo .set .flow {
    width: 100%;
  }
  .detail .inner .combo .set .flow:not(:last-child) {
    margin-bottom: 40px;
  }
  .detail .inner .combo .set .flow h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 20px;
  }
  .detail .inner .combo .set .flow .inflow {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .detail .inner .combo .set .flow .inflow dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .detail .inner .combo .set .flow .inflow dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    width: 100%;
    background-color: #51489d;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
  }
  .detail .inner .combo .set .flow .inflow dl dd {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .detail .inner .combo .set .flow .inflow .arrow {
    width: 100%;
    height: 40px;
    background-image: url(../svg/arrow-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-align: left;
    text-indent: 999%;
    line-height: 1;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    transform: rotate(90deg);
  }
  .detail .inner .combo .set .flow .inflow.three dl {
    width: 100%;
  }
  .detail .inner .combo .link {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .detail .inner .combo .link a {
    width: 100%;
    background-color: rgba(81, 72, 157, 0.95);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  .detail .inner .combo .link a:hover {
    background-color: rgba(81, 72, 157, 0.75);
  }
  .detail .inner .combo .link a .txt {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  .detail .inner .combo .link a .txt::after {
    width: 20px;
    height: 20px;
  }
  .detail .inner .combo .link a .txt p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  .detail .inner .combo .link a .ph {
    width: 100%;
    order: 1;
  }

  #overlay {
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: rgba(81, 72, 157, 0.95);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
  }
  #overlay .btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
  }
  #overlay .inner {
    width: calc(100% - 36px);
    background-color: #FFF;
  }
  #overlay .inner .combo {
    width: 100%;
    display: none;
  }
  #overlay .inner .combo.on {
    display: block;
  }
  #overlay .inner .combo .title {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .combo .title .h4 {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    top: auto;
    left: auto;
    order: 2;
  }
  #overlay .inner .combo .title .h4 h4 {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .combo .title .h4 h4 span:nth-child(1) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  #overlay .inner .combo .title .h4 h4 span:nth-child(2) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  #overlay .inner .combo .title .img {
    width: 100%;
    order: 1;
  }
  #overlay .inner .combo .set {
    text-align: left;
    width: 100%;
    padding: 16px;
  }
  #overlay .inner .combo .set h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  #overlay .inner .combo .set p {
    color: #4d4d4d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 394px) {
  main .section.sec3 .inner .number::before {
    top: calc(50% + 10vw);
  }
  main .section.sec3 .inner .number::after {
    top: calc(50% - 26vw);
    left: calc(50% - 100vw + 35px);
  }
}
@media screen and (max-width: 375px) {
  main .section.sec3 .inner .number::after {
    top: calc(50% - 25vw);
    left: calc(50% - 100vw + 27px);
  }
  main .section.sec3 .inner .number h3 {
    transform: translateY(10px);
  }
}

/*# sourceMappingURL=style_is.css.map */
