:root {
  --yellow_coll: #fbff00a8;
  --2y_yellow: #eee0bb;
  --4_top: #ffb9b9;
  --4_right: #7fdde9;
  --4_under: #ffe96b;
  --4_left: #a3e09d;
  --back: black;
  --chapter: #cfbe36;
  --story_c1: #555e64;
  --story_01: #55b8d3;
  --chap_mozi_blue: #46a7a8;
  --kochi_kuro: #3d3d3d;
  --pink_1: #facaff;
  --pink_2: #d7a3dd;
  --story_glay: #d0d5da;
  --kage: #00000069;
  --1_blue: #a2e2ff;
  --kodomo_pink: #ffd1d1;
  --mana_03: #f0e9c3;
  --mana_01: #c9c292;
  --syoku_01: #e9b87f;
  --mana_001: #e7e6dd;
  --hoiku_green_00: #c7f6cb;
  --shoku_003: #ffda94;
  --mana_02: #b1a96e;
  --kodomo_line: #c87;
  --shikaku_glay: #ebebeb;
  --shoku_004: #ffe6b6;
  --green_02: #7bc496;
  --hoiku_yellow: #fff7ba;
  --bb_blue: #8fedff;
  --hoiku_01: #bdffb5;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.link-3-copy {
  color: #c93353;
  -webkit-text-stroke-color: #c93353;
  border: 1px dotted #e2459c;
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-3-copy:hover {
  color: #fff;
  background-color: #c93353;
}

.hello_oc-table {
  z-index: auto;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: flex;
  position: static;
}

.menu {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff82;
  background-clip: border-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
}

.table_stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
}

.cell-76 {
  flex-flow: row;
}

.m_2 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2px;
  display: flex;
}

.school {
  color: #9e8c8c;
  text-align: center;
  border: 1px dotted #9c8585;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .575s;
}

.school:hover {
  color: #fff;
  background-color: #aab186;
}

.link {
  color: #647b81;
  text-align: center;
  -webkit-text-stroke-color: #213a3d;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-bottom: 1px dotted #647b81;
  border-radius: 0;
  width: 300px;
  margin-bottom: 9px;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
}

.link:hover {
  color: #fff;
  background-color: #647b81;
}

.link.w--current {
  transition: all .575s;
}

.link-6 {
  color: #c93353;
  text-align: center;
  border-bottom: 1px dotted #b25a5a;
  width: 300px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 9px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .325s;
  position: relative;
}

.link-6:hover {
  color: #fff;
  background-color: #c93353;
}

.link-6.w--current {
  color: #e45b5b;
  text-align: center;
  border-bottom: 1px dotted #b25a5a;
  width: 300px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .475s;
}

.link-6.w--current:hover {
  color: #fff;
  background-color: #b25a5a;
}

.q_a {
  color: #b25a5a;
  text-align: center;
  border: 1px dotted #b25a5a;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .45s;
}

.q_a:hover {
  color: #fff;
  background-color: #b25a5a;
}

.div-block-72 {
  width: 500px;
  height: auto;
  margin-top: -46px;
  display: flex;
}

.manu_001 {
  flex-flow: column;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
}

.m_1 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2px;
  display: flex;
}

.school_q-a {
  padding-top: 0;
}

.cell-12 {
  justify-content: flex-start;
  align-items: center;
}

.manu_002 {
  flex-flow: column;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
}

.image-27 {
  margin-top: -4px;
}

