/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	header
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  background-color: transparent;
  transition: background-color 0.5s ease;
}
header.is-bg {
  background: #F5F5F5;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	page header
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  margin: 0 auto;
  background: url(../img/bg_pageheader.webp) no-repeat center center / cover;
  position: relative;
}
.pageHeader .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 1440px;
  height: 590px;
  padding: 125px 0 74px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .pageHeader .inner {
    height: auto;
    padding: 150px 320px 74px 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader .inner {
    height: calc(60vw + 62px);
    margin: 0 0 30px;
    padding: 15vw 40vw 0 10px;
  }
}
.pageHeader .inner figure {
  flex-shrink: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .pageHeader .inner figure {
    position: absolute;
    top: 30px;
    right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader .inner figure {
    top: 62px;
    right: -20vw;
  }
}
@media screen and (max-width: 1023px) {
  .pageHeader .inner figure img {
    object-fit: contain;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader .inner figure img {
    width: 65vw;
    height: auto;
  }
}
.pageHeader_ttl {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .pageHeader_ttl {
    align-self: center;
  }
}
.pageHeader_ttl hgroup {
  margin: 0 0 30px;
  color: #0B318F;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pageHeader_ttl hgroup {
    margin-bottom: 0;
  }
}
.pageHeader_ttl hgroup h1 {
  margin: 0 0 15px;
  font-size: 7.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .pageHeader_ttl hgroup h1 {
    font-size: 8.2vw;
  }
}
.pageHeader_ttl hgroup h1.h1_small {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .pageHeader_ttl hgroup h1.h1_small {
    font-size: 7.2vw;
  }
}
.pageHeader_ttl hgroup h1.h1_eng {
  font-family: 'Oswald', sans-serif;
}
.pageHeader_ttl hgroup > p {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pageHeader_ttl hgroup > p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader .pageNav {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin: 0;
  font-size: 1.6rem;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    margin-bottom: 10px;
    font-size: 3.2vw;
  }
}
#breadcrumbsList a {
  font-weight: normal;
  text-decoration: underline;
  color: #0B318F;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  content: '\f0da';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #0B318F;
  margin: 0 8px 0 5px;
}
#breadcrumbsList::before {
  content: '\f015';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  color: #0B318F;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageNav
+++++++++++++++++++++++++++++++++++++++++++ */
.pageNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pageNav {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageNav li {
    width: calc(50% - 10px);
  }
}
.pageNav li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: flex-start;
  align-items: center;
  min-width: 174px;
  padding: 8px 20px 8px 10px;
  background: #0B318F;
  border-radius: 50px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pageNav li a {
    min-width: 0;
    width: 100%;
  }
}
.pageNav li a::before {
  content: '\f0ab';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.pageNav li a:hover {
  opacity: 0.7;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  margin: 0 0 60px;
  padding: 50px 50px 100px;
  background: #FFF;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  article {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  article {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
  }
}
article hgroup {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  article hgroup {
    margin-bottom: 30px;
  }
}
article hgroup h2 {
  margin: 0 0 10px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    margin-bottom: 5px;
    font-size: 9.6vw;
  }
}
article hgroup > p {
  max-width: max-content;
  min-width: 210px;
  margin: 0 auto;
  padding: 5px 40px;
  color: #FFF;
  background: #0B318F;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  article hgroup > p {
    min-width: 0;
    padding: 5px 20px;
    font-size: 4.8vw;
  }
}
article h3 {
  padding: 2px 0 2px 25px;
  margin: 60px 0 20px;
  font-size: 3.6rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  article h3 {
    padding: 2px 0 0 6vw;
    font-size: 6.4vw;
  }
}
article h3::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background: #0B318F;
  transform: skew(-15deg);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  article h3::before {
    max-width: 8px;
    width: 2vw;
  }
}
article h3.noBorder {
  margin: 50px 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article h3.noBorder {
    margin: 30px 0;
  }
}
article h3.noBorder::before {
  content: none;
}
article h4 {
  margin: 30px 0 10px;
  color: #0B318F;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  article h4 {
    font-size: 6vw;
  }
}
article .btn a {
  min-width: 340px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  article .btn a {
    min-width: 0;
  }
}
article .lead {
  margin: 30px 0 70px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .lead {
    margin: 20px 0 50px;
    font-size: 4.8vw;
    text-align: left;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	複数ページ
+++++++++++++++++++++++++++++++++++++++++++ */
.meritBox p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .meritBox p {
    font-size: 3.6vw;
  }
}
.meritBox .boxList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px 26px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .meritBox .boxList {
    gap: 10px;
  }
}
.meritBox .boxList li {
  width: calc(50% - 13px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .meritBox .boxList li {
    width: 100%;
  }
}
.boxList {
  margin: 30px 0;
}
.boxList li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 66px;
  margin: 0 0 24px;
  padding: 10px 15px;
  justify-content: flex-start;
  align-items: center;
  background: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .boxList li {
    width: 100%;
    min-height: 0;
    font-size: 4.2vw;
  }
}
.boxList li i {
  font-size: 3.6rem;
  color: #0B318F;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .boxList li i {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	機構を知る
+++++++++++++++++++++++++++++++++++++++++++ */
.sdgs_OTIT {
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .sdgs_OTIT {
    margin-bottom: 40px;
    padding: 0;
    width: 80%;
  }
}
.sdgsList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px 55px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 990px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sdgsList {
    gap: 10px;
  }
}
.sdgsList li {
  width: 153px;
}
@media screen and (max-width: 767px) {
  .sdgsList li {
    max-width: 153px;
    width: calc(50% - 5px);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	機構で働くということ
+++++++++++++++++++++++++++++++++++++++++++ */
.mapArea {
  max-width: 776px;
  margin: 110px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mapArea {
    margin: 50px -20px 110px;
  }
}
.mapArea_item {
  display: none;
}
.mapArea_item_parent {
  display: block;
  position: relative;
}
.mapArea_item button {
  display: block;
  max-width: 200px;
  width: 25.7%;
  max-height: 160px;
  height: 20.6%;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
}
.mapArea_item button:hover .label {
  background: #ffa808;
  color: #FFF;
}
.mapArea_item button:hover .label::after {
  background: #ffa808;
}
.mapArea_item button > img {
  pointer-events: none;
}
.mapArea_item button .label {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  line-height: 1.1;
  border-radius: 100px;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  background: #FFEE6E;
  transition: background-color 0.2s, color 0.2s;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mapArea_item button .label {
    padding: 4px 5px;
    font-size: 2.4vw;
  }
}
.mapArea_item button .label::after {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  content: '\f002';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 1.8rem;
  background: #FFEE6E;
  transition: background-color 0.2s;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .mapArea_item button .label::after {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 1.8vw;
    top: -1vw;
    right: -1vw;
  }
}
.mapArea_item button .label_small {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .mapArea_item button .label_small {
    font-size: 1.7vw;
  }
}
.mapArea_item button[data-target="#map1"] {
  width: 84px;
  height: 84px;
  padding: 18px 0 0;
  border-radius: 50%;
  line-height: 1.5;
  color: #FFF;
  background: #0B318F;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  top: -30px;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .mapArea_item button[data-target="#map1"] {
    width: 48px;
    height: 48px;
    padding: 6px 0 0;
    font-size: 1.2rem;
    top: -5%;
  }
}
.mapArea_item button[data-target="#map1"]:hover i {
  transform: rotate(-180deg);
}
.mapArea_item button[data-target="#map1"] i {
  display: block;
  margin: 0 auto;
  font-size: 2.5rem;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .mapArea_item button[data-target="#map1"] i {
    font-size: 1.8rem;
  }
}
.mapArea_item button[data-target^="#map2"] {
  width: 30.6%;
  max-width: 238px;
  height: 31.5%;
  max-height: 245px;
  top: 5%;
  left: 5%;
}
.mapArea_item button[data-target^="#map2"]:hover .label {
  background: #ffa808;
}
.mapArea_item button[data-target^="#map2"]:hover .label::after {
  background: #ffa808;
}
.mapArea_item button[data-target^="#map2"] .label {
  height: 72px;
  background: #FFCC6E;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mapArea_item button[data-target^="#map2"] .label {
    height: 8vw;
  }
}
.mapArea_item button[data-target^="#map2"] .label::after {
  background: #FFCC6E;
  right: 0px;
}
.mapArea_item button[data-target^="#map3"] {
  width: 30.6%;
  max-width: 238px;
  height: 30.6%;
  max-height: 238px;
  top: 5%;
  right: 3%;
}
.mapArea_item button[data-target^="#map3"] .label {
  height: 72px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mapArea_item button[data-target^="#map3"] .label {
    height: 8vw;
  }
}
.mapArea_item button[data-target^="#map3"] .label::after {
  right: 0px;
}
.mapArea_item button[data-target^="#map4"] {
  width: 30.6%;
  max-width: 238px;
  height: 24.7%;
  max-height: 192px;
  top: 38%;
  right: 3%;
}
.mapArea_item button[data-target^="#map4"] .label {
  bottom: 0;
}
.mapArea_item button[data-target^="#map5"] {
  width: 22.9%;
  max-width: 178px;
  height: 21.3%;
  max-height: 166px;
  top: 66%;
  right: 7%;
}
.mapArea_item button[data-target^="#map5"] .label {
  bottom: 0;
}
.mapArea_item button[data-target^="#map6"] {
  height: 27%;
  max-height: 210px;
  top: 60%;
  left: 9%;
}
.mapArea_item button[data-target^="#map6"] .label {
  bottom: 0;
}
.mapArea_item button[data-target^="#map7"] {
  width: 21.9%;
  max-width: 170px;
  height: 21.9%;
  max-height: 170px;
  top: 38%;
  left: -1%;
}
.mapArea_item button[data-target^="#map7"] .label {
  bottom: 0;
}
.mapArea_item button[data-target^="#map8"] {
  width: 28.3%;
  max-width: 220px;
  height: 29.6%;
  max-height: 230px;
  top: 70%;
  left: 36%;
}
.mapArea_item button[data-target^="#map8"]:hover .label {
  background: #ffa808;
}
.mapArea_item button[data-target^="#map8"]:hover .label::after {
  background: #ffa808;
}
.mapArea_item button[data-target^="#map8"] .label {
  background: #FFCC6E;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mapArea_item button[data-target^="#map8"] .label {
    width: 80%;
    bottom: 15%;
    left: 10%;
  }
}
.mapArea_item button[data-target^="#map8"] .label::after {
  background: #FFCC6E;
}
.mapArea_item .myselfImg {
  min-height: 355px;
  height: 48%;
  position: absolute;
  top: 19%;
  left: 36%;
}
@media screen and (max-width: 767px) {
  .mapArea_item .myselfImg {
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .mapArea_item .myselfImg img {
    width: 26vw;
  }
}
.mapArea_item .myselfImg_label {
  display: block;
  width: 160px;
  padding: 2px;
  text-align: center;
  background: #0B318F;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mapArea_item .myselfImg_label {
    width: max-content;
    padding: 2px 10px;
    font-size: 2vw;
  }
}
.mapArea_item .box {
  max-width: 225px;
  width: 27.5vw;
  padding: 15px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mapArea_item .box {
    padding: 8px 2vw;
    font-size: 2.6vw;
  }
}
.mapArea_item .box_description {
  position: absolute;
  background: #FFEE6E;
}
.mapArea_item .box_myself {
  background: #0B318F;
  color: #FFF;
  position: absolute;
  top: 83%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mapArea_item .box_myself {
    top: 85%;
  }
}
.mapArea_item .box_myself p {
  margin-bottom: 0;
  text-indent: -0.725rem;
}
@media screen and (max-width: 767px) {
  .mapArea_item .box_myself p {
    text-indent: -0.5vw;
  }
}
.mapArea #map2 .box_description {
  background: #FFCC6E;
  top: 38%;
  left: 3.5%;
}
.mapArea #map3 .box_description {
  top: 38%;
  right: 3.5%;
}
.mapArea #map4 .box_description {
  top: 65%;
  right: 3.5%;
}
.mapArea #map5 .box_description {
  top: 88%;
  right: 3.5%;
}
.mapArea #map6 .box_description {
  top: 92%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .mapArea #map6 .box_description {
    left: 3.5%;
  }
}
.mapArea #map7 .box_description {
  top: 62%;
  left: -4%;
}
@media screen and (max-width: 767px) {
  .mapArea #map7 .box_description {
    left: 1%;
  }
}
.mapArea #map8 .myselfImg {
  top: 8%;
}
@media screen and (max-width: 767px) {
  .mapArea #map8 .box_myself {
    width: 46vw;
    left: -7vw;
  }
}
.mapArea #map8 .box_description {
  background: #FFCC6E;
  top: 88%;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .mapArea #map8 .box_description {
    right: 3%;
  }
}
.ideal_candidate_profile_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px 50px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 820px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .ideal_candidate_profile_list {
    gap: 20px 10px;
    margin: 30px auto;
  }
}
.ideal_candidate_profile_list li {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #0B318F;
}
@media screen and (max-width: 767px) {
  .ideal_candidate_profile_list li {
    width: calc(50vw - 44px);
    height: calc(50vw - 44px);
  }
}
.ideal_candidate_profile_list li[data-name="公共性"] {
  background: #1E508D;
}
.ideal_candidate_profile_list li[data-name="第三者視点"] {
  background: #1C7D8E;
}
.ideal_candidate_profile_list li[data-name="粘り強さ"] {
  background: #44816E;
}
.ideal_candidate_profile_list li[data-name="法令厳守"] {
  background: #8C59AE;
}
.ideal_candidate_profile_list li[data-name="成長"] {
  background: #667ADE;
}
.ideal_candidate_profile_list li dl {
  max-width: 200px;
  margin: 0 auto;
  padding: 42px 0 0;
  color: #FFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ideal_candidate_profile_list li dl {
    max-width: none;
    padding: 6vw 3vw 0;
  }
}
.ideal_candidate_profile_list li dl dt {
  margin: 0 0 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ideal_candidate_profile_list li dl dt {
    margin: 0 0 2vw;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .ideal_candidate_profile_list li dl dd {
    font-size: 2.8vw;
  }
}
.workingHereBlock {
  margin: 0 0 30px;
}
.workingHereBlock .flexText section {
  margin: 30px 0;
}
.workingHereBlock .flexImg {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .workingHereBlock .flexImg {
    max-width: none;
  }
}
.workingHereBlock .flexImg figure {
  text-align: center;
}
.workingHereBlock .flexImg figure img {
  margin: 0 0 8px;
}
.workingHereBlock .flexImg figure figcaption {
  font-weight: bold;
  text-align: left;
}
.our_4_core_functions_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 32px 30px;
  flex-wrap: wrap;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list {
    flex-direction: column;
    margin: 20px auto;
  }
}
.our_4_core_functions_list > a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  width: calc(50% - 16px);
  border: #0B318F 3px solid;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list > a {
    width: 100%;
  }
}
.our_4_core_functions_list > a:hover {
  background: rgba(11, 49, 143, 0.1);
}
.our_4_core_functions_list > a .num {
  display: block;
  width: 88px;
  height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background: #0B318F;
  text-align: center;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list > a .num {
    width: max-content;
    height: auto;
    margin: 0 0 10px;
    padding: 2px 10px;
    font-size: 4.8vw;
    position: static;
  }
}
.our_4_core_functions_list > a h3 {
  min-height: 48px;
  margin: 0 0 15px;
  padding: 8px 0 0 100px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list > a h3 {
    min-height: 0;
    padding: 0 10px;
    font-size: 4.8vw;
  }
}
.our_4_core_functions_list > a h3::before {
  content: none;
}
.our_4_core_functions_list > a p {
  padding: 0 8px 0 16px;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list > a p {
    padding: 0 10px;
  }
}
.our_4_core_functions_list > a .link {
  margin: auto 0 0;
  padding: 8px 30px 8px 8px;
  text-align: right;
  font-weight: bold;
  line-height: 1.4;
  background: #0B318F;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our_4_core_functions_list > a .link {
    text-align: left;
  }
}
.our_4_core_functions_list > a .link i {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
/*+++++++++++++++++++++++++++++++++++++++++++
	職員の生活を支える
+++++++++++++++++++++++++++++++++++++++++++ */
.supportBox {
  gap: 20px;
  margin: 40px 0 0;
}
.supportBox .flexImg {
  width: 520px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .supportBox .flexImg {
    width: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	職員の生活を支える
+++++++++++++++++++++++++++++++++++++++++++ */
.salery_Level_flex {
  max-width: 875px;
  margin: 0 auto;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .salery_Level_flex {
    gap: 10px;
  }
}
.salery_Level_flex .flexText {
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .salery_Level_flex .flexText {
    padding: 0;
  }
}
.salery_Level_flex .flexText .btn a {
  min-width: 0;
}
.workLifeBalanceColumn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .workLifeBalanceColumn {
    flex-direction: column;
    gap: 0;
  }
}
.workLifeBalanceColumn dl {
  max-width: 520px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .workLifeBalanceColumn dl {
    max-width: none;
    width: 100%;
  }
}
.workLifeBalanceColumn dl .dlItem {
  padding: 0 0 15px;
  border-bottom: #DBDBDB 1px solid;
  line-height: 1.5;
}
.workLifeBalanceColumn dl .dlItem dt button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 30px 5px 5px;
  font-weight: bold;
  font-size: 2.2rem;
  color: #0B318F;
  transition: 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.workLifeBalanceColumn dl .dlItem dt button:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .workLifeBalanceColumn dl .dlItem dt button:hover {
    color: #0B318F;
  }
}
.workLifeBalanceColumn dl .dlItem dt button::after {
  content: '\2b';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 5px;
}
.workLifeBalanceColumn dl .dlItem dt button.open::after {
  content: '\f068';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.workLifeBalanceColumn dl .dlItem dd {
  display: none;
  padding: 10px;
  background: #F2F4F9;
  border-radius: 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	キャリアパス
+++++++++++++++++++++++++++++++++++++++++++ */
.careerComment {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 56px;
  max-width: 980px;
  margin: 30px auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .careerComment {
    flex-direction: column;
    gap: 30px;
  }
}
.careerComment_fukidashi {
  flex: 1;
  min-height: 100px;
  padding: 28px;
  border: #0B318F 3px solid;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .careerComment_fukidashi {
    min-height: 0;
    padding: 15px;
    font-size: 4.8vw;
    text-align: left;
  }
}
.careerComment_fukidashi::before,
.careerComment_fukidashi::after {
  content: '';
  display: block;
  width: 36px;
  height: 34px;
  background: #0B318F;
  position: absolute;
  left: -36px;
  bottom: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .careerComment_fukidashi::before,
  .careerComment_fukidashi::after {
    left: calc(50% - 26px);
    bottom: auto;
    top: -34px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.careerComment_fukidashi::after {
  width: 30px;
  height: 28px;
  background: #FFF;
  left: -28px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .careerComment_fukidashi::after {
    left: calc(50% - 23px);
    top: -27px;
  }
}
.comparisonTable {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .comparisonTable th {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .comparisonTable td {
    padding: 5px;
  }
}
.modelCase {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modelCase {
    gap: 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	keywords
+++++++++++++++++++++++++++++++++++++++++++ */
.KeywordsColumn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .KeywordsColumn {
    flex-direction: column;
  }
}
.KeywordsColumn_item {
  max-width: 520px;
  width: calc(50% - 20px);
  border: #0B318F 5px solid;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .KeywordsColumn_item {
    width: 100%;
    margin: 0 auto;
  }
}
.KeywordsColumn_item h3 {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  top: 20px;
}
.KeywordsColumn_item h3::before {
  content: none;
}
.KeywordsColumn_item figure {
  margin: -5px -5px 0;
}
.KeywordsColumn_item figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .KeywordsColumn_item figure img {
    max-height: 300px;
    height: 50vw;
  }
}
.KeywordsColumn_item_text {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100% - 290px);
  padding: 15px 24px  30px;
  background: #0B318F;
  position: relative;
}
@media screen and (max-width: 767px) {
  .KeywordsColumn_item_text {
    padding: 10px 10px 15px;
  }
}
.KeywordsColumn_item_text_btn {
  margin: auto 0 0;
  padding: 20px 0 0;
}
.KeywordsColumn_item_text_btn p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .KeywordsColumn_item_text_btn p {
    font-size: 3.6vw;
  }
}
.KeywordsColumn_item_text_btn .btn {
  margin: 20px 0 0;
}
.KeywordsColumn_item_text_btn .btn a {
  min-width: 200px;
  padding: 0 30px 2px;
  background: #FFF;
  color: #0B318F;
  text-align: center;
  position: relative;
}
.KeywordsColumn_item_text_btn .btn a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.KeywordsColumn_item_text p {
  margin: 0;
  color: #FFF;
}
.dataColumn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px 20px;
  flex-wrap: wrap;
  max-width: 924px;
  margin: 50px auto 10px;
}
@media screen and (max-width: 767px) {
  .dataColumn {
    gap: 20px 10px;
  }
}
.dataColumn_item {
  max-width: 252px;
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
  border: #CCC 1px solid;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dataColumn_item {
    max-width: none;
  }
}
.dataColumn_item figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 108px;
  margin: 0 auto 10px;
}
.dataColumn_item p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .dataColumn_item p {
    font-size: 4.8vw;
  }
}
.dataColumn_item i {
  padding: 0 0 20px;
  font-size: 8rem;
  color: #0B318F;
}
@media screen and (max-width: 767px) {
  .dataColumn_item i {
    font-size: 16vw;
  }
}
.dataColumn_item .num {
  display: inline-block;
  margin: 0 5px;
  font-size: 6.1rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .dataColumn_item .num {
    font-size: 12vw;
  }
}
.dataColumn_item_text {
  margin: 0 -10px -20px;
  padding: 5px 5px 10px;
  background: #0B318F;
}
.dataColumn_item_text p {
  color: #FFF;
}
.total {
  max-width: max-content;
  margin: 50px auto 0;
  padding: 0 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: #0B318F 4px solid;
}
@media screen and (max-width: 767px) {
  .total {
    font-size: 4.2vw;
  }
}
.total.total2 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .total.total2 {
    margin-left: auto;
  }
}
.total.total2 .num {
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .total.total2 .num {
    min-width: 20vw;
  }
}
.total .num {
  display: inline-block;
  min-width: 200px;
  text-align: right;
  margin: 0 5px;
  font-size: 6.1rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .total .num {
    min-width: 40vw;
    font-size: 12vw;
  }
}
.keywordsMapArea {
  min-height: 400px;
  padding-right: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: column;
    padding: 0;
  }
}
.keywordsMapArea .dataColumn {
  justify-content: flex-start;
  gap: 10px 25px;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea .dataColumn {
    gap: 10px;
  }
}
.keywordsMapArea .dataColumn_item {
  max-width: 144px;
  margin: 0 0 5px;
  padding: 0;
  border: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea .dataColumn_item {
    max-width: none;
    width: calc(50% - 5px);
  }
}
.keywordsMapArea .dataColumn_item[data-name="愛知県"] dt {
  background: #E96A3C;
}
.keywordsMapArea .dataColumn_item[data-name="愛知県"] dd {
  background: #FFECE5;
}
.keywordsMapArea .dataColumn_item[data-name="大阪府"] dt {
  background: #F26A80;
}
.keywordsMapArea .dataColumn_item[data-name="大阪府"] dd {
  background: #FFE0E5;
}
.keywordsMapArea .dataColumn_item dt {
  padding: 2px 5px 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  background: #5ABC89;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea .dataColumn_item dt {
    font-size: 4vw;
  }
}
.keywordsMapArea .dataColumn_item dd {
  padding: 2px 5px 5px;
  background: #E7FDF1;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea .dataColumn_item dd {
    font-size: 4vw;
  }
}
.keywordsMapArea .dataColumn_item dd .num {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea .dataColumn_item dd .num {
    font-size: 9.6vw;
  }
}
.keywordsMapArea figure {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .keywordsMapArea figure {
    text-align: center;
    position: static;
    order: -1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	棒グラフ
+++++++++++++++++++++++++++++++++++++++++++ */
.graf_start .num {
  animation: opacity 1s 2.5s forwards;
}
.graf_bar {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .graf_bar {
    display: block;
    padding-top: 30px;
  }
}
.graf_bar > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .graf_bar > div {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.graf_bar > div dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .graf_bar > div dt {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 767px) {
  .graf_bar > div dt {
    min-width: 11vw;
    font-size: 3.6vw;
    writing-mode: unset;
    flex-shrink: 0;
  }
}
.graf_bar > div dd {
  position: relative;
  width: 44px;
  height: 372px;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd {
    width: 100%;
    height: 36px;
    flex: 1;
  }
}
.graf_bar > div dd::before {
  content: '';
  display: block;
  width: 44px;
  height: 0;
  border-radius: 4px;
  background: #7E7E7E;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd::before {
    width: 0;
    height: 36px;
  }
}
.graf_bar > div dd[data-name="その他"]::after {
  content: '';
  width: 54px;
  height: 32px;
  background: url(../img/graf_axis_break.svg) no-repeat 0 0 / contain;
  position: absolute;
  top: 100px;
  left: -5px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd[data-name="その他"]::after {
    width: 42px;
    left: auto;
    top: 2px;
    right: 70px;
    transform: rotate(90deg);
  }
}
.graf_bar > div dd .num {
  height: 0%;
  padding: 10px 0 0 3px;
  writing-mode: vertical-lr;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #FFF;
  white-space: nowrap;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd .num {
    width: 0%;
    padding: 0 4px 6px 0;
    font-size: 1.4rem;
    height: auto;
    text-align: right;
    writing-mode: unset;
  }
}
.graf_bar > div dd .num strong {
  font-size: 3.2rem;
  font-family: 'Oswald', sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd .num strong {
    font-size: 2.2rem;
    vertical-align: bottom;
  }
}
.graf_bar.graf_start dd[data-name="愛知県"]::before {
  background: #E96A3C;
  animation: graf_bar_a 1s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="愛知県"]::before {
    animation: graf_bar_a_sp 1s forwards;
  }
}
.graf_bar.graf_start dd[data-name="愛知県"] .num {
  animation: graf_bar_a 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="愛知県"] .num {
    animation: graf_bar_a_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="東京都"]::before {
  background: #5ABC89;
  animation: graf_bar_b 1s 0.1s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="東京都"]::before {
    animation: graf_bar_b_sp 1s 0.1s forwards;
  }
}
.graf_bar.graf_start dd[data-name="東京都"] .num {
  animation: graf_bar_b 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="東京都"] .num {
    animation: graf_bar_b_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="大阪府"]::before {
  background: #F26A80;
  animation: graf_bar_b 1s 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="大阪府"]::before {
    animation: graf_bar_b_sp 1s 0.2s forwards;
  }
}
.graf_bar.graf_start dd[data-name="大阪府"] .num {
  animation: graf_bar_b 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="大阪府"] .num {
    animation: graf_bar_b_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="静岡県"]::before {
  background: #E96A3C;
  animation: graf_bar_c 1s 0.3s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="静岡県"]::before {
    animation: graf_bar_c_sp 1s 0.3s forwards;
  }
}
.graf_bar.graf_start dd[data-name="静岡県"] .num {
  animation: graf_bar_c 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="静岡県"] .num {
    animation: graf_bar_c_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="千葉県"]::before {
  background: #5ABC89;
  animation: graf_bar_d 1s 0.4s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="千葉県"]::before {
    animation: graf_bar_d_sp 1s 0.4s forwards;
  }
}
.graf_bar.graf_start dd[data-name="千葉県"] .num {
  animation: graf_bar_d 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="千葉県"] .num {
    animation: graf_bar_d_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="埼玉県"]::before {
  background: #5ABC89;
  animation: graf_bar_e 1s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="埼玉県"]::before {
    animation: graf_bar_e_sp 1s 0.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="埼玉県"] .num {
  animation: graf_bar_e 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="埼玉県"] .num {
    animation: graf_bar_e_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="福岡県"]::before {
  background: #588EAF;
  animation: graf_bar_e 1s 0.6s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="福岡県"]::before {
    animation: graf_bar_e_sp 1s 0.6s forwards;
  }
}
.graf_bar.graf_start dd[data-name="福岡県"] .num {
  animation: graf_bar_e 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="福岡県"] .num {
    animation: graf_bar_e_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="北海道"]::before {
  background: #1E508D;
  animation: graf_bar_f 1s 0.7s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="北海道"]::before {
    animation: graf_bar_f_sp 1s 0.7s forwards;
  }
}
.graf_bar.graf_start dd[data-name="北海道"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="北海道"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="福島県"]::before {
  background: #1C7D8E;
  animation: graf_bar_f 1s 0.8s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="福島県"]::before {
    animation: graf_bar_f_sp 1s 0.8s forwards;
  }
}
.graf_bar.graf_start dd[data-name="福島県"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="福島県"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="茨城県"]::before {
  background: #2FBAE0;
  animation: graf_bar_f 1s 0.9s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="茨城県"]::before {
    animation: graf_bar_f_sp 1s 0.9s forwards;
  }
}
.graf_bar.graf_start dd[data-name="茨城県"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="茨城県"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="三重県"]::before {
  background: #E96A3C;
  animation: graf_bar_f 1s 1s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="三重県"]::before {
    animation: graf_bar_f_sp 1s 1s forwards;
  }
}
.graf_bar.graf_start dd[data-name="三重県"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="三重県"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="広島県"]::before {
  background: #D05BBB;
  animation: graf_bar_f 1s 1.1s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="広島県"]::before {
    animation: graf_bar_f_sp 1s 1.1s forwards;
  }
}
.graf_bar.graf_start dd[data-name="広島県"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="広島県"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="長崎県"]::before {
  background: #588EAF;
  animation: graf_bar_f 1s 1.2s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="長崎県"]::before {
    animation: graf_bar_f_sp 1s 1.2s forwards;
  }
}
.graf_bar.graf_start dd[data-name="長崎県"] .num {
  animation: graf_bar_f 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="長崎県"] .num {
    animation: graf_bar_f_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
.graf_bar.graf_start dd[data-name="その他"]::after {
  animation: opacity 3.5s 2s forwards;
}
.graf_bar.graf_start dd[data-name="その他"]::before {
  animation: graf_bar_a 1s 1.3s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="その他"]::before {
    animation: graf_bar_a_sp 1s 1.3s forwards;
  }
}
.graf_bar.graf_start dd[data-name="その他"] .num {
  animation: graf_bar_a 1s forwards, opacity 1s 2.5s forwards;
}
@media screen and (max-width: 767px) {
  .graf_bar.graf_start dd[data-name="その他"] .num {
    animation: graf_bar_a_sp 1s forwards, opacity 1s 2.5s forwards;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes graf_bar_a {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes graf_bar_a_sp {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes graf_bar_b {
  0% {
    height: 0;
  }
  100% {
    height: 69.4%;
  }
}
@keyframes graf_bar_b_sp {
  0% {
    width: 0;
  }
  100% {
    width: 69.4%;
  }
}
@keyframes graf_bar_c {
  0% {
    height: 0;
  }
  100% {
    height: 54%;
  }
}
@keyframes graf_bar_c_sp {
  0% {
    width: 0;
  }
  100% {
    width: 54%;
  }
}
@keyframes graf_bar_d {
  0% {
    height: 0;
  }
  100% {
    height: 46%;
  }
}
@keyframes graf_bar_d_sp {
  0% {
    width: 0;
  }
  100% {
    width: 46%;
  }
}
@keyframes graf_bar_e {
  0% {
    height: 0;
  }
  100% {
    height: 30.6%;
  }
}
@keyframes graf_bar_e_sp {
  0% {
    width: 0;
  }
  100% {
    width: 30.6%;
  }
}
@keyframes graf_bar_f {
  0% {
    height: 0;
  }
  100% {
    height: 23.3%;
  }
}
@keyframes graf_bar_f_sp {
  0% {
    width: 0;
  }
  100% {
    width: 23.3%;
  }
}
