@charset "UTF-8";



/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */

/* ----------------------------------------------------
base
---------------------------------------------------- */
body#shogakukin .contNavi-wrap {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 29;
}

body#shogakukin .contNavi {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1em;
  justify-content: center;
  margin: 0;
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 736px) {

  body#shogakukin .contNavi {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0 14px 20px;
  }
}

body#shogakukin .contNavi a {
  color: #005ed4;
  display: block;
  position: relative;
  padding: 26px 0 26px 20px;
}
@media (max-width: 736px) {

  body#shogakukin .contNavi a {
    background: none;
    padding: 0;
  }
}
@media (max-width: 375px) {

  body#shogakukin .contNavi a {
    font-size: 3.7333333333vw;
  }
}

body#shogakukin .contNavi a::after {
  background: none;
  background-color: #005ed4;
  mask-image: url(../images/common/icon_arrow_b_blue.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top;
}
@media (max-width: 736px) {

  body#shogakukin .contNavi a::after {
    content: '';
    position: absolute;
    top: .6lh;
    transform: translateY(-50%);
    right: 1em;
  }
}

body#shogakukin .contNavi div {
  width: 100%;
}

/* ----------------------------------------------------
content
---------------------------------------------------- */
#shogakukin .pageTitle {
  background-color: #005ed4;
}

#shogakukin .fv img {
  display: block;
  margin-inline: auto;
  aspect-ratio: 980/249;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 736px) {

  #shogakukin .fv img {
    aspect-ratio: 1;
  }
}

#shogakukin #mainContentWrap .section.contentsbase {
  padding: 0;
}

#shogakukin .contTitle_h3 {
  background-color: #005ed4;
  padding: 4px 10px;
  border-radius: 17.5px;
  margin-bottom: 55px;
}
@media (max-width: 736px) {

  #shogakukin .contTitle_h3 {
    margin-bottom: 31.2px;
  }
}

#shogakukin .l-text p {
  color: #005ed4;
}

#shogakukin .sp {
  display: none;
}
@media (max-width: 736px) {

  #shogakukin .sp {
    display: block;
  }
}

#shogakukin .tab {
  display: none;
}
@media (max-width: 1080px) {

  #shogakukin .tab {
    display: block;
  }
}

#shogakukin .r-points {
  margin-top: 2em;
  background-image: url(../images/shogakukin/bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: top;
  padding: 1lh 40px;
  background-color: #f0eddb;
}
@media (max-width: 1280px) {

  #shogakukin .r-points {
    padding: 1lh 1em;
  }
}

#shogakukin .points-title {
  text-align: center;
  color: #005ed4;
  font-size: 19px;
  line-height: 1.4210526316;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(180deg, transparent 0%, transparent 55%, #FFD800 55%, #FFD800 100%);
  padding-left: .3em;
}

#shogakukin .points-list {
  margin-top: 30px;
}

#shogakukin .points-list__term {
  color: #005ed4;
  min-width: 186px;
  flex-shrink: 0;
}

#shogakukin .points-list__link {
  color: #29a5ff;
  text-decoration: underline;
}

#shogakukin .points-list__item {
  padding-bottom: 1em;
  display: flex;
}
@media (max-width: 1280px) {

  #shogakukin .points-list__item {
    flex-direction: column;
  }
}

#shogakukin .points-list__item:not(:first-child) {
  padding-top: 1em;
}

#shogakukin .points-list__item:not(:last-child) {
  border-bottom: 1px solid #788080;
}

#shogakukin .highlight {
  color: #E95529;
  font-size: 20px;
}
@media (max-width: 736px) {

  #shogakukin .highlight {
    font-size: 17px;
  }
}

#shogakukin .p-shogakukin-process {
  margin-top: 2lh;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 1280px) {

  #shogakukin .p-shogakukin-process {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

#shogakukin .p-shogakukin-process__item {
  display: grid;
  justify-content: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 18px 14px;
  color: #fff;
  text-align: center;
  gap: .5em;
  position: relative;
}

