@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/monte-stella-trial");
.welfare_intro {
  width: 1200px;
  max-width: 90%;
  margin: 88px auto 88px;
  text-align: center;
}
.welfare_intro p {
  font-size: 14px;
  line-height: 2;
}

.welfare_nav_area {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  padding: 28px 24px;
}

.welfare_nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
}

.welfare-nav-btn {
  border-radius: 50%;
  background: white;
  cursor: pointer;
  text-align: center;
  padding: 0;
  width: 180px;
  height: 180px;
  border: solid 2px #adddff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.welfare-nav-btn:hover {
  transform: scale(1.03, 1.03);
}
.welfare-nav-btn img {
  width: 100%;
  max-width: 122px;
  margin: 0 auto;
}
.welfare-nav-btn span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #106eb0;
  line-height: 1.45;
  display: block;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
}
.welfare-nav-btn span .span1 {
  font-size: 14px;
  margin-top: 0;
}

.welfare-nav-btn:nth-child(2) img {
  margin-top: -20px;
}

.welfare-nav-btn:nth-child(4) img {
  margin-top: -10px;
}

.welfare-nav-btn:nth-child(6) img {
  margin-top: -10px;
}

.welfare_sections {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 120px;
  padding: 12px 24px 40px;
  border-radius: 0 0 24px 24px;
}

.blue_bg {
  background: rgba(204, 228, 255, 0.2901960784);
  border-radius: 80px 80px 0 0;
  padding-bottom: 50px;
}

.welfare_card {
  background: #f8fbff;
  border: 4px solid #7db3d9;
  border-radius: 40px;
  margin: 0 auto;
  padding: 42px 8% 50px;
  margin-top: 50px;
  width: 1000px;
  max-width: 90%;
  text-align: center;
}
.welfare_card h2 {
  font-size: 36px;
  color: #106eb0;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: solid 4px #ffe357;
  position: relative;
}
.welfare_card h2:before {
  content: "";
  position: absolute;
  background-image: url("../../src/welfare/01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
}
.welfare_card h2 span {
  font-size: 25px;
}
.welfare_card .card_icon {
  width: 150px;
  margin: 12px auto 20px;
}
.welfare_card p {
  font-size: 16px;
  line-height: 1.95;
}

.welfare_card:nth-child(1) h2::before {
  background-image: url("../../src/welfare/01.webp");
}

.welfare_card:nth-child(2) h2::before {
  background-image: url("../../src/welfare/02.webp");
}

.welfare_card:nth-child(3) h2::before {
  background-image: url("../../src/welfare/03.webp");
}

.welfare_card:nth-child(4) h2::before {
  background-image: url("../../src/welfare/04.webp");
}

.welfare_card:nth-child(5) h2::before {
  background-image: url("../../src/welfare/05.webp");
}

.welfare_card:nth-child(6) h2::before {
  background-image: url("../../src/welfare/06.webp");
}

.salary_list {
  margin: 24px auto;
  width: 420px;
  max-width: 100%;
}
.salary_list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #1a1a1a;
  border-radius: 999px;
}
.salary_list li span {
  background: #f5eab8;
  font-size: 14px;
  color: #106eb0;
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 700;
  width: 200px;
}

.support_list,
.check_list {
  margin: 18px auto;
  width: 600px;
  max-width: 100%;
}
.support_list li,
.check_list li {
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  font-weight: 700;
}

.support_list li .yellow_bg {
  background: #f7eebf;
  border-radius: 999px;
  padding: 6px 12px;
  color: #106eb0;
}
.support_list li p {
  padding: 10px 0 20px 0;
}

.check_list {
  width: -moz-fit-content;
  width: fit-content;
}
.check_list li {
  position: relative;
  padding-left: 22px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  color: #106eb0;
}
.check_list li::before {
  content: "✓";
  position: absolute;
  left: -10px;
  color: #efc34f;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .welfare-page .title_en {
    font-size: 48px;
  }
  .welfare-page .title_en span img {
    height: 110px;
    transform: translate(-40%, 0);
  }
  .welfare_intro {
    margin: 48px auto 24px;
  }
  .welfare_intro p {
    font-size: 13px;
    line-height: 1.8;
  }
  .welfare_nav_area,
  .welfare_sections {
    padding-left: 14px;
    padding-right: 14px;
  }
  .welfare_nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .welfare-nav-btn {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .welfare-nav-btn span {
    font-size: 12px;
  }
  .welfare_card {
    border-radius: 18px;
    padding: 28px 6% 24px;
  }
  .welfare_card h2 {
    font-size: 28px;
  }
  .welfare_card .card_icon {
    width: 118px;
    margin: 10px auto 16px;
  }
  .welfare_card p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .salary_list li {
    font-size: 18px;
  }
  .salary_list li span {
    font-size: 12px;
  }
  .support_list li .yellow_bg {
    text-align: center;
  }
  .support_list li,
  .check_list li {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .welfare_intro {
    text-align: left;
  }
  .welfare_intro,
  .welfare_nav_area,
  .welfare_sections {
    max-width: calc(100% - 32px);
  }
  .welfare_sections {
    margin-bottom: 0px;
  }
  .welfare_nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 40px;
  }
  .welfare-nav-btn {
    min-height: 140px;
  }
  .welfare-nav-btn img {
    max-width: 80px;
  }
  .welfare_card {
    margin-top: 28px;
    border-width: 2px;
    max-width: 100%;
  }
  .welfare_card h2 {
    font-size: 22px;
    margin-left: 40px;
  }
  .welfare_card h2 span {
    font-size: 18px;
  }
  .salary_list li {
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    text-align: center;
  }
  .salary_list li span {
    width: auto;
  }
}/*# sourceMappingURL=welfare.css.map */