.body {
  color: #000;
  font-family: Inclusive Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top_box {
  height: auto;
  position: relative;
}

.main_pic {
  height: auto;
}

.image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  background-color: #0b232e;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 5% auto auto;
}

.up_logo {
  text-align: center;
}

.up_link_box {
  width: 100px;
}

.life_logo {
  text-align: center;
}

.life_link_logo {
  width: 108px;
}

.main_title {
  background-color: #0b232e;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 20px 20px 20px 40px;
  position: absolute;
  inset: auto 15% 6% 0%;
}

.heading {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 135%;
}

.subtitle_text {
  color: #e4e4e4;
  font-size: 24px;
  line-height: 150%;
}

.star_box {
  border-radius: 240px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  position: absolute;
  inset: auto 2% 1% auto;
}

.image-2 {
  object-fit: cover;
}

.guide_text {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  transform: rotate(-18deg);
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_date_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp_text {
  color: #0b232e;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.story_sec {
  padding-bottom: 40px;
}

.story_title {
  background-color: #0b232e;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.story_title.double {
  margin-top: 60px;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.regul_text {
  margin-bottom: 20px;
}

.h3 {
  color: #383838;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 135%;
}

.fin_sec {
  background-color: #0b232e;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #fff;
  font-size: 12px;
}

.link {
  color: #5fbbff;
}

.ask_box {
  background-color: #f6f7fb;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  box-shadow: 0 2px 5px #0003;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 135%;
}

.ask_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ask_grid.psyco {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ask_grid.psyco.twois {
  grid-template-rows: auto;
}

.ask_grid.tuiop {
  grid-template-columns: 1fr 1fr;
}

.ask_grid.fourfour {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.ask_grid.aisu {
  grid-template-columns: 1fr 1fr;
}

.ask_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  padding: 20px;
  display: flex;
}

.ask_item.nav {
  background-color: #0086ea;
}

.ask_item.dark {
  background-color: #1a282e;
}

.ask_mark {
  background-color: #00d3cb;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.ask_mark.navy {
  background-color: #0086ea;
}

.ask_mark.dark {
  background-color: #1a282e;
}

.ask_mark.gris {
  background-color: #919191;
}

.ask_mark_text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.quest_box {
  text-align: center;
}

.quest_text {
  color: #000;
  text-align: center;
  padding-left: 0;
  font-weight: 500;
}

.quest_text.wqrr {
  height: 72px;
}

.adf {
  background-color: #f6f7fb;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  box-shadow: 0 2px 5px #0003;
}

.listi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listi.polk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.list_box {
  margin-bottom: 40px;
}

.list_box.last {
  margin-bottom: 0;
}

.atf_foto {
  margin-right: 20px;
}

.image-3 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.energy {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.energy.after {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.ener_text {
  text-align: center;
}

.new_title_school {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.heading-3 {
  color: #383838;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 135%;
}

.school_star {
  width: 320px;
}

.image-4 {
  object-fit: cover;
}

.net {
  background-color: #f6f7fb;
  border: 1px solid #f1f1f1f2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.net_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.net_grid_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.net_text {
  text-align: left;
}

.tick_option {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick_option.ecsept {
  justify-content: center;
  align-items: center;
}

.in_tick_option {
  width: 40px;
  height: 40px;
}

.foto_box_n {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-5 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expl_foto_text {
  color: #444;
  padding-top: 5px;
  font-size: 13px;
}

.expl_foto_text.notsee {
  display: none;
}

.content_box {
  background-color: #f6f7fb;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 135%;
}

.content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_item {
  padding: 20px;
}

.content_link_item {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.content_link_item:hover {
  background-color: #daeefd;
  transform: translate(0, -5px);
  box-shadow: 0 0 0 1px #0086ea73;
}

.content_link_item._02:hover {
  background-color: #d8fffe;
  box-shadow: 0 0 0 1px #03d3cb6e;
}

.content_link_item._03:hover {
  background-color: #eefaff;
  box-shadow: 0 0 0 1px #2c87b166;
}

.content_text {
  color: #000;
  height: 72px;
  font-weight: 600;
}

.content_number {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.in_arrow {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.in_arrow_circle {
  background-color: #0086ea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.in_arrow_circle.twice {
  background-color: #03d3cb;
}

.in_arrow_circle.navio {
  background-color: #0b232e;
}

.neti_text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.link-2, .link-3, .link-4 {
  color: #0b232e;
  font-weight: 600;
}

.probil {
  white-space: nowrap;
}

@media screen and (min-width: 1440px) {
  .logo {
    padding: 40px;
  }

  .up_link_box {
    width: 116px;
  }

  .life_link_logo {
    width: 132px;
  }

  .main_title {
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: 15%;
  }

  .heading {
    font-size: 48px;
  }

  .subtitle_text {
    font-size: 32px;
  }

  .star_box {
    width: 360px;
    height: 360px;
    bottom: 7%;
    right: 10%;
  }

  .guide_text {
    font-size: 64px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 72px;
  }

  .subtitle_text {
    font-size: 44px;
  }

  .star_box {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .up_link_box {
    width: 88px;
  }

  .life_link_logo {
    width: 96px;
  }

  .heading {
    font-size: 32px;
  }

  .subtitle_text {
    font-size: 22px;
  }

  .star_box {
    width: 200px;
    height: 200px;
  }

  .guide_text {
    font-size: 32px;
  }

  .cont {
    max-width: 700px;
  }

  .h2 {
    font-size: 24px;
  }

  .h3 {
    font-size: 20px;
  }

  .listi {
    grid-template-columns: 1fr;
  }

  .atf_foto {
    margin-right: 0;
  }

  .energy {
    margin-left: 0;
    margin-right: 0;
  }

  .content_grid {
    grid-template-columns: 1fr;
  }

  .content_text {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main_title {
    position: absolute;
  }

  .heading {
    font-size: 24px;
  }

  .subtitle_text {
    font-size: 14px;
  }

  .star_box {
    width: 120px;
    height: 120px;
    bottom: 4%;
    right: 8%;
  }

  .guide_text {
    font-size: 20px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .h2 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .h3 {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    position: static;
  }

  .main_title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .heading {
    text-align: center;
    letter-spacing: .2px;
    font-size: 20px;
  }

  .subtitle_text {
    text-align: center;
  }

  .star_box {
    width: 100px;
    height: 100px;
    bottom: 53%;
    right: 1%;
  }

  .guide_text {
    font-size: 15px;
  }

  .story_title {
    padding: 20px;
  }

  .h2 {
    font-size: 18px;
  }

  .h3 {
    text-align: center;
    font-size: 16px;
  }

  .ask_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .ask_grid, .ask_grid.psyco, .ask_grid.fourfour, .ask_grid.aisu {
    grid-template-columns: 1fr;
  }

  .ask_mark {
    margin-bottom: 0;
  }

  .quest_text.wqrr {
    height: auto;
  }

  .net {
    padding: 20px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .net_grid {
    grid-template-columns: 1fr;
  }

  .content_box {
    padding: 20px;
  }
}

#w-node-d04a6add-ae8f-3658-2b3e-f30bf32c471c-bbdc755b, #w-node-a59feda2-de7e-139f-87a6-a5965b1a6ae1-bbdc755b {
  place-self: center;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab76-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab7a-bbdc755b {
  place-self: center start;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab7d-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab81-bbdc755b {
  place-self: center start;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab84-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_6b083f3c-f994-8154-01ba-ffe0c5d4ab88-bbdc755b {
  place-self: center start;
}

#w-node-_90293d93-8752-5ba8-e1e5-b838222d4812-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_90293d93-8752-5ba8-e1e5-b838222d4816-bbdc755b {
  place-self: center start;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1ba6-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1baa-bbdc755b {
  place-self: center start;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bad-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bb1-bbdc755b {
  place-self: center start;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bb4-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bb8-bbdc755b {
  place-self: center start;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bbb-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_891e3754-f094-0b0f-b3dd-3a01440c1bbf-bbdc755b {
  place-self: center start;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039ad3-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039ad7-bbdc755b {
  place-self: center start;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039adc-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039ae0-bbdc755b {
  place-self: center start;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039ae5-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_8f6947ba-aa87-7742-dc27-2861a5039ae9-bbdc755b {
  place-self: center start;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf959-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf95d-bbdc755b {
  place-self: center start;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf960-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf964-bbdc755b {
  place-self: center start;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf967-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_109cfdd5-154b-8aaf-034d-af81751bf96b-bbdc755b {
  place-self: center start;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd0c-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd10-bbdc755b {
  place-self: center start;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd13-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd17-bbdc755b {
  place-self: center start;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd1c-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_37346113-6595-9b4a-dea6-0146c867fd20-bbdc755b {
  place-self: center start;
}

#w-node-_08d7a97c-b055-f11a-a65b-f4b625593b5c-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_08d7a97c-b055-f11a-a65b-f4b625593b60-bbdc755b {
  place-self: center start;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf61-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf65-bbdc755b {
  place-self: center start;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf68-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf6c-bbdc755b {
  place-self: center start;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf71-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_72d4ac8c-7a46-4833-5606-11a27f2ccf75-bbdc755b {
  place-self: center start;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1cff-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1d03-bbdc755b {
  place-self: center start;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1d06-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1d0a-bbdc755b {
  place-self: center start;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1d0d-bbdc755b {
  place-self: stretch stretch;
}

#w-node-_477d7a12-4b12-df9e-c6dc-37245faf1d11-bbdc755b {
  place-self: center start;
}

#w-node-ba81bb0a-a07b-b2fb-1a1a-6d3de5e974bb-bbdc755b {
  place-self: stretch stretch;
}

#w-node-ba81bb0a-a07b-b2fb-1a1a-6d3de5e974bf-bbdc755b {
  place-self: center start;
}

#w-node-ba81bb0a-a07b-b2fb-1a1a-6d3de5e974c2-bbdc755b {
  place-self: stretch stretch;
}

#w-node-ba81bb0a-a07b-b2fb-1a1a-6d3de5e974c6-bbdc755b {
  place-self: center start;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad5264-bbdc755b {
  place-self: stretch stretch;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad5268-bbdc755b {
  place-self: center start;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad526b-bbdc755b {
  place-self: stretch stretch;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad526f-bbdc755b {
  place-self: center start;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad5272-bbdc755b {
  place-self: stretch stretch;
}

#w-node-f3c58332-ac39-4a92-7d8e-fd46a9ad5276-bbdc755b {
  place-self: center start;
}