#shogakukin .p-shogakukin-process__item::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1/2;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 1280px) {

  #shogakukin .p-shogakukin-process__item::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    aspect-ratio: 2/1;
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media (max-width: 1280px) {

  #shogakukin .p-shogakukin-process__item {
    padding: 18px 20px;
  }
}

#shogakukin .p-shogakukin-process__item--step1 {
  background-color: #0094c7;
}

#shogakukin .p-shogakukin-process__item--step1::after {
  background-color: #0094c7;
}

#shogakukin .p-shogakukin-process__item--step2 {
  background-color: #00aaab;
}

#shogakukin .p-shogakukin-process__item--step2::after {
  background-color: #00aaab;
}

#shogakukin .p-shogakukin-process__item--step3 {
  background-color: #00a546;
}

#shogakukin .p-shogakukin-process__item--step3::after {
  background-color: #00a546;
}

#shogakukin .p-shogakukin-process__item--step4 {
  background-color: #90bb36;
}

#shogakukin .p-shogakukin-process__item--step4::after {
  background-color: #90bb36;
}

#shogakukin .p-shogakukin-process__item--step5 {
  background-color: #bece00;
  color: #000;
}

#shogakukin .p-shogakukin-process__item--step5::after {
  background-color: #bece00;
}

#shogakukin .p-shogakukin-process__item--step6 {
  background-color: #f9cf00;
  color: #000;
}

.p-shogakukin-process__content {
  display: grid;
  align-items: center;
  justify-content: center;
}

.p-shogakukin-process__step-number {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .05em;
  font-weight: 400;
  width: fit-content;
  text-transform: uppercase;
  margin-inline: auto;
}

.p-shogakukin-process__step-title {
  font-size: 19px;
  line-height: lh(23, 19);
  border-bottom: 3px solid;
  width: fit-content;
  margin-inline: auto;
}

.p-shogakukin-process__icon {
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1280px) {

  .p-shogakukin-process__icon {
    width: 69%;
  }
}

.p-shogakukin-process__icon img {
  aspect-ratio: 127/67;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.p-shogakukin-process__step-description {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 1280px) {

  .p-shogakukin-process__step-description {
    text-align: center;
  }
}

.p-shogakukin-process__step-description .tab {
  display: none;
}
@media (max-width: 1280px) {

  .p-shogakukin-process__step-description .tab {
    display: block;
  }
}

.p-faq {
  display: grid;
  gap: 5px;
}

.p-faq__item {
  display: grid;
  gap: 1em;
  padding: 14px 40px 30px;
  background-color: #f0f0f0;
}
@media (max-width: 736px) {

  .p-faq__item {
    padding: 10px 10px 20px;
  }
}

.p-faq__question {
  font-size: 19px;
  color: #005ed4;
  letter-spacing: .04em;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 736px) {

  .p-faq__question {
    font-size: 16px;
    gap: 11px;
  }
}

.p-faq__q-icon,
.p-faq__a-icon {
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 53%;
  background-position: center;
  flex-shrink: 0;
}
@media (max-width: 736px) {

  .p-faq__q-icon,
  .p-faq__a-icon {
    width: 30px;
  }
}

.p-faq__q-icon {
  background-color: #005ed4;
  color: #fff;
  background-image: url(../images/shogakukin/icon_q.svg);
}

.p-faq__answer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 736px) {

  .p-faq__answer {
    gap: 11px;
  }
}

.p-faq__a-icon {
  background-color: #fff;
  background-image: url(../images/shogakukin/icon_a.svg);
}

.p-faq__answer-text {
  font-size: 16px;
  line-height: 1.8125;
}
@media (max-width: 736px) {

  .p-faq__answer-text {
    font-size: 15px;
  }
}

.orange {
  color: #E95529;
}

.section_btn {
  margin-top: 48px;
}
@media (max-width: 736px) {

  .section_btn {
    margin-top: 24px;
  }
}

