@charset "UTF-8";

/*共通*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html .top {
  font-size: 16px;
  scroll-snap-type: y proximity;
  scroll-padding-top: 40px;
}

body .top {
  background: #fff;
  color: #181818;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.top img {
  width: 100%;
}

.top ol,
.top ul,
.top menu {
  list-style: none;
}

.link_color {
  color: #0078C7;
  font-weight: 700;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

br.forSP {
  display: none;
}

@media all and (max-width: 767.97px) {
  br.forSP {
    display: inherit;
  }

  br.forPC {
    display: none;
  }
}

.top {
  max-width: 1200px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;
}

.top__fv {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.top__fv__logo {
  position: absolute;
  top: 14px;
  left: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: clamp(10px, 19.77vw, 263px);
  height: auto;
  background: #fff;
  border-radius: 4px;
  line-height: 0;
  padding: 0 16px;
}

.top__fv__logo-sp {
  display: flex;
  gap: 10px;
}

.top__fv__logo--nexco {
  width: auto;
  height: clamp(10px, 4.06vw, 54px);
}

.top__fv__logo--dorawari {
  width: auto;
  height: clamp(10px, 2.18vw, 29px);
}

.top__fv__logo--etc {
  width: auto;
  height: clamp(10px, 2.18vw, 29px);
}

.top__txt {
  font-size: 24px;
  font-weight: 500;
}

.top__period {
  color: #ff3737;
  font-size: 48px;
  font-weight: 700;
}

.top__period span {
  font-size: 70%;
}

.top__cap {
  font-size: 20px;
  margin-bottom: 30px;
}

.top__btn-wrap {
  display: flex;
  gap: 20px;
  max-width: 750px;
  margin: 40px auto 0;
}

.top__btn {
  width: 50%;
  margin: 0 auto;
}


@media all and (max-width: 767.97px) {
  .top {
    padding-bottom: 12.2395833333vw;
  }

  .top__fv {
    margin-bottom: 5.2083333333vw;
  }

  .top__fv__logo {
    flex-direction: column;
    top: 1.0416666667vw;
    left: 1.3020833333vw;
    width: 19.53125vw;
    padding: 0.5208333333vw 1.3020833333vw;
  }

  .top__fv__logo-sp {
    gap: 1.3020833333vw;
  }

  .top__fv__logo--nexco {
    width: 11.1979166667vw;
    height: auto;
  }

  .top__fv__logo--dorawari {
    width: 7.5520833333vw;
    height: auto;
  }

  .top__fv__logo--etc {
    width: 8.0729166667vw;
    height: auto;
  }

  .top__txt {
    font-size: 3.6458333333vw;
    margin-bottom: 5px;
  }

  .top__period {
    font-size: 7.8125vw;
    line-height: 8.0729166667vw;
    margin-bottom: 1.3020833333vw;
  }

  .top__cap {
    font-size: 3.125vw;
    margin-bottom: 3.90625vw;
  }

  .top__btn-wrap {
    width: 100%;
    margin: 5.2083333333vw auto 0;
  }

  .btn_blue {
    width: 41.6666666667vw;
    height: 10.4166666667vw;
    font-size: 4.1666666667vw;
  }
}

.howToUse {
  background: #2ba1e2;
  padding: 65px 0 45px;
  margin: 0 0 100px;
}

@media all and (max-width: 767.97px) {
  .howToUse {
    margin: 0 0 50px;
  }
}

.flow-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}




.course-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.course {
  display: flex;
  flex-direction: column;
  border: solid 10px #d5ecf9;
  border-top: none;
  border-radius: 10px;
  width: calc((100% - 60px) / 3);
}

.course__top {
  line-height: 0;
  margin: 0 -10px;
}

.course__top__img {
  border-radius: 10px 10px 0 0;
}

.course__bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(1px, 1.05vw, 14px);
  padding: clamp(12px, 1.5vw, 20px) clamp(12px, 1.5vw, 20px) 0;
}

.ttl_wrap {
  display: table;
  width: 100%;
  min-height: 100px;
}

.course__bottom__ttl {
  color: #00669d;
  font-size: clamp(12px, 1.8vw, 24px);
  text-align: center;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}

.course__btn {
  margin-top: auto;
  padding: 0 clamp(12px, 1.5vw, 20px) clamp(12px, 1.5vw, 20px);
}

.intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 2px solid #00669d;
  padding-top: clamp(6px, 0.9vw, 12px);
  gap: 4%;
}

.intro__nearest {
  display: flex;
  flex-direction: column;
  background: #2ba1e2;
  border-radius: 6px;
  width: 22%;
  padding: 6px;
}

.intro__nearest__ttl {
  color: #fff;
  font-size: clamp(6px, 1.35vw, 18px);
  line-height: 110%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6px;
}

.intro__nearest__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2ba1e2;
  font-size: clamp(12px, 1.5vw, 22px);
  line-height: 110%;
  text-align: left;
  font-weight: 600;
  writing-mode: vertical-rl;
  padding: 6px;
}

.intro__nearest__ic p {
  transform: rotate3d(0, 0, 0, 0);
}

.intro__feature {
  /*width: 74%;*/
  flex: 1;
}

