@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;
}

/*----------  firedepartment  ----------*/
#work-style .fv-img {
  background: url(/assets/img/environment/female/fv_female.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#work-style .page-link-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #work-style .page-link-container {
    flex-direction: column;
    align-items: center;
  }
}
#work-style .page-link-container .link-item {
  width: calc((100% - 20px) / 2);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  #work-style .page-link-container .link-item {
    width: 100%;
    font-size: 1.6rem;
  }
  #work-style .page-link-container .link-item:nth-of-type(1) {
    margin-bottom: 24px;
  }
}
#work-style .page-link-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  #work-style .page-link-container .link-item a {
    min-height: 80px;
  }
}
#work-style .page-link-container .link-item:hover {
  opacity: 0.7;
}
#work-style .page-link-container .link-item.-active {
  color: #fff;
  background: var(--gold);
}
#work-style .box:nth-of-type(1) {
  margin-bottom: 30px;
  padding: 0 40px 20PX;
}
@media screen and (max-width: 768px) {
  #work-style .box:nth-of-type(1) {
    padding: 0 12px;
  }
}
#work-style .box:nth-of-type(2) {
  margin-bottom: 40px;
  padding: 0 40px 40PX;
}
@media screen and (max-width: 768px) {
  #work-style .box:nth-of-type(2) {
    padding: 0 12px;
  }
}
#work-style .box:nth-of-type(3) {
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #work-style .box:nth-of-type(3) {
    margin-bottom: 50px;
  }
}
#work-style .box .heading-group {
  padding-top: 85px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #work-style .box .heading-group {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
#work-style .box .intro-text {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #work-style .box .intro-text {
    padding: 0 12px;
  }
}
#work-style .box .content-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#work-style .box .content-block {
  width: 100%;
  padding-bottom: 20px;
}
#work-style .box .content-block.-split {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #work-style .box .content-block.-split {
    width: 100%;
  }
}
#work-style .box .content-heading {
  min-height: 80px;
  background: var(--gold);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-heading {
    min-height: 64px;
  }
}
#work-style .box .content-heading .head {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-heading .head {
    font-size: 1.8rem;
    padding: 20px 12px;
    text-align: center;
  }
}
#work-style .box .content-body {
  background: var(--lightgray);
  padding: 40px 40px 0 40px;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body {
    padding: 20px 12px 0 12px;
  }
}
#work-style .box .content-body .character-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#work-style .box .content-body .character-group.-right .balloon {
  margin-left: 40px;
}
#work-style .box .content-body .character-group.-right .balloon::before {
  border-width: 7px 30px 7px 0;
  border-color: transparent var(--navy) transparent transparent;
  left: -30px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .character-group.-right .balloon::before {
    left: -28px;
  }
}
#work-style .box .content-body .character-group.-left {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
#work-style .box .content-body .character-group.-left .balloon {
  margin-right: 40px;
}
#work-style .box .content-body .character-group.-left .balloon::before {
  border-width: 7px 0 7px 30px;
  border-color: transparent transparent transparent var(--navy);
  right: -30px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .character-group.-left .balloon::before {
    right: -28px;
  }
}
#work-style .box .content-body .character-group .character {
  width: fit-content;
}
#work-style .box .content-body .character-group .balloon {
  position: relative;
  width: fit-content;
  height: fit-content;
  padding: 15px;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .character-group .balloon {
    font-size: 1.3rem;
    padding: 8px;
  }
}
#work-style .box .content-body .character-group .balloon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  transform: translateY(-50%);
}
#work-style .box .content-body .item {
  background: #fff;
}
#work-style .box .content-body .item.split {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .item.split {
    flex-direction: column;
  }
}
#work-style .box .content-body .item.split .img-container, #work-style .box .content-body .item.split .text-container {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .item.split .img-container, #work-style .box .content-body .item.split .text-container {
    width: 100%;
  }
}
#work-style .box .content-body .item.split .img-container .note {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #work-style .box .content-body .item.split .img-container .circlegraph {
    width: 80%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }
}
#work-style .box .content-body .item.split .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .item.split .text-container {
    margin-top: 32px;
  }
}
#work-style .box .content-body .item.split .text-container .text-group:not(:last-of-type) {
  margin-bottom: 40px;
}
#work-style .box .content-body .item.split .text-container .text-group .head {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body .item.split .text-container .text-group .head {
    font-size: 1.6rem;
  }
}
#work-style .box .content-body .item.split .text-container .text-group .detail-list .list-item {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding-left: 20px;
}
#work-style .box .content-body .item.split .text-container .text-group .detail-list .list-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: var(--gold);
}
#work-style .box .content-body.chart .item {
  margin-bottom: 15px;
}
#work-style .box .content-body.chart .character-group {
  padding-bottom: 30px;
}
#work-style .box .content-body.graph-01 .item {
  padding: 35px 70px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body.graph-01 .item {
    padding: 30px 12px;
  }
}
#work-style .box .content-body.graph-01 .character-group {
  padding: 15px 0;
}
#work-style .box .content-body.graph-02 .item {
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body.graph-02 .item {
    padding: 24px;
  }
}
#work-style .box .content-body.graph-02 .character-group {
  padding: 15px 0;
}
#work-style .box .content-body.childcare .item {
  padding: 35px 50px 55px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body.childcare .item {
    padding: 24px;
  }
}
#work-style .box .content-body.childcare .item .text-group {
  text-align: center;
}
@media (max-width: 768px) {
  #work-style .box .content-body.childcare .item .text-group {
    text-align: left;
  }
}
#work-style .box .content-body.childcare .item .text-group .head {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #work-style .box .content-body.childcare .item .text-group .head {
    text-align: center;
  }
}
#work-style .box .content-body.childcare .item .text-group .text {
  margin-bottom: 30px;
}
#work-style .box .content-body.childcare .character-group {
  padding: 15px 0;
}
#work-style .box .content-body.childcare .item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body.childcare .item-wrap {
    flex-direction: column;
  }
}
#work-style .box .content-body.childcare .note {
  font-size: 1.4rem;
  letter-spacing: -0.1em;
  width: fit-content;
  position: absolute;
  bottom: -25px;
  right: 0;
}
#work-style .box .content-body.childcare .data-container {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #work-style .box .content-body.childcare .data-container {
    justify-content: space-around;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #work-style .box .content-body.childcare .data-container {
    flex-direction: column;
  }
}
#work-style .box .content-body.childcare .data-group {
  display: flex;
  position: relative;
  align-items: flex-end;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  #work-style .box .content-body.childcare .data-group {
    left: -50%;
  }
}
#work-style .box .content-body.childcare .data-group:nth-of-type(1) {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #work-style .box .content-body.childcare .data-group:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #work-style .box .content-body.childcare .data-group:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
#work-style .box .content-body.childcare .data-group .icon {
  width: fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  #work-style .box .content-body.childcare .data-group .icon {
    margin-right: 12px;
  }
}
#work-style .box .content-body.childcare .data-group .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
#work-style .box .content-body.childcare .data-group .text-group .head {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.01em;
}
#work-style .box .content-body.childcare .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) {
  #work-style .box .content-body.childcare .data-group .text-group .gender {
    font-size: calc(3 * (100vw - 769px) / 511 + 13px);
  }
}
#work-style .box .content-body.childcare .data-group .text-group .value {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
#work-style .box .content-body.childcare .data-group .text-group .value .large {
  font-size: 5rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #work-style .box .content-body.childcare .data-group .text-group .value .large {
    font-size: calc(14 * (100vw - 769px) / 511 + 36px);
  }
}
#work-style .box .content-body.childcare .data-group .text-group .value .small {
  font-size: 3.6rem;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #work-style .box .content-body.childcare .data-group .text-group .value .small {
    font-size: calc(13 * (100vw - 769px) / 511 + 23px);
  }
}
#work-style .box .content-body.childcare .data-group .text-group .value .per {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #work-style .box .content-body.childcare .data-group .text-group .value .per {
    font-size: calc(10 * (100vw - 769px) / 511 + 14px);
  }
}
#work-style .box .info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #work-style .box .info-list {
    padding-bottom: 24px;
  }
}
#work-style .box .info-list .list-item {
  width: calc((100% - 20px) / 2);
  padding: 40px 35px 35px;
  background: var(--lightgray);
}
@media screen and (max-width: 768px) {
  #work-style .box .info-list .list-item {
    width: 100%;
    padding: 30px 12px 30px;
  }
  #work-style .box .info-list .list-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
