:root {
  --white: white;
  --black: black;
}

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

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

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

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

.img_box {
  position: relative;
}

.image {
  vertical-align: baseline;
  width: 100%;
}

.link_logo_box {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
  display: block;
}

.image-2 {
  vertical-align: baseline;
  width: 20%;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fl-pro {
  color: #181818;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .81);
  border: 1px solid #a3a3a3;
  border-radius: 80px;
  padding: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 15%;
  right: 15%;
}

.sp_title {
  background-color: rgba(255, 255, 255, .81);
  border: 1px solid #a3a3a3;
  border-radius: 80px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 25%;
  right: 25%;
}

.sp_text {
  text-align: center;
  font-weight: 500;
}

.container {
  max-width: 860px;
}

.circle_box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
  line-height: 100%;
}

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

.exp_box {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.image-4 {
  width: 100%;
}

.bottom_box {
  background-color: #77c8ef;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sp_name_box {
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #a3a3a3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 0 auto 20px;
  padding-top: 0;
  display: flex;
}

.sp_text_wh {
  color: #333;
  text-align: center;
  font-weight: 500;
}

.art_decs_text {
  color: #fff;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.art_link_box {
  text-decoration: none;
}

.bottom_sec {
  background-color: #e7e7e7;
}

.container-2 {
  max-width: 860px;
}

.fin_box {
  margin-top: 100px;
  margin-bottom: 100px;
}

.fin_text {
  font-size: 14px;
}

.name_art_box {
  height: 100px;
}

.about_box {
  height: 240px;
}

@media screen and (min-width: 1280px) {
  .fl-pro {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .fl-pro {
    font-size: 54px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .fl-pro {
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    vertical-align: baseline;
  }

  .fl-pro {
    font-size: 34px;
    bottom: 45%;
    left: 10%;
    right: 10%;
  }

  .container {
    max-width: 640px;
  }

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

  .container-2 {
    max-width: 640px;
  }

  .fin_box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .fl-pro {
    font-size: 28px;
    bottom: 45%;
    left: 5%;
    right: 5%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-3 {
    width: 80px;
    max-width: 80px;
    height: 80px;
  }

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

  .art_decs_text, .art_decs_text.sp_ot_sre {
    margin-top: 0;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .name_art_box {
    height: 64px;
  }

  .name_art_box.opt {
    height: 32px;
  }

  .about_box {
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 25%;
    max-width: 25%;
  }

  .fl-pro {
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
    bottom: 50%;
    left: 15%;
    right: 15%;
  }

  .sp_title {
    width: 120px;
    bottom: 6%;
  }

  .sp_text {
    font-size: 12px;
    line-height: 100%;
  }

  .image-3 {
    width: 64px;
    max-width: 64px;
    height: 64px;
  }

  .heading {
    font-size: 26px;
  }

  .bottom_box.third {
    padding-bottom: 20px;
  }

  .art_decs_text {
    margin-top: 10px;
  }

  .art_decs_text.sp_ot_sre {
    margin-top: 20px;
  }

  .name_art_box {
    height: 100px;
  }

  .name_art_box.opt {
    height: 56px;
  }

  .name_art_box.dyi {
    height: 80px;
  }

  .about_box {
    height: 220px;
  }

  .about_box.opt_sp {
    height: 172px;
  }

  .about_box.opt-dyi {
    height: 180px;
  }

  .about_box.fourth-sp {
    margin-top: 10px;
  }
}