.intro__feature__ttl {
  color: #2ba1e2;
  font-size: clamp(12px, 1.5vw, 20px);
  text-align: center;
  font-weight: 700;
  padding-bottom: 6px;
  transform: rotate3d(0, 0, 0, 0);
}

.intro__feature__list-wrap {
  border: 1px dashed #2ba1e2;
  border-left: none;
  border-right: none;
}

.intro__feature__list {
  position: relative;
  border-bottom: 1px dashed #2ba1e2;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 500;
  padding: 6px 0 6px clamp(6px, 1.35vw, 18px);
}

.intro__feature__list::before {
  content: url(../images/mark_check.svg);
  position: absolute;
  left: 0;
  width: clamp(6px, 1.05vw, 14px);
}

.intro__feature__list:last-child {
  border-bottom: none;
}



@media all and (max-width: 767.97px) {
  .course-wrap {
    flex-direction: column;
  }

  .course {
    width: 100%;
  }

  .course__bottom {
    margin-bottom: 2.34375vw;
    padding: 2.6041666667vw 2.6041666667vw 0;
  }

  .ttl_wrap {
    min-height: initial;
    min-height: auto;
  }

  .course__bottom__ttl {
    font-size: 5.7291666667vw;
  }

  .course__btn {
    padding-bottom: 5.2083333333vw;
  }

  .intro {
    padding-top: 2.6041666667vw;
  }

  .intro__nearest__ttl {
    font-size: 3.90625vw;
  }

  .intro__nearest__ic {
    font-size: 4.9479166667vw;
    padding: 1.5625vw 0;
  }

  .intro__feature__ttl {
    font-size: 4.6875vw;
    padding-bottom: 1.5625vw;
  }

  .intro__feature__list {
    font-size: 4.6875vw;
    padding: 1.5625vw 0 1.5625vw 4.4270833333vw;
  }

  .intro__feature__list::before {
    content: url(../images/mark_check.svg);
    position: absolute;
    left: 0;
    width: 3.125vw;
  }
}


/*　25.07.30追加　*/
/* タブ */
.tab-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 2px;
  border-bottom: solid 6px #2ba1e2;
}

.tab-item {
  width: 25%;
  max-width: 300px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 10px;
  border-radius: 12px 12px 0 0;
  background-color: #f5f5f5;
  border-right: solid 1px #dddddd;
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.tab-item:before {
  content: "";
  background: #f7b120;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-item:hover {
  opacity: 0.8;
}

.tab-item.is-active {
  background: #2ba1e2;
  color: #fff;
  cursor: inherit;
}

.tab-item.is-active:before {
  background: #e45b26;
}

.tab-item.is-active:hover {
  opacity: 1;
}

/* パネル */
.panel-list {}

.panel-item {
  display: none;
  width: 100%;
}

.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.panel__title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  background: #8dc329;
  height: 150px;
  max-width: 1200px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 0 auto 80px;
}