#work-style .box .info-list .list-item:nth-of-type(-n+2) {
  margin-bottom: 20px;
}
#work-style .box .info-list .list-item .head {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
#work-style .box .chart-block {
  padding: 0 5% 60px;
  background: var(--lightgray);
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block {
    padding: 0 12px 32px;
  }
}
#work-style .box .chart-block .title-group {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .title-group {
    padding-top: 30px;
  }
}
#work-style .box .chart-block .title-group .num-group {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
#work-style .box .chart-block .title-group .num-group .num {
  font-size: 6.5rem;
  line-height: 0.8;
}
#work-style .box .chart-block .title-group .num-group .cap {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -5px;
  color: var(--gold);
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .title-group .num-group .cap {
    font-size: 2rem;
  }
}
#work-style .box .chart-block .title-group .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .title-group .title {
    font-size: 2rem;
  }
}
#work-style .box .chart-block .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .image {
    margin-bottom: 32px;
  }
}
#work-style .box .chart-block .career-item {
  max-width: 800px;
  margin: 0 auto;
}
#work-style .box .chart-block .career-item .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}
#work-style .box .chart-block .career-item .title-container .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#work-style .box .chart-block .career-item .point-list {
  padding: 30px 5% 40px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .career-item .point-list {
    padding: 30px 12px;
    flex-direction: column;
  }
}
#work-style .box .chart-block .career-item .point-list .list-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .career-item .point-list .list-item {
    width: 100%;
  }
  #work-style .box .chart-block .career-item .point-list .list-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
#work-style .box .chart-block .career-item .point-list .list-item .head {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
#work-style .box .chart-block .career-item .split-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 5%;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .career-item .split-item {
    flex-direction: column;
    padding: 20px 12px;
  }
}
#work-style .box .chart-block .career-item .split-item .image {
  max-width: 100px;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #work-style .box .chart-block .career-item .split-item .image {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#work-style .box .chart-block .career-item .split-item .text-list .text {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.01em;
}
#work-style .box .chart-block .career-item .split-item .text-list .text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}
#work-style .box .chart-block.chart01 {
  margin-bottom: 30px;
}
#work-style .box .chart-block.chart01 .title-container {
  background: var(--gold);
}
#work-style .box .chart-block.chart01 .point-list .head {
  color: var(--gold);
}
#work-style .box .chart-block.chart02 .title-container {
  background: var(--navy);
}
#work-style .box .chart-block.chart02 .point-list .head {
  color: var(--navy);
}
#work-style .box#careerplan .intro-text {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #work-style .box#careerplan .intro-text {
    padding: 0 12px;
  }
}
#work-style .pop-item {
  cursor: pointer;
}

#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: ease 300ms all;
  z-index: 1000;
}
#modal-bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  width: 90%;
  height: fit-content;
  background: #fff;
}

/*# sourceMappingURL=work-style.css.map */