@charset "UTF-8";
.work .page-ttl {
  background: url(/work/img/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .work .page-ttl {
    background: url(/work/img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.work .intro-txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .work .intro-txt {
    font-size: 1rem;
  }
}
.work .section-block {
  position: relative;
}
.work .section-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.work .training::before {
  width: 222px;
  height: 182px;
  background: url(/work/img/img_illustration01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .work .training::before {
    width: 89px;
    height: 73px;
  }
}
.work .training .training-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents {
    margin: 30px 0;
  }
}
.work .training .training-contents .training-flow {
  width: 236px;
  margin-right: 5px;
  border-left: 2px solid #AF9050;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow {
    margin-right: 0;
    border-left: none;
    border-top: 2px solid #AF9050;
    margin-bottom: 15px;
    padding-top: 5px;
    position: relative;
  }
}
.work .training .training-contents .training-flow dt {
  color: #AF9050;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dt {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.work .training .training-contents .training-flow dt small {
  font-size: 0.875rem !important;
}
.work .training .training-contents .training-flow dt .month {
  margin-bottom: 15px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dt .month {
    margin-left: 0;
    width: 38px;
  }
}
.work .training .training-contents .training-flow dt .month img {
  width: auto;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dt .month img {
    width: 100%;
    height: auto;
  }
}
.work .training .training-contents .training-flow dt .txt {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dt .txt {
    padding-left: 15px;
  }
}
.work .training .training-contents .training-flow dd {
  font-weight: 500;
  padding: 20px 25px;
  border-radius: 0 10px 10px 0;
  background: rgba(175, 144, 80, 0.1);
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dd {
    width: calc(100% - 53px);
    padding: 20px 15px;
    border-radius: 10px;
    margin-left: auto;
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow dd ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:first-of-type {
    width: 73%;
    border-top: 2px solid #AACF52;
  }
}
.work .training .training-contents .training-flow:first-of-type dt {
  color: #AACF52;
}
.work .training .training-contents .training-flow:first-of-type dd {
  background: rgba(170, 207, 82, 0.2);
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:first-of-type dd {
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:nth-of-type(2) {
    width: 79%;
  }
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:nth-of-type(3) {
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:nth-of-type(4) {
    width: 93%;
  }
}
.work .training .training-contents .training-flow:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:last-of-type {
    width: 100%;
  }
}
.work .training .training-contents .training-flow:last-of-type dt {
  color: #EE782B;
}
.work .training .training-contents .training-flow:last-of-type dd {
  background: rgba(238, 120, 43, 0.1);
}
@media screen and (max-width: 767px) {
  .work .training .training-contents .training-flow:last-of-type dd {
    margin-top: -90px;
  }
}
.work .training .advice {
  width: 955px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .work .training .advice {
    width: 100%;
    margin-bottom: 5px;
  }
}
.work .training .advice .advice-ttl {
  font-size: 1.125rem;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work .training .advice .advice-ttl {
    font-size: 0.875rem;
  }
}
.work .training .advice .advice-ttl::after {
  content: "";
  width: 791px;
  height: 22px;
  background: url(/work/img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .work .training .advice .advice-ttl::after {
    content: none;
  }
}
.work .training .advice .advice-ttl span {
  color: #fff;
  background: #EE782B;
  padding: 4px 10px;
  border-radius: 20px;
}
.work .training .advice .color {
  font-weight: 500;
}
.work .training .others .training-info {
  background: #fff;
  border: 1px solid #EE782B;
  padding: 2px 10px;
  border-radius: 15px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .work .training .others .training-info {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
.work .training .others small {
  font-size: 0.875rem;
}
.work .career {
  position: relative;
}
.work .career::before {
  width: 247px;
  height: 195px;
  background: url(/work/img/img_illustration02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .work .career::before {
    width: 99px;
    height: 79px;
  }
}
.work .career .career-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.work .career .career-list .career-box {
  width: 380px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .work .career .career-list .career-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.work .career .career-list .career-box dt {
  color: #EE782B;
  font-size: 1.375rem;
  line-height: 1.45;
  padding: 24px 45px;
  border-bottom: 1px solid #D7CBB3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work .career .career-list .career-box dt {
    font-size: 1.25rem;
    padding: 15px 30px;
  }
}
.work .career .career-list .career-box dd {
  padding: 24px 45px 40px;
}
@media screen and (max-width: 767px) {
  .work .career .career-list .career-box dd {
    padding: 15px 25px 25px;
  }
}
.work .career .career-list .career-box dd .circle-list {
  margin-top: 8px;
}
.work .career .career-list .career-box dd .circle-list li {
  color: #EE782B;
}
.work .career .career-list .career-box:nth-of-type(3n) {
  margin-right: 0;
}
.work .career .career-list .career-box:nth-of-type(n + 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .work .career .career-list .career-box:nth-of-type(n + 4) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .work .career .career-list .career-box:last-of-type {
    margin-bottom: 0;
  }
}
.work .schedule::before {
  width: 294px;
  height: 164px;
  background: url(/work/img/img_illustration03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .work .schedule::before {
    width: 118px;
    height: 65px;
  }
}
.work .schedule .schedule-image {
  margin-top: 50px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .work .schedule .schedule-image {
    margin-top: 35px;
  }
}
.work .number::before {
  width: 167px;
  height: 140px;
  background: url(/work/img/img_illustration04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .work .number::before {
    width: 66px;
  }
}
.work .number .number-contents {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents {
    margin-top: 55px;
  }
}
.work .number .number-contents .number-info {
  width: 570px;
  background: white;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 45px 50px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info {
    width: 100%;
    margin-right: 0;
    padding: 25px 50px;
    margin-bottom: 25px;
  }
}
.work .number .number-contents .number-info:nth-of-type(2n) {
  margin-right: 0;
}
.work .number .number-contents .number-info:last-of-type {
  margin-bottom: 0;
}
.work .number .number-contents .number-info .circle-wrap {
  width: calc(100% - 40px);
  aspect-ratio: 1/1;
  max-width: 320px;
  margin: 0 auto 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap {
    margin-bottom: 15px;
  }
}
.work .number .number-contents .number-info .circle-wrap .graf-ttl {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap .graf-ttl {
    width: 80px;
  }
}
.work .number .number-contents .number-info .circle-wrap .graf-ttl .gra-ttl {
  color: #EE782B;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap .graf-ttl .gra-ttl {
    font-size: 1.25rem;
  }
}
.work .number .number-contents .number-info .circle-wrap .graf-ttl .icon {
  width: 79px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap .graf-ttl .icon {
    width: 48px;
    margin: 5px auto 0;
  }
}
.work .number .number-contents .number-info .circle-wrap .num-per {
  position: absolute;
  text-align: center;
  opacity: 0;
}
.work .number .number-contents .number-info .circle-wrap .num-per p {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap .num-per p {
    font-size: 0.875rem;
  }
}
.work .number .number-contents .number-info .circle-wrap .num-per .num {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap .num-per .num {
    font-size: 1.25rem;
  }
}
.work .number .number-contents .number-info .circle-wrap.gender-info .num-per {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.work .number .number-contents .number-info .circle-wrap.gender-info .num-per.n01 {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap.gender-info .num-per.n01 {
    right: -45px;
  }
}
.work .number .number-contents .number-info .circle-wrap.gender-info .num-per.n02 {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .circle-wrap.gender-info .num-per.n02 {
    left: -45px;
  }
}
.work .number .number-contents .number-info .circle-wrap.age-info .num-per.n01 {
  top: -5px;
  right: 60px;
}
.work .number .number-contents .number-info .circle-wrap.age-info .num-per.n02 {
  right: -10px;
  bottom: 75px;
}
.work .number .number-contents .number-info .circle-wrap.age-info .num-per.n03 {
  left: -10px;
  bottom: 75px;
}
.work .number .number-contents .number-info .circle-wrap.age-info .num-per.n04 {
  top: -5px;
  left: 50px;
}
.work .number .number-contents .number-info .circle {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  transform-origin: center;
  transform: rotate(-90deg);
}
.work .number .number-contents .number-info .circle .gender {
  fill: none;
  stroke-width: 128px;
  /* 最初は非表示状態 */
  stroke-dasharray: 1005.3088;
  stroke-dashoffset: 1005.3088;
}
.work .number .number-contents .number-info .circle .gender:nth-of-type(2) {
  stroke: #B1E3F1;
}
.work .number .number-contents .number-info .circle .gender:nth-of-type(1) {
  stroke: #FFC0BB;
}
.work .number .number-contents .number-info .circle .age {
  fill: none;
  stroke-width: 128px;
  /* 最初は非表示状態 */
  stroke-dasharray: 1005.3088;
  stroke-dashoffset: 1005.3088;
}
.work .number .number-contents .number-info .circle .age:nth-of-type(1) {
  stroke: #D5B0A0;
}
.work .number .number-contents .number-info .circle .age:nth-of-type(2) {
  stroke: #E5DCCC;
}
.work .number .number-contents .number-info .circle .age:nth-of-type(3) {
  stroke: #C5DBAB;
}
.work .number .number-contents .number-info .circle .age:nth-of-type(4) {
  stroke: #F3BF78;
}
.work .number .number-contents .number-info .active .gender:nth-of-type(2) {
  animation: anime01 2s ease-in-out forwards;
}
@keyframes anime01 {
  to {
    stroke-dashoffset: 452.39;
  }
}
.work .number .number-contents .number-info .active .gender:nth-of-type(1) {
  animation: anime02 2s ease-in-out forwards;
}
@keyframes anime02 {
  to {
    stroke-dashoffset: 0;
  }
}
.work .number .number-contents .number-info .active .age:nth-of-type(1) {
  animation: anime-age04 2s ease-in-out forwards;
}
@keyframes anime-age04 {
  to {
    stroke-dashoffset: 0;
  }
}
.work .number .number-contents .number-info .active .age:nth-of-type(2) {
  animation: anime-age03 2s ease-in-out forwards;
}
@keyframes anime-age03 {
  to {
    stroke-dashoffset: 201.06;
  }
}
.work .number .number-contents .number-info .active .age:nth-of-type(3) {
  animation: anime-age02 2s ease-in-out forwards;
}
@keyframes anime-age02 {
  to {
    stroke-dashoffset: 472.5;
  }
}
.work .number .number-contents .number-info .active .age:nth-of-type(4) {
  animation: anime-age01 2s ease-in-out forwards;
}
@keyframes anime-age01 {
  to {
    stroke-dashoffset: 874.62;
  }
}
.work .number .number-contents .number-info .active .num-per {
  animation: fade-num 0.5s ease-in-out forwards;
  animation-delay: 2s;
}
@keyframes fade-num {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.work .number .number-contents .number-info .txt-c {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info .txt-c {
    font-size: 1rem;
  }
}
.work .number .number-contents .number-info.rate {
  margin-top: 60px;
  padding: 45px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate {
    margin-top: 0;
    padding: 25px 30px;
  }
}
.work .number .number-contents .number-info.rate .num-box .number-ttl {
  color: #EE782B;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate .num-box .number-ttl {
    font-size: 1.25rem;
  }
}
.work .number .number-contents .number-info.rate .num-box .per {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate .num-box .per {
    font-size: 1.25rem;
  }
}
.work .number .number-contents .number-info.rate .num-box .per .num {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate .num-box .per .num {
    font-size: 3.125rem;
  }
}
.work .number .number-contents .number-info.rate.paid-holiday .num-box {
  width: 294px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.paid-holiday .num-box {
    width: 150px;
    margin-right: 40px;
  }
}
.work .number .number-contents .number-info.rate.paid-holiday .icon {
  width: 115px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.paid-holiday .icon {
    width: 62px;
  }
}
.work .number .number-contents .number-info.rate.childcare .num-box {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.childcare .num-box {
    width: 220px;
  }
}
.work .number .number-contents .number-info.rate.childcare .num-box .num-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.work .number .number-contents .number-info.rate.childcare .num-box .num-wrap .per {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.childcare .num-box .num-wrap .per {
    width: calc(100% - 130px);
  }
}
.work .number .number-contents .number-info.rate.childcare .num-box .num-wrap .txt {
  font-size: 1.25rem;
  width: 130px;
  margin-left: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.childcare .num-box .num-wrap .txt {
    width: 110px;
    font-size: 1rem;
    margin-left: 20px;
    margin-bottom: 5px;
  }
}
.work .number .number-contents .number-info.rate.childcare .icon {
  width: 75px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .work .number .number-contents .number-info.rate.childcare .icon {
    width: 41px;
  }
}
.work .interview::before {
  width: 250px;
  height: 202px;
  background: url(/work/img/img_illustration05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .work .interview::before {
    width: 100px;
    height: 81px;
  }
}
.work .interview .interview-block {
  margin-bottom: 155px;
  padding-bottom: 160px;
  border-bottom: 1px solid #D7CBB3;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block {
    margin-bottom: 65px;
    padding-bottom: 65px;
  }
}
.work .interview .interview-block:first-of-type {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block:first-of-type {
    margin-top: 60px;
  }
}
.work .interview .interview-block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.work .interview .interview-block .staff-prof {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof {
    margin-bottom: 40px;
  }
}
.work .interview .interview-block .staff-prof .staff-image {
  width: 570px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .staff-image {
    width: 100%;
  }
}
.work .interview .interview-block .staff-prof .prof {
  width: 542px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .prof {
    width: 100%;
  }
}
.work .interview .interview-block .staff-prof .prof .en {
  color: #EE782B;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.work .interview .interview-block .staff-prof .prof .name {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .prof .name {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.work .interview .interview-block .staff-prof .prof .post {
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .prof .post {
    font-size: 1rem;
  }
}
.work .interview .interview-block .staff-prof .prof .post .year::before {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.work .interview .interview-block .staff-prof .prof .prof-txt {
  margin-top: 30px;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .prof .prof-txt {
    margin-top: 20px;
    padding-top: 25px;
  }
}
.work .interview .interview-block .staff-prof .prof .prof-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #D7CBB3, #D7CBB3 6px, transparent 4px, transparent 4px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .staff-prof .prof .prof-txt p {
    font-size: 1rem;
  }
}
.work .interview .interview-block .interview-contents {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents {
    margin-bottom: 40px;
  }
}
.work .interview .interview-block .interview-contents .interview-txt {
  width: 680px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt {
    width: 100%;
  }
}
.work .interview .interview-block .interview-contents .interview-txt .interview-copy {
  color: #EE782B;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt .interview-copy {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt p {
    font-size: 1rem;
  }
}
.work .interview .interview-block .interview-contents .interview-txt p.fs-up {
  font-size: 1.375rem;
  color: #EE782B;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt p.fs-up {
    font-size: 1.25rem;
  }
}
.work .interview .interview-block .interview-contents .interview-txt p .fs-up2 {
  color: #EE782B;
  display: block;
  font-size: 1.125rem;
}
.work .interview .interview-block .interview-contents .interview-txt.w100 {
  width: 100%;
}
.work .interview .interview-block .interview-contents .interview-txt.message {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt.message {
    margin-bottom: 40px;
  }
}
.work .interview .interview-block .interview-contents .interview-txt.message .en-ttl {
  color: #EE782B;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-txt.message .en-ttl {
    font-size: 1.3125rem;
  }
}
.work .interview .interview-block .interview-contents .interview-image {
  width: 440px;
  aspect-ratio: 440/350;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .interview-contents .interview-image {
    width: 100%;
    margin-top: 15px;
  }
}
.work .interview .interview-block .interview-contents .interview-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work .interview .interview-block .holiday {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 45px 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .holiday {
    padding: 50px 5% 25px;
  }
}
.work .interview .interview-block .holiday .holiday-image {
  width: 378px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .holiday .holiday-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.work .interview .interview-block .holiday .holiday-image::before {
  content: "";
  display: block;
  background: url(/work/img/img_fuki.png) no-repeat;
  background-size: contain;
  width: 136px;
  height: 94px;
  position: absolute;
  top: -18px;
  right: -43px;
  transform: rotate(6deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .holiday .holiday-image::before {
    width: 122px;
    height: 84px;
    top: -42px;
    right: -2.6%;
  }
}
.work .interview .interview-block .holiday .holiday-image img {
  border-radius: 10px;
}
.work .interview .interview-block .holiday .holiday-txt {
  width: 674px;
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .holiday .holiday-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .work .interview .interview-block .holiday .holiday-txt p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=work.css.map */