@charset 'UTF-8';

/*働き方改革*/

.wr {
  padding: 0 35px;
  background: #eef3f5;
}

.wr .ttl {
  height: 0;
  padding-top: 70%;
  padding-top: 40%;
  border-bottom: 2px solid #0080ca;
  background: url(../../images/working_reform/bg.avif) no-repeat right bottom;
  background-size: 70%;
}

.wr .ttl h1 {
  font-size: 3.0rem;
  font-size: 24px;
  position: absolute;
  top: 70px;
  left: 60px;
}

.wr .ttl h1 span {
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px;
  color: #fff;
  background: #0080ca;
}

.wr > p {
  font-size: 16px;
  padding: 60px;
  color: #0080ca;
}

.wr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  margin: 0 0 50px;
  padding: 20px;
  color: #fff;
  border-radius: 20px;
  background: #00a8c8;
}

.wr ul li:nth-child(2n+1) {
  background: #0080ca;
}

.wr ul li div {
  text-align: center;
  color: #fff;
}

.wr ul li div:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wr ul li div:nth-of-type(2) {
  width: 50%;
  margin: 10% auto;
}

.wr ul li p {
  font-size: 18px;
  color: #fff;
}

.working {
  font-weight: bold;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.workingmain {
  background: url(../../images/working_reform/main_pc.avif) no-repeat center;
  background-size: cover;
}

.workingmain-inner {
  position: relative;
  padding-top: 36%;
}

.workingmain-inner-txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.working__copy {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  margin: 100px auto;
  text-align: center;
}

.working__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.working__nav a {
  font-size: 40px;
  margin: 0 60px;
  padding: 0 30px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px gray;
  box-shadow: 2px 2px 4px gray;
}

.working__nav a:first-child {
  color: #007aaf;
  border: 2px solid #007aaf;
}

.working__nav a:last-child {
  color: #75a754;
  border: 2px solid #75a754;
}

.working__ttl {
  font-size: 36px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 40px;
  padding: 0 100px 0 20px;
  color: #fff;
  background: #007aaf;
  -webkit-box-shadow: 2px 2px 4px gray;
  box-shadow: 2px 2px 4px gray;
}

.working__ttl--02 {
  background: #75a754;
}

.working__sec + .working__sec {
  margin-top: 100px;
}

.working__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.working__point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
}

.working__point__head {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.working__point__head p {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 5px 40px 0 10px;
  color: #fff;
}

.working__point__head p:after {
  position: absolute;
  top: 0;
  right: -10px;
  content: '';
  content: '';
  border-top: 0 solid transparent;
  border-right: 50px solid #fff;
  border-bottom: 50px solid transparent;
}

.working__point__head p span {
  font-size: 30px;
}

.working__point__head div {
  position: relative;
  padding-left: 100px;
  color: #fff;
}

.working__point__head div:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 35px;
  height: 35px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.working__point__head--01 p {
  background: #007aaf;
}

.working__point__head--01 div {
  background: #007aaf;
}

.working__point__head--01 div:before {
  background: url(../../images/working_reform/pt01.svg) no-repeat left center;
  background-size: contain;
}

.working__point__head--02 p {
  background: #007aaf;
}

.working__point__head--02 div {
  background: #007aaf;
}

.working__point__head--02 div:before {
  background: url(../../images/working_reform/pt02.svg) no-repeat left center;
  background-size: contain;
}

.working__point__head--03 p {
  background: #75a754;
}

.working__point__head--03 div {
  background: #75a754;
}

.working__point__head--03 div:before {
  background: url(../../images/working_reform/pt03.svg) no-repeat left center;
  background-size: contain;
}

.working__point__at {
  font-size: 14px;
  text-align: center;
}

.working__point__at span {
  font-size: 12px;
}

.working__point__bal {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 35%;
  margin: 0 0 0 15px;
  padding: 10px;
  text-align: left;
  background: #fff;
}

.working__point__bal--0 {
  width: 50%;
  padding: 10px;
}

.working__point__bal:before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent;
}