.link-block {
  flex-flow: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.heading-5 {
  text-shadow: 0 2px 2px #0003;
  font-size: 16px;
  font-weight: 100;
}

.link-_02-copy {
  color: #5a8f66;
  text-align: center;
  -webkit-text-stroke-color: #213a3d;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border-bottom: 1px dotted #5a8f66;
  border-radius: 0;
  width: 300px;
  margin-bottom: 9px;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
}

.link-_02-copy:hover {
  color: #fff;
  background-color: #5a8f66;
}

.paragraph-13 {
  color: #d4d49a;
  margin-top: 93px;
  font-family: Zen Tokyo Zoo, sans-serif;
  font-size: 50px;
  transform: rotate(-4deg);
}

.students-stack {
  margin-top: 0;
  position: relative;
}

.menu_table {
  z-index: 10;
  background-color: #fffa9b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% -100%;
  overflow: visible;
}

.top_main {
  z-index: 20;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.back_photo2mei {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  padding: 0;
  overflow: visible;
}

.cell-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#46c8dfab, #46c8dfab), url('../images/095A9415_1500_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-4 {
  background-image: linear-gradient(to bottom, var(--yellow_coll), var(--yellow_coll)), url('../images/095A9415_1500_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.title {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 205px;
  padding: 118px 0 368px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.paragraph {
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sub_title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.quick-stack-3 {
  flex: 0 auto;
  padding-top: 10px;
}

.lottie-animation_top1 {
  height: 110px;
}

.character {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 400px;
  padding: 0;
}

.gakubu {
  color: #fff;
  text-shadow: 5px 4px 10px #0000008a;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 150px;
  font-weight: 500;
  display: flex;
}

.cell-5 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fgu_1 {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.hello_mozi {
  width: 200px;
  margin-left: 214px;
}

.lottie-animation-top4 {
  justify-content: center;
  align-items: flex-end;
  height: 150px;
  margin-top: -37px;
  display: flex;
}

.lottie-animation-5 {
  height: 150px;
}

.heading-3 {
  color: #313131;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.lottie-animation-top3 {
  height: 100px;
  margin-top: 14px;
}

.gaka {
  color: #fff;
  text-shadow: 5px 5px 7px #00000082;
  margin-top: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 150px;
  font-weight: 500;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.lottie-animation-top2 {
  height: 110px;
}

.oc_side-top {
  z-index: 15;
  mix-blend-mode: normal;
  background-color: #45dbd1ab;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #647b81;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 340px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .625s;
  display: flex;
  position: static;
  inset: 38% 0% 0% auto;
  overflow: visible;
}

.oc_side-top:hover {
  box-shadow: none;
  background-color: #fcc0c0ab;
  outline-width: 0;
}

.image-30 {
  display: block;
}

.paragraph-18-2 {
  color: #ac973ca6;
  text-align: center;
  letter-spacing: 10px;
  justify-content: center;
  align-items: flex-start;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.link-4 {
  z-index: 2;
  color: #647b81;
  letter-spacing: 10px;
  text-indent: 10px;
  border-bottom: 2px solid #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .375s;
  position: relative;
}

.link-4:hover {
  color: #fff;
  border: 1px solid #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transform: scale(1.1);
}

.cell-21 {
  background-image: url('../images/00145322_500.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block {
  text-align: justify;
  border-top: 1px dotted #647b81;
  width: 400px;
  padding-top: 10px;
  font-size: 13px;
}

.paragraph-15 {
  font-size: 10px;
}

.quick-stack-8 {
  z-index: 3;
  height: auto;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cell-19 {
  background-image: url('../images/IMG_3818_500.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -43px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 560px;
  padding: 40px 0 0;
}

.div-block-12 {
  opacity: .63;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.paragraph-17-2 {
  letter-spacing: 0;
  padding-bottom: 22px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.manegement {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: flex;
}

.child {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
}

.paragraph-17 {
  letter-spacing: 3px;
  padding-bottom: 22px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.cell-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8edfff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.faculty {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  display: flex;
}

.heading_mane-2 {
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.heading-7 {
  color: #eeff69;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
  display: flex;
}

.cell-10 {
  background-color: var(--yellow_coll);
}

.quick-stack-8-side {
  z-index: 3;
  height: auto;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.faculty-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  padding: 0;
}

.paragraph-18 {
  color: #fff;
  letter-spacing: 10px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.quick-stack-8_2 {
  height: auto;
  padding-top: 0;
}

.cell-18 {
  background-image: url('../images/001453_500.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cell-20 {
  background-image: url('../images/003288_500.jpg');
  background-position: 100%;
  background-size: cover;
}

._4_titie {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 105px;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 0;
}

.welfare {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.paragraph-19 {
  z-index: 2;
  font-size: 12px;
  position: relative;
}

.background-video-01 {
  z-index: 0;
  border: 5px #a1a1a1cc;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.link-block-3, .image-22 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-22:hover {
  opacity: .6;
}

.column-7 {
  margin-left: auto;
  margin-right: auto;
}

.image-24 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-24:hover {
  opacity: .6;
}

.koumei {
  background-color: #f3f3f3;
  height: 400px;
  margin-top: 0;
}

.paragraph-12 {
  text-align: center;
  margin-top: 61px;
  font-size: 12px;
}

.image-23 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-23:hover {
  opacity: .6;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 0;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.komei {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.column-9 {
  padding-right: 40px;
}

.column-8 {
  padding-left: 40px;
}

.image-21 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 91px;
  display: block;
}

.image-31 {
  margin-bottom: 20px;
}

.heading_mane-ff_1 {
  color: #407fa7;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 26px;
  line-height: 30px;
  display: flex;
}

.paragraph-18-copy {
  color: #5b8fb4;
  letter-spacing: 10px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.heading_mane-ff_2 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-indent: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.link-4-_02 {
  z-index: 2;
  border-bottom: 2px solid var(--2y_yellow);
  color: #ff96ed;
  letter-spacing: 10px;
  text-indent: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .375s;
  position: relative;
}

.link-4-_02:hover {
  border-top: 2px solid var(--2y_yellow);
  border-right: 2px solid var(--2y_yellow);
  border-left: 2px solid var(--2y_yellow);
  color: #c9a856;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transform: scale(1.1);
}

.image-32 {
  padding-right: 0;
}

.hello_oc-top {
  z-index: auto;
  background-color: #fff;
  border: 20px #46c8dfab;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: flex;
  position: static;
}

.paragraph-20 {
  color: #f16fce;
  font-family: Rampart One, sans-serif;
  font-size: 23px;
  transform: rotate(-7deg);
}

.text-block-3 {
  width: 800px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 25px;
}

.cell-16 {
  justify-content: center;
  align-items: flex-start;
}

.cell-15 {
  justify-content: center;
  align-items: flex-end;
}

.image-27_20 {
  width: 500px;
  margin-top: -4px;
  margin-bottom: 20px;
}

.quick-stack-10 {
  margin-top: 50px;
  padding-bottom: 0;
}

.hello-2025 {
  height: auto;
}

.storys {
  border-style: solid;
  border-width: 30px;
  border-color: var(--4_top) var(--4_right) var(--4_under) var(--4_left);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/story.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-73 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: auto;
  display: flex;
}

.heading-7_2 {
  color: #cad66b;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
  display: flex;
}

.image-34 {
  padding-bottom: 40px;
}

.button {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  position: static;
  top: 30px;
  overflow: visible;
}

.div-block-74 {
  background-color: #f0bdbd;
  width: 30px;
  height: 30px;
  overflow: visible;
}

.div-block-75 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-block-4 {
  color: #1f1f1f;
  object-fit: cover;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hako {
  z-index: auto;
  background-color: #e4a0a0;
  border: 1px #000;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -2861.7px;
  right: 60px;
}

.div-block-76 {
  z-index: 1;
  background-color: #fc99d3;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% -81% 45%;
}

.heading-8 {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  position: absolute;
}

.story_kochira {
  z-index: 0;
  border: 1px solid var(--back);
  color: #1f1f1f;
  object-fit: cover;
  background-color: #ffffffa1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oc_menu {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: none;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-79 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-33 {
  color: #616161;
  background-color: #fff;
  border-left: 1px dashed #cfa3bf;
  border-right: 1px dashed #cfa3bf;
  padding: 5px 10px;
}

.image-62 {
  z-index: 16;
  width: auto;
  height: 320px;
  margin-left: 0;
  margin-right: 5px;
  position: static;
}

.story_kochira_oc {
  z-index: 0;
  border: 1px solid var(--back);
  color: #1f1f1f;
  object-fit: cover;
  background-color: #ffffffa1;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-76_oc {
  z-index: 1;
  background-color: #fc99d3;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% -128% 45%;
}

.div-block-80 {
  z-index: 15;
  flex-flow: row;
  width: 300px;
  height: 350px;
  display: flex;
  position: fixed;
  inset: 36% -12% 0% auto;
}

.link-block-5 {
  background-color: #dab9b900;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 320px;
  margin-right: -140px;
  display: flex;
  position: fixed;
  inset: 35% 0% 0% auto;
}

.div-block-81 {
  background-color: #3dffdfb5;
  width: 150px;
  height: 320px;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.div-block-81:hover {
  background-color: #ffdb3db5;
}

.oc_tab {
  z-index: 15;
  background-color: #dab9b900;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 360px;
  margin-right: -153px;
  display: flex;
  position: fixed;
  inset: 32% 0% 0% auto;
}

.oc_go {
  object-fit: cover;
  background-color: #a08e8e;
  border: 1px dashed #464242;
  width: 360px;
  height: 40px;
  position: static;
  overflow: visible;
}

.div-block-82 {
  z-index: 1;
  background-color: #aa9a9a;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 490px;
}

.link-block-6 {
  z-index: 1;
  background-color: #68d8c1;
  width: 380px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.div-block-83 {
  z-index: 5;
  background-color: #ffe277;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -53px;
  left: auto;
}

.oc_go_bot {
  z-index: 1;
  background-color: #68d8c1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-21 {
  z-index: 7;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
}

.div-block-56 {
  margin-bottom: 20px;
}

.div-block-57 {
  display: flex;
  overflow: hidden;
}

.slider {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h_1 {
  background-color: #0000;
  width: 300px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  overflow: visible;
}

.quick-stack-12 {
  overflow: visible;
}

.horizonral_photo {
  margin-top: 256px;
  margin-bottom: 0;
}

.ho_photo {
  width: 100%;
  height: 210px;
  margin-top: -230px;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  border: 15px solid #000;
  height: 100vh;
}

.storys-_door {
  border-style: solid;
  border-width: 30px;
  border-color: var(--4_top) var(--4_right) var(--4_under) var(--4_left);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/story.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.story_top {
  border-style: solid;
  border-width: 15px;
  border-color: var(--4_top) var(--4_right) var(--4_under) var(--4_left);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.quick-stack-13 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 742px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cell-77 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-84 {
  width: 100%;
  position: relative;
}

.image-63 {
  margin-top: 23px;
  position: static;
  top: 25px;
}

.image-64 {
  position: absolute;
  inset: 0%;
}

.image-65 {
  position: absolute;
}

.div-story_1, .div-story_2, .div-story_3, .div-story, .div-story_1-copy {
  width: 100%;
  position: relative;
}

.div_story {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 27px;
  display: flex;
  position: relative;
}

.div-block-85 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.image-66 {
  width: 300px;
  margin-top: 10px;
}

.story_button {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: -20px;
  box-shadow: 0 2px 5px #0003;
}

.story_button:hover {
  background-color: var(--chapter);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.paragraph-22 {
  color: #3d3d3d;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-22:hover {
  color: #fff;
}

.button-34 {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.paragraph-23 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-27_menu {
  height: 95px;
  margin-top: 0;
  margin-bottom: 16px;
}

.oc_go_bot_menu {
  z-index: 1;
  background-color: #68d8c1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 35px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-27_menu_2 {
  width: 220px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 10px;
}

.oc_go_bot_2 {
  z-index: 1;
  background-color: #b1b1b1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 35px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-83_2 {
  z-index: 5;
  background-color: #686868;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -53px;
  left: auto;
}

.story_001 {
  z-index: 10;
  background-color: #ff5a5a87;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-86 {
  background-color: #ffd8d8;
  width: 250px;
}

.div-block-87 {
  background-color: #d3d3d3;
  width: 100%;
}

.story_side {
  background-color: #ffd8d8;
  width: 250px;
}

.story_main_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d3d3d300;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.div-block-88 {
  width: 100%;
  height: 300px;
}

.st_up {
  background-color: #ddb3b3;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 500px;
  display: flex;
  position: sticky;
  top: 21px;
}

.st_under {
  width: 100%;
  height: 50%;
}

.div-block-89 {
  background-image: linear-gradient(#bcecff80, #bcecff80), url('../images/story_back_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  width: 85%;
  height: 50%;
  margin-top: 0;
  margin-left: 70px;
  position: absolute;
  inset: 25% 0% 0%;
}

.div-block-90 {
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: 300px;
  position: static;
  transform: rotate(9deg);
}

.paragraph-24 {
  width: 450px;
  height: 270px;
  position: relative;
}

.quick-stack-14 {
  width: 100%;
  height: 100%;
}

.div-block-91 {
  background-color: #f6d6d6;
  border-radius: 20px;
  width: 600px;
  height: 300px;
  position: absolute;
  transform: rotate(-4deg);
}

.cell-78 {
  justify-content: flex-end;
  align-items: center;
}

.paragraph-25 {
  position: relative;
}

.st_up-copy {
  background-color: #964a4a;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 500px;
  display: flex;
  position: static;
  top: auto;
}

.section-2 {
  z-index: 2;
  background-image: linear-gradient(#000, #fff);
  height: 100vh;
  margin-top: -100vh;
  position: relative;
}

.intro-sticky {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-gtid-image-2 {
  background-image: url('../images/triptych_middle_landscape__c14zbto4v402_large_2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 150%;
}

.hero-grid-image-1 {
  background-color: #fff;
  height: 100%;
  padding-top: 60px;
  padding-left: 60px;
}

.hero-shadow {
  z-index: 10;
  background-image: linear-gradient(#000, #0000 100%, #0000);
  height: 20vh;
  position: absolute;
  bottom: -20vh;
  left: 0%;
  right: 0%;
}

.hero-grid-container {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-grid-container.right {
  background-color: #fff;
  padding: 60px;
  display: flex;
}

.hero-image {
  z-index: 6;
  color: #fff;
  background-color: #fff;
  padding-top: 20vh;
  padding-left: 22%;
  padding-right: 22%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-wrapper-camera-glass {
  background-color: #000;
  padding-top: 30vh;
  overflow: hidden;
}

.hero-frame-bottom {
  z-index: 10;
  background-color: #111;
  height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-triple-grid {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 3016px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  max-height: 780px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.dual-grid-left {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-dual-grid-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.hero-dual-grid {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  background-color: #111;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.intro-content {
  max-width: 980px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-headline {
  color: #f5f5f7;
  letter-spacing: -.006px;
  max-width: 380px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.05;
}

.cta-links {
  justify-content: center;
  align-items: center;
  margin-top: 1.6em;
  display: flex;
}

.intro-paragraph {
  color: #aaa;
  text-align: center;
  letter-spacing: .004px;
  margin-top: 45px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.125;
}

.hero-dual-grid-container {
  height: 200vh;
}

.hero-content {
  z-index: 3;
  background-color: #000;
  margin-top: -100vh;
  position: relative;
  overflow: visible;
}

.cta-link {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
}

.cta-link.left {
  margin-right: 30px;
}

.intro-pricing {
  color: #aaa;
  text-align: center;
  letter-spacing: -.003px;
  white-space: nowrap;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
}

.camera-glass-image {
  background-image: url('../images/hero_gallery_camera_glass__bhv9k5jrv1oy_large_2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.intro-subhead {
  color: #f5f5f7;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.04;
}

.hero-gtid-image-3 {
  max-width: 265px;
}

.hero-gtid-image-3.tablet {
  display: none;
}

.hero-image-container {
  z-index: 6;
  color: #e56c6c;
  height: 88vh;
  position: relative;
  overflow: visible;
}

.section-paragraph {
  color: #aaa;
  letter-spacing: -.003px;
  max-width: 370px;
  font-size: 24px;
  font-weight: 600;
}

.hero {
  z-index: 10;
  background-color: #fff;
  padding: 30px 30px 0;
  position: relative;
}

.hero-content-conteiner {
  height: 200vh;
}

.hero-dual-grid-section {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100vh;
  display: grid;
  position: relative;
}

.body {
  background-color: #fcfcfc00;
}

.container-2 {
  z-index: 0;
  background-color: #e2dede;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.container-3 {
  z-index: 10;
  background-color: #e9acac;
  height: auto;
  position: relative;
}

.container-3-copy {
  background-color: #7058586b;
  height: 80vh;
}

.container-3-copy-copy {
  background-color: #80d36f;
  height: 80vh;
}

.div-block-92 {
  background-color: var(--2y_yellow);
  width: 50%;
  height: 100px;
}

.cell-79 {
  justify-content: flex-start;
  align-items: center;
}

.heading-9 {
  margin-top: 100px;
  position: sticky;
}

.quick-stack-15 {
  position: relative;
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  background-color: #ffffff59;
  background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/5172440_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 6px #b7e7f5;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  display: flex;
  position: static;
  transform: rotate(0);
  box-shadow: 0 5px 35px #1e222812;
}

.display-2 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
}

.display-2.margin-bottom-25 {
  margin-bottom: 25px;
}

.service-icon {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  overflow: visible;
}

.sticky {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: -46px;
  margin-right: 35px;
  display: flex;
  position: sticky;
  top: 136px;
  left: auto;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #605dba 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  padding-left: 2px;
  padding-right: 2px;
}

.button-35 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #605dba;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button-35:hover {
  color: #fff;
  border-color: #605dba;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.container-4 {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: visible;
}

.card-inner {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  font-size: 16px;
  line-height: 26px;
}

.div-block-93 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 20px 60px;
  display: flex;
}

.image-67 {
  position: absolute;
}

.heading-10 {
  color: #70b2bb;
  background-color: #fff0;
  margin-top: 11px;
  font-family: Open Sans, sans-serif;
}

.div-block-95 {
  margin-top: -48px;
}

.text-block-5 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 0;
  margin-left: -74px;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 64px;
}

.heading-11 {
  z-index: 10;
  color: var(--story_01);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.image-68 {
  max-width: 74%;
}

.div-block-96, .div-block-97 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_story-_02 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1px;
  display: flex;
  position: relative;
  top: auto;
}

.image-63_02 {
  width: 50%;
  margin-top: 23px;
  position: static;
  top: 25px;
}

.image-64_02 {
  width: 50%;
  margin-left: 67px;
  position: absolute;
  inset: 0%;
}

.story_button_02 {
  background-color: #cfbe36;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: -20px;
}

.story_button_02:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.story_button_02.w--current {
  margin-top: -8px;
}

.paragraph-22_02 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.image-69 {
  width: 200px;
  margin-top: 22px;
}

.story_01.background-light {
  overflow: visible;
}

.image-70 {
  z-index: 5;
  width: 150px;
  position: absolute;
  inset: 0% auto auto -4%;
}

.image-71 {
  z-index: 6;
  width: auto;
  position: absolute;
  inset: auto -3% -27% auto;
  overflow: clip;
}

.image-72 {
  width: 160px;
  margin-bottom: -319px;
  margin-left: -112px;
  position: absolute;
  inset: auto;
}

.image-73 {
  width: 130px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-74 {
  z-index: 10;
  width: auto;
  height: 260px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  inset: auto 0% 0%;
}

.heading-10university {
  color: #4a8e97;
  background-color: #fff0;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
}

.card-inner-light {
  grid-column-gap: 14px;
  margin-top: 60px;
  display: flex;
}

._2018 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 34px;
  display: flex;
}

.div-block-98 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.div-block-99 {
  width: 180px;
  height: 500px;
  overflow: hidden;
}

.image-75 {
  z-index: 6;
  margin-top: 107px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(18deg);
}

.image-76 {
  margin-top: 0;
  position: static;
  top: 305px;
  left: 80px;
}

.image-77 {
  margin-bottom: 20px;
  position: static;
  inset: 31% 0% 0% 388px;
}

.heading-11-_2 {
  z-index: 3;
  color: var(--story_01);
  margin-top: 0;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: static;
  top: 448px;
}

.text-block-5_2 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 185px;
}

.image-78 {
  position: static;
  inset: 43% -1% 0% auto;
}

.service-_last.margin-bottom-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5-last {
  color: var(--story_c1);
  text-align: center;
  background-color: #ffffff9c;
  background-image: url('../images/5172440_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-bottom: 45px;
  padding: 0 40px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 64px;
}

.div-block-93-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_last_message {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  margin-top: 0;
  margin-bottom: 20px;
}

.light_message {
  margin-top: -48px;
}

.heading-12 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: -96px;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}

.paragraph-27 {
  z-index: 6;
  color: var(--chap_mozi_blue);
  margin-top: 0;
  font-size: 12px;
  position: static;
  top: 411px;
  left: 68px;
}

.paragraph-27_2 {
  z-index: 0;
  color: var(--chap_mozi_blue);
  font-size: 12px;
  position: static;
  inset: 33% auto auto 591px;
}

.paragraph-27_3 {
  z-index: 6;
  color: var(--chap_mozi_blue);
  font-size: 12px;
  position: static;
  inset: auto -16px 262px auto;
}

.div-block-100 {
  width: 100%;
  height: 300px;
}

.photo_sma {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  display: flex;
  transform: rotate(4deg);
}

.image-79 {
  overflow: clip;
}

.image-80 {
  height: 200px;
  position: static;
  top: 542px;
  left: auto;
}

.div-block-101 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -188px;
  display: flex;
}

.div-block-102 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-103 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -154px;
  display: flex;
  position: absolute;
}

.div-block-104 {
  margin-left: -74px;
}

.koko_bun_1, .koko_bun_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.suma_photo {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.quick-stack-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 5px;
}

.heading-11-minasan, .heading-11_3 {
  z-index: 10;
  color: var(--story_01);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11_4 {
  z-index: 10;
  color: var(--story_01);
  margin-top: 0;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.cell-80, .cell-81 {
  justify-content: flex-start;
  align-items: center;
}

.cell-82 {
  justify-content: center;
  align-items: center;
}

.paragraph-27_22 {
  z-index: 6;
  color: var(--chap_mozi_blue);
  margin-top: -5px;
  font-size: 12px;
  position: static;
  top: 411px;
  left: 68px;
}

.paragraph-27_222 {
  z-index: 6;
  color: var(--chap_mozi_blue);
  margin-top: 0;
  font-size: 12px;
  position: static;
  top: 411px;
  left: 68px;
}

.text-block-5-part2 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-top: 51px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 64px;
}

.text-block-5-part1 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 20px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: static;
  top: 64px;
}

.div-block-93-last {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-16_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 5px;
  padding: 0;
}

.image-84 {
  width: 400px;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  margin-top: 87px;
  display: flex;
  position: absolute;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav {
  margin-bottom: -45px;
  display: none;
}

.slide {
  background-image: url('../images/7_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-2 {
  background-image: url('../images/8_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3 {
  background-image: url('../images/10_f.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-k4 {
  background-image: url('../images/9_f.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.paragraph-28 {
  margin-top: 0;
}

.div-block-105 {
  justify-content: center;
  align-items: flex-end;
  height: 220px;
  display: flex;
}

.div-block-106 {
  height: 150px;
}

.mask {
  height: 250px;
}

.left-arrow, .right-arrow {
  display: none;
}

.paragraph-29 {
  color: var(--kochi_kuro);
  text-align: center;
  margin-top: 185px;
  margin-bottom: 10px;
  position: relative;
}

.photo_sma-2 {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 246.094px;
  margin-top: 30px;
  margin-bottom: 43px;
  display: flex;
  position: static;
  transform: rotate(-7deg);
}

.slider4 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  margin-top: 87px;
  display: flex;
  position: absolute;
}

.slide-copy {
  background-image: url('../images/7_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k5 {
  background-image: url('../images/43956_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k6 {
  background-image: url('../images/k7.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k7 {
  background-image: url('../images/k10.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-k8 {
  background-image: url('../images/k9.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k9 {
  background-image: url('../images/k4.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k10 {
  background-image: url('../images/k8.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.photo_sma-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-bottom: 60px;
  display: flex;
  transform: rotate(-7deg);
}

.card-inner-2 {
  grid-column-gap: 14px;
  margin-top: 0;
  display: flex;
}

.paragraph-29-2 {
  color: #46a7a800;
  text-align: center;
  margin-top: 185px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.div-block-107 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 10px;
  display: flex;
}

.paragraph-30 {
  color: var(--story_c1);
  margin-top: 0;
  font-size: 12px;
}

.text-span-3, .text-span-4 {
  color: var(--4_right);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
}

.section-4 {
  width: 100px;
}

.story_navi {
  background-color: #ffeded;
  width: 100%;
  height: 300px;
}

.story_navi1 {
  border-style: solid;
  border-width: 15px;
  border-color: var(--4_top) var(--4_right) var(--4_under) var(--4_left);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.text-span-4_2 {
  color: var(--pink_1);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
}

.heading-10_2 {
  color: var(--pink_2);
  background-color: #fff0;
  margin-top: 11px;
  font-family: Open Sans, sans-serif;
}

.heading-11_2 {
  z-index: 10;
  color: var(--story_01);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11_1 {
  z-index: 10;
  color: var(--pink_2);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11-_2-2 {
  z-index: 3;
  color: var(--pink_2);
  margin-top: 0;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: static;
  top: 448px;
}

.heading-11_32 {
  z-index: 10;
  color: var(--pink_2);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11_42 {
  z-index: 10;
  color: var(--pink_2);
  margin-top: 0;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11-minasan_2 {
  z-index: 10;
  color: var(--pink_2);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.paragraph-29_2 {
  color: var(--kochi_kuro);
  text-align: center;
  margin-top: 185px;
  margin-bottom: 10px;
  position: relative;
}

.text-span-3-copy {
  color: var(--4_right);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 50px;
}

.makeyour_2 {
  color: #fce2ff;
  letter-spacing: 3px;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
}

.card-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card-2.shadow {
  background-color: #ffffff59;
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/5172440_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 6px #b7e7f5;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 40px;
  display: flex;
  position: static;
  transform: rotate(0);
  box-shadow: 0 5px 35px #1e222812;
}

.card-copy {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card-copy.shadow {
  background-color: #ffffff59;
  background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/5172440_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 6px #b7e7f5;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  display: flex;
  position: static;
  transform: rotate(0);
  box-shadow: 0 5px 35px #1e222812;
}

.card_2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card_2.shadow {
  background-color: #ffffff59;
  background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/5172440_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 6px #b7e7f5;
  border-radius: 17px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  display: flex;
  position: static;
  transform: rotate(0);
  box-shadow: 0 5px 35px #1e222812;
}

.text-block-last-2 {
  color: var(--story_c1);
  text-align: center;
  background-color: #ffffff9c;
  background-image: url('../images/5172440_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  margin-bottom: 45px;
  padding: 0 40px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 64px;
}

.image-85 {
  margin-top: -220px;
  margin-bottom: -100px;
}

.div-block-108, .card-inner_1, .bun_1 {
  display: flex;
}

.image-86 {
  width: auto;
  height: 350px;
  margin-top: 217px;
  position: static;
  top: auto;
}

.image-87 {
  height: 260px;
}

.card-inner_3 {
  grid-column-gap: 14px;
  display: flex;
}

.image-88, .image-89 {
  height: 260px;
}

.div-block-109 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-90 {
  height: 320px;
  margin-bottom: -20px;
}

.image-91 {
  height: 300px;
  position: relative;
}

.card-inner-2_2 {
  grid-column-gap: 14px;
  margin-top: 0;
  display: flex;
}

.photo_sma-3_2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 340px;
  margin-top: 9px;
  margin-bottom: 60px;
  display: flex;
  transform: rotate(9deg);
}

.slide-k1 {
  background-image: url('../images/k2.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k2 {
  background-image: url('../images/k1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-k2.seino {
  background-position: 50% 100%;
}

.slide-k3 {
  background-image: url('../images/k5.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-k11 {
  background-image: url('../images/k3.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.paragraph-29_2_0 {
  color: #d7a3dd00;
  text-align: center;
  margin-top: 185px;
  margin-bottom: 10px;
  position: relative;
}

.make_your {
  color: #fff;
  letter-spacing: 3px;
  margin-top: -104px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  position: relative;
}

.cell-83, .cell-84, .cell-85, .cell-86 {
  justify-content: flex-start;
  align-items: center;
}

.image-75_1 {
  z-index: 6;
  margin-top: 107px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(18deg);
}

.slide-4 {
  background-image: url('../images/9_f.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-5 {
  background-image: url('../images/6_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-6 {
  background-image: url('../images/2_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-7 {
  background-image: url('../images/5_f.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-8 {
  background-image: url('../images/4_f.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-9 {
  background-image: url('../images/f_11.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-10 {
  background-image: url('../images/3_f.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.photo_sma-3_22 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 300px;
  margin-top: 48px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  transform: rotate(9deg);
}

.image-92 {
  width: auto;
  height: 260px;
}

.image-93 {
  width: auto;
  height: 320px;
  margin-top: 63px;
  margin-bottom: -20px;
}

.image-94 {
  height: 300px;
  margin-top: -22px;
}

.image-95 {
  height: 300px;
}

.service-_last_l.margin-bottom-30 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2018_01 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 34px;
  display: flex;
}

.photo_sma_01 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  transform: rotate(4deg);
}

.heading-11_33 {
  z-index: 10;
  color: var(--story_01);
  margin-left: -48px;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.heading-11_4_01 {
  z-index: 10;
  color: var(--story_01);
  margin-top: 0;
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.koko_bun_1_01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-11_01 {
  z-index: 10;
  color: var(--story_01);
  font-family: Kiwi Maru, sans-serif;
  font-size: 22px;
  position: relative;
}

.text-block-5_02 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 64px;
}

.text-block-5-part1-copy {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 8px;
  margin-left: -55px;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 64px;
}

.text-block-5_022 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 10px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  line-height: 27px;
  position: static;
  top: 64px;
}

.image-86_02 {
  width: auto;
  height: 350px;
  margin-top: 164px;
  position: static;
  top: auto;
}

.photo_sma-2_02 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 30px;
  margin-bottom: 43px;
  display: flex;
  transform: rotate(-7deg);
}

.photo_sma-2_02._2 {
  width: 90%;
  height: 301.984px;
  margin-top: 40px;
  margin-bottom: 0;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.confetti {
  z-index: 1;
  display: block;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.timeline-text {
  text-align: left;
  max-width: 380px;
  font-size: 30px;
  line-height: 40px;
}

.container-5 {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-5.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80.3837%;
  display: flex;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item._2 {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  margin-top: 0;
  display: none;
  position: static;
}

.timeline-item.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item.right {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -7px;
  position: static;
}

.timeline-item._2021, .timeline-item.right-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  position: static;
}

.link-7 {
  color: #ee8d32;
}

.timeline-month {
  z-index: 11;
  margin-bottom: 7px;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  position: relative;
}

.timeline-month.new {
  color: #fff;
  text-shadow: 3px 3px 3px #0003;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  position: static;
}

.new-section {
  background-color: var(--story_glay);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._9 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: block;
  top: 93%;
}

.dot._1 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: block;
}

.dot._8 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  top: 80%;
}

.dot._5 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: block;
  top: 67%;
}

.dot._4 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: none;
  top: 62%;
}

.dot._3 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: flex;
  top: 20%;
}

.dot._7 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  top: 55%;
}

.dot._6 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: flex;
  top: 30%;
}

.dot._2 {
  background-color: var(--4_right);
  width: 28px;
  height: 28px;
  display: flex;
  top: 10%;
}

.timeline-track {
  z-index: 5;
  border: 1px solid #fff;
  border-radius: 500px;
  flex-direction: column;
  align-items: stretch;
  width: 15px;
  height: auto;
  display: flex;
  position: relative;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

.text-center {
  text-align: center;
}

.text-center.relative {
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 0vh;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 99.9999%;
  display: flex;
}

.text-6em {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.timeline-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: stretch center;
  width: 90%;
  max-width: none;
  margin-top: 43px;
  display: flex;
}

.div_story-_02_1 {
  opacity: 1;
  background-image: url('../images/boysgarl.avif'), linear-gradient(#69d5ff7a, #69d5ff7a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -41px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.image-63_02_2 {
  z-index: 0;
  width: 140px;
  max-width: none;
  height: auto;
  margin-top: -27px;
  margin-left: 0;
  position: relative;
  inset: 0%;
}

.image-64_02_2 {
  width: auto;
  max-width: none;
  height: 80%;
  margin: -6px 0 0;
  position: absolute;
  inset: auto;
}

.image_story {
  width: 300px;
  margin-top: 22px;
}

.photos {
  justify-content: space-around;
  width: 100%;
  margin-top: 57px;
  display: flex;
}

.image-96 {
  width: 200px;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.image-97 {
  border-radius: 20px;
  width: 400px;
  transform: rotate(-7deg);
}

.timeline-item-2 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: -70px;
  display: flex;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.timeline-item-2._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-2.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-2.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-2.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.timeline-item-3 {
  z-index: 0;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item-3._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-3.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-3.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-3.right, .timeline-item-3._2021 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  position: static;
}

.timeline-item-4 {
  z-index: 10;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item-4._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-4.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-4.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-4.right, .timeline-item-4._2021, .timeline-item-4.right-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  position: static;
}

.timeline-item-33 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item-33._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-33.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-33.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-33.right, .timeline-item-33._2021, .timeline-item-33.right-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  position: static;
}

.timeline-item-22 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: -122px;
  display: block;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.timeline-item-22._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-22.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-22.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-22.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.div-block-110 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-13 {
  font-size: 24px;
}

.heading-14 {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px var(--kage);
  margin-right: -66px;
  font-size: 24px;
  position: relative;
}

.div-block-p-c {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-p-c_2 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-15 {
  text-align: left;
  text-shadow: 0 1px 3px var(--kage);
  font-size: 24px;
}

.div-block-111, .story_chap_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-112 {
  width: 100px;
  height: 100vh;
}

.paragraph-31 {
  margin-left: 40px;
}

.timeline-item-2_22 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: -66px;
  display: block;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.timeline-item-2_22._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-2_22.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-2_22.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-2_22.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.image-98 {
  z-index: 2;
  width: 400px;
  margin-top: -357px;
  position: relative;
}

.div-block-113 {
  z-index: 10;
  width: 200px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.paragraph-32 {
  z-index: auto;
  color: var(--story_c1);
  margin-top: 58%;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0 0;
}

.heading-16 {
  color: #313131;
  margin-left: 10px;
  margin-right: -32px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 10%;
  left: -21px;
}

.heading-16_1 {
  color: #313131;
  margin-left: 7px;
  font-size: 16px;
  position: absolute;
  top: 3%;
  left: -21px;
}

.heading-16_3 {
  color: #313131;
  margin-left: 7px;
  margin-right: -32px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 20%;
  left: -21px;
}

.heading-16_4 {
  color: #313131;
  margin-left: 7px;
  margin-right: -32px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 30%;
  left: -21px;
}

.heading-16_5 {
  color: #313131;
  text-align: center;
  margin-top: 35px;
  margin-left: 7px;
  margin-right: -19px;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 55%;
  left: -21px;
}

.heading-16_6 {
  color: #313131;
  text-align: center;
  margin-top: 38px;
  margin-left: 7px;
  margin-right: -19px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 67%;
  left: -21px;
}

.heading-16_7 {
  color: #313131;
  text-align: center;
  margin-top: 34px;
  margin-left: 7px;
  margin-right: -32px;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: 80%;
  left: -21px;
}

.image-99 {
  width: 450px;
}

.heading-16_8 {
  color: #313131;
  margin-left: 7px;
  margin-right: -19px;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 93%;
  left: -21px;
}

.heading-17 {
  color: #ffffff75;
  text-align: center;
  margin-bottom: 10px;
  font-family: Rampart One, sans-serif;
  font-size: 50px;
}

.heading-18 {
  text-align: center;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.make_your01 {
  color: #fff;
  letter-spacing: 3px;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  display: block;
  position: relative;
}

.make_your01.c_1 {
  margin-top: 0;
  position: static;
}

.make_your01.c_3 {
  margin-top: 0;
  margin-bottom: 59px;
}

.div_story-_02_2 {
  opacity: 1;
  background-image: url('../images/boysgarl.avif'), linear-gradient(#fcacd87a, #fcacd87a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -41px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.image-97_2 {
  border-radius: 20px;
  width: 400px;
  transform: rotate(4deg);
}

.text-span-5 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.timeline-item-22_2 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-top: 126px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.timeline-item-22_2._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-22_2.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-22_2.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-22_2.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.div-block-p-c_2_2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-100 {
  width: 220px;
  margin-bottom: -148px;
}

.photo_sma_izumi {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
  transform: rotate(4deg);
}

.story_menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 850px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cell-77_1, .cell-83_2, .cell-84_3, .cell-85_3, .cell-86_4 {
  justify-content: flex-start;
  align-items: center;
}

.story_copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-block-5-last-3 {
  opacity: 1;
  color: var(--story_c1);
  text-align: center;
  background-color: #ffffff9c;
  background-image: url('../images/5172440_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-bottom: 45px;
  padding: 0 40px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 64px;
}

.heading-16_8_2 {
  color: #313131;
  text-align: center;
  margin-top: 34px;
  margin-left: 7px;
  margin-right: -25px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 93%;
  left: -21px;
}

.slide-3_1 {
  background-image: url('../images/chap_3_20.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_2 {
  background-image: url('../images/cha_3_2.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_3 {
  background-image: url('../images/chap_3_17.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_4 {
  background-image: url('../images/chap_3_6.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_5 {
  background-image: url('../images/chap_3_16.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_6 {
  background-image: url('../images/chap_3_15.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_7 {
  background-image: url('../images/chap_3_14.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_8 {
  background-image: url('../images/chap_3_18.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_10 {
  background-image: url('../images/chap_3_19.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_9 {
  background-image: url('../images/chap_3_13.avif');
  background-position: 0 0;
  background-size: cover;
  height: 160px;
}

.div_story-_02_3 {
  opacity: 1;
  background-image: url('../images/boysgarl.avif'), linear-gradient(#f1ac3d99, #f1ac3d99);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -41px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.paragraph-29-22 {
  color: var(--kochi_kuro);
  text-align: center;
  margin-top: 185px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.celebration_confetti-json {
  width: 400px;
  height: auto;
  margin-top: -197px;
  position: relative;
}

.section-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.quick-stack-17 {
  width: 100%;
}

.flex-block {
  background-color: var(--kochi_kuro);
  width: 60px;
  height: 10px;
}

.cell-87 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-114 {
  width: 90%;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-101 {
  width: auto;
  height: auto;
}

.timeline-item-2_22_3 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: -161px;
  display: block;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.timeline-item-2_22_3._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item-2_22_3.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.timeline-item-2_22_3.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item-2_22_3.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.horizonral_photo-3 {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-5-last-4 {
  color: var(--story_c1);
  text-align: center;
  background-color: #ffffff9c;
  background-image: url('../images/5172440_5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-bottom: 45px;
  padding: 0 30px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 64px;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.slide-3_1-_4 {
  background-image: url('../images/4_f_7.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_2-4 {
  background-image: url('../images/4_f_13.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_3-4 {
  background-image: url('../images/4_f_12.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_4-4 {
  background-image: url('../images/4_f_6.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_5-4 {
  background-image: url('../images/4_f_8.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_6-4 {
  background-image: url('../images/4_f_9.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_7-4 {
  background-image: url('../images/4_f_4.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_8-4 {
  background-image: url('../images/4_f_3.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_9-4 {
  background-image: url('../images/4_f_2.avif');
  background-position: 0 0;
  background-size: cover;
  height: 160px;
}

.slide-3_10-4 {
  background-image: url('../images/4_f_10.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_1-_5 {
  background-image: url('../images/5_f_3.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_2-5 {
  background-image: url('../images/5_f_11.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_3-5 {
  background-image: url('../images/5_f_5.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_4-5 {
  background-image: url('../images/5_f_12.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_5-5 {
  background-image: url('../images/5_f_8.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_6-5 {
  background-image: url('../images/5_f_6.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_7-5 {
  background-image: url('../images/5_f_10.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.slide-3_8-5 {
  background-image: url('../images/5_f_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 160px;
}

.slide-3_9-5 {
  background-image: url('../images/5_f_7.avif');
  background-position: 0 0;
  background-size: cover;
  height: 160px;
}

.slide-3_10-5 {
  background-image: url('../images/5_f_13.avif');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.text-block-5-last-5 {
  color: var(--story_c1);
  text-align: center;
  background-color: #ffffff9c;
  background-image: url('../images/5172440_3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 420px;
  margin-bottom: 45px;
  padding: 0 30px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  position: static;
  top: 64px;
}

.div_story-_02_4 {
  opacity: 1;
  background-image: url('../images/boysgarl.avif'), linear-gradient(#78df9799, #78df9799);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -41px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.div_story-_02_5 {
  opacity: 1;
  background-image: url('../images/boysgarl.avif'), linear-gradient(#e0c63299, #e0c63299);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -41px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
}

.heading-16_8_2_3 {
  color: #313131;
  margin-left: 7px;
  margin-right: -19px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 93%;
  left: -21px;
}

.fukushi_top {
  height: auto;
  overflow: visible;
}

.quick-stack-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  padding: 0;
}

.div-block-116 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.quick-stack-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-88 {
  align-items: stretch;
}

.div-block-117 {
  background-color: var(--1_blue);
  height: 100px;
}

.div-block-118 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--1_blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 75px;
  display: block;
}

.div-block-118.kodomo {
  background-color: var(--kodomo_pink);
}

.div-block-118.management {
  background-color: var(--mana_03);
}

.div-block-119 {
  height: 450px;
  overflow: hidden;
}

.image-102 {
  vertical-align: baseline;
  object-fit: cover;
  width: 105%;
  max-width: 110%;
  margin-top: -22px;
  margin-left: -13px;
  overflow: clip;
}

.div-block-120 {
  height: 450px;
  display: block;
  overflow: hidden;
}

.image-103 {
  object-fit: cover;
  width: 105%;
  max-width: 110%;
  margin-top: -29px;
  margin-left: -14px;
}

.div-block-121 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: 100%;
  margin-left: 20px;
  display: block;
}

.heading-19 {
  color: var(--4_right);
  letter-spacing: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
  display: flex;
}

.heading-19.kodomo {
  color: var(--4_top);
}

.heading-19.management {
  color: var(--mana_01);
  letter-spacing: 0;
  font-size: 50px;
  line-height: 60px;
}

.heading-19.hoiku {
  color: var(--4_left);
  font-family: Yusei Magic, sans-serif;
}

.heading-19.shoku {
  color: var(--syoku_01);
  font-family: Yusei Magic, sans-serif;
}

.paragraph-33 {
  font-size: 30px;
}

.paragraph-34 {
  letter-spacing: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 26px;
}

.paragraph-34.management {
  letter-spacing: 5px;
}

.paragraph-35 {
  letter-spacing: 5px;
  border-top: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 20px;
}

.quick-stack-20 {
  height: 100%;
}

.cell-89 {
  justify-content: flex-end;
  align-items: flex-start;
}

.heading-20 {
  color: var(--kage);
  margin-bottom: 40px;
  font-weight: 400;
}

.lottie-animation-6 {
  width: 80px;
  margin-top: -34px;
}

.lottie-animation-6.fukusi, .lottie-animation-6.mana {
  margin-top: 0;
}

.div-block-122 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-123 {
  margin-top: -36px;
}

.div-block-123.hoiku, .div-block-123.syoku {
  display: flex;
}

.fukushi_2 {
  background-color: var(--1_blue);
  border-bottom: 2px #fff;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.fukushi_2.kodomo {
  background-color: var(--kodomo_pink);
}

.fukushi_2.management {
  background-color: var(--mana_001);
}

.fukushi_2.hoiku {
  background-color: var(--hoiku_green_00);
  position: static;
}

.fukushi_2.syoku {
  background-color: var(--shoku_003);
}

.paragraph-36 {
  font-size: 18px;
}

.text-span-9 {
  color: var(--chap_mozi_blue);
  text-indent: 0;
  column-count: 0;
  word-break: normal;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-9.kodomo {
  color: var(--4_top);
}

.text-span-9.mana {
  color: var(--mana_02);
}

.text-span-9.syoku {
  color: var(--syoku_01);
}

.paragraph-37 {
  letter-spacing: 3px;
  line-height: 10px;
}

.quick-stack-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  overflow: hidden;
}

.div-block-124 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  max-height: 110%;
  display: flex;
  overflow: clip;
}

.div-block-124.management {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  max-height: none;
}

.image-104 {
  object-fit: fill;
  width: 115%;
  max-width: 120%;
  margin-top: 0;
  margin-left: 0;
  overflow: clip;
}

.image-104._3 {
  margin-top: 0;
}

.image-105 {
  object-fit: cover;
  width: 100%;
  max-width: 110%;
  margin-top: 0;
  overflow: visible;
}

.image-105._2 {
  width: 105%;
  margin-top: 0;
}

.quick-stack-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  overflow: hidden;
}

.div-block-125 {
  width: 100%;
}

._3_manabi {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

._3_manabi.kodomo {
  margin-bottom: 100px;
}

._3_manabi.kodomo_1 {
  margin-bottom: 40px;
}

._3_manabi.mana._2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

._3_manabi.hoiku {
  z-index: 10;
  position: relative;
}

._3_manabi.syoku {
  margin-top: 120px;
}

._3_main {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-21 {
  border-bottom: 1px solid var(--chap_mozi_blue);
  border-left: 1px solid var(--chap_mozi_blue);
  letter-spacing: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-21.kodomo {
  border-bottom-color: var(--kodomo_line);
  border-left-color: var(--kodomo_line);
}

.heading-21.kodomo._2 {
  margin-bottom: 0;
}

.heading-21.management {
  border-bottom-color: var(--mana_02);
  border-left-color: var(--mana_02);
  letter-spacing: 5px;
}

.heading-21.shoku {
  border-bottom-color: var(--syoku_01);
  border-left-color: var(--syoku_01);
}

.paragraph-38 {
  text-align: justify;
}

.paragraph-39 {
  color: #fff;
  text-shadow: 0 1px 3px #0003;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-39.mana {
  color: var(--kage);
  text-shadow: none;
}

.photoss {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.photoss.management {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.image-106 {
  max-width: 110%;
  margin-top: -30px;
  padding-left: 0;
  padding-right: 0;
}

.flow {
  flex-flow: column;
  height: 550px;
  margin-top: 59px;
  margin-bottom: 0;
  margin-left: 37px;
  display: flex;
}

.flow.management {
  height: auto;
  padding-bottom: 194px;
}

.quick-stack-23 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 200px;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.image-107 {
  width: 200px;
  margin-top: 6px;
}

.image-107.management {
  width: 200px;
}

.image-107.hoiku, .image-107.shoku {
  width: 220px;
}

.image-108 {
  width: 200px;
  margin-top: 0;
}

.image-108.management {
  width: 200px;
}

.image-108.hoiku {
  width: 110px;
}

.image-108.shoku {
  margin-top: 125px;
}

.image-109 {
  width: 200px;
  margin-top: -144px;
}

.image-110 {
  width: 200px;
  margin-top: 0;
}

.image-110.management {
  width: 200px;
}

.image-110.hoiku, .image-110.shoku {
  width: 220px;
}

.image-111 {
  margin-top: 49px;
  margin-left: -2px;
  padding-left: 139px;
  transform: rotate(-12deg);
}

.div-block-126 {
  flex-flow: column;
  height: auto;
  margin-top: 0;
  display: flex;
}

.div-block-126.hoiku {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -5px;
}

.div-block-127 {
  margin-top: -112px;
}

.div-block-127.management {
  margin-top: -86px;
}

.paragraph-40 {
  text-align: justify;
  width: 160px;
  margin-top: 10px;
  padding-right: 0;
  font-size: 12px;
}

.paragraph-41 {
  font-size: 12px;
}

.paragraph-40-3 {
  text-align: justify;
  width: 160px;
  margin-top: -42px;
  padding-right: 0;
  font-size: 12px;
}

.paragraph-40-2 {
  text-align: justify;
  width: 160px;
  margin-top: 10px;
  padding-right: 0;
  font-size: 12px;
}

.paragraph-41-2, .paragraph-41-copy {
  font-size: 12px;
}

.paragraph-40-4 {
  text-align: justify;
  width: 160px;
  margin-top: 20px;
  padding-right: 0;
  font-size: 12px;
}

.paragraph-41-4 {
  font-size: 12px;
}

.div-block-128 {
  object-fit: fill;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-6 {
  height: auto;
  margin-bottom: auto;
  padding-bottom: 10px;
}

.fukushima_3 {
  background-color: var(--1_blue);
  height: auto;
}

.fukushima_3.kodomo {
  background-color: var(--kodomo_pink);
}

.container-fukushi_1 {
  border-bottom: 2px dashed #fff;
  max-width: 1000px;
  height: auto;
  margin-bottom: auto;
  padding-bottom: 10px;
}

.container-fukushi_1.hoiku {
  z-index: 5;
  position: relative;
}

.container-fukushima_4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding-top: 40px;
  display: flex;
}

.container-fukushima_4.mana {
  max-width: 1000px;
  padding-top: 0;
}

._4_manabi {
  margin-bottom: 20px;
}

._4_manabi.kodomo_3 {
  margin-bottom: 40px;
}

.shikaku_f {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.image-112 {
  width: 150px;
}

.heading-22 {
  color: var(--story_c1);
  margin-left: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.div-block-129 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.cell-92 {
  justify-content: center;
  align-items: center;
}

.cell-92.hoiku {
  justify-content: flex-end;
  align-items: center;
}

.cell-93 {
  justify-content: center;
  align-items: flex-start;
}

.cell-94.hoiku {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-113_yaziri {
  display: none;
}

.div-block-118-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--story_01);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  display: block;
}

.div-block-118-2.kodomo {
  background-color: var(--kodomo_line);
}

.div-block-118-2.management {
  background-color: var(--mana_02);
}

.div-block-130 {
  width: 100%;
  height: auto;
}

.div-block-131 {
  width: 100%;
  height: 400px;
}

.pick_up_1 {
  width: 95%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.pick_up_1.kodomo {
  margin-top: 0;
}

.pick_up_1.kodomo._2 {
  margin-top: -20px;
}

.pick_up_1.management._2, .pick_up_1.fu {
  margin-top: -11px;
}

.pick {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-bottom: 40px;
}

.quick-stack-24 {
  padding: 0;
}

.quick-stack-24.hoiku {
  z-index: 3;
  position: relative;
}

.heading-23 {
  font-size: 20px;
}

.div-block-132 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.paragraph-42 {
  margin-bottom: 0;
  padding-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.paragraph-43 {
  background-color: #fff;
  margin-bottom: 0;
  padding: 2px 20px;
}

.div-typo_pick {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding-top: 5px;
  display: flex;
}

.typo_01 {
  text-align: justify;
  margin-top: 10px;
}

.image-114 {
  max-width: 110%;
  margin: 0;
}

.cell-95, .cell-96, .cell-97, .cell-98 {
  justify-content: center;
  align-items: center;
}

.paragraph-44 {
  margin-left: 10px;
}

.bold-text-2 {
  color: #50b4ca;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #ccc;
  width: 100%;
  height: .3em;
  position: relative;
}

.certie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-accordion-item-q-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px #fff;
  border-radius: 0;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-style: none;
  border-color: #5d95c340;
  box-shadow: 1px 1px 15px #9191918c;
}

.quick-stack-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

._w-accordion-item-q {
  display: flex;
}

.c-accordion-item-a {
  overflow: hidden;
}

.c-accordion-item-q-text {
  letter-spacing: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.bold-text-4-copy {
  color: #50b4ca;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.welfare_5 {
  background-color: var(--shikaku_glay);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.c-accordion-list {
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-a-text {
  color: #666;
  text-align: justify;
  margin-bottom: 0;
}

.certieificate {
  color: var(--kage);
  margin-top: 46px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #ccc;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text_nursing {
  color: #50b4ca;
  text-align: left;
  letter-spacing: 0;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-45 {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-43 {
  flex-flow: column;
  display: flex;
}

.career_2 {
  text-align: justify;
  border-bottom: 1px dotted #a7c3c0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.cell-51 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.quick-stack-26 {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}

.paragraph-47 {
  text-align: left;
  border: 1px dashed #a7c3c0;
  padding: 20px 30px 20px 40px;
  line-height: 22px;
}

.paragraph-47.management {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.text-block-9 {
  background-color: var(--1_blue);
  text-align: justify;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
  display: flex;
}

.text-block-9.kodomo {
  background-color: var(--kodomo_pink);
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9.management {
  background-color: var(--mana_001);
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9.hoiku {
  background-color: var(--hoiku_green_00);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9.shoku {
  background-color: var(--shoku_004);
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-48 {
  color: #4ba3b399;
  text-align: center;
  letter-spacing: 2px;
  word-break: keep-all;
  margin-top: -60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  line-height: 46px;
  display: none;
}

.welfare_6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.bold-text-5wel {
  color: #569db1;
  font-size: 16px;
}

.paragraph-49 {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 2px #00000063;
  background-color: #86cef0;
  background-image: url('../images/st_2.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 300px;
  margin-top: 32px;
  padding: 43px;
  font-size: 30px;
  line-height: 50px;
  display: none;
}

.cell-49 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.text-span {
  font-size: 60px;
}

.paragraph-50 {
  color: #569db1;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-50.kodomo {
  color: var(--kodomo_line);
}

.paragraph-50.management {
  color: var(--mana_02);
}

.paragraph-50.hoiku {
  color: var(--green_02);
}

.career_etc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 10px;
  padding-bottom: 32px;
  display: flex;
}

.career_etc._2year {
  width: 100%;
}

.career_1 {
  flex-flow: column;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.text-span-10 {
  color: var(--back);
  font-weight: 700;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 700;
}

.text-span-15 {
  color: var(--back);
  font-weight: 700;
}

.text-span-16 {
  font-weight: 700;
}

.paragraph-51 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.div-block-34-2-wel {
  background-image: url('../images/2022_welfare_psy_12_400.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-65 {
  font-weight: 700;
}

.cell-_ob {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
}

.text-span-17 {
  font-size: 14px;
}

.heading-24 {
  color: #a7c3c0;
  margin-top: 0;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
}

.welfare_7 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/pp_01.jpg');
  background-position: 0 0, 100px 100px;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-45-23 {
  color: #a7c3c0;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.cell-43_og {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.text-block-10 {
  text-align: justify;
  width: auto;
  padding: 0;
  font-size: 12px;
}

.div-block-34wel {
  background-image: url('../images/2022_welfare_psy_11-400.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.paragraph-66 {
  color: #fff;
  margin-top: 35px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 70px;
  line-height: 55px;
}

.paragraph-67 {
  color: #a7c3c0;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.div-block-39 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-41 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-46 {
  color: #a7c3c0;
  font-family: Rampart One, sans-serif;
  font-size: 20px;
}

.text-block-10-copy {
  width: auto;
  padding: 0;
  font-size: 12px;
}

.text-block-10-copy._23 {
  text-align: justify;
}

.text-span-18 {
  font-size: 14px;
}

.paragraph-43-23 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-64 {
  font-weight: 700;
}

.quick-stack-interview {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
}

.image-116 {
  width: 400px;
}

.quick-stack-27 {
  width: 100%;
  padding: 0;
}

.ob_og {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 100%;
  padding: 0;
}

.ob_og.kodomo {
  width: 80%;
}

.div-block-133 {
  width: 100%;
  height: 300px;
}

.div-block-134 {
  object-fit: fill;
  width: 100%;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.div-block-134.kodomo {
  height: 460px;
}

.div-block-134.management {
  height: 450px;
}

.div-block-134.hoiku {
  object-fit: cover;
  height: 460px;
}

.div-block-134.shoku {
  height: 450px;
}

.image-117 {
  object-fit: cover;
  max-width: 110%;
  margin-top: 0;
  overflow: clip;
}

.image-118 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 110%;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-133_1 {
  width: 100%;
  height: auto;
}

.div-block-135 {
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
  overflow: hidden;
}

.image-119 {
  object-fit: cover;
  width: 110%;
  max-width: 110%;
}

.div-block-136 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.div-block-136.kodomo {
  grid-template-columns: 1fr 3.5fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-68 {
  text-align: left;
  margin-bottom: 0;
}

.text-span-19 {
  font-size: 17px;
  font-weight: 700;
}

.paragraph-69 {
  text-align: justify;
  margin-top: 10px;
}

.paragraph-69.kodomo, .paragraph-69.management {
  line-height: 25px;
}

.text-span-20 {
  color: var(--chap_mozi_blue);
  font-size: 17px;
  font-weight: 700;
}

.text-span-20.kodomo {
  color: var(--kodomo_line);
  line-height: 30px;
}

.text-span-20.management {
  color: var(--mana_02);
  line-height: 30px;
}

.text-span-20.shoku {
  color: var(--syoku_01);
}

.div-block-133-2 {
  width: 100%;
  height: 300px;
}

.div-block-136-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.paragraph-68-2 {
  text-align: left;
  margin-bottom: 0;
}

.storys-_door_foot {
  border-style: solid;
  border-width: 25px;
  border-color: var(--4_top) var(--4_right) var(--4_under) var(--4_left);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/story.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-6 {
  background-color: var(--story_glay);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 100%;
  display: flex;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--4_under);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

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

.heading-25 {
  color: #fff;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.paragraph-70 {
  color: var(--story_c1);
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

._2020 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-140 {
  width: 100px;
}

.div-block-141 {
  width: 100%;
}

.div-block-140-copy {
  width: 100px;
}

.line {
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  display: flex;
  position: relative;
}

.storys_5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.div-block-142 {
  background-color: var(--story_01);
  width: 40px;
  height: 5px;
  margin-top: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-143 {
  background-color: #fff;
  width: 20px;
  height: 100%;
  position: relative;
}

.div-block-144, .div-block-stort5_1 {
  height: 400px;
}

.line-item-5_1 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -138px;
  overflow: hidden;
}

.line-item-5_1._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.line-item-5_1.left-item {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.line-item-5_1.left-2 {
  text-align: left;
  align-items: flex-start;
}

.line-item-5_1.right {
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
}

.text-block-5_1 {
  color: var(--story_c1);
  text-align: justify;
  background-color: #ffffff9c;
  border-radius: 11px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 20px;
  font-family: Zen Kurenaido, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  top: 0;
}

.div-block-p-c_st_5 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: -270px;
  display: flex;
}

.photos_05 {
  width: 300px;
  height: 200px;
  margin-top: 167px;
}

.child_05 {
  background-color: var(--shikaku_glay);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.quick-stack-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.bold-text-4-child {
  color: #d080e0;
}

.paragraph-71 {
  text-align: left;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
}

.div-block-146 {
  border: 1px #000;
  border-style: dashed none none dashed;
  width: 400px;
  height: 50px;
  margin-top: -73px;
  margin-left: 537px;
  position: absolute;
  inset: auto;
}

.div_zemi {
  border: 1px #000;
  border-top: 2px dashed #fff;
  border-left: 2px dashed #fff;
  width: 600px;
  height: 110px;
  margin-top: -20px;
  margin-left: 72px;
  display: flex;
  position: absolute;
  inset: auto;
}

.div_zemi.kodomo {
  width: 400px;
  margin-top: -78px;
  margin-left: 540px;
}

.p_zemi {
  margin-top: -29px;
  padding-left: 50px;
  line-height: 30px;
}

.paragraph-72 {
  color: #fff;
  background-color: #e29969;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -24px;
  margin-bottom: 0;
  margin-left: -23px;
  padding: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.div-block-133_3 {
  width: 100%;
  height: auto;
}

.div-block-133_3.kodomo {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-69_2 {
  text-align: justify;
  margin-top: 10px;
}

.paragraph-69_2.kodomo {
  color: #ce7373;
  padding-left: 10px;
  font-family: Kiwi Maru, sans-serif;
  line-height: 24px;
}

.image-120 {
  width: 170px;
}

.div-block-147 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 270px;
  display: flex;
  overflow: clip;
}

.div-block-147.m {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-147.ko, .div-block-147.ho, .div-block-147.sh {
  justify-content: center;
  align-items: center;
}

.image-121 {
  width: 110%;
  max-width: 110%;
  height: 120%;
  margin-top: -14px;
}

.image-122 {
  object-fit: cover;
  max-width: 110%;
  margin-top: 0;
}

.image-123 {
  object-fit: cover;
  max-width: 110%;
  overflow: visible;
}

.mane_top {
  height: auto;
  overflow: visible;
}

.quick-stack-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.bold-text-4-mane {
  color: #aab186;
  letter-spacing: 5px;
}

.bold-text-4-mane._22 {
  letter-spacing: 0;
}

.mane_05 {
  background-color: var(--shikaku_glay);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

.div_flow_ma {
  margin-top: -91px;
}

.dv_flow_mana {
  margin-top: -136px;
}

.fukushima_3-mana {
  background-color: var(--mana_001);
  height: auto;
}

.fukushima_3-mana.kodomo {
  background-color: var(--kodomo_pink);
}

.hoiku_top {
  height: 100vh;
}

.quick-stack-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.div-block-149 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-150 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 650px;
  margin-top: 124px;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-150.syoku {
  margin-top: 162px;
}

.div-block-151 {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 150%;
  height: 1500px;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-124 {
  z-index: 20;
  object-fit: cover;
  width: 700px;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 27.8906px;
}

.image-124.hoiku {
  width: 1000px;
  top: 35px;
  left: 87.8906px;
}

.image-125 {
  max-width: 130%;
  margin-top: 0;
}

.cell-103 {
  justify-content: center;
  align-items: flex-start;
}

.fukushima_3-hoiku {
  background-color: var(--hoiku_green_00);
  height: auto;
}

.fukushima_3-hoiku.kodomo {
  background-color: var(--kodomo_pink);
}

.image-126 {
  z-index: 5;
  width: 230px;
  position: absolute;
  top: 165px;
  left: 140px;
}

.image-126.hoiku {
  width: 170px;
  height: auto;
  top: 0;
  left: 32px;
}

.div-block-152 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-153 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.div-block-153.syoku {
  margin-top: -61px;
  position: static;
}

.div-block-154 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -127px;
  display: flex;
}

.div-block-154.hoiku {
  margin-bottom: 0;
}

.paragraph-73 {
  color: #999;
  margin-bottom: 60px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 25px;
  line-height: 45px;
}

.bold-text-4 {
  color: #8ac96e;
}

.quick-stack-17nursing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.certieificate-2 {
  color: #fff;
  margin-top: 46px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
}

._w-accordion-item-22 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item-22:hover {
  border-style: solid;
  border-color: #c3be5d40;
  box-shadow: 1px 1px 15px #c7b27ebf;
}

.nursing_5 {
  background-color: #f8f79d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-74 {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
}

.text-span-21, .text-span-22 {
  font-weight: 700;
}

.div-block-156 {
  background-color: var(--hoiku_green_00);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-156.shoku {
  background-color: var(--shoku_003);
}

.dv_flow.hoiku {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -129px;
  margin-left: 47px;
  display: flex;
}

.dv_flow.shoku {
  margin-top: -133px;
  margin-left: 0;
}

.image-127 {
  width: 150px;
}

.image-127.shoku {
  width: 190px;
}

.image-128 {
  width: 60px;
}

.div-block-157 {
  margin-top: -142px;
}

.div-block-158 {
  margin-top: -141px;
}

.div-block-159 {
  margin-top: -152px;
}

.div-block-160 {
  margin-top: -143px;
}

.hoiku_job {
  background-color: var(--hoiku_yellow);
  text-align: left;
  border: 1px dashed #a7c3c0;
  border-radius: 15px;
  width: 90%;
  padding: 20px 40px;
  line-height: 22px;
}

.hoiku_job.management {
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.image-129 {
  z-index: 10;
  width: 100px;
  margin-top: -117px;
  margin-left: 606px;
  position: relative;
}

.image-129.hoiku {
  margin-top: -40px;
  margin-left: 0;
}

.image-130 {
  width: 150px;
}

.div-block-161, .div-block-gra {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-131 {
  opacity: .33;
  width: 600px;
  margin-top: -699px;
  margin-left: 361px;
  position: static;
}

.image-131.shoku {
  opacity: .42;
  mix-blend-mode: lighten;
  margin-top: -860px;
}

.fukushima_3-syoku {
  background-color: var(--shoku_003);
  height: auto;
}

.fukushima_3-syoku.kodomo {
  background-color: var(--kodomo_pink);
}

.accordion-item-q-text_food {
  color: #50b4ca;
  text-align: left;
  letter-spacing: 5px;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.paragraph-75 {
  color: #a7a7a7;
  margin-bottom: 0;
}

.food_05 {
  background-color: #f8f19d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.quick-stack-17food {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.bold-text-5 {
  color: #8ac96e;
}

.certieificate-3 {
  color: #fff;
  margin-top: 46px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
}

._w-accordion-item-23 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item-23:hover {
  border-style: solid;
  border-color: #c3be5d40;
  box-shadow: 1px 1px 15px #c7b27ebf;
}

.paragraph-76 {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
}

.paragraph-77 {
  color: #a7a7a7;
  margin-bottom: 0;
}

.bold-text-6 {
  color: #8ac96e;
}

.certieificate-4 {
  color: #fff;
  margin-top: 46px;
  font-family: Inconsolata, monospace;
  font-size: 40px;
}

.paragraph-78 {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
}

.div-block-164 {
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
  overflow: clip;
}

.image-133, .image-134, .image-135 {
  max-width: 110%;
}

.container-9, .container-10, .container-11 {
  max-width: 1000px;
}

.st_new_01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-165 {
  background-color: var(--kodomo_pink);
  background-image: url('../images/boysgarl.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: 200px;
  margin-top: 20px;
  display: flex;
}

.div-block-165.c_1 {
  background-color: var(--bb_blue);
}

.div-block-165.c_4 {
  background-color: var(--4_left);
}

.div-block-165.c_5 {
  background-color: var(--shoku_003);
}

.image-136 {
  width: 350px;
  padding-bottom: 0;
}

.div-block-166 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--shikaku_glay);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 1000px;
  display: grid;
}

.div-block-167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.div-block-168 {
  background-color: #fffc;
  border-radius: 20px;
  width: 90%;
  height: auto;
  margin-top: 0;
  padding: 20px 20px 20px 100px;
  position: static;
}

.paragraph-79 {
  margin-bottom: 0;
  padding: 20px;
}

.image-137 {
  width: 150px;
}

.div-block-169 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.image-138 {
  z-index: 2;
  width: 200px;
  position: relative;
  bottom: auto;
  left: 94px;
  right: auto;
}

.paragraph-80 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-81 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-span-23 {
  color: var(--pink_2);
  font-size: 20px;
  font-weight: 700;
}

.text-span-24 {
  color: var(--pink_2);
  background-color: #d7a3dd00;
  font-size: 20px;
  font-weight: 700;
}

.div-block-170 {
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  height: auto;
  display: flex;
}

.div-block-171 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-139 {
  z-index: 2;
  width: 220px;
  position: relative;
}

.image-139._2 {
  width: 260px;
}

.image-139._4 {
  width: 240px;
}

.div-block-172 {
  background-color: #fff;
  border-radius: 20px;
  width: 80%;
  margin-left: -72px;
  margin-right: 40px;
  position: relative;
}

.div-block-172._2 {
  width: 80%;
  margin-left: 40px;
  margin-right: -126px;
}

.paragraph-82 {
  text-align: justify;
  margin-bottom: 0;
  padding: 20px 60px 20px 81px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 25px;
  position: relative;
}

.paragraph-82.st {
  padding-left: 40px;
  padding-right: 80px;
}

.paragraph-82.st2 {
  padding-left: 40px;
  padding-right: 118px;
}

.paragraph-82.st_c4 {
  padding-left: 40px;
  padding-right: 115px;
}

.text-span-25 {
  color: var(--pink_2);
  font-size: 18px;
  font-weight: 700;
}

.text-span-25.c_1 {
  color: var(--4_right);
}

.text-span-25.c_3 {
  color: var(--mana_02);
}

.text-span-25.c_4 {
  color: var(--green_02);
}

.text-span-25.c_5 {
  color: var(--syoku_01);
}

.text-span-26 {
  color: var(--pink_2);
  font-size: 18px;
  font-weight: 700;
}

.side_line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--shikaku_glay);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 1000px;
  display: grid;
}

.story_line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--shikaku_glay);
  border-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-top: 20px;
  display: grid;
}

.years_lines {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story_time {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.story_time._2 {
  margin-top: -218px;
}

.story_time._3 {
  margin-top: 0;
  margin-bottom: 40px;
}

.story_time._3.c_1 {
  margin-top: -5px;
}

.story_time._3.c_4_2 {
  margin-top: -73px;
}

.story_time._4 {
  margin-top: -185px;
  margin-bottom: 40px;
}

.story_time._4.c_3 {
  margin-top: -146px;
}

.story_time._22 {
  margin-top: 0;
}

.story_time._22.c_3 {
  margin-top: -92px;
}

.story_time._22.c_5 {
  margin-top: -188px;
}

.story_time.c_1_4 {
  margin-top: -105px;
  padding-bottom: 40px;
}

.story_time.c_2 {
  margin-top: -248px;
  padding-bottom: 40px;
}

.story_time.c_22 {
  margin-top: -129px;
}

.story_time.c_23 {
  margin-top: -93px;
}

.story_time.c_3 {
  margin-top: -89px;
}

.story_time.c_1 {
  margin-top: -49px;
}

.story_time.c_4 {
  margin-top: -157px;
}

.story_time.c_5 {
  margin-top: -69px;
}

.photo_st {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.photo_st._04 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.photo_st._04.c_1 {
  margin-top: -86px;
}

.photo_st.c_3 {
  height: 300px;
  margin-top: -55px;
}

.photo_st.c_3_00, .photo_st.c_4_2, .photo_st.c_4_3 {
  height: 300px;
}

.paragraph-83 {
  font-family: Zen Kurenaido, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.image-140 {
  border-radius: 30px;
  width: auto;
  max-width: 110%;
}

.hs_p {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 30px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 230px;
  display: flex;
  overflow: clip;
  transform: rotate(-4deg);
  box-shadow: 3px 7px 5px 3px #0003;
}

.text-span-27 {
  color: var(--pink_2);
  font-size: 18px;
  font-weight: 700;
}

.text-span-27.c_1 {
  color: var(--4_right);
}

.text-span-27.c_3 {
  color: var(--mana_02);
}

.text-span-27.c_4 {
  color: var(--green_02);
}

.text-span-28 {
  color: var(--pink_2);
  font-size: 18px;
  font-weight: 700;
}

.text-span-28.c_1 {
  color: var(--4_right);
}

.text-span-28.c_3 {
  color: var(--mana_02);
}

.text-span-28.c_4 {
  color: var(--green_02);
}

.text-span-29 {
  color: var(--pink_2);
  font-weight: 700;
}

.text-span-30 {
  color: var(--pink_2);
  font-size: 18px;
  font-weight: 700;
}

.story_lines_2 {
  z-index: 3;
  background-color: #ffb9b900;
  border-radius: 30px;
  width: 70px;
  height: 70px;
  margin-top: 44px;
  position: absolute;
}

.story_lines_2._2 {
  width: 70px;
  height: 70px;
  margin-top: 4px;
}

.story_lines_2.c_3 {
  width: 70px;
  height: 70px;
  margin-top: 42px;
}

.text-block-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-84 {
  border: 7px solid var(--story_glay);
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 20px 17px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 500px;
}

.nen_1 {
  border: 7px solid var(--story_glay);
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 250px;
}

.nen_1._2 {
  padding: 0;
  display: none;
  top: 650px;
}

.nen_1._3 {
  padding: 0;
  display: none;
  top: 1000px;
}

.nen_1._01 {
  border-color: var(--kodomo_pink);
  margin-top: 251px;
  padding: 0;
  top: 1600px;
}

.nen_1._02 {
  border-color: var(--kodomo_pink);
  padding: 0;
  top: 2100px;
}

.nen_1._03 {
  border-color: var(--kodomo_pink);
  padding: 0;
  display: none;
  top: 2600px;
}

.nen_1._03.c_3, .nen_1._03.c_2, .nen_1._03.c_1 {
  display: flex;
}

.nen_1._04 {
  border-color: var(--kodomo_pink);
  padding: 0;
  display: none;
  top: 3100px;
  bottom: auto;
}

.nen_1._04.c_3 {
  margin-top: -199px;
  display: flex;
  top: 3000px;
}

.nen_1._04.c_1 {
  display: flex;
}

.nen_1._02_c4 {
  border-color: var(--kodomo_pink);
  margin-top: 160px;
  padding: 0;
  top: 3000px;
}

.nen_1._01_c4 {
  border-color: var(--kodomo_pink);
  padding: 0;
  top: 2200px;
}

.nen_1.k {
  display: none;
}

.paragraph-85 {
  margin-top: 7px;
  font-weight: 700;
  position: relative;
  top: 2600px;
}

.image-1042 {
  object-fit: fill;
  width: 120%;
  max-width: 120%;
  margin-top: 0;
  margin-left: 0;
  overflow: clip;
}

.image-1042._3 {
  margin-top: 0;
}

.image-10433 {
  object-fit: fill;
  width: 110%;
  max-width: 120%;
  margin-top: 0;
  margin-left: -34px;
  overflow: clip;
}

.image-10433._3 {
  width: 120%;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (min-width: 1280px) {
  .menu_table {
    background-color: #eff0d8;
    margin-left: 0%;
  }

  .oc_go_bot {
    margin-top: 10px;
  }

  .div-block-56, .horizonral_photo {
    height: auto;
  }

  .div_story {
    width: 100%;
  }

  .oc_go_bot_menu, .oc_go_bot_2 {
    margin-top: 10px;
  }

  .div-block-91 {
    left: auto;
  }

  .container-4 {
    max-width: 1350px;
  }

  .div_story-_02 {
    width: 100%;
  }

  .image-77 {
    top: 27%;
  }

  .text-block-5_2 {
    margin-bottom: 40px;
    top: 238px;
  }

  .paragraph-27_2 {
    top: 33%;
    left: 592px;
    right: auto;
  }

  .photo_sma {
    height: 254.916px;
    margin-bottom: 0;
    position: static;
  }

  .koko_bun_2 {
    height: auto;
  }

  .paragraph-30 {
    font-size: 12px;
  }

  .card-2.shadow {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .image-85 {
    margin-top: -268px;
  }

  .make_your {
    margin-top: -104px;
  }

  .photo_sma_01 {
    height: 254.916px;
    margin-bottom: 0;
    position: static;
  }

  .div_story-_02_1 {
    width: 100%;
  }

  .make_your01 {
    margin-top: -104px;
  }

  .make_your01.c_2, .make_your01.c_4 {
    margin-top: 0;
  }

  .div_story-_02_2 {
    width: 100%;
  }

  .photo_sma_izumi {
    height: 254.916px;
    margin-bottom: 0;
    position: static;
  }

  .div_story-_02_3 {
    width: 100%;
  }

  .horizonral_photo-3 {
    height: auto;
  }

  .div_story-_02_4, .div_story-_02_5 {
    width: 100%;
  }

  .div-block-122 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-123.hoiku {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-124.management, .image-104 {
    object-fit: fill;
  }

  .welfare_7 {
    width: 100%;
  }

  .image-116 {
    margin-top: 40px;
  }

  .div-block-134 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-133_1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
  }

  .div-block-135 {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 180px;
    display: flex;
    overflow: hidden;
  }

  .image-119 {
    max-width: 120%;
  }

  .div-block-136 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: end start;
    display: grid;
  }

  .paragraph-68 {
    text-align: left;
    margin-bottom: 0;
  }

  .text-span-19 {
    font-size: 17px;
    font-weight: 700;
  }

  .paragraph-69 {
    text-align: justify;
    margin-top: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-span-20 {
    color: var(--chap_mozi_blue);
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 700;
  }

  .div-block-136-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: end start;
    display: grid;
  }

  .paragraph-68-2 {
    text-align: left;
    margin-bottom: 0;
  }

  .div-block-133_3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
  }

  .paragraph-69_2 {
    text-align: justify;
    margin-top: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .image-124 {
    top: 0;
  }

  .image-126 {
    top: 165px;
  }

  .div-block-153 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 400px;
  }

  .div-block-154 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-73 {
    margin-bottom: 60px;
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 25px;
    line-height: 45px;
  }

  .story_time.c_2 {
    margin-top: -248px;
  }

  .photo_st._04 {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .link-3-copy {
    margin-top: 7px;
  }

  .hello_oc-table {
    background-color: #fff0;
    width: 40vw;
    height: auto;
  }

  .table_stack {
    margin-top: 0;
  }

  .school, .link, .q_a {
    font-size: 16px;
  }

  .div-block-72 {
    margin-top: 0;
  }

  .manu_001 {
    width: auto;
  }

  .school_q-a {
    padding-top: 0;
  }

  .cell-12 {
    flex-flow: wrap;
  }

  .manu_002 {
    width: auto;
  }

  .image-27 {
    margin-top: -8px;
  }

  .cell-14 {
    flex-flow: row;
  }

  .link-_02-copy {
    font-size: 16px;
  }

  .paragraph-13 {
    margin-top: 89px;
  }

  .students-stack {
    margin-top: -37px;
    position: relative;
  }

  .menu_table {
    margin-left: 0%;
  }

  .back_photo2mei {
    height: 700px;
  }

  .cell-3 {
    background-image: linear-gradient(#46c8dfab, #46c8dfab), url('../images/095A9415_1500_2.jpg');
    background-position: 0 0, 50%;
  }

  .title {
    margin-top: 142px;
  }

  .character {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 400px;
  }

  .gakubu, .gaka {
    font-size: 120px;
  }

  .oc_side-top {
    margin-top: 264px;
    display: none;
  }

  .text-block {
    width: 300px;
  }

  .quick-stack-8 {
    margin-top: 39px;
  }

  .quick-stack-11 {
    height: 620px;
  }

  .cell-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading_mane-2 {
    margin-top: 0;
  }

  .heading-7 {
    font-size: 70px;
  }

  .quick-stack-8-side {
    margin-top: 50px;
    position: relative;
  }

  .quick-stack-8_2 {
    z-index: 3;
    position: relative;
  }

  ._4_titie {
    margin-top: 60px;
  }

  .welfare, .open_can {
    height: auto;
  }

  .background-video-01 {
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .heading_mane-ff_1, .heading_mane-ff_2 {
    margin-top: 0;
  }

  .hello_oc-top {
    background-color: #fff;
    width: auto;
    height: auto;
  }

  .text-block-3 {
    width: 80vw;
    line-height: 25px;
  }

  .image-27_20 {
    margin-top: -8px;
  }

  .quick-stack-10 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-73 {
    width: 300px;
  }

  .heading-7_2 {
    letter-spacing: 0;
    font-size: 70px;
  }

  .oc_menu {
    z-index: 10;
    display: flex;
  }

  .div-block-81 {
    z-index: 20;
  }

  .oc_tab {
    display: none;
  }

  .paragraph-21 {
    letter-spacing: 0;
  }

  .h_1, .ho_photo {
    margin-left: 0;
  }

  .quick-stack-13 {
    width: 90%;
  }

  .story_button {
    width: 70px;
    height: 70px;
  }

  .image-27_menu, .image-27_menu_2 {
    margin-top: -8px;
  }

  .hero-grid-container.right {
    padding: 40px;
  }

  .hero-image {
    background-position: 50%;
  }

  .hero-frame-bottom {
    height: 20px;
  }

  .hero-triple-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dual-grid-left {
    justify-content: flex-start;
    padding-left: 10vw;
  }

  .hero-dual-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-content {
    max-width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-headline {
    max-width: 350px;
    font-size: 64px;
  }

  .intro-paragraph {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .cta-link {
    font-size: 21px;
  }

  .intro-pricing {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .intro-subhead {
    font-size: 80px;
  }

  .hero-gtid-image-3 {
    display: none;
  }

  .hero-gtid-image-3.tablet {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .section-paragraph {
    max-width: 300px;
    font-size: 21px;
  }

  .hero {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .sticky {
    flex-flow: row;
    position: relative;
    top: auto;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .button-35 {
    position: relative;
  }

  .heading-11 {
    font-size: 22px;
  }

  .div_story-_02 {
    flex-flow: row;
    margin-top: -34px;
  }

  .image-63_02 {
    width: 22%;
    margin-top: 12px;
  }

  .image-64_02 {
    width: 22%;
    margin-left: 59px;
  }

  .image-71 {
    bottom: -28%;
  }

  .image-72 {
    margin-bottom: -277px;
  }

  ._2018 {
    z-index: 2;
    margin-top: 16px;
    padding-top: 0;
    position: relative;
  }

  .image-75 {
    margin-top: 0;
    margin-bottom: 53px;
    margin-left: 377px;
    top: auto;
    right: auto;
  }

  .image-76 {
    top: 406px;
    left: 32px;
  }

  .image-77 {
    left: 293px;
  }

  .heading-11-_2 {
    font-size: 22px;
  }

  .paragraph-27 {
    font-size: 12px;
    left: 34px;
  }

  .paragraph-27_2 {
    font-size: 12px;
    left: 478px;
  }

  .paragraph-27_3 {
    right: 21%;
  }

  .div-block-101 {
    margin-right: -162px;
  }

  .div-block-104 {
    margin-left: -127px;
  }

  .quick-stack-16 {
    margin-left: 0;
    padding: 0 0 40px;
  }

  .heading-11-minasan, .heading-11_3, .heading-11_4 {
    font-size: 22px;
  }

  .cell-82 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-27_22, .paragraph-27_222 {
    font-size: 12px;
    left: 34px;
  }

  .text-block-5-part2 {
    margin-top: 41px;
  }

  .quick-stack-16_1 {
    margin-left: 0;
    padding: 0 0 40px;
  }

  .heading-11_2, .heading-11_1, .heading-11-_2-2, .heading-11_32, .heading-11_42, .heading-11-minasan_2 {
    font-size: 22px;
  }

  .image-86 {
    margin-top: 328px;
  }

  .make_your {
    margin-top: -134px;
  }

  .image-75_1 {
    margin-top: 0;
    margin-bottom: 53px;
    margin-left: 377px;
    top: auto;
    right: auto;
  }

  .photo_sma-3_22 {
    margin-left: 56px;
  }

  .image-93 {
    margin-top: 144px;
  }

  ._2018_01 {
    z-index: 2;
    position: relative;
  }

  .heading-11_33, .heading-11_4_01, .heading-11_01 {
    font-size: 22px;
  }

  .text-block-5_02 {
    margin-bottom: 10px;
    margin-right: 60px;
  }

  .image-86_02 {
    margin-top: 341px;
  }

  .photo_sma-2_02 {
    margin-top: -13px;
  }

  .timeline-text {
    max-width: none;
    font-size: 50px;
    line-height: 60px;
  }

  .container-5.flex-verticle {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-item {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item.right {
    justify-content: flex-start;
    align-items: center;
  }

  .timeline-item._2021, .timeline-item.right-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-month {
    font-size: 100px;
    line-height: 100px;
  }

  .new-section {
    padding-bottom: 73px;
  }

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

  .dot._1 {
    width: 28px;
    height: 28px;
  }

  .dot._8 {
    top: 85%;
  }

  .dot._4 {
    top: 62%;
  }

  .timeline-track {
    justify-content: flex-start;
    align-items: stretch;
    width: 18px;
  }

  .timeline-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .div_story-_02_1 {
    flex-flow: row;
    height: 270px;
    margin-top: -42px;
  }

  .image-63_02_2 {
    width: 22%;
    margin-top: 12px;
  }

  .image-64_02_2 {
    width: 22%;
    margin-left: 59px;
  }

  .timeline-item-2 {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
  }

  .timeline-item-2.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-item-3 {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item-3.right, .timeline-item-3._2021 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-item-4 {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item-4.right, .timeline-item-4._2021, .timeline-item-4.right-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-item-33 {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item-33.right, .timeline-item-33._2021, .timeline-item-33.right-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-item-22 {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item-22.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-item-2_22 {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
  }

  .timeline-item-2_22.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-98 {
    width: 300px;
  }

  .heading-16 {
    top: 10%;
  }

  .heading-16_1 {
    top: 3.2%;
  }

  .heading-16_3 {
    top: 25%;
  }

  .heading-16_4 {
    top: 35%;
  }

  .heading-16_5 {
    top: 55%;
  }

  .heading-16_6 {
    top: 67%;
  }

  .heading-16_7 {
    top: 85%;
  }

  .image-99 {
    width: 400px;
  }

  .heading-16_8 {
    top: 93%;
  }

  .make_your01 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div_story-_02_2 {
    flex-flow: row;
    height: 270px;
    margin-top: -42px;
  }

  .timeline-item-22_2 {
    width: 100%;
    overflow: hidden;
  }

  .timeline-item-22_2.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .story_menu {
    width: 90%;
  }

  .heading-16_8_2 {
    top: 93%;
  }

  .div_story-_02_3 {
    flex-flow: row;
    height: 270px;
    margin-top: -42px;
  }

  .timeline-item-2_22_3 {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
  }

  .timeline-item-2_22_3.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div_story-_02_4, .div_story-_02_5 {
    flex-flow: row;
    height: 270px;
    margin-top: -42px;
  }

  .heading-16_8_2_3 {
    top: 93%;
  }

  .div-block-116 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-119, .div-block-120 {
    height: 500px;
  }

  .div-block-121 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    display: inline-flex;
  }

  .quick-stack-20 {
    width: 100%;
  }

  .cell-89 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-20 {
    text-align: center;
    margin-top: -21px;
  }

  .lottie-animation-6.hoiku {
    margin-top: -15px;
  }

  .lottie-animation-6.syoku {
    margin-top: -3px;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -198px;
    display: flex;
  }

  .fukushi_2.hoiku {
    margin-top: 737px;
  }

  .fukushi_2.syoku {
    margin-top: 700px;
  }

  .div-block-124, .div-block-124.management {
    height: 500px;
  }

  .image-104 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-105._2 {
    margin-top: -4px;
  }

  ._3_manabi.syoku {
    margin-top: 54px;
  }

  .photoss {
    justify-content: center;
    align-items: center;
  }

  .photoss.shoku {
    margin-top: 20px;
  }

  .flow {
    width: 95%;
    margin-left: 0;
  }

  .flow.management {
    height: auto;
    padding-bottom: 120px;
  }

  .flow.hoiku {
    margin-top: 0;
  }

  .quick-stack-23 {
    margin-top: 50px;
  }

  .image-107 {
    width: 200px;
  }

  .image-107.hoiku {
    margin-top: 18px;
  }

  .image-110.hoiku {
    margin-top: -30px;
  }

  .image-110.shoku {
    width: 260px;
  }

  .image-111 {
    margin-top: 38px;
    padding-left: 0;
  }

  .image-111.hoiku {
    margin-left: 22px;
  }

  .div-block-126 {
    margin-top: -42px;
  }

  .div-block-126.management {
    margin-top: -48px;
  }

  .div-block-126.hoiku {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -60px;
  }

  .div-block-126.shoku {
    width: 100%;
  }

  .div-block-127 {
    margin-top: -106px;
  }

  .div-block-127.management {
    margin-top: -78px;
  }

  .paragraph-40, .paragraph-40-3, .paragraph-40-2, .paragraph-40-4 {
    width: 150px;
  }

  .div-block-128 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-128.management {
    justify-content: flex-start;
    align-items: center;
  }

  .container-fukushima_4 {
    padding-top: 0;
  }

  .cell-90 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 72px;
  }

  .div-block-118-2 {
    display: none;
  }

  .pick_up_1.kodomo._2 {
    margin-top: 0;
  }

  .pick_up_1.management._2, .pick_up_1.fu {
    margin-top: 10px;
  }

  .cell-95, .cell-96, .cell-97, .cell-98 {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-3-wel {
    word-break: keep-all;
  }

  .quick-stack-25 {
    width: 100%;
  }

  .c-accordion-item-q-text {
    padding-right: 0;
  }

  .c-accordion-list {
    width: 100%;
  }

  .accordion-item-q-text_nursing {
    word-break: keep-all;
  }

  .career_2 {
    padding-bottom: 0;
    font-size: 12px;
  }

  .quick-stack-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-47 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-48 {
    margin-top: -50px;
  }

  .welfare_6 {
    height: auto;
  }

  .bold-text-5wel {
    font-size: 14px;
  }

  .paragraph-49 {
    border-radius: 300px;
    padding: 29px 35px;
    font-size: 27px;
    line-height: 45px;
  }

  .paragraph-50 {
    font-size: 16px;
  }

  .career_etc {
    width: 90%;
  }

  .career_etc._2year {
    width: 100%;
  }

  .career_1 {
    font-size: 16px;
  }

  .div-block-34-2-wel, .div-block-34wel {
    width: 180px;
    height: 180px;
  }

  .paragraph-66 {
    margin-top: 37px;
    padding-bottom: 0;
  }

  .quick-stack-interview {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .ob_og {
    order: 0;
    align-self: center;
  }

  .ob_og.kodomo {
    width: 90%;
  }

  .div-block-134 {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-134.kodomo {
    width: 100%;
    height: 400px;
  }

  .div-block-134.management {
    width: 100%;
  }

  .div-block-134.hoiku {
    object-fit: cover;
    width: 100%;
  }

  .div-block-134.shoku {
    width: 100%;
  }

  .image-118 {
    max-width: 110%;
  }

  .container-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-133_1 {
    width: 80%;
  }

  .div-block-133_1.kodomo {
    width: 100%;
  }

  .div-block-133-2 {
    width: 80%;
    height: auto;
  }

  .cell-99, .cell-100, .cell-101, .cell-102 {
    justify-content: flex-start;
    align-items: center;
  }

  .storys-_door_foot {
    border-width: 20px;
    height: 300px;
  }

  .line-item-5_1 {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
  }

  .line-item-5_1.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-28 {
    width: 100%;
  }

  .div_zemi {
    width: 500px;
    height: 100px;
    margin-top: -23px;
    margin-left: 46px;
  }

  .div_zemi.kodomo {
    width: 350px;
    height: 80px;
    margin-top: -69px;
    margin-left: 385px;
  }

  .div-block-133_3 {
    width: 80%;
  }

  .div-block-133_3.kodomo {
    width: 100%;
  }

  .div-block-147 {
    height: 200px;
  }

  .quick-stack-29 {
    width: 100%;
  }

  .div_flow_ma {
    margin-top: -82px;
  }

  .dv_flow_mana {
    margin-top: -138px;
  }

  .div-block-149 {
    justify-content: center;
    align-items: center;
    margin-top: 72px;
  }

  .div-block-150 {
    width: 75%;
    height: 500px;
    margin-top: 0;
  }

  .div-block-151 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -203px;
  }

  .image-125 {
    max-width: 110%;
  }

  .div-block-153 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-153.syoku {
    margin-top: 0;
  }

  .div-block-154 {
    z-index: 10;
    margin-top: 138px;
    position: relative;
  }

  .quick-stack-17nursing {
    width: 100%;
  }

  .div-block-156 {
    display: none;
  }

  .div_flow {
    margin-top: -26px;
  }

  .dv_flow {
    margin-top: -11px;
  }

  .dv_flow.hoiku {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -107px;
    margin-left: 0;
  }

  .dv_flow.shoku {
    width: 100%;
    margin-left: 0;
  }

  .div-block-159 {
    margin-top: -132px;
  }

  .hoiku_job {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-131 {
    margin-left: 102px;
  }

  .accordion-item-q-text_food {
    word-break: keep-all;
  }

  .paragraph-75 {
    font-size: 12px;
  }

  .quick-stack-17food {
    width: 100%;
  }

  .paragraph-77 {
    font-size: 12px;
  }

  .div-block-172 {
    margin-left: -89px;
    margin-right: 20px;
  }

  .paragraph-82 {
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-span-25, .text-span-26 {
    font-size: 18px;
  }

  .story_time {
    margin-top: 33px;
  }

  .story_time._2 {
    margin-top: -84px;
  }

  .story_time._3 {
    margin-top: 20px;
  }

  .story_time._3.c_4_2 {
    margin-top: 45px;
  }

  .story_time._4 {
    margin-top: 0;
  }

  .story_time._4.c_3 {
    margin-top: -8px;
  }

  .story_time._22 {
    margin-top: 8px;
  }

  .story_time._22.c_5 {
    margin-top: -77px;
  }

  .story_time.c_1_4 {
    margin-top: 18px;
  }

  .story_time.c_2 {
    margin-top: -182px;
  }

  .story_time.c_22 {
    margin-top: -53px;
  }

  .story_time.c_23 {
    margin-top: -45px;
  }

  .story_time.c_1 {
    margin-top: 24px;
  }

  .story_time.c_4 {
    margin-top: -23px;
  }

  .story_time.c_5 {
    margin-top: -8px;
  }

  .photo_st._04 {
    margin-top: 0;
  }

  .hs_p {
    width: 300px;
    height: 200px;
  }

  .story_lines_2._2 {
    margin-top: -4px;
  }

  .story_lines_2.c_3 {
    margin-top: 20px;
  }

  .nen_1._02 {
    top: 2200px;
  }

  .nen_1._03 {
    top: 2700px;
  }

  .nen_1._03.c_3 {
    top: 2600px;
  }

  .nen_1._04 {
    top: 3300px;
  }

  .nen_1._04.c_3 {
    margin-top: -166px;
  }

  .nen_1._02_c4 {
    top: 3200px;
  }

  .image-1042 {
    width: 100%;
    height: 101.528%;
    margin-top: 0;
  }

  .image-10433 {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .link-3-copy {
    margin-top: 0;
  }

  .hello_oc-table {
    box-shadow: none;
    background-color: #fff0;
    width: 40vw;
    height: auto;
  }

  .menu {
    height: 50px;
  }

  .table_stack {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .school {
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .link {
    width: 200px;
    font-size: 16px;
    line-height: 18px;
  }

  .link-6 {
    width: 200px;
    margin-top: -19px;
    font-size: 18px;
    line-height: 18px;
  }

  .q_a {
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 14px;
    display: flex;
  }

  .div-block-72 {
    margin-top: -48px;
  }

  .manu_001 {
    width: auto;
  }

  .cell-12 {
    justify-content: flex-end;
    align-items: center;
  }

  .manu_002 {
    width: auto;
  }

  .image-27 {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .cell-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-_02-copy {
    width: 200px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-13 {
    margin-top: 65px;
    font-size: 30px;
  }

  .students-stack {
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .cell-63 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .back_photo2mei {
    height: 500px;
  }

  .title {
    margin-top: -29px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 35px;
  }

  .paragraph {
    margin-top: 0;
    font-size: 14px;
  }

  .lottie-animation_top1 {
    height: 80px;
  }

  .character {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 300px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .gakubu {
    font-size: 90px;
  }

  .fgu_1 {
    margin-top: 0;
    font-size: 22px;
  }

  .lottie-animation-top4 {
    height: 100px;
    margin-top: -20px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .lottie-animation-top3 {
    height: 70px;
  }

  .image-26 {
    width: 150px;
  }

  .gaka {
    font-size: 90px;
  }

  .lottie-animation-top2 {
    height: 80px;
  }

  .oc_side-top {
    margin-top: 233px;
    display: none;
  }

  .text-block {
    width: 500px;
  }

  .quick-stack-11 {
    height: 500px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .background-video-01 {
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .columns-4 {
    display: flex;
  }

  .hello_oc-top {
    box-shadow: none;
    background-color: #ffffff96;
    width: auto;
    height: auto;
  }

  .text-block-3 {
    width: 80vw;
  }

  .image-27_20 {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .div-block-73 {
    width: 250px;
  }

  .oc_menu {
    z-index: 20;
    height: 80px;
    display: flex;
  }

  .div-block-79 {
    width: 340px;
    margin-top: -22px;
  }

  .paragraph-21 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .div-block-57 {
    height: auto;
  }

  .h_1 {
    width: 200px;
    height: auto;
  }

  .ho_photo, .story_top {
    height: auto;
  }

  .quick-stack-13 {
    width: 400px;
  }

  .image-63, .image-64 {
    width: 100%;
  }

  .div_story {
    flex-flow: column;
    width: 100%;
  }

  .div-block-85 {
    width: 95%;
  }

  .story_button {
    width: 80px;
    height: 80px;
  }

  .paragraph-23 {
    font-size: 14px;
  }

  .image-27_menu, .image-27_menu_2 {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .hero {
    display: none;
  }

  .sticky {
    position: relative;
  }

  .services-grid {
    padding-bottom: 60px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .div_story-_02 {
    flex-flow: row;
    width: 100%;
  }

  .image-63_02 {
    width: 20%;
  }

  .image-64_02 {
    width: 20%;
    margin-top: -5px;
    margin-left: 47px;
  }

  .story_button_02 {
    width: 80px;
    height: 80px;
  }

  .image-71 {
    top: auto;
    bottom: -20%;
  }

  .image-72 {
    z-index: 3;
  }

  .image-74 {
    margin-top: -153px;
    margin-left: 94px;
  }

  .heading-10university {
    font-size: 24px;
  }

  .card-inner-light {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .image-75 {
    margin-top: -92px;
    margin-left: 283px;
    margin-right: 0;
    top: -13%;
    right: auto;
  }

  .image-76 {
    top: 636px;
    left: -2px;
  }

  .image-77 {
    top: 24%;
    left: -47px;
  }

  .heading-11-_2 {
    font-size: 22px;
  }

  .image-78 {
    top: 46%;
  }

  .service-_last.margin-bottom-30 {
    flex-flow: column;
  }

  .heading-12 {
    margin-top: -153px;
  }

  .paragraph-27 {
    font-size: 12px;
    top: 656px;
    left: 238px;
  }

  .paragraph-27_2 {
    font-size: 12px;
    top: 41%;
    left: 52px;
  }

  .paragraph-27_3 {
    right: 29%;
  }

  .div-block-101 {
    margin-right: -73px;
  }

  .div-block-103 {
    margin-top: -257px;
  }

  .div-block-104 {
    margin-left: -65px;
  }

  .quick-stack-16 {
    margin-left: -60px;
    margin-right: -50px;
  }

  .heading-11-minasan, .heading-11_3, .heading-11_4 {
    font-size: 22px;
  }

  .paragraph-27_22, .paragraph-27_222 {
    font-size: 12px;
    top: 656px;
    left: 238px;
  }

  .text-block-5-part2 {
    margin-top: 70px;
  }

  .image-81 {
    margin-left: -22px;
  }

  .quick-stack-16_1 {
    margin-left: -60px;
    margin-right: -50px;
  }

  .image-84 {
    width: 380px;
  }

  .photo_sma-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-30 {
    margin-top: 10px;
  }

  .story_navi1 {
    height: auto;
  }

  .heading-10_2 {
    font-size: 24px;
  }

  .heading-11_2, .heading-11_1, .heading-11-_2-2, .heading-11_32, .heading-11_42, .heading-11-minasan_2 {
    font-size: 22px;
  }

  .card-2.shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-86 {
    margin-top: -43px;
  }

  .div-block-109 {
    flex-flow: column;
  }

  .image-91 {
    margin-top: -148px;
  }

  .photo_sma-3_2 {
    margin-top: 0;
  }

  .make_your {
    margin-top: -179px;
  }

  .image-75_1 {
    margin-top: -92px;
    margin-left: 283px;
    margin-right: 0;
    top: -13%;
    right: auto;
  }

  .image-93 {
    margin-top: -79px;
  }

  .service-_last_l.margin-bottom-30 {
    flex-flow: column;
  }

  .heading-11_33, .heading-11_4_01, .heading-11_01 {
    font-size: 22px;
  }

  .image-86_02 {
    margin-top: -43px;
  }

  .photo_sma-2_02 {
    width: 130%;
    margin-left: -85px;
  }

  .photo_sma-2_02._2 {
    margin-left: 0;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .confetti {
    display: none;
  }

  .timeline-text {
    font-size: 30px;
    line-height: 30px;
    position: relative;
  }

  .timeline-item {
    height: 270px;
  }

  .timeline-item.right {
    justify-content: flex-start;
    align-items: center;
  }

  .new-section {
    padding-bottom: 83px;
  }

  .dot._1 {
    width: 22px;
    height: 22px;
  }

  .dot._8 {
    width: 22px;
    height: 22px;
    top: 85%;
  }

  .dot._5 {
    width: 22px;
    height: 22px;
  }

  .dot._4 {
    width: 22px;
    height: 22px;
    top: 62%;
  }

  .dot._3, .dot._7, .dot._6, .dot._2 {
    width: 22px;
    height: 22px;
  }

  .timeline-track {
    width: 12px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .timeline-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    font-size: 12px;
  }

  .div_story-_02_1 {
    flex-flow: row;
    width: 100%;
    height: 240px;
    padding-right: 0;
  }

  .image-63_02_2 {
    width: 20%;
  }

  .image-64_02_2 {
    width: 20%;
    margin-top: -5px;
    margin-left: 47px;
  }

  .photos {
    width: 80%;
    margin-top: -93px;
  }

  .timeline-item-2 {
    height: auto;
    margin-top: 112px;
    overflow: visible;
  }

  .timeline-item-3 {
    justify-content: center;
    align-items: center;
    height: 270px;
    margin-top: 37px;
    overflow: visible;
  }

  .timeline-item-4 {
    height: auto;
    margin-top: -290px;
  }

  .timeline-item-33 {
    height: 180px;
    margin-top: -82px;
  }

  .timeline-item-22 {
    height: auto;
    margin-top: 90px;
  }

  .heading-14 {
    text-shadow: 0 1px 1px var(--kage);
    margin-right: -119px;
    line-height: 30px;
    position: relative;
  }

  .heading-15 {
    text-shadow: 0 1px 1px var(--kage);
    margin-left: -157px;
    line-height: 30px;
  }

  .timeline-item-2_22 {
    height: auto;
    margin-top: 129px;
    overflow: visible;
  }

  .heading-16 {
    top: 10%;
  }

  .heading-16_1 {
    top: 3%;
  }

  .heading-16_3 {
    top: 25%;
  }

  .heading-16_4 {
    top: 35%;
  }

  .heading-16_5 {
    margin-right: -30px;
    top: 55%;
  }

  .heading-16_6 {
    top: 62%;
  }

  .heading-16_7 {
    top: 85%;
  }

  .image-99 {
    width: 350px;
  }

  .heading-16_8 {
    top: 93%;
  }

  .make_your01 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .make_your01.c_4 {
    margin-top: -37px;
  }

  .div_story-_02_2 {
    flex-flow: row;
    width: 100%;
    height: 240px;
    padding-right: 0;
  }

  .timeline-item-22_2 {
    height: auto;
    margin-top: 90px;
  }

  .story_menu {
    width: 400px;
  }

  .story_copy {
    width: 95%;
  }

  .heading-16_8_2 {
    top: 93%;
  }

  .div_story-_02_3 {
    flex-flow: row;
    width: 100%;
    height: 240px;
    padding-right: 0;
  }

  .timeline-item-2_22_3 {
    height: auto;
    margin-top: 129px;
    overflow: visible;
  }

  .div_story-_02_4, .div_story-_02_5 {
    flex-flow: row;
    width: 100%;
    height: 240px;
    padding-right: 0;
  }

  .heading-16_8_2_3 {
    top: 93%;
  }

  .fukushi_top {
    height: auto;
  }

  .div-block-120 {
    height: 400px;
    margin-top: -100px;
  }

  .div-block-121 {
    flex-flow: column;
    margin-top: 0;
  }

  .fukushi_2.hoiku {
    margin-top: 382px;
  }

  .fukushi_2.syoku {
    margin-top: 549px;
  }

  .div-block-124.management {
    height: 400px;
  }

  .image-104 {
    width: 110%;
    height: 110%;
    margin-top: -28px;
  }

  .image-105._2 {
    height: 105%;
    margin-top: -5px;
  }

  ._3_manabi.mana._2 {
    padding-bottom: 0;
  }

  .heading-21 {
    letter-spacing: 6px;
    font-size: 20px;
  }

  .paragraph-38 {
    font-size: 13px;
  }

  .paragraph-39 {
    font-size: 16px;
  }

  .photoss {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .flow {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .flow.management {
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .flow.shoku {
    margin-top: 0;
  }

  .quick-stack-23 {
    height: auto;
    margin-top: 0;
  }

  .image-107 {
    margin-top: 0;
  }

  .image-108.hoiku {
    margin-bottom: 77px;
  }

  .image-108.shoku {
    width: 120px;
  }

  .image-109, .image-110 {
    margin-top: 0;
  }

  .image-110.shoku {
    width: 220px;
  }

  .image-111 {
    margin-top: 0;
    margin-right: 16px;
    display: inline-flex;
    position: relative;
    top: 280px;
    overflow: visible;
    transform: rotate(90deg);
  }

  .div-block-126 {
    margin-top: -112px;
  }

  .div-block-126.management, .div-block-126.hoiku {
    margin-top: 0;
  }

  .div-block-126.shoku {
    width: 85%;
    margin-top: 0;
  }

  .div-block-127 {
    margin-top: -108px;
  }

  .div-block-127.management, .div-block-127.hoiku, .div-block-127.shoku, .paragraph-40-3, .paragraph-40-4 {
    margin-top: 0;
  }

  .container-fukushi_1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .shikaku_f {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-129 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell-91, .cell-92, .cell-93, .cell-94 {
    justify-content: flex-start;
    align-items: center;
  }

  .pick {
    width: 95%;
  }

  .paragraph-42 {
    padding-bottom: 5px;
  }

  .paragraph-43 {
    font-size: 12px;
  }

  .div-typo_pick {
    flex-flow: column;
  }

  .cell-95, .cell-96, .cell-97, .cell-98 {
    justify-content: flex-start;
    align-items: center;
  }

  .c-accordion-list {
    width: 100%;
  }

  .accordion-item-q-text_nursing {
    word-break: keep-all;
  }

  .cell-51 {
    justify-content: center;
    align-items: center;
  }

  .text-block-9 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-48 {
    margin-top: -29px;
  }

  .paragraph-49 {
    border-radius: 350px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 40px;
  }

  .cell-49 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-span {
    font-size: 40px;
  }

  .container-7._2year {
    width: 100%;
  }

  .paragraph-46 {
    font-family: Rampart One, sans-serif;
  }

  .image-116 {
    width: 300px;
  }

  .div-block-134.hoiku {
    object-fit: cover;
    width: 100%;
  }

  .image-117 {
    box-sizing: content-box;
    max-width: 130%;
  }

  .paragraph-68 {
    font-size: 12px;
  }

  .storys-_door_foot {
    height: 250px;
  }

  .line-item-5_1 {
    height: auto;
    margin-top: 112px;
    overflow: visible;
  }

  .div_zemi {
    display: none;
  }

  .div-block-147 {
    height: 150px;
  }

  .div-block-147.m {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-121 {
    max-width: 110%;
    display: block;
  }

  .mane_top {
    height: auto;
  }

  .div_flow_ma, .dv_flow_mana {
    margin-top: 0;
  }

  .div-block-150 {
    height: 450px;
  }

  .image-124 {
    width: 500px;
    top: 57px;
  }

  .image-124.hoiku {
    width: 900px;
  }

  .image-125 {
    max-width: 120%;
  }

  .image-126 {
    width: 200px;
    top: 119px;
  }

  .image-126.hoiku {
    width: 140px;
    top: 23px;
    left: 46px;
  }

  .paragraph-73 {
    font-size: 20px;
    line-height: 35px;
  }

  .div_flow {
    margin-top: 0;
  }

  .dv_flow.hoiku {
    margin-top: -46px;
    margin-left: 40px;
  }

  .dv_flow.shoku {
    width: 85%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-127.hoiku {
    width: 120px;
  }

  .div-block-157, .div-block-158, .div-block-159, .div-block-160 {
    margin-top: 0;
  }

  .image-129 {
    margin-top: -11px;
    margin-left: 0;
  }

  .image-129.hoiku {
    margin-left: 0;
  }

  .image-131 {
    width: 500px;
    margin-top: -623px;
    margin-left: 47px;
  }

  .image-132 {
    width: 140px;
  }

  .accordion-item-q-text_food {
    word-break: keep-all;
  }

  .paragraph-75, .paragraph-77 {
    font-size: 12px;
  }

  .div-block-171 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-139 {
    width: 150px;
  }

  .image-139._2 {
    width: 180px;
    bottom: 292px;
    right: -143px;
  }

  .image-139._3 {
    top: -323px;
    right: -151px;
  }

  .image-139._4 {
    width: 180px;
  }

  .div-block-172 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-172._2 {
    margin-right: 40px;
  }

  .paragraph-82 {
    padding-left: 15px;
  }

  .paragraph-82.st {
    padding-left: 10px;
    padding-right: 142px;
  }

  .paragraph-82.st2 {
    padding-left: 10px;
  }

  .paragraph-82.st_c4 {
    padding-left: 10px;
    padding-right: 142px;
  }

  .story_line {
    grid-template-columns: .5fr;
  }

  .years_lines {
    display: none;
  }

  .story_time {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .story_time._2 {
    margin-top: 56px;
  }

  .story_time._3.c_4_2 {
    margin-top: -22px;
  }

  .story_time._4 {
    margin-top: -28px;
  }

  .story_time._4.c_3 {
    margin-top: -6px;
  }

  .story_time._22 {
    margin-top: 0;
  }

  .story_time._22.c_3 {
    margin-top: -2px;
  }

  .story_time._22.c_5 {
    margin-top: 3px;
  }

  .story_time.c_2 {
    margin-top: -79px;
  }

  .story_time.c_22 {
    margin-top: 66px;
  }

  .story_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .photo_st._04 {
    margin-top: -315px;
  }

  .story_lines_2 {
    width: 20px;
    height: 20px;
    display: none;
  }

  .nen_1 {
    text-align: center;
    border-width: 3px;
    width: 88%;
    padding: 15px 10px;
    font-size: 12px;
    display: none;
  }

  .nen_1._02 {
    width: 88%;
    padding: 15px;
  }

  .nen_1._04 {
    display: none;
  }

  .nen_1._02_c4 {
    width: 88%;
    padding: 15px;
  }

  .image-1042 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-10433 {
    width: 110%;
    margin-top: 0;
  }

  .image-10433._3 {
    width: 110%;
    height: 110%;
  }
}

@media screen and (max-width: 479px) {
  .link-3-copy {
    border-radius: 12px;
    width: 280px;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 14px;
  }

  .link-3-copy.w--current {
    width: 200px;
  }

  .hello_oc-table {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .menu {
    width: 90%;
    height: 50px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table_stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 90%;
    margin-top: 0;
    padding: 0 0 10px;
  }

  .school {
    border-radius: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .link {
    width: 150px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .link-6 {
    width: 200px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .link-6.w--current {
    width: 200px;
    margin-top: 18px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .q_a {
    border-radius: 12px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .image {
    width: 210px;
  }

  .div-block-72 {
    width: 320px;
    height: auto;
    margin-top: 0;
  }

  .manu_001 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 10px;
  }

  .school_q-a {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .manu_002 {
    width: auto;
    margin-top: 0;
  }

  .image-27 {
    width: 80%;
    height: 35%;
    margin-top: 0;
    padding-top: 0;
  }

  .link-block {
    width: 40px;
    margin-top: 7px;
  }

  .cell-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-5 {
    text-shadow: none;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .link-_02-copy {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-13 {
    text-align: center;
    margin-top: 65px;
    font-size: 20px;
    line-height: 30px;
  }

  .students-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    height: auto;
    margin-top: -58px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_table {
    margin-left: 0%;
  }

  .cell-63 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-25 {
    justify-content: flex-start;
    align-items: center;
  }

  .top_main {
    z-index: 20;
  }

  .back_photo2mei {
    height: 800px;
  }

  .cell-3 {
    background-image: linear-gradient(#46c8dfab, #46c8dfab), url('../images/095A9415_1500_2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 197px;
    padding-top: 0;
  }

  .heading-4 {
    white-space: nowrap;
    margin-top: 0;
    font-size: 27px;
  }

  .paragraph {
    font-size: 12px;
  }

  .sub_title {
    margin-top: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding: 0;
  }

  .character {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 300px;
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gakubu {
    letter-spacing: 3px;
    white-space: nowrap;
    word-break: normal;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    line-height: 60px;
  }

  .cell-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .fgu_1 {
    margin-top: 275px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .hello_mozi {
    margin-top: 6px;
    margin-left: 0;
  }

  .lottie-animation-top4 {
    height: 110px;
    margin-top: -27px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-5 {
    width: 60px;
    height: 100px;
    margin-top: -13px;
  }

  .heading-3 {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .lottie-animation-top3 {
    margin-top: 6px;
  }

  .image-26 {
    width: 100px;
    margin-left: 85px;
    padding-right: 0;
    display: block;
  }

  .gaka {
    white-space: nowrap;
    font-size: 65px;
    line-height: 50px;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-end;
  }

  .oc_side-top {
    width: 35px;
    height: 200px;
    margin-top: 330px;
    display: none;
  }

  .image-30 {
    width: 30px;
  }

  .link-4 {
    font-size: 14px;
  }

  .text-block {
    width: 300px;
  }

  .quick-stack-8 {
    margin-top: 14px;
  }

  .div-block-10 {
    margin-top: -75px;
  }

  .quick-stack-11 {
    height: 400px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .heading_mane-2 {
    font-size: 26px;
  }

  .heading-7 {
    margin-top: 15px;
    font-size: 55px;
    line-height: 60px;
    overflow: hidden;
  }

  .cell-18 {
    background-position: 0%;
  }

  .cell-20 {
    background-position: 100%;
  }

  ._4_titie {
    margin-top: 0;
    overflow: hidden;
  }

  .background-video-01 {
    width: 100%;
    height: 225px;
    margin-top: 0;
    margin-left: 0;
  }

  .koumei {
    margin-top: 0;
  }

  .columns-4 {
    display: flex;
  }

  .komei {
    width: 300px;
  }

  .image-21 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading_mane-ff_1 {
    font-size: 20px;
  }

  .heading_mane-ff_2 {
    letter-spacing: 4px;
    font-size: 12px;
  }

  .link-4-_02 {
    font-size: 14px;
  }

  .cell-17 {
    justify-content: center;
    align-items: center;
  }

  .hello_oc-top {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 14px;
    padding-top: 0;
  }

  .text-block-3 {
    text-align: justify;
    font-size: 13px;
  }

  .cell-16 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-15 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-27_20 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    padding: 0 10px;
  }

  .image-28 {
    width: 260px;
  }

  .image-33 {
    width: auto;
  }

  .storys {
    background-image: linear-gradient(to bottom, null, null), url('../images/story.svg');
    background-size: auto, cover;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .heading-7_2 {
    letter-spacing: 1px;
    margin-top: 14px;
    font-size: 50px;
    line-height: 70px;
  }

  .image-34 {
    padding-bottom: 20px;
  }

  .div-block-76 {
    bottom: -98%;
  }

  .heading-8 {
    font-size: 14px;
  }

  .story_kochira {
    height: 35px;
  }

  .oc_menu {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .div-block-79 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-top: -20px;
    margin-left: 0;
    display: flex;
  }

  .image-61 {
    margin-top: 0;
  }

  .button-33 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .story_kochira_oc {
    height: 35px;
  }

  .div-block-76_oc {
    bottom: -98%;
  }

  .oc_go_bot {
    width: 310px;
    height: 40px;
  }

  .paragraph-21 {
    font-size: 14px;
  }

  .div-block-56 {
    margin-top: 20px;
  }

  .div-block-57 {
    height: auto;
  }

  .h_1 {
    width: 150px;
    height: 120px;
  }

  .horizonral_photo {
    margin-top: 240px;
  }

  .ho_photo {
    height: auto;
  }

  .storys-_door {
    background-image: linear-gradient(#0000, #0000), url('../images/story.svg');
    background-size: auto, cover;
    border-width: 20px;
  }

  .story_top {
    height: auto;
  }

  .quick-stack-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 300px;
  }

  .image-63 {
    width: 100%;
    margin-top: 20px;
  }

  .image-64 {
    width: 100%;
  }

  .div_story {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .div-block-85 {
    margin-top: -57px;
  }

  .image-66 {
    width: 220px;
  }

  .story_button {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    bottom: -11px;
  }

  .paragraph-22 {
    font-size: 12px;
  }

  .paragraph-23 {
    margin-bottom: 20px;
    padding-bottom: 37px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-27_menu {
    width: 80%;
    height: 60px;
    margin-top: 15px;
    padding-top: 0;
  }

  .oc_go_bot_menu {
    width: 270px;
    height: 30px;
  }

  .image-27_menu_2 {
    width: 80%;
    height: 60px;
    margin-top: 0;
    padding-top: 0;
  }

  .oc_go_bot_2 {
    width: 310px;
    height: 40px;
  }

  .oc_go_bot_2.w--current {
    width: 270px;
    height: 30px;
    margin-bottom: 0;
  }

  .intro-sticky {
    height: auto;
    position: relative;
  }

  .hero-shadow {
    display: none;
  }

  .hero-image {
    width: auto;
    height: 88vh;
    display: inline-block;
    position: sticky;
    top: 0;
  }

  .hero-frame-bottom {
    height: 15px;
  }

  .hero-frame-bottom.mobile {
    position: static;
  }

  .hero-dual-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .intro-content {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-span-2 {
    white-space: nowrap;
  }

  .section-headline {
    max-width: 223px;
    font-size: 40px;
  }

  .cta-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-paragraph {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .iphone-endframe-image {
    width: auto;
  }

  .hero-content {
    margin-top: -114vh;
  }

  .cta-link {
    margin-top: 12px;
  }

  .intro-pricing {
    text-align: left;
    white-space: normal;
    margin-top: 15px;
  }

  .intro-subhead {
    text-align: left;
    font-size: 48px;
  }

  .hero-image-container {
    z-index: 2;
    height: 200vh;
  }

  .section-paragraph {
    max-width: 270px;
    font-size: 19px;
  }

  .hero {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .hero-content-conteiner {
    height: auto;
  }

  .card.shadow {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .service-icon {
    justify-content: flex-end;
    align-items: center;
    width: 80px;
  }

  .sticky {
    z-index: 10;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 120%;
    height: 140px;
    margin-top: -68px;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 0;
  }

  .services-grid {
    padding-bottom: 60px;
  }

  .button-35 {
    width: auto;
    font-size: 16px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-93 {
    margin-top: -16px;
    padding-left: 0;
  }

  .div-block-94 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .text-block-5 {
    margin-top: -6px;
    margin-left: 0;
    font-size: 14px;
    position: static;
  }

  .heading-11 {
    margin-top: 41px;
    margin-left: 77px;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .div_story-_02 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .image-63_02 {
    width: 30%;
    margin-top: 16px;
  }

  .image-64_02 {
    width: 30%;
    margin-top: 7px;
    margin-left: -1px;
  }

  .story_button_02 {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    bottom: -11px;
  }

  .paragraph-22_02 {
    font-size: 12px;
  }

  .image-69 {
    width: 140px;
  }

  .image-70 {
    width: 125px;
    margin-top: -22px;
    margin-left: 20px;
    bottom: 0;
    left: -48px;
    transform: none;
  }

  .image-71 {
    width: 200px;
    margin-top: 0;
    margin-bottom: -91px;
    inset: auto 0% -92px auto;
  }

  .image-72 {
    width: 140px;
    margin-top: 0;
    margin-bottom: -316px;
    margin-left: -78px;
    padding-bottom: 0;
    inset: auto;
    transform: none;
  }

  .image-73 {
    width: 120px;
    margin-top: -193px;
    margin-left: -46px;
    position: absolute;
    inset: auto;
  }

  .image-74 {
    z-index: 6;
    margin-top: -91px;
    margin-left: 0;
  }

  .heading-10university {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .card-inner-light {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 49px;
  }

  ._2018 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-75 {
    margin-top: 115px;
    margin-left: 141px;
    top: -5%;
  }

  .image-76 {
    top: 735px;
  }

  .image-77 {
    top: 27%;
    left: -67px;
  }

  .heading-11-_2 {
    margin-top: 0;
    margin-right: -63px;
    font-size: 15px;
  }

  .text-block-5_2 {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    position: static;
  }

  .image-78 {
    top: 46%;
    right: -5%;
  }

  .service-_last.margin-bottom-30 {
    flex-flow: column;
  }

  .text-block-5-last {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .paragraph-26 {
    margin-bottom: 10px;
  }

  .light_message {
    margin-top: 1px;
  }

  .heading-12 {
    margin-top: -185px;
    position: relative;
  }

  .paragraph-27 {
    top: 708px;
    left: 211px;
  }

  .paragraph-27_2 {
    font-size: 12px;
    top: 38%;
    left: -7px;
  }

  .paragraph-27_3 {
    right: 36%;
  }

  .photo_sma {
    flex-flow: column;
    width: 320px;
    margin-top: -263px;
  }

  .image-80 {
    max-width: 100%;
    height: auto;
  }

  .div-block-101 {
    margin-top: -10px;
    margin-left: -26px;
    margin-right: 0;
  }

  .div-block-102 {
    margin-top: -281px;
    margin-left: 0;
    margin-right: -33px;
    position: absolute;
    top: auto;
    right: 7.4922px;
  }

  .div-block-103 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    inset: auto;
  }

  .div-block-104 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .koko_bun_1, .koko_bun_2 {
    padding-left: 0;
  }

  .suma_photo {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .quick-stack-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -31px;
    margin-right: -29px;
    padding: 0;
  }

  .heading-11-minasan {
    margin-top: 41px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-11_3, .heading-11_4 {
    margin-top: 0;
    margin-left: 77px;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .cell-80 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-81 {
    justify-content: center;
    align-items: center;
  }

  .cell-82 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .paragraph-27_22 {
    margin-top: 0;
    top: 708px;
    left: 211px;
  }

  .paragraph-27_222 {
    margin-left: 0;
    top: 708px;
    left: 211px;
  }

  .text-block-5-part2 {
    width: auto;
    margin-top: 36px;
    margin-left: 0;
    font-size: 14px;
    position: static;
    top: auto;
  }

  .text-block-5-part1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    top: auto;
  }

  .div-block-93-last {
    margin-top: -33px;
    padding-left: 0;
  }

  .image-81 {
    width: 300px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-16_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -39px;
    margin-right: -39px;
    padding: 0;
  }

  .image-82 {
    width: 300px;
    max-width: 110%;
    margin-left: 27px;
  }

  .image-83 {
    margin-left: 25px;
  }

  .image-84 {
    width: 100%;
    max-width: 100%;
    margin-top: -46px;
  }

  .image-84._2 {
    width: 100%;
  }

  .slider-2 {
    width: 250px;
    height: 170px;
    margin-top: 44px;
  }

  .slide {
    background-image: url('../images/7_f.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-2 {
    background-image: url('../images/8_f.avif');
    height: 120px;
  }

  .slide-3 {
    background-image: url('../images/10_f.avif');
    height: 120px;
  }

  .slide-k4 {
    height: 130px;
  }

  .mask {
    height: 200px;
    top: -5px;
  }

  .paragraph-29 {
    margin-top: 150px;
  }

  .photo_sma-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 290px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .slider4 {
    width: 220px;
    height: 231.953px;
    margin-top: 43px;
  }

  .slider4._2 {
    width: 220px;
    margin-top: 41px;
  }

  .slide-copy {
    background-image: url('../images/6_f.avif');
    background-position: 50%;
    background-size: cover;
    height: 130px;
  }

  .slide-k5 {
    background-image: url('../images/k6.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-k6 {
    background-image: url('../images/k7.avif');
    height: 120px;
  }

  .slide-k7 {
    background-image: url('../images/k10.avif');
    height: 120px;
  }

  .slide-k8 {
    background-image: url('../images/k9.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-k9 {
    background-image: url('../images/k4.avif');
    height: 120px;
  }

  .slide-k10 {
    background-image: url('../images/k8.avif');
    height: 120px;
  }

  .photo_sma-3 {
    flex-flow: column;
    width: 320px;
  }

  .card-inner-2 {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-29-2 {
    margin-top: 150px;
  }

  .div-block-107 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-30 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .text-span-3, .text-span-4 {
    font-size: 36px;
  }

  .story_navi1 {
    height: auto;
  }

  .text-span-4_2 {
    font-size: 36px;
  }

  .heading-10_2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-11_2 {
    margin-top: 41px;
    margin-left: 77px;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-11_1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-11-_2-2 {
    margin-top: 0;
    margin-right: -63px;
    font-size: 15px;
  }

  .heading-11_32 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
    position: static;
  }

  .heading-11_42 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .heading-11-minasan_2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .paragraph-29_2 {
    color: var(--kochi_kuro);
    margin-top: 142px;
  }

  .paragraph-29_2.seino {
    color: #3d3d3d00;
  }

  .text-span-3-copy {
    font-size: 36px;
  }

  .makeyour_2 {
    color: #fdfdfd;
    margin-top: -165px;
    position: relative;
  }

  .card-2.shadow {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-copy.shadow {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 20px;
  }

  .card_2.shadow {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 20px 20px;
    position: static;
  }

  .text-block-last-2 {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .image-85 {
    width: auto;
    margin-top: -473px;
    margin-left: -266px;
  }

  .card-inner_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bun_1 {
    flex-flow: column;
  }

  .image-86 {
    margin-top: -51px;
    top: auto;
  }

  .image-87 {
    width: auto;
    height: 260px;
  }

  .card-inner_3 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-109 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-91 {
    margin-top: -88px;
  }

  .card-inner-2_2 {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .photo_sma-3_2 {
    flex-flow: column;
    width: 290px;
    margin-top: 28px;
  }

  .slide-k1 {
    background-image: url('../images/k2.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-k2 {
    background-image: url('../images/k1.avif');
    height: 120px;
  }

  .slide-k2.seino {
    background-position: 50% 100%;
  }

  .slide-k3 {
    background-image: url('../images/k5.avif');
    height: 120px;
  }

  .slide-k11 {
    background-image: url('../images/k3.avif');
    height: 120px;
  }

  .paragraph-29_2_0 {
    margin-top: 150px;
  }

  .make_your {
    margin-top: -188px;
    font-size: 50px;
  }

  .image-75_1 {
    margin-top: 47px;
    margin-left: 141px;
    top: -5%;
  }

  .slide-4 {
    height: 120px;
  }

  .slide-5 {
    background-image: url('../images/6_f.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-6 {
    background-image: url('../images/2_f.avif');
    height: 120px;
  }

  .slide-7 {
    background-image: url('../images/5_f.avif');
    height: 120px;
  }

  .slide-8 {
    background-image: url('../images/4_f.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-9 {
    background-image: url('../images/f_11.avif');
    height: 120px;
  }

  .slide-10 {
    background-image: url('../images/3_f.avif');
    height: 120px;
  }

  .photo_sma-3_22 {
    flex-flow: column;
    width: 290px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 9px;
    position: static;
  }

  .service-_last_l.margin-bottom-30 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._2018_01 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .photo_sma_01 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: auto;
    margin-top: 45px;
  }

  .heading-11_33, .heading-11_4_01 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .koko_bun_1_01 {
    padding-left: 0;
  }

  .heading-11_01 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 26px;
  }

  .text-block-5_02 {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    position: static;
  }

  .text-block-5-part1-copy, .text-block-5_022 {
    margin-top: -6px;
    margin-left: 0;
    font-size: 14px;
    position: static;
    top: auto;
  }

  .image-86_02 {
    margin-top: -51px;
    top: auto;
  }

  .photo_sma-2_02 {
    flex-flow: column;
    width: 320px;
    margin-top: -202px;
    margin-left: 0;
  }

  .photo_sma-2_02._2 {
    width: 290px;
    margin-top: 0;
  }

  .gif-image {
    height: 80%;
  }

  .confetti {
    display: block;
  }

  .timeline-text {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: auto;
  }

  .timeline-item._2 {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: -11px;
    display: block;
    position: relative;
  }

  .timeline-item.right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .timeline-item._2021, .timeline-item.right-copy {
    flex-flow: column;
  }

  .timeline-month {
    font-size: 80px;
    line-height: 80px;
  }

  .new-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 214px;
  }

  .dot {
    width: 20px;
    height: 20px;
  }

  .dot._9 {
    width: 20px;
    height: 20px;
    display: block;
  }

  .dot._1 {
    flex-flow: column;
    width: 20px;
    height: 20px;
  }

  .dot._8 {
    width: 20px;
    height: 20px;
    top: 85%;
  }

  .dot._5 {
    width: 20px;
    height: 20px;
  }

  .dot._4 {
    width: 20px;
    height: 20px;
    display: none;
    top: 62%;
  }

  .dot._3 {
    width: 20px;
    height: 20px;
    top: 20%;
  }

  .dot._7 {
    width: 20px;
    height: 20px;
  }

  .dot._6 {
    width: 20px;
    height: 20px;
    top: 30%;
  }

  .dot._2 {
    width: 20px;
    height: 20px;
  }

  .timeline-track {
    width: 7px;
    height: auto;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
    width: 90%;
  }

  .text-6em {
    font-size: 3.7em;
  }

  .timeline-wrapper {
    width: 96%;
    max-width: none;
  }

  .div_story-_02_1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: -103px;
    padding-right: 0;
  }

  .image-63_02_2 {
    width: 90px;
    margin-top: -17px;
    position: static;
    inset: auto auto auto -51px;
  }

  .image-64_02_2 {
    width: 100%;
    height: 100%;
    margin-top: 7px;
    margin-left: 0;
    position: absolute;
    inset: auto;
  }

  .image_story {
    width: 180px;
  }

  .photos {
    margin-top: -144px;
  }

  .image-96 {
    width: 150px;
    margin-bottom: 0;
    margin-left: 51px;
    position: static;
  }

  .image-97 {
    width: 260px;
  }

  .timeline-item-2 {
    height: auto;
    margin-top: -54px;
  }

  .timeline-item-2.right {
    flex-flow: column;
  }

  .timeline-item-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -196px;
  }

  .timeline-item-3.right, .timeline-item-3._2021 {
    flex-flow: column;
  }

  .timeline-item-4 {
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    max-height: 100%;
    margin-top: -139px;
    overflow: hidden;
  }

  .timeline-item-4.right, .timeline-item-4._2021, .timeline-item-4.right-copy {
    flex-flow: column;
  }

  .timeline-item-4.c_1 {
    margin-top: 0;
  }

  .timeline-item-33 {
    height: auto;
    margin-top: -205px;
    margin-bottom: 0;
  }

  .timeline-item-33.right, .timeline-item-33._2021, .timeline-item-33.right-copy {
    flex-flow: column;
  }

  .timeline-item-22 {
    height: auto;
    margin-top: -174px;
    margin-bottom: -167px;
    top: auto;
  }

  .timeline-item-22.right {
    flex-flow: column;
  }

  .heading-14 {
    text-shadow: -1px 1px 3px var(--kage);
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
  }

  .div-block-p-c {
    justify-content: space-around;
    align-items: flex-end;
  }

  .heading-15 {
    text-shadow: 0 1px 1px #0003;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
  }

  .story_chap_title {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 200px;
  }

  .timeline-item-2_22 {
    height: auto;
    margin-top: -129px;
  }

  .timeline-item-2_22.right {
    flex-flow: column;
  }

  .image-98 {
    z-index: 6;
    width: 250px;
    height: auto;
    margin-top: 0;
  }

  .heading-16 {
    z-index: 5;
    top: 10%;
  }

  .heading-16_1 {
    top: 3%;
  }

  .heading-16_3 {
    z-index: 5;
    top: 20%;
  }

  .heading-16_4 {
    z-index: 5;
    top: 30%;
  }

  .heading-16_5 {
    z-index: 5;
    margin-left: 0;
    margin-right: -38px;
    top: 55%;
  }

  .heading-16_6 {
    z-index: 5;
    margin-left: 0;
    margin-right: -50px;
    top: 67%;
  }

  .heading-16_7 {
    z-index: 5;
    margin-left: 0;
    top: 85%;
  }

  .image-99 {
    width: 300px;
    margin-bottom: 11px;
  }

  .heading-16_8 {
    z-index: 5;
    margin-left: 0;
    top: 93%;
  }

  .heading-17 {
    margin-top: 0;
  }

  .make_your01 {
    z-index: 5;
    margin-top: -141px;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .make_your01.c_1 {
    margin-top: -33px;
  }

  .make_your01.c_3 {
    margin-top: 37px;
  }

  .div_story-_02_2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: -103px;
    padding-right: 0;
  }

  .image-97_2 {
    width: 260px;
  }

  .timeline-item-22_2 {
    height: auto;
    margin-top: -27px;
    margin-bottom: -167px;
    top: auto;
  }

  .timeline-item-22_2.right {
    flex-flow: column;
  }

  .div-block-p-c_2_2 {
    justify-content: space-around;
    align-items: flex-end;
  }

  .image-100 {
    width: 180px;
    margin-bottom: -103px;
    margin-right: 0;
  }

  .photo_sma_izumi {
    flex-flow: column;
    width: 290px;
    margin-top: 60px;
  }

  .story_menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 300px;
  }

  .story_copy {
    margin-top: -57px;
  }

  .text-block-5-last-3 {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .heading-16_8_2 {
    z-index: 5;
    margin-left: 0;
    top: 93%;
  }

  .slide-3_1 {
    background-image: url('../images/chap_3_20.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_2 {
    background-image: url('../images/cha_3_2.avif');
    height: 120px;
  }

  .slide-3_3 {
    background-image: url('../images/chap_3_17.avif');
    height: 120px;
  }

  .slide-3_4 {
    background-image: url('../images/chap_3_6.avif');
    height: 120px;
  }

  .slide-3_5 {
    background-image: url('../images/chap_3_16.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_6 {
    background-image: url('../images/chap_3_15.avif');
    height: 120px;
  }

  .slide-3_7 {
    background-image: url('../images/chap_3_14.avif');
    height: 120px;
  }

  .slide-3_8 {
    background-image: url('../images/chap_3_18.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_10 {
    background-image: url('../images/chap_3_19.avif');
    height: 120px;
  }

  .slide-3_9 {
    height: 120px;
    overflow: visible;
  }

  .div_story-_02_3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: -103px;
    padding-right: 0;
  }

  .paragraph-29-22 {
    margin-top: 150px;
  }

  .celebration_confetti-json {
    z-index: 5;
    width: 300px;
    margin-top: 0;
    margin-bottom: -251px;
  }

  .timeline-item-2_22_3 {
    height: auto;
    margin-top: -129px;
  }

  .timeline-item-2_22_3.right {
    flex-flow: column;
  }

  .horizonral_photo-3 {
    margin-top: 20px;
  }

  .text-block-5-last-4 {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .slide-3_1-_4 {
    background-image: url('../images/4_f_7.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_2-4 {
    background-image: url('../images/4_f_13.avif');
    height: 120px;
  }

  .slide-3_3-4 {
    background-image: url('../images/4_f_12.avif');
    height: 120px;
  }

  .slide-3_4-4 {
    background-image: url('../images/4_f_6.avif');
    height: 120px;
  }

  .slide-3_5-4 {
    background-image: url('../images/4_f_8.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_6-4 {
    background-image: url('../images/4_f_9.avif');
    height: 120px;
  }

  .slide-3_7-4 {
    background-image: url('../images/4_f_4.avif');
    height: 120px;
  }

  .slide-3_8-4 {
    background-image: url('../images/4_f_3.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_9-4 {
    background-image: url('../images/4_f_2.avif');
    height: 120px;
    overflow: visible;
  }

  .slide-3_10-4 {
    background-image: url('../images/4_f_10.avif');
    height: 120px;
  }

  .slide-3_1-_5 {
    background-image: url('../images/5_f_3.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_2-5 {
    background-image: url('../images/5_f_11.avif');
    height: 120px;
  }

  .slide-3_3-5 {
    background-image: url('../images/5_f_5.avif');
    height: 120px;
  }

  .slide-3_4-5 {
    background-image: url('../images/5_f_12.avif');
    height: 120px;
  }

  .slide-3_5-5 {
    background-image: url('../images/5_f_8.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_6-5 {
    background-image: url('../images/5_f_6.avif');
    height: 120px;
  }

  .slide-3_7-5 {
    background-image: url('../images/5_f_10.avif');
    height: 120px;
  }

  .slide-3_8-5 {
    background-image: url('../images/5_f_1.avif');
    background-position: 50%;
    background-size: cover;
    height: 120px;
  }

  .slide-3_9-5 {
    background-image: url('../images/5_f_7.avif');
    height: 120px;
    overflow: visible;
  }

  .slide-3_10-5 {
    background-image: url('../images/5_f_13.avif');
    height: 120px;
  }

  .text-block-5-last-5 {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
  }

  .div_story-_02_4, .div_story-_02_5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: -103px;
    padding-right: 0;
  }

  .heading-16_8_2_3 {
    z-index: 5;
    margin-left: 0;
    top: 93%;
  }

  .div-block-119 {
    height: 240px;
  }

  .div-block-120 {
    height: 240px;
    margin-top: 0;
    display: block;
  }

  .div-block-121 {
    margin-top: 0;
  }

  .heading-19 {
    letter-spacing: 5px;
    margin-top: -9px;
    font-size: 40px;
  }

  .heading-19.management {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    font-size: 30px;
  }

  .heading-19.hoiku {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-34 {
    font-size: 22px;
  }

  .paragraph-35 {
    font-size: 16px;
  }

  .paragraph-35.hoiku {
    margin-bottom: 0;
  }

  .heading-20 {
    margin-top: -47px;
    font-size: 15px;
  }

  .lottie-animation-6 {
    width: 65px;
  }

  .lottie-animation-6.hoiku {
    margin-top: -25px;
  }

  .lottie-animation-6.syoku {
    margin-top: -2px;
  }

  .div-block-123 {
    margin-top: -221px;
  }

  .div-block-123.hoiku {
    margin-top: -186px;
  }

  .fukushi_2 {
    padding-bottom: 20px;
  }

  .fukushi_2.hoiku {
    margin-top: 59px;
  }

  .fukushi_2.syoku {
    margin-top: 170px;
  }

  .div-block-124 {
    height: 240px;
  }

  .div-block-124.management {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 240px;
  }

  .image-104 {
    object-fit: cover;
    width: 120%;
    height: 120%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-105 {
    width: 110%;
    margin-top: 0;
  }

  .image-105._2 {
    width: 110%;
    height: 110%;
    margin-top: 0;
  }

  ._3_manabi.mana {
    margin-bottom: 20px;
  }

  ._3_manabi.mana._2 {
    margin-bottom: 89px;
  }

  ._3_manabi.syoku {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-21 {
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-21.kodomo {
    letter-spacing: 3px;
  }

  .heading-21.management {
    letter-spacing: 0;
  }

  .paragraph-38 {
    font-size: 13px;
  }

  .paragraph-39 {
    font-size: 16px;
  }

  .photoss {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 170px;
    display: flex;
  }

  .photoss.management {
    width: 90%;
    height: 170px;
  }

  .image-106 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flow {
    width: auto;
    position: relative;
  }

  .flow.management {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 76px;
    position: relative;
  }

  .flow.shoku {
    width: 85%;
    margin-top: 0;
  }

  .quick-stack-23 {
    margin-top: -2px;
    padding-right: 0;
  }

  .image-107 {
    width: 230px;
    margin-top: -81px;
  }

  .image-107.management {
    width: 230px;
  }

  .image-107.hoiku {
    width: 250px;
  }

  .image-107.shoku {
    width: 250px;
    margin-top: 0;
  }

  .image-108, .image-108.management {
    width: 230px;
  }

  .image-108.hoiku {
    width: 90px;
  }

  .image-108.shoku {
    margin-top: 0;
  }

  .image-109, .image-110, .image-110.management {
    width: 230px;
  }

  .image-110.hoiku, .image-110.shoku {
    width: 250px;
  }

  .image-111 {
    width: 100%;
    margin-top: 153px;
    margin-left: 154px;
    margin-right: 0;
    display: none;
    transform: rotate(90deg);
  }

  .div-block-126 {
    margin-top: 0;
  }

  .div-block-126.hoiku {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -123px;
    margin-left: 0;
  }

  .div-block-126.shoku {
    width: 97%;
    margin-top: -87px;
  }

  .div-block-127 {
    margin-top: 0;
  }

  .div-block-127.hoiku {
    margin-top: -54px;
  }

  .paragraph-40 {
    width: 170px;
    margin-top: 0;
    font-size: 13px;
  }

  .paragraph-41 {
    font-size: 12px;
  }

  .paragraph-40-3 {
    width: 170px;
    font-size: 13px;
  }

  .paragraph-40-2 {
    width: 170px;
    margin-top: 0;
    font-size: 13px;
  }

  .paragraph-41-2, .paragraph-41-copy {
    font-size: 12px;
  }

  .paragraph-40-4 {
    width: 170px;
    font-size: 13px;
  }

  .paragraph-41-4 {
    font-size: 12px;
  }

  .div-block-128 {
    width: 80%;
  }

  .div-block-128.management {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-fukushi_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .container-fukushima_4 {
    padding-top: 0;
  }

  .shikaku_f {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-112 {
    width: 120px;
  }

  .div-block-129 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-92.hoiku {
    justify-content: flex-end;
    align-items: center;
  }

  .cell-93.hoiku {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-94.hoiku {
    justify-content: flex-start;
    align-items: center;
  }

  .image-113 {
    width: 30px;
  }

  .image-113_yaziri {
    width: 30px;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    top: -51px;
    right: 14px;
  }

  .quick-stack-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-42 {
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph-43 {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .div-typo_pick {
    flex-flow: column;
  }

  .typo_01 {
    font-size: 13px;
  }

  .cell-95, .cell-96, .cell-97, .cell-98 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-44 {
    text-align: justify;
    font-size: 12px;
  }

  .bold-text-3-wel {
    word-break: normal;
  }

  .bold-text-2 {
    white-space: normal;
    word-break: normal;
    font-size: 13px;
  }

  .quick-stack-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding: 10px;
  }

  .div-block-45 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .c-accordion-item-q-text {
    text-indent: 0;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .bold-text-4-copy {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .c-accordion-item {
    border-radius: 0;
  }

  .bold-text-4-wel {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .c-accordion-list {
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-a-text {
    font-size: 13px;
  }

  .accordion-item-q-text_nursing {
    letter-spacing: 0;
    word-break: normal;
    font-size: 13px;
    line-height: 1.3em;
  }

  .cell-51 {
    padding-top: 0;
  }

  .quick-stack-26 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-47 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-47.management {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-48 {
    margin-top: -36px;
    font-size: 45px;
  }

  .paragraph-49 {
    border-radius: 200px;
    padding: 20px 29px;
    line-height: 40px;
  }

  .career_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-115 {
    width: 320px;
    margin-left: 0;
  }

  .paragraph-51 {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-34-2-wel {
    width: 150px;
    height: 150px;
  }

  .heading-24 {
    text-align: center;
    font-size: 45px;
    line-height: 46px;
  }

  .div-block-34wel {
    width: 150px;
    height: 150px;
  }

  .paragraph-66 {
    font-size: 40px;
  }

  .paragraph-43-23 {
    font-size: 11px;
    line-height: 15px;
  }

  .image-116 {
    width: 280px;
  }

  .div-block-134 {
    width: 90%;
    height: auto;
  }

  .div-block-134.kodomo {
    object-fit: cover;
    height: 280px;
    overflow: clip;
  }

  .div-block-134.management {
    box-sizing: border-box;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
    overflow: clip;
  }

  .div-block-134.hoiku {
    object-fit: cover;
    width: 100%;
    height: 270px;
    overflow: clip;
  }

  .div-block-134.shoku {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 280px;
  }

  .image-117 {
    object-fit: cover;
    max-width: 120%;
    margin-left: 0;
  }

  .div-block-136 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: stretch;
    place-items: start center;
    display: grid;
  }

  .div-block-136.kodomo {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
  }

  .paragraph-68 {
    font-size: 12px;
  }

  .div-block-136-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .cell-99 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .storys-_door_foot {
    background-image: linear-gradient(#0000, #0000), url('../images/story.svg');
    background-size: auto, cover;
    border-width: 15px;
    height: 200px;
  }

  .line-item-5_1 {
    height: auto;
    margin-top: -54px;
  }

  .line-item-5_1.right {
    flex-flow: column;
  }

  .text-block-5_1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    position: relative;
    top: auto;
  }

  .div-block-p-c_st_5 {
    justify-content: space-around;
    align-items: flex-end;
  }

  .quick-stack-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding: 10px;
  }

  .div-block-145 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-4-child {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .div-block-133_3.kodomo {
    flex-flow: column;
  }

  .div-block-147 {
    justify-content: center;
    align-items: flex-start;
    height: 95px;
  }

  .div-block-147.ko {
    justify-content: center;
    align-items: flex-start;
  }

  .image-121 {
    object-fit: cover;
    max-width: 120%;
    margin-top: 0;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .image-122 {
    max-width: 110%;
    margin-left: -7px;
    overflow: visible;
  }

  .image-123 {
    vertical-align: baseline;
    max-width: 110%;
  }

  .quick-stack-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding: 10px;
  }

  .div-block-148 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-4-mane {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .div-block-149 {
    margin-top: 0;
  }

  .div-block-150 {
    width: 85%;
    height: 350px;
  }

  .div-block-150.syoku {
    margin-top: 0;
  }

  .div-block-151 {
    margin-top: -15px;
  }

  .div-block-151.syoku {
    margin-top: 52px;
  }

  .image-124 {
    width: 400px;
    top: 19px;
    left: -41.1094px;
  }

  .image-124.hoiku {
    width: 550px;
    top: 32px;
    left: 42.8906px;
  }

  .image-125 {
    margin-top: 0;
  }

  .fukushima_3-hoiku {
    overflow: clip;
  }

  .image-126 {
    width: 150px;
    top: 72px;
    left: 31px;
  }

  .image-126.hoiku {
    width: 100px;
    top: 0;
    left: 9px;
  }

  .div-block-153 {
    height: auto;
  }

  .paragraph-73 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-155 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-4 {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .quick-stack-17nursing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding: 10px;
  }

  .div_flow.hoiku {
    margin-top: -134px;
  }

  .dv_flow.hoiku {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 27px;
    margin-left: 0;
  }

  .dv_flow.shoku {
    width: 97%;
    margin-left: 0;
  }

  .image-127 {
    width: 110px;
  }

  .image-127.hoiku {
    width: 90px;
  }

  .image-127.shoku {
    width: 120px;
  }

  .image-128 {
    display: inline-flex;
  }

  .hoiku_job {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hoiku_job.management {
    font-size: 14px;
    line-height: 25px;
  }

  .image-129 {
    z-index: 5;
    width: 60px;
    margin-top: -26px;
    margin-left: 0;
    position: relative;
  }

  .image-130 {
    width: 100px;
    margin-left: 0;
  }

  .div-block-gra {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-131 {
    width: 500px;
    max-width: 150%;
    margin-left: -53px;
  }

  .fukushima_3-syoku {
    overflow: clip;
  }

  .image-132 {
    width: 100px;
  }

  .accordion-item-q-text_food {
    letter-spacing: 0;
    word-break: normal;
    font-size: 13px;
    line-height: 1.3em;
  }

  .paragraph-75 {
    font-size: 10px;
  }

  .div-block-162 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .quick-stack-17food {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    padding: 10px;
  }

  .bold-text-5 {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .paragraph-77 {
    font-size: 10px;
  }

  .div-block-163 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-6 {
    width: auto;
    font-size: 13px;
    display: flex;
  }

  .div-block-164.fu, .div-block-164.fu2 {
    height: 95px;
  }

  .container-9, .container-10, .container-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-165 {
    height: 150px;
  }

  .div-block-165.c_3 {
    background-color: var(--mana_01);
  }

  .image-136 {
    width: 270px;
  }

  .image-139 {
    z-index: 3;
    width: 170px;
  }

  .image-139._2 {
    width: 200px;
    bottom: auto;
    right: auto;
  }

  .image-139._3 {
    top: auto;
    right: auto;
  }

  .div-block-172 {
    width: 100%;
    margin-left: 20px;
  }

  .div-block-172._2 {
    width: 100%;
    margin-right: 20px;
  }

  .paragraph-82 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-82.st, .paragraph-82.st2, .paragraph-82.st_c4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-25 {
    font-size: 16px;
  }

  .text-span-25.c_3 {
    color: var(--mana_02);
  }

  .text-span-26 {
    font-size: 16px;
  }

  .story_line {
    grid-template-columns: .75fr 1fr;
    justify-content: end;
  }

  .years_lines {
    margin-right: 6px;
    display: flex;
  }

  .story_time._2 {
    margin-top: 0;
  }

  .story_time._4 {
    margin-top: 42px;
  }

  .story_time._4.c_3 {
    margin-top: -42px;
  }

  .story_time._22 {
    margin-top: 68px;
  }

  .story_time._22.c_3 {
    margin-top: 57px;
  }

  .story_time._22.c_1 {
    margin-top: 56px;
  }

  .story_time._22.c_5 {
    margin-top: 50px;
  }

  .story_time.c_1_4 {
    margin-top: -34px;
    padding-bottom: 20px;
  }

  .story_time.c_2 {
    margin-top: 53px;
  }

  .story_time.c_1 {
    margin-top: -35px;
  }

  .story_time.c_4 {
    margin-top: -30px;
  }

  .story_time.c_5 {
    margin-top: -39px;
  }

  .story_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-right: -28px;
    display: flex;
  }

  .photo_st {
    z-index: 3;
    position: relative;
  }

  .photo_st._04 {
    z-index: 6;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: 13px;
  }

  .paragraph-83 {
    text-align: center;
    font-size: 20px;
  }

  .hs_p {
    width: 250px;
    height: 150px;
  }

  .text-span-27 {
    font-size: 16px;
  }

  .text-span-27.c_3 {
    color: var(--mana_02);
  }

  .text-span-28 {
    font-size: 16px;
  }

  .text-span-28.c_3 {
    color: var(--mana_02);
  }

  .text-span-29, .text-span-30 {
    font-size: 16px;
  }

  .story_lines_2 {
    background-color: #fff0;
    width: 50px;
    height: 50px;
    margin-top: 18px;
    display: block;
  }

  .story_lines_2._2 {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .story_lines_2.c_3 {
    width: 50px;
    height: 50px;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .nen_1 {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    top: 300px;
  }

  .nen_1._2 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 900px;
  }

  .nen_1._3 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 1500px;
  }

  .nen_1._01 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 1900px;
  }

  .nen_1._02 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 2800px;
  }

  .nen_1._03 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 3500px;
  }

  .nen_1._03.c_3 {
    top: 3500px;
  }

  .nen_1._04 {
    width: 50px;
    height: 50px;
    padding: 0;
    display: none;
    top: 4335px;
  }

  .nen_1._04.c_3 {
    margin-top: -131px;
    top: 3995px;
  }

  .nen_1._04.c_1 {
    margin-top: -173px;
  }

  .nen_1._04.c_2 {
    display: flex;
  }

  .nen_1._02_c4 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 4300px;
  }

  .nen_1._01_c4 {
    width: 50px;
    height: 50px;
    padding: 0;
    top: 2700px;
  }

  .paragraph-85 {
    top: 3500px;
  }

  .container-12, .container-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-1042 {
    object-fit: cover;
    width: 120%;
    height: 120%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-10433 {
    width: 110%;
    margin-top: -2px;
  }

  .image-10433._3 {
    object-fit: cover;
    width: 120%;
    height: 120%;
    margin-left: 0;
  }
}

#w-node-faeaee07-701f-9a4a-211e-985ba3b5cf10-0fb83f40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_66f7cec7-d5a6-ae61-9043-6427c50d221a-0fb83f40 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 2.75fr;
}

#w-node-_66f7cec7-d5a6-ae61-9043-6427c50d222c-0fb83f40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3b70fae8-025e-79b0-d2e8-ab932c8d7ac0-0fb83f40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2fb36f83-5fef-0025-8e80-7cd3c9878ab5-0fb83f40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_570cb844-7faf-4e42-5502-7ef01ca2e836-1ca2e82c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_570cb844-7faf-4e42-5502-7ef01ca2e843-1ca2e82c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_570cb844-7faf-4e42-5502-7ef01ca2e85a-1ca2e82c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2cd49f81-b137-050d-4d9a-a3b7c76e11ca-255b430a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_34e8c087-5525-707f-9865-4c2a0499ed8c-7b0b58ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_34e8c087-5525-707f-9865-4c2a0499ed98-7b0b58ad {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_472515da-2ede-5986-27ee-bb2d527cb98b-7b0b58ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed6aa85f-bfb4-d641-d8e6-ef8a56fd85d9-ec84625b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10bef98f-bd30-72e6-d14c-4c351ac042a1-ec84625b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-ec84625b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_111a1eaa-f09a-49cf-5abd-f079792f0c8f-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57e95537-0212-de45-f1e5-daa879ba6bfe-ec84625b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7ab04e00-0ad0-dfb1-7f8d-d0f663082657-ec84625b {
  grid-template-rows: 295px auto;
  grid-template-columns: 1fr;
}

#w-node-_288555e7-dff4-514a-b095-9c8942024f30-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f2381e4c-623c-812b-9406-a2c9005ae785-ec84625b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e6c76274-044b-5f1a-196a-40184f502610-ec84625b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_192917c4-89a2-af26-e179-07be91bba86e-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b30e95ff-ae0b-d747-dd74-813f03fa8b87-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a7fcee9-672a-ce2f-4d18-0adb27b09e70-ec84625b {
  place-self: auto;
}

#w-node-_47b35960-1600-9c95-91bf-e7832cc74e58-ec84625b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9e3d671e-4bbc-e97c-d080-75208394ab7b-8394ab7a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-42757fcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed6aa85f-bfb4-d641-d8e6-ef8a56fd85d9-42757fcf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10bef98f-bd30-72e6-d14c-4c351ac042a1-42757fcf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-42757fcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-42757fcf {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_111a1eaa-f09a-49cf-5abd-f079792f0c8f-42757fcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57e95537-0212-de45-f1e5-daa879ba6bfe-42757fcf {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7ab04e00-0ad0-dfb1-7f8d-d0f663082657-42757fcf {
  grid-template-rows: 295px auto;
  grid-template-columns: 1fr;
}

#w-node-_288555e7-dff4-514a-b095-9c8942024f30-42757fcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f2381e4c-623c-812b-9406-a2c9005ae785-42757fcf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd047d8a-d70f-9b75-1865-f8d619196696-42757fcf {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_192917c4-89a2-af26-e179-07be91bba86e-42757fcf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b30e95ff-ae0b-d747-dd74-813f03fa8b87-42757fcf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3a7fcee9-672a-ce2f-4d18-0adb27b09e70-42757fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-4a3d0468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed6aa85f-bfb4-d641-d8e6-ef8a56fd85d9-4a3d0468 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10bef98f-bd30-72e6-d14c-4c351ac042a1-4a3d0468 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-4a3d0468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-4a3d0468 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_111a1eaa-f09a-49cf-5abd-f079792f0c8f-4a3d0468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57e95537-0212-de45-f1e5-daa879ba6bfe-4a3d0468 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7ab04e00-0ad0-dfb1-7f8d-d0f663082657-4a3d0468 {
  grid-template-rows: 295px auto;
  grid-template-columns: 1fr;
}

#w-node-_288555e7-dff4-514a-b095-9c8942024f30-4a3d0468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-de02a7b5-203e-8e42-25bf-8adbcdf18d4e-4a3d0468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d30110a-6f1f-5e0f-b1b5-f494bbe6f68e-4a3d0468 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8746-4a3d0468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-4a3d0468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8755-4a3d0468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98a79afd-d4a8-511d-adaf-8050214c4419-fa20602a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_288555e7-dff4-514a-b095-9c8942024f30-fa20602a {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr .5fr 1.25fr;
}

#w-node-de02a7b5-203e-8e42-25bf-8adbcdf18d4e-fa20602a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8a9d96f1-2e44-f0b2-bc42-5577831375df-fa20602a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8746-fa20602a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-fa20602a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8755-fa20602a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98a79afd-d4a8-511d-adaf-8050214c4419-5ea7d939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_288555e7-dff4-514a-b095-9c8942024f30-5ea7d939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .75fr 1fr;
}

#w-node-de02a7b5-203e-8e42-25bf-8adbcdf18d4e-5ea7d939, #w-node-b3223fa2-06fc-03e9-0852-ca13c8d2708e-5ea7d939 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8746-5ea7d939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-5ea7d939 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8755-5ea7d939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-_2e540f09-e73f-9554-96c6-7a658e2aa297-ec84625b {
    justify-self: auto;
  }

  #w-node-_47b35960-1600-9c95-91bf-e7832cc74e7c-ec84625b {
    justify-self: start;
  }

  #w-node-_2e540f09-e73f-9554-96c6-7a658e2aa297-42757fcf, #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8757-4a3d0468, #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8757-fa20602a, #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc8757-5ea7d939 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2fb36f83-5fef-0025-8e80-7cd3c9878ab5-0fb83f40 {
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: .75fr 1fr .75fr;
  }

  #w-node-_570cb844-7faf-4e42-5502-7ef01ca2e843-1ca2e82c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_570cb844-7faf-4e42-5502-7ef01ca2e85a-1ca2e82c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-ec84625b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-da7f9e9b-b67a-f453-550c-f183c3e2bfa1-ec84625b {
    order: 0;
  }

  #w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-ec84625b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-b30e95ff-ae0b-d747-dd74-813f03fa8b87-ec84625b, #w-node-_47b35960-1600-9c95-91bf-e7832cc74e58-ec84625b, #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-42757fcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-da7f9e9b-b67a-f453-550c-f183c3e2bfa1-42757fcf {
    order: 0;
  }

  #w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-42757fcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-b30e95ff-ae0b-d747-dd74-813f03fa8b87-42757fcf, #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-4a3d0468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-da7f9e9b-b67a-f453-550c-f183c3e2bfa1-4a3d0468 {
    order: 0;
  }

  #w-node-_5797437c-5f25-dd22-7dcd-2e955c4f50a2-4a3d0468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-4a3d0468 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-4a3d0468, #w-node-_98a79afd-d4a8-511d-adaf-8050214c4419-fa20602a, #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-fa20602a, #w-node-_98a79afd-d4a8-511d-adaf-8050214c4419-5ea7d939, #w-node-_02edd273-2fdd-d44f-1958-ebce0bcc874f-5ea7d939 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b70fae8-025e-79b0-d2e8-ab932c8d7ac0-0fb83f40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fb36f83-5fef-0025-8e80-7cd3c9878ab5-0fb83f40 {
    grid-template-rows: minmax(140px, .25fr);
    grid-template-columns: .5fr 1fr .5fr;
  }

  #w-node-_570cb844-7faf-4e42-5502-7ef01ca2e843-1ca2e82c {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  #w-node-_2cd49f81-b137-050d-4d9a-a3b7c76e11ca-255b430a, #w-node-_472515da-2ede-5986-27ee-bb2d527cb98b-7b0b58ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0a3e3785-0d79-ed59-b04d-be6bb8f05a30-ec84625b {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-ec84625b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e6c76274-044b-5f1a-196a-40184f502610-ec84625b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e3d671e-4bbc-e97c-d080-75208394ab7b-8394ab7a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0a3e3785-0d79-ed59-b04d-be6bb8f05a30-42757fcf {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-42757fcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fd047d8a-d70f-9b75-1865-f8d619196696-42757fcf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-4a3d0468 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0a3e3785-0d79-ed59-b04d-be6bb8f05a30-4a3d0468 {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-4a3d0468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3d30110a-6f1f-5e0f-b1b5-f494bbe6f68e-4a3d0468 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-fa20602a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8a9d96f1-2e44-f0b2-bc42-5577831375df-fa20602a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-5ea7d939 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b3223fa2-06fc-03e9-0852-ca13c8d2708e-5ea7d939 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-faeaee07-701f-9a4a-211e-985ba3b5cf10-0fb83f40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_66f7cec7-d5a6-ae61-9043-6427c50d221a-0fb83f40 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr 1.75fr;
    display: grid;
  }

  #w-node-_3b70fae8-025e-79b0-d2e8-ab932c8d7ac0-0fb83f40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fb36f83-5fef-0025-8e80-7cd3c9878ab5-0fb83f40 {
    grid-template-rows: 135px;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-_570cb844-7faf-4e42-5502-7ef01ca2e843-1ca2e82c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_570cb844-7faf-4e42-5502-7ef01ca2e85a-1ca2e82c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2cd49f81-b137-050d-4d9a-a3b7c76e11ca-255b430a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_472515da-2ede-5986-27ee-bb2d527cb98b-7b0b58ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-ec84625b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10bef98f-bd30-72e6-d14c-4c351ac042a1-ec84625b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-ec84625b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-ec84625b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e6c76274-044b-5f1a-196a-40184f502610-ec84625b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a94ce61a-eebf-f421-0b0f-3000da1bf22d-8f6d795b {
    justify-self: auto;
  }

  #w-node-_9e3d671e-4bbc-e97c-d080-75208394ab7b-8394ab7a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-42757fcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-42757fcf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-42757fcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fd047d8a-d70f-9b75-1865-f8d619196696-42757fcf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9728b9bc-461e-d4ba-6709-cb715781b63d-4a3d0468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_112c4f41-433e-2ff4-f860-78d0cab18473-4a3d0468 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-4a3d0468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3d30110a-6f1f-5e0f-b1b5-f494bbe6f68e-4a3d0468 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-fa20602a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a9d96f1-2e44-f0b2-bc42-5577831375df-fa20602a {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_288555e7-dff4-514a-b095-9c8942024f30-5ea7d939 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3223fa2-06fc-03e9-0852-ca13c8d2708e-5ea7d939 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a94ce61a-eebf-f421-0b0f-3000da1bf22d-d525e868, #w-node-a94ce61a-eebf-f421-0b0f-3000da1bf22d-a0fdfaaa, #w-node-a94ce61a-eebf-f421-0b0f-3000da1bf22d-a8dcb077, #w-node-a94ce61a-eebf-f421-0b0f-3000da1bf22d-e8bc365b {
    justify-self: auto;
  }
}