.panel__title:before {
  content: "";
  background: url("../images/tab_arrow.png") no-repeat;
  background-size: 100%;
  width: 50px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media all and (max-width: 767.97px) {
  .tab-list {
    margin: 0 auto 20px;
    padding: 0 0 2px;
    border-bottom: solid 5px #2ba1e2;
    width: 90%;
  }

  .tab-item {
    width: 25%;
    min-height: 70px;
    padding: 15px 0 10px;
    border-radius: 6px 6px 0 0;
    font-size: 4vw;
    line-height: 1.4;
  }

  .tab-item:before {
    width: 100%;
    height: 5px;
  }

  .tab-item:hover {
    opacity: 1;
  }

  /* パネル */
  .panel-list {}

  .panel-item {
    width: 100%;
  }

  .panel__title {
    font-size: 7.8125vw;
    height: 21vw;
    border-radius: 6px;
    margin: 0 auto 40px;
    width: 90%;
  }

  .panel__title:before {
    width: 25px;
    height: 15px;
    bottom: -15px;
  }
}

/* 2026 04 open conpe */

.top {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
}

.top h1 {
  background-color: #0068d3;
  overflow: hidden;
  height: 313px;
}

.top img {
  width: 1400px;
  height: 313px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.top__fv {
  margin-bottom: 0;
}

.content {
  background: linear-gradient(to right, #D0EFFA, #CEF6E9);
  padding: 50px 0;
}

.body-text-1 {
  font-size: 20px;
  font-weight: 400;
}

.area_wrap {
  display: flex;
  margin: 60px auto;
  gap: 50px;
  row-gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
}

.area_content {
  width: calc(50% - 25px);
}

.area-banner {
  background-color: #3867C6;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.area-banner::after {
  content: "";
  position: absolute;
  bottom: -8.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid #3867C6;
}

.tohoku .area-banner {
  background-color: #25ABE5;
}

.tohoku .area-banner::after {
  border-top: 9px solid #25ABE5;
}

.kanto .area-banner {
  background-color: #28AA21
}

.kanto .area-banner::after {
  border-top: 9px solid #28AA21;
}

.chubu .area-banner {
  background-color: #ADCE36
}

.chubu .area-banner::after {
  border-top: 9px solid #ADCE36;
}

.kinki .area-banner {
  background-color: #F8B600
}

.kinki .area-banner::after {
  border-top: 9px solid #F8B600;
}

.chugoku .area-banner {
  background-color: #FF8FDF
}

.chugoku .area-banner::after {
  border-top: 9px solid #FF8FDF;
}

.kyusyu .area-banner {
  background-color: #F9417A
}

.kyusyu .area-banner::after {
  border-top: 9px solid #F9417A;
}

.area-banner .area-name {
  font-size: 24px;
  line-height: 1.2;
}


.area-banner .area-eng {
  font-size: 14px;
  letter-spacing: 0.1rem;
}

.area_btn_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}

.area_btn_wrap .area-btn {
  background-color: #fff;
  border: #3867C6 2px solid;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  text-decoration: none;
}

.tohoku .area_btn_wrap .area-btn {
  border: #25ABE5 2px solid;
}

.kanto .area_btn_wrap .area-btn {
  border: #28AA21 2px solid;
}

.chubu .area_btn_wrap .area-btn {
  border: #ADCE36 2px solid;
}

.kinki .area_btn_wrap .area-btn {
  border: #F8B600 2px solid;
}

.chugoku .area_btn_wrap .area-btn {
  border: #FF8FDF 2px solid;
}

.kyusyu .area_btn_wrap .area-btn {
  border: #F9417A 2px solid;
}

.area_btn_wrap .area-btn div {
  display: flex;
  align-items: center;
}

.area_btn_wrap .btn-text {
  color: #3867C6;
  font-size: 20px;
  font-weight: 500;
}

.tohoku .area_btn_wrap .btn-text {
  color: #25ABE5;
}

.kanto .area_btn_wrap .btn-text {
  color: #28AA21
}

.chubu .area_btn_wrap .btn-text {
  color: #ADCE36
}

.kinki .area_btn_wrap .btn-text {
  color: #F8B600
}

.chugoku .area_btn_wrap .btn-text {
  color: #FF8FDF
}

.kyusyu .area_btn_wrap .btn-text {
  color: #F9417A
}





.area_btn_wrap .area-btn img {
  height: 24px;
  margin-left: 10px;
}

/* 2026 04 open conpe SP */
@media all and (max-width: 767.97px) {
  .top h1 {
    height: auto;
  }

  .top img {
    width: 90%;
    height: auto;
    margin: 0 auto
  }

  .content {
    padding: 45px 0 30px;
  }

  .body-text-1 {
    font-size: 14px;
  }

  .area_wrap {
    flex-direction: column;
    gap: 35px;
    margin: 30px auto 20px;
  }

  .area_content {
    width: 100%;
  }

  .area-banner {
    padding: 14px 0;
  }

  .area-banner .area-name {
    font-size: 20px;
  }

  .area-banner .area-eng {
    font-size: 12px;
  }

  .area_btn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
  }

  .area_btn_wrap .area-btn {
    width: 48%;
    height: 45px;
  }

  .area_btn_wrap .btn-text {
    font-size: 16px;
  }

  .area_btn_wrap .area-btn img {
    height: 18px;
  }
}

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