.c-btn {
  appearance: none;
  margin: 0;
  display: inline-block;
  padding: 1em 2em;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  border: 1px solid transparent;
  background-color: #005ed4;
  border-radius: 24px;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
  text-align: center;
  text-decoration: none;
  transition: inherit;
}
@media (max-width: 736px) {

  .c-btn {
    width: 100%;
    min-width: 242px;
  }
}
@media (max-width: 375px) {

  .c-btn {
    min-width: 100%;
  }
}

.c-btn:hover, .c-btn:focus-visible {
  outline: none;
  background-color: #29a5ff;
  color: #fff;
  opacity: 1;
}

.c-btn:visited {
  color: #fff;
}

.c-btn--arrowRight {
  position: relative;
}

.c-btn--arrowRight::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 6px;
  aspect-ratio: 6/12;
  mask-image: url(../images/shogakukin/arrow-right.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
}

.c-btn--large {
  width: 100%;
  max-width: 100%;
  padding: 24px 26px 24px 152px;
  position: relative;
  border-radius: 45px;
  text-align: left;
  color: #FFD800;
  line-height: 1.6;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
  font-size: 16px;
}
@media (max-width: 1080px) {

  .c-btn--large {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 736px) {

  .c-btn--large {
    padding: 10px 10px 10px 36%;
    border-radius: 50px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {

  .c-btn--large {
    font-size: 3.7333333333vw;
    padding-left: 26.6666666667vw;
  }
}

.c-btn--large:hover, .c-btn--large:focus-visible, .c-btn--large:visited {
  color: #FFD800;
}

.c-btn--large::before {
  content: '';
  position: absolute;
  display: block;
  width: 152px;
  aspect-ratio: 152/125;
  bottom: 0;
  left: 36px;
  background-image: url(../images/shogakukin/btn_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 736px) {

  .c-btn--large::before {
    left: 12px;
    width: 109px;
    max-width: 37%;
    aspect-ratio: 109/126;
    background-image: url(../images/shogakukin/btn_icon_sp.png);
  }
}

.c-btn--large.c-btn--arrowRight::after {
  width: 10px;
  aspect-ratio: 10/20;
  right: 40px;
}
@media (max-width: 1080px) {

  .c-btn--large.c-btn--arrowRight::after {
    right: 1em;
  }
}
@media (max-width: 736px) {

  .c-btn--large.c-btn--arrowRight::after {
    display: none;
  }
}

.c-btn__large-text {
  font-size: 19px;
}
@media (max-width: 736px) {

  .c-btn__large-text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {

  .c-btn__large-text {
    font-size: 4.2666666667vw;
  }
}

.p-student-activities {
  margin-top: 46px;
  display: grid;
  gap: 20px;
}
@media (max-width: 736px) {

  .p-student-activities {
    margin-top: 38px;
    gap: 15px;
  }
}

.p-student-activities__item {
  background-color: #D4EDFF;
  border-radius: 12px;
  padding: 35px 40px;
}
@media (max-width: 736px) {

  .p-student-activities__item {
    padding: 20px 14px 36px 14px;
  }
}

.p-student-activities__title {
  color: #005ed4;
  text-align: center;
  line-height: 1.5263157895;
  border-bottom: 2px solid #005ed4;
  font-size: 19px;
  padding-bottom: .5em;
}
@media (max-width: 736px) {

  .p-student-activities__title {
    font-size: 16px;
  }
}

.p-student-activities__content {
  display: grid;
  grid-template-columns: 4.3fr 2.5fr;
  gap: 1em 40px;
  align-items: start;
}
@media (max-width: 1080px) {

  .p-student-activities__content {
    grid-template-columns: 1fr;
    gap: 1.6em;
  }
}

.p-student-activities__description {
  display: grid;
  gap: 1em;
}
@media (max-width: 1080px) {

  .p-student-activities__description {
    gap: .8em;
  }
}

.p-student-activities__learning {
  color: #005ed4;
}

.p-student-activities__learning-list {
  list-style: none;
  display: grid;
}

.p-student-activities__learning-list li {
  position: relative;
  padding-left: 1.3em;
}

.p-student-activities__learning-list li::before {
  content: '●';
  color: #005ed4;
  position: absolute;
  left: 0;
}

.p-student-activities__image img {
  aspect-ratio: 250/200;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1080px) {

  .p-student-activities__button {
    text-align: center;
  }
}

.p-message .textbox {
  margin-bottom: 0;
}
@media (max-width: 736px) {

  .p-message .textbox {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-message {
  background-color: #29a5ff;
  padding-bottom: 80px;
  position: relative;
  background-image: url(../images/shogakukin/message_bg.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 736px) {

  .p-message {
    padding-bottom: 30px;
    margin: 0 calc(50% - 50vw);
  }
}

.p-message::before {
  content: '';
  position: absolute;
  display: block;
  width: 90px;
  aspect-ratio: 62/112;
  top: 0;
  transform: translateY(-50%);
  right: 40px;
  background-image: url(../images/shogakukin/message_cat.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 736px) {

  .p-message::before {
    max-width: 62px;
    width: 20%;
    right: 13px;
  }
}

.p-message__header {
  width: 411px;
  padding-left: 30px;
}
@media (max-width: 1080px) {

  .p-message__header {
    max-width: 411px;
    width: 75%;
  }
}
@media (max-width: 736px) {

  .p-message__header {
    width: 75%;
    max-width: 281px;
    padding-left: 13px;
  }
}
@media (max-width: 375px) {

  .p-message__header {
    padding-left: 3.4666666667vw;
  }
}

.p-message__header img {
  aspect-ratio: 411/105;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-message__list {
  display: grid;
  gap: 30px;
}
@media (max-width: 736px) {

  .p-message__list {
    gap: 10px;
    margin-top: 14px;
  }
}

.p-message__item {
  display: grid;
  grid-template-columns: 1fr 185px;
  gap: 1em 32px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
@media (max-width: 1080px) {

  .p-message__item {
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 15px 30px 26px 30px;
  }
}

.p-message__image {
  order: 2;
}
@media (max-width: 1080px) {

  .p-message__image {
    max-width: 148px;
    margin-inline: auto;
    order: 1;
  }
}

.p-message__image img {
  aspect-ratio: 185/220;
  object-fit: cover;
  width: 100%;
}

.p-message__content {
  order: 1;
}
@media (max-width: 736px) {

  .p-message__content {
    order: 2;
  }
}

.p-message__title {
  color: #005ed4;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 600;
}
@media (max-width: 1080px) {

  .p-message__title {
    text-align: center;
  }
}
@media (max-width: 736px) {

  .p-message__title {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-message__author {
  color: #005ed4;
  text-align: right;
}

.p-cta {
  background-color: #E95529;
  padding: 20px 30px 103px 40px;
  text-align: center;
  position: fixed;
  top: 245px;
  right: 0;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  box-shadow: -2px 3px 2px rgba(0, 0, 0, .25);
  transition: none;
}
@media (max-width: 736px) {

  .p-cta {
    padding: 8px 15px 8px 63px;
    border-radius: 0 20px 0 0;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    font-size: 14px;
    border: 2px solid #fff;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, .25);
  }
}

.p-cta::before {
  content: '';
  position: absolute;
  display: block;
  width: 90px;
  aspect-ratio: 1;
  background-image: url(../images/shogakukin/cta.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 736px) {

  .p-cta::before {
    width: 51px;
    bottom: 0;
    left: 7px;
    transform: translateX(0);
    background-image: url(../images/shogakukin/cta_sp.png);
  }
}

.p-cta::after {
  content: '説明会の\aご相談も\aこちら';
  white-space: pre-line;
  font-size: 14px;
  color: #005ed4;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 89px;
  bottom: 54px;
  left: 0;
  transform: translateX(-60%);
  background-image: url(../images/shogakukin/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 736px) {

  .p-cta::after {
    display: none;
  }
}

.p-cta__text {
  color: #fff;
  writing-mode: vertical-rl;
}
@media (max-width: 736px) {

  .p-cta__text {
    writing-mode: initial;
  }
}
/*# sourceMappingURL=map/shogakukin.css.map */