@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: var(--gold);
  text-align: center;
  border-radius: 50%;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-hint-text {
  display: none;
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon:before {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 42px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/scroll-hint_hand.svg);
}

.scroll-hint-icon:after {
  content: "";
  width: 13px;
  height: 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 64%;
  margin-left: -4px;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/scroll-hint_arrow.svg);
  background-size: contain;
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.box-white {
  padding: 0 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .box-white {
    padding: 0 12px;
    margin-bottom: 60px;
  }
}
.box-white .heading-group {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .box-white .heading-group .head {
    text-align: center;
  }
}
.box-white .info-block {
  container-type: inline-size;
}
.box-white .info-block:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .box-white .info-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.box-white .info-block:not(+ *) {
  margin-bottom: 0;
}
.box-white .item {
  padding: 80px 0 65px;
}
@media screen and (max-width: 768px) {
  .box-white .item {
    padding: 40px 0;
  }
}
.box-white .item .item-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-white .item .item-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.box-white .item .head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .box-white .item .head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.box-white .salary .item {
  padding: 0;
}
.box-white .pc-table {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.box-white .pc-table .first {
  width: 12.5%;
}
.box-white .pc-table .job {
  background: #BE0000;
  color: #fff;
  font-size: 1.6rem;
  height: 35px;
  border-left: 1px solid #fff;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table .job {
    font-size: calc(3 * (100vw - 769px) / 511 + 13px);
  }
}
.box-white .pc-table th.first {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  top: -10px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table th.first {
    font-size: calc(6 * (100vw - 769px) / 511 + 14px);
  }
}
.box-white .pc-table td {
  width: 12.5%;
  height: 80px;
  text-align: center;
}
.box-white .pc-table .category-row {
  border-bottom: 1px solid #fff;
}
.box-white .pc-table .category-row .first {
  background: var(--black);
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table .category-row .first {
    font-size: calc(3 * (100vw - 769px) / 511 + 13px);
  }
}
.box-white .pc-table .category-row td {
  background: var(--lightgray);
  font-size: 1.4rem;
}
.box-white .pc-table .category-row td:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table .category-row td {
    font-size: calc(3 * (100vw - 769px) / 511 + 11px);
  }
}
.box-white .pc-table .salary-row .first {
  background: var(--gold);
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table .salary-row .first {
    font-size: calc(3 * (100vw - 769px) / 511 + 13px);
  }
}
.box-white .pc-table .salary-row td {
  background: #F9F4E9;
  font-size: 1.4rem;
}
.box-white .pc-table .salary-row td:not(:first-of-type) {
  border-left: 1px solid #fff;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .box-white .pc-table .salary-row td {
    font-size: calc(3 * (100vw - 769px) / 511 + 11px);
  }
}
.box-white .sp-table {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.box-white .sp-table th {
  font-size: 1.6rem;
  height: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box-white .sp-table th {
    height: 48px;
  }
}
.box-white .sp-table th:nth-of-type(1) {
  width: 5%;
}
.box-white .sp-table th.category {
  background: var(--black);
  width: 47.5%;
}
.box-white .sp-table th.salaly {
  width: 47.5%;
  background: var(--gold);
  border-left: 1px solid #fff;
}
.box-white .sp-table .vertical {
  width: 5%;
  height: 100%;
  min-width: 55px;
  background: #BE0000;
  color: #fff;
  font-size: 1.2rem;
  vertical-align: middle;
  text-align: center;
}
.box-white .sp-table .vertical:nth-of-type(1) {
  border-bottom: 1px solid #fff;
}
.box-white .sp-table td {
  width: 47.5%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}
.box-white .sp-table .job {
  background: var(--lightgray);
  font-size: 1.4rem;
  height: 60px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.box-white .sp-table .amount {
  background: #F9F4E9;
  font-size: 1.4rem;
  height: 60px;
  border-bottom: 1px solid #fff;
}

.gray-bg {
  background-color: var(--lightgray);
}

@media screen and (max-width: 768px) {
  .title-area {
    width: calc(100% - 25px);
    margin: 0 auto;
    height: 100%;
  }
}
.title-area .title-group {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .title-area .title-group {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.title-area .title-group .title {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .title-area .title-group .title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.title-area .title-group .sub {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}

.item .lead {
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .item .lead {
    margin-bottom: 40px;
  }
}

.notes .note {
  position: relative;
  font-size: 1.4rem;
  padding-left: 15px;
}
.notes .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.fv-img {
  background: url(/assets/img/environment/lwb/fv_lwb.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#lwb .salary {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #lwb .salary {
    flex-direction: row;
  }
}
#lwb .salary .row {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #lwb .salary .row {
    flex-direction: column;
  }
  #lwb .salary .row:nth-of-type(2) .head {
    border-left: 1px solid #fff;
  }
}
#lwb .salary .row .head,
#lwb .salary .row .item {
  width: 20%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lwb .salary .row .head,
#lwb .salary .row .item {
    width: 100%;
  }
}
#lwb .salary .row .head {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #lwb .salary .row .head {
    text-align: center;
    margin-bottom: 2px;
    border-right: none;
  }
}
#lwb .salary .row .item {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #lwb .salary .row .item:not(:last-of-type) {
    margin-bottom: 2px;
  }
}
#lwb .salary .row:nth-of-type(1) {
  border-bottom: 1px solid #fff;
}
#lwb .salary .row:nth-of-type(1) .head {
  background: var(--black);
}
#lwb .salary .row:nth-of-type(1) .item {
  background: var(--lightgray);
}
#lwb .salary .row:nth-of-type(2) .head {
  background: var(--gold);
}
#lwb .salary .row:nth-of-type(2) .item {
  background: #f9f4e9;
}
#lwb .lead {
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #lwb .lead {
    margin-bottom: 30px;
  }
}
#lwb .lead.-center {
  text-align: center;
}
#lwb .info-table .row {
  display: flex;
}
@media screen and (max-width: 768px) {
  #lwb .info-table .row {
    display: flex;
    flex-direction: column;
  }
}
#lwb .info-table .row:not(:last-of-type) {
  margin-bottom: 5px;
}
#lwb .info-table .row .head,
#lwb .info-table .row .item {
  min-height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lwb .info-table .row .head,