.working__point__bal span {
  position: relative;
}

.working__point__content {
  height: 100%;
  margin-bottom: 30px;
  padding: 20px;
}

.working__point__content__ttl {
  font-size: 25px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 270px;
  margin-top: 10px;
  padding: 0 0 0 10px;
  border-left: 5px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__point__content__ttl span {
  font-size: 13px;
}

.working__point__content__ttl p {
  font-size: 14px;
  position: relative;
  margin-left: 20px;
  padding-left: 110px;
}

.working__point__content__ttl p:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #75a754;
}

.working__point__content__timewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__point__content__timewrap:nth-of-type(1) {
  margin-bottom: 30px;
}

.working__point__content__time {
  font-size: 37px;
  min-width: 230px;
  color: #007aaf;
}

.working__point__content__time--0 {
  min-width: auto;
  margin-right: 20px;
}

.working__point__content__time > span {
  position: relative;
}

.working__point__content__time > span:before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background: #fff100;
}

.working__point__content__yen {
  font-size: 22px;
  text-align: center;
  color: #a22238;
}

.working__point__content__yen > span {
  position: relative;
}

.working__point__content__yen > span:before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background: #fff100;
}

.working__point__content__yen > span span {
  font-size: 37px;
  position: relative;
}

.working__point__content__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__point__content--01 {
  background: rgba(0, 122, 175, .2);
}

.working__point__content--02 {
  background: rgba(162, 34, 56, .2);
}

.working__point__content--03 {
  background: rgba(117, 167, 84, .2);
}

.working__point__content--03 > div:last-child {
  margin-top: 10px;
}

.working__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.working__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
  margin-bottom: 40px;
}

.working__list__one {
  width: 100% !important;
}

.working__list__more {
  margin: 20px 0 0;
  margin-left: auto;
  text-align: right;
}

.working__list__more a {
  padding: 3px 10px;
  color: #fff;
  background: rgba(0, 122, 175, .5);
}

.working__list__more--02 a {
  background: rgba(117, 167, 84, .5);
}

.working__list__content {
  font-weight: bold;
  height: 100%;
  margin-left: 20px;
  padding: 20px 0 20px 10px;
  border-bottom: 2px solid #007aaf;
  border-left: 2px solid #007aaf;
}

.working__list__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__list__content li {
  padding-left: 1em;
  text-indent: -1em;
}

.working__list__content li span {
  font-size: 26px;
}

.working__list__content li .fs {
  font-size: 14px;
}

.working__list__content--02 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.working__list__content--02 li {
  width: 60%;
}

.working__list__content--02 li:nth-child(2n + 2) {
  width: 40%;
  margin-top: 12px;
}

.working__list__content--02 li:empty {
  height: 0;
}

.working__list__content--02 li:nth-child(5) {
  margin-top: 12px;
}

.working__list__content--03 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.working__list__content--03 li {
  width: 48%;
}

.working__list__content--03 li:nth-child(2n +1) {
  width: 52%;
}

.working__list__content--column ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.working__list__ttl {
  font-size: 30px;
  position: relative;
  margin-left: 20px;
  padding-left: 60px;
  color: #fff;
  background: #007aaf;
}

.working__list__ttl:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 80px;
  height: 80px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #007aaf;
  background-size: contain;
}

.working__list__ttl:after {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 60px;
  height: 60px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.working__list__ttl--01:after {
  background: url(../../images/working_reform/icon01.svg) no-repeat left center;
  background-size: contain;
}

.working__list__ttl--02:after {
  background: url(../../images/working_reform/icon02.svg) no-repeat left center;
  background-size: contain;
}

.working__list__ttl--03:after {
  background: url(../../images/working_reform/icon03.svg) no-repeat left center;
  background-size: contain;
}

.working__list__ttl--04:after {
  background: url(../../images/working_reform/icon04.svg) no-repeat left center;
  background-size: contain;
}

.working__list__ttl--05:after {
  background: url(../../images/working_reform/icon05.svg) no-repeat left center;
  background-size: contain;
}

.working__sec03 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__sec03 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 20px;
}

