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

/*----------  unit  ----------*/
#unit .fv-area .fv-img {
  background: url(/assets/img/organization/unit/fv_unit.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#unit .fv-area .fv-heading {
  bottom: 67px;
  left: -120px;
}
@media screen and (max-width: 768px) {
  #unit .fv-area .fv-heading {
    bottom: 0;
    left: 0;
  }
}
#unit .fv-area .fv-heading .title-group {
  display: flex;
  flex-direction: column;
}
#unit .box {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
#unit .box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #unit .box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #unit .box {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
#unit .box .title-group {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #unit .box .title-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#unit .box .title-group .num-group {
  display: flex;
  align-items: center;
}
#unit .box .title-group .num-group .num {
  font-size: 10rem;
  font-weight: 700;
  padding-top: 10px;
  margin-right: 25px;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  #unit .box .title-group .num-group .num {
    font-size: 6rem;
    padding-top: 0;
    margin-right: 0;
  }
}
#unit .box .title-group .num-group .cap {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #unit .box .title-group .num-group .cap {
    font-size: 2rem;
    margin-right: 0;
  }
}
#unit .box .title-group .job-group {
  display: flex;
  flex-direction: column;
}
#unit .box .title-group .job-group .job {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.188;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #unit .box .title-group .job-group .job {
    font-size: calc(12 * (100vw - 769px) / 511 + 24px);
  }
}
@media screen and (max-width: 768px) {
  #unit .box .title-group .job-group .job {
    font-size: 2.4rem;
    margin-bottom: 7px;
  }
}
#unit .box .title-group .job-group .cap {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #unit .box .title-group .job-group .cap {
    font-size: calc(4 * (100vw - 769px) / 511 + 12px);
  }
}
@media screen and (max-width: 768px) {
  #unit .box .title-group .job-group .cap {
    font-size: 1.4rem;
  }
}
#unit .box .img-container.-short {
  width: 69.29%;
}
@media screen and (max-width: 768px) {
  #unit .box .img-container.-short {
    width: 100%;
  }
}
#unit .box .img-container:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #unit .box .img-container:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
#unit .box .lead-container .lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #unit .box .lead-container .lead {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
#unit .box .lead-container .text {
  line-height: 2.15;
  margin-bottom: 40px;
}
#unit .box .lead-container .text:not(:last-of-type) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #unit .box .lead-container .text:not(:last-of-type) {
    margin-bottom: 24px;
  }
}