#lwb .info-table .row .item {
    min-height: 60px;
  }
}
#lwb .info-table .row .head {
  width: 19.74%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  background: var(--gold);
  padding: 0 10px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lwb .info-table .row .head {
    width: 100%;
  }
}
#lwb .info-table .row .item {
  width: 80.26%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: var(--lightgray);
  padding: 20px 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #lwb .info-table .row .item {
    width: 100%;
    padding: 20px 12px;
  }
}
#lwb .club-img {
  width: 100%;
  margin-bottom: 20px;
}
#lwb .event-list .list-item {
  background: var(--lightgray);
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item {
    padding: 20px 12px;
    flex-direction: column;
  }
}
#lwb .event-list .list-item .img-container {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item .img-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
#lwb .event-list .list-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lwb .event-list .list-item .text-container {
  position: relative;
  width: 48.125%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item .text-container {
    width: 100%;
  }
}
#lwb .event-list .list-item .text-container .text {
  letter-spacing: 0.025em;
}
#lwb .event-list .list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
#lwb .event-list .list-item.double {
  display: flex;
  gap: 6px;
  padding: 0;
  background-color: initial;
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item.double {
    flex-direction: column;
  }
}
#lwb .event-list .list-item.double .list-item-inner {
  padding: 40px;
  background-color: var(--lightgray);
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item.double .list-item-inner {
    padding: 20px 12px;
  }
}
#lwb .event-list .list-item.double .list-item-inner .text-container {
  width: 100%;
}
#lwb .event-list .list-item.double .list-item-inner .head {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lwb .event-list .list-item.double .list-item-inner .head {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #lwb .event-list.support .head {
    order: 2;
  }
  #lwb .event-list.support .text {
    order: 3;
  }
}
#lwb .event-list.support .note {
  position: absolute;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #lwb .event-list.support .note {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 24px;
    order: 1;
  }
}
#lwb .item-wrap {
  display: flex;
  align-items: center;
  padding: 40px;
}
@container (max-width: 700px) {
  #lwb .item-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #lwb .item-wrap {
    padding: 20px 12px;
  }
}
#lwb .ex-caption-head {
  margin-bottom: 0;
}
#lwb .ex-caption-group {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 36px;
}
#lwb .ex-caption-group .ex-caption {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 16px;
  border-radius: 5px;
  background-color: #b8d200;
  top: -2px;
}
#lwb .chart-container .chart-head-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
#lwb .chart-container .chart-head {
  font-size: 1.6rem;
  font-weight: 700;
}
#lwb .chart-container .color-list {
  display: flex;
  gap: 15px;
}
#lwb .chart-container .color-list-item {
  position: relative;
  padding-left: 45px;
  font-size: 1.4rem;
}
#lwb .chart-container .color-list-item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 22px;
  border-radius: 6px;
  top: 0;
  left: 0;
}
#lwb .chart-container .color-list-item.pink::before {
  background-color: #ed86b3;
}
#lwb .chart-container .color-list-item.blue::before {
  background-color: #37bef0;
}
#lwb .chart-container .color-list-item.green::before {
  background-color: #b8d200;
}
#lwb .chart-figure-wrap {
  overflow: auto;
}
#lwb .chart-figure-wrap img {
  width: 876px;
}
#lwb .flow-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #lwb .flow-container {
    padding: 20px 12px;
  }
}
#lwb .flow-table {
  position: relative;
  width: calc(56.25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@container (max-width: 700px) {
  #lwb .flow-table {
    width: 100%;
  }
}
#lwb .flow-table::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 60px;
  background-color: #ef8589;
  z-index: 0;
}
#lwb .flow-table .flow-table-line {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#lwb .flow-table .flow-table-line .time {
  min-width: 50px;
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #ef8589;
}
#lwb .flow-table .flow-table-line .text {
  line-height: 1.35;
  letter-spacing: 0.01em;
}
#lwb .flow-table .flow-table-line.mt2h {
  margin-top: 20px;
}
#lwb .flow-table .flow-table-reduced {
  position: relative;
  width: 100%;
  min-height: 26px;
  background-color: #b8d200;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 0 12px;
  z-index: 1;
}
#lwb .flow-table .flow-table-reduced .info {
  font-size: 1.4rem;
}
#lwb .flow-person {
  width: 43.75%;
}
@container (max-width: 700px) {
  #lwb .flow-person {
    width: 100%;
  }
}
#lwb .flow-person .person-img {
  margin-bottom: 15px;
}
#lwb .flow-person .text {
  line-height: 1.714;
  margin-bottom: 26px;
}
#lwb .flow-person .detail {
  font-size: 1.4rem;
  font-weight: 500;
}
#lwb .data-container {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  margin-right: 25px;
}
@container (max-width: 700px) {
  #lwb .data-container {
    width: auto;
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #lwb .data-container {
    flex-direction: column;
    gap: 15px;
  }
}
#lwb .data-group {
  display: flex;
  position: relative;
  align-items: flex-end;
  width: fit-content;
}
#lwb .data-group:nth-of-type(1) {
  margin-right: 15px;
}
#lwb .data-group .icon {
  width: fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  #lwb .data-group .icon {
    margin-right: 12px;
  }
}
#lwb .data-group .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
#lwb .data-group .text-group .head {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.01em;
}
#lwb .data-group .text-group .gender {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #lwb .data-group .text-group .gender {
    font-size: calc(3 * (100vw - 769px) / 511 + 13px);
  }
}
#lwb .data-group .text-group .value {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
#lwb .data-group .text-group .value .large {
  font-size: 5rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #lwb .data-group .text-group .value .large {
    font-size: calc(14 * (100vw - 769px) / 511 + 36px);
  }
}
#lwb .data-group .text-group .value .small {
  font-size: 3.6rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #lwb .data-group .text-group .value .small {
    font-size: calc(13 * (100vw - 769px) / 511 + 23px);
  }
}
#lwb .data-group .text-group .value .per {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #lwb .data-group .text-group .value .per {
    font-size: calc(10 * (100vw - 769px) / 511 + 14px);
  }
}
#lwb .data-group .text-group .note {
  font-size: 1.4rem;
  width: fit-content;
  position: absolute;
  bottom: -25px;
  right: 0;
  white-space: nowrap;
}
#lwb .info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #lwb .info-list {
    padding-bottom: 0;
  }
}
#lwb .info-list .list-item {
  width: calc((100% - 20px) / 2);
  padding: 40px 35px 35px;
  background: var(--lightgray);
}
@media screen and (max-width: 768px) {
  #lwb .info-list .list-item {
    width: 100%;
    padding: 30px 12px 30px;
  }
  #lwb .info-list .list-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
#lwb .info-list .list-item:nth-of-type(-n+2) {
  margin-bottom: 20px;
}
#lwb .info-list .list-item .head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

/*# sourceMappingURL=wlb.css.map */