.working__sec03__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.working__sec03__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.working__sec03 .bdl {
  border-left: 10px solid #007aaf;
}

.working__sec03__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.working__sec03__content p {
  padding: 10px;
}

.working__sec03__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.working__sec03__content ul li {
  width: 49%;
}

.working__sec03__ttl {
  font-size: 30px;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  color: #007aaf;
  border-bottom: 2px solid #007aaf;
}

.working__at {
  font-weight: normal;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .wr .ttl h1 {
    font-size: calc(24px + 16 * (100vw - 768px) / 432);
  }

  .wr > p {
    font-size: calc(16px + 8 * (100vw - 768px) / 432);
  }

  .wr ul li div:nth-of-type(1) {
    font-size: calc(18px + 12 * (100vw - 768px) / 432);
  }

  .working__copy {
    font-size: calc(16px + 5 * (100vw - 768px) / 232);
  }
}

@media screen and (min-width: 1000px) {
  .working__copy {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .wr .ttl h1 {
    font-size: 40px;
  }

  .wr > p {
    font-size: 24px;
  }

  .wr ul li div:nth-of-type(1) {
    font-size: 30px;
  }
}

@media only screen and (max-width: 999px) {
  .wr ul li {
    width: calc(50% - 5px);
  }

  .working__list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wr {
    padding: 0 10px;
  }

  .wr .ttl {
    padding-top: 50%;
  }

  .wr .ttl h1 {
    left: 10px;
  }

  .wr > p {
    padding: 20px 0;
  }

  .wr ul li {
    width: 100%;
  }

  .wr ul li div:nth-of-type(1) {
    font-size: 1.7rem;
    height: auto;
  }

  .workingmain {
    background: url(../../images/working_reform/main_sp.avif) no-repeat center;
    background-size: cover;
  }

  .workingmain-inner {
    padding-top: 73%;
  }

  .working__copy {
    line-height: 2;
  }

  .working__nav {
    margin: 50px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .working__nav a {
    font-size: 6vw;
    width: 48%;
    margin: 0;
    padding: 0;
  }

  .working__ttl {
    font-size: 28px;
    padding: 0 20px;
  }

  .working__sec + .working__sec {
    margin-top: 50px;
  }

  .working__point__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .working__point__bal {
    width: 100%;
    margin: 20px 0 20px 15px;
  }

  .working__point__bal:before {
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    content: '';
    -webkit-transform: none;
    transform: none;
    border: none;
    background: url(../../images/working_reform/sha.svg) no-repeat left top;
    background-size: contain;
  }

  .working__point__content {
    padding: 10px;
  }

  .working__point__content__ttl {
    width: 100%;
    min-width: 100%;
  }

  .working__point__content__ttl p {
    width: 100%;
    min-width: 100%;
  }

  .working__point__content__timewrap {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .working__point__content__time {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .working__point__content__time--0 {
    margin-right: 0;
  }

  .working__list__content {
    height: inherit;
    margin-left: 10px;
    padding: 15px 0 10px 5px;
  }

  .working__list__content > ul {
    height: inherit;
  }

  .working__list__content--02 li:nth-child(2n + 2) {
    width: 100%;
    margin-top: 0;
  }

  .working__list__content--02 li {
    width: 100%;
  }

  .working__list__content--02 li:nth-child(5) {
    margin-top: 0;
  }

  .working__list__content--03 li {
    width: 100%;
  }

  .working__list__content--03 li:nth-child(2n +1) {
    width: 100%;
  }

  .working__list__ttl {
    font-size: 6vw;
  }

  .working__list__ttl:before {
    width: 60px;
    height: 60px;
  }

  .working__list__ttl:after {
    width: 40px;
    height: 40px;
  }

  .working__sec03 > ul > li {
    width: 100%;
  }

  .working__sec03__content ul li {
    width: 100%;
  }

  .working__sec03__ttl {
    font-size: 24px;
  }
}