.top_box {
  background-image: url('../images/phon.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

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

.logo_box {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
  inset: 3% 5% auto;
}

.up_link_box {
  width: 108px;
}

.life_link_box {
  width: 116px;
}

.pict_box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 5%;
  display: grid;
}

.ph_top {
  border: 8px solid #e2e2e2;
  border-radius: 8px;
  transform: rotate(-4deg);
}

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

.ph_middle {
  border: 8px solid #e2e2e2;
  border-radius: 8px;
  margin-top: 8%;
  transform: rotate(9deg);
}

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

.main_title {
  z-index: 3;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  position: absolute;
  inset: auto 5% 5%;
}

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

.subtitle_text {
  color: #fff;
  text-align: center;
}

.sp_add_text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: 400;
}

.link {
  color: #fff;
}

.pream_sec {
  padding-bottom: 0;
}

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

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

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

.sp_text {
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
  font-style: italic;
}

.story_sec {
  padding-bottom: 0;
}

.story_box {
  padding-top: 0;
  padding-bottom: 40px;
}

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

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 135%;
}

.h2.dio {
  padding-left: 5%;
  padding-right: 5%;
}

.h2.po {
  padding-left: 15%;
  padding-right: 15%;
}

.regular_text {
  margin-bottom: 20px;
}

.quot_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ececec;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.quot_pan_text {
  font-style: italic;
  font-weight: 500;
}

.step_box {
  background-color: #530011;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}

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

.step_item {
  background-color: #f8f8f8;
  border: 1px solid #b9b9b95e;
  border-radius: 4px;
  padding: 20px;
}

.etap_title_text {
  color: #530011;
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.etap_simple_text {
  text-align: left;
  font-size: 14px;
  line-height: 140%;
}

.accent_box {
  background-color: #d00000;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.accent_text {
  color: #fff;
}

.fin_sec {
  background-color: #181818;
}

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

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

.link-2 {
  color: #d00001;
}

.photo_box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.link-3, .link-4, .link-5, .link-6 {
  color: #d00001;
  font-weight: 500;
}

.link-7 {
  color: #fff;
  font-weight: 500;
}

.link-8, .link-9, .link-10 {
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .ph_middle {
    margin-top: 8%;
  }

  .h1 {
    font-size: 44px;
  }

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

  .sp_add_text {
    font-size: 18px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .pict_box {
    padding-left: 7%;
    padding-right: 7%;
  }

  .ph_middle {
    margin-top: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .top_box {
    background-position: 50%;
    background-size: cover;
  }

  .ph_middle {
    margin-top: 8%;
  }

  .h1 {
    font-size: 64px;
  }

  .subtitle_text {
    font-size: 32px;
  }

  .sp_add_text {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .top_box {
    height: 80vh;
  }

  .cont {
    max-width: 640px;
  }

  .h2, .h2.dio, .h2.po {
    font-size: 26px;
  }

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

@media screen and (max-width: 767px) {
  .pict_box {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .story_title {
    padding: 20px;
  }

  .h2 {
    font-size: 24px;
  }

  .quot_box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .image-4 {
    object-fit: cover;
    width: 80%;
    max-width: 80%;
    display: block;
  }

  .image-5, .image-6 {
    object-fit: cover;
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-7 {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    object-fit: cover;
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .top_box {
    height: 70vh;
  }

  .up_link_box {
    width: 96px;
  }

  .life_link_box {
    width: 100px;
  }

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

  .ph_top {
    border-width: 2px;
    border-radius: 4px;
  }

  .ph_middle {
    border-width: 2px;
    border-radius: 4px;
    margin-top: 25%;
  }

  .h1 {
    font-size: 28px;
  }

  .sp_add_text {
    font-size: 14px;
  }

  .story_box {
    padding-bottom: 20px;
  }

  .h2 {
    font-size: 20px;
  }

  .step_box {
    padding: 20px;
  }

  .h3 {
    font-size: 18px;
  }

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

  .accent_box {
    padding: 20px;
  }
}

#w-node-_01c8a180-e803-d484-aa84-96201457bd80-edad9bbc {
  align-self: start;
}

#w-node-d61bb8e9-665c-6010-0558-a6b6b071e669-edad9bbc {
  align-self: end;
}

#w-node-f364eee3-1868-761a-9cbd-33932755654a-edad9bbc, #w-node-ca12dc06-9126-9987-7a7f-0e32d11fed11-edad9bbc, #w-node-_3f70f1c7-14d8-5009-c789-6737d1854abf-edad9bbc, #w-node-_63d15285-2ae3-9ffc-11a1-d9fb8f16ae24-edad9bbc, #w-node-_414cc386-11a4-9f82-06a9-1aff1f75c3bf-edad9bbc {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-d7cd5a43-d802-09f9-5379-432100cc63f9-edad9bbc, #w-node-ca12dc06-9126-9987-7a7f-0e32d11fed0f-edad9bbc, #w-node-_3f70f1c7-14d8-5009-c789-6737d1854abd-edad9bbc, #w-node-_63d15285-2ae3-9ffc-11a1-d9fb8f16ae22-edad9bbc, #w-node-_414cc386-11a4-9f82-06a9-1aff1f75c3bd-edad9bbc {
    place-self: center;
  }
}


