/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#works-and-people {
  font-size: 13px;
  font-weight: 500;
  color: #002845;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#works-and-people * {
  box-sizing: border-box;
}

#works-and-people a {
  transition: opacity .3s;
}

#works-and-people a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#works-and-people a:hover {
  text-decoration: none;
}

#works-and-people a:focus-visible {
  outline: none;
}

#works-and-people img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#works-and-people .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#works-and-people .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#works-and-people .pc-br {
  display: none;
}

#works-and-people .sp-br {
  display: inline;
}

#works-and-people .sp-blind{
  display: none;
}

#works-and-people .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#works-and-people .font-dinosaur{
  font-family: dinosaur, sans-serif;
  font-weight: 700;
}

#works-and-people .color-sub{
  color: #4CA0BE;
}

#works-and-people .color-main{
  color: #1753A2;
}

#works-and-people .color-bg{
  color: #ebf4f7;
}

/*---common-btn---*/
#works-and-people .common-btn{
  position: relative;
  width: max-content;
  padding: 12px 48px 12px 24px;
  background-color: #fff;
  border-radius: 99px;
  border: solid 2px #1753A2;
  box-shadow: 2px 2px 4px #006ab733;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 auto;
}

#works-and-people .common-btn::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
  background: url("../images/works-and-people/btn-arrow.png") no-repeat center center / 12px 12px;
  background-color: #1753a2;
  border-radius: 50%;
}


/*---tub---*/

button{
  border-width: 0;
}

#works-and-people .people-wrapper {
  position: relative;
}

#works-and-people .pc-tabs {
  display: none;
}

#works-and-people .sp-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

#works-and-people .sp-nav .arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 12px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  background: url("../images/works-and-people/works-and-people_arrow_sp.png")no-repeat center center / 14px 14px;
  background-color: #EAF4F7;
  border-radius: 50%;
}

#works-and-people .sp-nav .arrow.prev{
  right: auto;
  left: 12px;
  transform: scale(-1,1);
}

#works-and-people .sp-nav .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  background: #1753A2;
  border-radius: 99px;
  color: #fff;
  font-weight: bold;
  transition: all .5s ease;
}

#works-and-people .person {
  width: 100%;
  display: none;
  padding-top: 40px;
  pointer-events: none;
}

#works-and-people .person.is-active {
  pointer-events: auto;
  display: block;
}

#works-and-people .people-wrapper {
  position: relative;
  min-height: 200px; /* 必要に応じてコンテンツ高さ確保 */
  height: auto;
  margin-top: 20px;
}

#works-and-people .label .num{
  font-family: dinosaur, sans-serif;
  color: #d3ddec;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#works-and-people .label{
  color: #002845;
}

#works-and-people .pc-tabs .is-active .label{
  color: #FFF;
}

#works-and-people .label.is-active .num{
  color: #d3ddec;
}

#works-and-people .label .initial{
  font-family: dinosaur, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-left: 4px;
}

#works-and-people .label{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}


/*---main---*/
#works-and-people .main{
  height: 240px;
  position: relative;
  min-height: 220px;
  margin: 12px 0 40px;
}

#works-and-people .main-ttl-text .jpn{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

#works-and-people .main-ttl-text .eng{
  letter-spacing: -.02em;
  line-height: 1;
  font-size: 16px;
}

#works-and-people .main-ttl-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#works-and-people .main-img-outer{
  position: relative;
  padding-top: 39px;
}

#works-and-people .main-img-wrap{
  position: relative;
}

#works-and-people .main-img-text{
  font-size: 48px;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  width: calc(50vw + calc(50vw - 25px));
  padding: 0 8px;
}

#works-and-people .main-img{
  position: absolute;
  top: 31px;
  left: 25px;
  width: calc(50vw + calc(50vw - 25px));
  text-align: right;
}

#works-and-people .main-img-wrap img{
  height: 150px;
  object-fit: cover;
  object-position: left;
}

/*---slide---*/
#works-and-people .sliderWrapper{
  overflow: hidden;
  width: 100%;
  padding: 60px 0;
}

#works-and-people .sliderTrack {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: slider-animation 40s linear infinite;
}

#works-and-people .sliderTrack figure{
  margin-right: 20px;
}

#works-and-people .sliderTrack figure:nth-of-type(2n){
  margin-top: 35px;
}

#works-and-people .sliderTrack img{
  border-radius: 12px;
  transform: translateZ(0);
}

@keyframes slider-animation {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-50%,0,0)
    }
}
/*---content---*/
#works-and-people .content-wrap.about .img-box{
  border-radius: 12px;
  overflow: hidden;
}

#works-and-people .text-ttl-main .occupation{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

#works-and-people .text-ttl-main .number{
  font-size: 64px;
  line-height: 1;
  position: absolute;
  z-index: -10;
  left: 0;
  bottom: -7px;
}

#works-and-people .text-ttl-main{
  position: relative;
  line-height: 1;
  z-index: 0;
}

#works-and-people .text-ttl-sub{
  font-size: 12px;
  font-weight: 500;
  outline: solid 1px #1753A2;
  width: fit-content;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.6;
  margin-left: 8px;
}

#works-and-people .text-ttl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

#works-and-people .content-wrap{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

#works-and-people .text-box{
  padding: 0 13px;
  margin: 30px 0 40px;
  grid-column: 1 / 3;
}

#works-and-people .content-wrap.point .content-innerwrap{
  background-color: #FFF;
  border-radius: 12px;
  padding-bottom: 16px;
  padding: 12px 0 16px;
}

#works-and-people .content-box.point-pickup{
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px 12px;
  align-items: center;
  padding: 0 12px 16px 0;
}

#works-and-people .point-pickup .text-ttl-main .number{
  font-size: 32px;
  white-space: nowrap;
  bottom: 5px;
}

#works-and-people .point-pickup .text-ttl-main .occupation{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

#works-and-people .point-pickup .text-ttl-sub{
  font-size: 13px;
  outline: unset;
  position: relative;
  z-index: 10;
  margin: 0;
  line-height: 1.2;
  padding: 0;
}

#works-and-people .point-pickup .text-ttl{
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

#works-and-people .point-pickup .text-box{
  margin: 0;
  padding: 0 12px 0 24px;
}

#works-and-people .point-list{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

#works-and-people .point-list:last-of-type{
  margin-bottom: 0;
}

#works-and-people .list-number{
  position: relative;
  z-index: 0;
  margin-right: 12px;
  font-family: dinosaur, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 0px #FFF
}

#works-and-people .list-number::before{
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background-image: url("../images/works-and-people/icon_point.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -10;
  right: 6px;
  top: -2px;
}

#works-and-people .point{
  padding: 20px 0;
  background-color: #d3ddec;
}

#works-and-people .content-box.point-schedule{
  background-color: #ebf4f7;
  margin: 0 16px;
  padding: 16px;
  border-radius: 12px;
}

#works-and-people .schedule-box{
  background-color: #FFF;
  border-radius: 4px;
  padding: 8px 8px 8px 28px;
  position: relative;
}

#works-and-people .schedule-box:not(:last-of-type)::before{
  content: "";
  display: block;
  width: 1.5px;
  height: 100%;
  position: absolute;
  left: 11px;
  top: 21px;
  z-index: 30;
  background: repeating-linear-gradient(to bottom, #D1DDEC 0, #D1DDEC 3px, transparent 3px, transparent 6px);
}

#works-and-people .schedule-box-wrap{
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

#works-and-people .point-schedule .text-ttl-sub{
  font-size: 13px;
  outline: unset;
  margin: 0 0 -5px 0;
  padding: 0;
  line-height: 1.8;
}

#works-and-people .point-schedule .occupation{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

#works-and-people .point-schedule .text-ttl{
  position: relative;
  padding-left: 29px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 7px;
}

#works-and-people .point-schedule .text-ttl::before{
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("../images/works-and-people/icon_clock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#works-and-people .schedule-time{
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#works-and-people .schedule-time::before{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #d3ddec;
  border-radius: 50%;
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

#works-and-people .schedule-ttl{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin: 12px 0 4px;
}

#works-and-people .employee-intro .img-box{
  border-radius: 12px;
  overflow: hidden;
}

#works-and-people .employee-intro .text-name-main{
  font-size: 24px;
  line-height: 1.8;
  margin-right: 16px;
}

#works-and-people .employee-intro .text-name-sub{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

#works-and-people .employee-intro .name-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
}

#works-and-people .employee-intro .name-wrap::after{
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 2px #FFF;
  position: absolute;
  bottom: 0;
}

#works-and-people .employee-intro .text-box{
  background-color: #ebf4f7;
  border-radius: 12px;
  padding: 12px;
  margin: 12px 0 0;
}

#works-and-people .employee-intro .inner-text{
  padding-top: 6px;
}

#works-and-people .box-episode{
  padding: 0 2px 0;
  line-height: 1.6;
}

#works-and-people .box-episode .text-ttl-main{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 16px;
  position: relative;
}

#works-and-people .box-episode .text-ttl-main::before{
  content: "";
  display: block;
  width: 20px;
  height: 8px;
  background-color: #4CA0BE;
  border-radius: 0 9999px 9999px 0;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(-15px, 50%);
}

#works-and-people .box-episode .text-ttl{
  margin-bottom: 0;
  display: block;
}

#works-and-people .box-episode .text-ttl-sub{
  font-size: 20px;
  outline: none;
  margin: 0 0 4px;
  padding: 0;
}

#works-and-people .box-episode .inner-text:not(:last-of-type){
  margin-bottom: 20px;
}

#works-and-people .box-episode .img-box{
  border-radius: 12px;
  overflow: hidden;
  width: 213px;
  margin: 12px auto 0;
}

#works-and-people .employee-review .review-box{
  background-color: rgba(244, 209, 96, .4);
  border-radius: 12px;
  padding: 12px 12px 12px 16px;
  margin-bottom: 12px;
}

#works-and-people .employee-review .review-box:last-of-type{
  margin-bottom: 0;
}

#works-and-people .review-ttl{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 8px;
}

#works-and-people .review-ttl .text-ttl{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  position: relative;
  padding-left: 33px;
}

#works-and-people .review-ttl .text-ttl::before{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/works-and-people/icon_smile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#works-and-people .part-difficult .review-ttl .text-ttl::before{
  background-image: url("../images/works-and-people/icon_sad.png");
}

#works-and-people .review-list-inner{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

#works-and-people .review-list-content::before{
  content: "";
  display: block;
  width: 20px;
  height: 28px;
  background-image: url("../images/works-and-people/icon_check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#works-and-people .review-list-content{
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  margin-top: 8px;
}

#works-and-people .employee-review .review-box.part-difficult{
  background-color: rgb(76, 160, 190, .2);
}

#works-and-people .employee .content-innerwrap{
  display: block;
}

#works-and-people .content-wrap.message .bg{
  background-image: url("../images/works-and-people/work_01_message_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
  padding: 20px 0;
}

#works-and-people #person03 .content-wrap.message .bg{
  background-image: url("../images/works-and-people/work_03_message_bg.jpg");
}

#works-and-people #person04 .content-wrap.message .bg{
  background-image: url("../images/works-and-people/work_04_message_bg.jpg");
}

#works-and-people .content-wrap.message .message-box{
  background-color: rgba(255, 255, 255, .9);
  border-radius: 12px;
  padding: 30px 20px 0;
}

#works-and-people .content-wrap.message .text-ttl-main .occupation{
  font-size: 16px;
}

#works-and-people .content-wrap.message .text-ttl-main .number{
  font-size: 36px;
  line-height: 1.8;
  background: linear-gradient(0deg, #1753A2, #4CA0BE);
  background: -webkit-linear-gradient(-90deg, #1753A2, #4CA0BE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 10%;
}

#works-and-people .content-wrap.message .message-box-ttl{
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 500;
}

#works-and-people .message-wrapper {
  display: flex;
  resize: horizontal;
}

#works-and-people .message .box {
  font-size: 14px;
  line-height: 1.6;
}

#works-and-people .message .box .txt{
  margin-bottom: 1.6em;
}

#works-and-people .message .float {
  position: relative;
  top: 20px;
  width: 130px;
  height: 100%;
  float: left;
  margin-left: -20px;
  display: flex;
  align-items: flex-end;
  shape-outside: inset(calc(100% - 190px) 0 0);
}

#works-and-people .message .float img{
  width: 122px;
  height: 210px;
}

#works-and-people .content-wrap.swiper{
  overflow: hidden;
}

#works-and-people .content-wrap.employee{
  padding-top: 40px;
}



@media print, screen and (max-width: 767px) {
  
  #works-and-people .content-wrap.message .message-box{
    max-width: 410px;
    margin: 0 auto;
  }
  
  #works-and-people #person01 .message .float {
    shape-outside: inset(calc(100% - 230px) 0 0);
  }

  #works-and-people #person01 .message .float img{
    height: 250px;
  }
  
  #works-and-people #person02 .message .float {
    shape-outside: inset(calc(100% - 242px) 0 0);
  }

  #works-and-people #person02 .message .float img{
    height: 262px;
  }
}
@media print, screen and (min-width: 768px) {
  
  #works-and-people .sp-br {
    display: none;
  }
  
  #works-and-people .pc-br {
    display: inline;
  }
  
  #works-and-people .pc-none{
    display: none;
  }
  
  #works-and-people .pc-blind{
    display: none;
  }
  
  #works-and-people .sp-blind{
    display: inline;
  }
  
  /*---common-btn---*/
  #works-and-people .common-btn{
    width: max-content;
    border-color: #4CA0BE;
    box-shadow: unset;
    transition: box-shadow .3s,border .3s;
  }
  
  #works-and-people .common-btn:hover{
    border-color: #1753A2;
    box-shadow: 4px 4px 8px #006ab733;
  }
  
  #top .commonBtn:before{
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  
  #works-and-people .common-btn::before{
    background-color: #4CA0BE;
    transition: all .3s;
  }
  
  #works-and-people .common-btn:hover::before{
    background-color: #1753a2;
  }
  
  
  /*---tub---*/
  #works-and-people .sp-nav {
    display: none;
  }
  
  #works-and-people .pc-tabs {
    display: flex;
    height: 60px;
    background: #EAF4F7;
    border-radius: 99px;
  }

  #works-and-people .pc-tabs button {
    width: calc(100% / 4);
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 99px;
    transition: all .5s ease;
  }
  
  #works-and-people .pc-tabs button.is-active {
    background: #1753A2;
    color: #fff;
  }
  
  #works-and-people .person.is-active{
    padding-top: 120px;
  }
  
  #works-and-people .label .num{
    font-size: 32px;
    margin-right: 16px;
  }
  
  #works-and-people .label{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #works-and-people .label .occupation{
    margin-top: 4px;
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  }
  
  #works-and-people .label .initial{
    font-size: 18px;
    margin-left: 8px;
  }
  
  /*---main---*/
  #works-and-people .main-ttl{
    width: 100%;
    position: relative;
    z-index: 10;
  }
  
  #works-and-people .main-ttl-text .jpn{
    font-size: 40px;
  }
  
  #works-and-people .main-ttl-text .eng{
    font-size: 24px;
  }
  
  #works-and-people .main{
    height: 440px;
    display: flex;
    align-items: center;
    margin: 34px 0 80px;
  }
  
  #works-and-people .main-img-text{
    font-size: calc(7rem + ((1vw - 12px) * 6.6667));
    bottom: -44px;
    top: unset;
    z-index: 2;
    padding: 0;
    width: calc(50vw + 264px);
    text-align: left;
  }
  
  #works-and-people .main-img{
    left: unset;
    right: 0;
    top: 0;
    width: calc(50vw + 60px);
    z-index: 0;
  }
  
  #works-and-people .main-img-outer{
    padding: 0;
  }
  
  #works-and-people .main-img-wrap img{
    object-fit: cover;
    object-position: 15%;
    height: 400px;
    border-radius: 999px 0 0 999px;
  }
  
  /*---slide---*/
  #works-and-people .sliderWrapper{
    padding: 80px 0 160px;
  }

  #works-and-people .sliderTrack figure{
    margin-right: 40px;
  }

  #works-and-people .sliderTrack figure:nth-of-type(2n){
    margin-top: 70px;
  }

  #works-and-people .sliderTrack img{
    border-radius: 24px;
  }
  
  /*---content---*/
  #works-and-people .content-innerwrap{
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 40px;
  }
  
  #works-and-people .content-wrap.about .img-box{
    grid-column:  2 / 3;
    grid-row: 1 / 2;
    border-radius: 24px;
    max-height: 426px;
  }
  
  #works-and-people .text-box{
    margin: 56px 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 0;
  }
  
  #works-and-people .text-ttl-main .occupation{
    font-size: 32px;
  }
  
  #works-and-people .text-ttl-main .number{
    font-size: 128px;
    bottom: -28px;
  }
  
  #works-and-people .text-ttl-sub{
    font-size: 20px;
    padding: 8px 16px;
    border-radius: 8px;
    outline: solid 2px #1753A2;
    margin-left: 20px;
    z-index: 20;
  }
  
  #works-and-people .text-ttl{
    margin-bottom: 60px;
  }
  
  #works-and-people .content-wrap{
    font-size: 16px;
  }
  
  #works-and-people .point{
    margin: 80px 0 0;
    padding: 40px 0;
  }
  #works-and-people .content-wrap.point .content-innerwrap{
    display: inherit;
    padding: 32px 0 24px;
    border-radius: 24px;
  }
  
  #works-and-people .point-pickup .img-box{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin-top: 12px;
    align-items: start;
    height: 340px;
    border-radius: 0 99999px 99999px 0;
    overflow: hidden;
  }
  
  #works-and-people .point-pickup .text-ttl{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  
  #works-and-people .point-pickup .text-box{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  
  #works-and-people .content-box.point-pickup{
    grid-template-columns: 36% 1fr;
    gap: 8px 40px;
    align-items: flex-start;
    padding: 0 0 32px;
  }
  
  #works-and-people .point-pickup .img-box img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: left top;
  }
  
  #works-and-people .point-pickup .text-ttl-main .number{
    font-size: 64px;
    bottom: 8px;
  }
  
  #works-and-people .point-pickup .text-ttl-main .occupation{
    font-size: 20px;
    line-height: 2;
  }
  
  #works-and-people .point-pickup .text-ttl-sub{
    font-size: 14px;
  }
  
  #works-and-people .point-list{
    font-size: 18px;
    margin-bottom: 35px;
  }
  
  #works-and-people .list-number{
    font-size: 24px;
    font-weight: bold;
    margin-right: 24px;
  }
  
  #works-and-people .list-number::before{
    width: 40px;
    height: 56px;
    top: -11px;
  }
  
  #works-and-people .point-schedule .text-ttl::before{
    width: 39px;
    height: 39px;
    top: calc(50% + 2px);
  }
  
  #works-and-people .point-schedule .occupation{
    font-size: 16px;
  }
  
  #works-and-people .point-schedule .text-ttl-sub{
    font-size: 14px;
  }
  
  #works-and-people .point-schedule .text-ttl{
    padding-left: 58px;
    margin-bottom: 13px;
  }
  
  #works-and-people .content-box.point-schedule{
    padding: 16px;
    margin: 0 32px;
    border-radius: 24px;
  }
  
  #works-and-people .schedule-box-wrap{
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;
  }
  
  #works-and-people .schedule-box{
    border-radius: 8px;
    padding: 16px 16px 17px;
  }
  
  #works-and-people .schedule-time{
    font-size: 24px;
    text-align: center;
  }
  
  #works-and-people .schedule-ttl{
    font-size: 20px;
    text-align: center;
    margin: 45px -10px 8px;
    width: calc(100% + 20px);
  }
  
  #works-and-people .schedule-time::before{
    left: 50%;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
  }
  
  #works-and-people .schedule-box:not(:last-of-type)::before{
    width: 100%;
    top: 65px;
    left: calc(50% + 10px);
    height: 1.5px;
    background: repeating-linear-gradient(to right, #D1DDEC 0, #D1DDEC 3px, transparent 3px, transparent 6px);
  }
  
  #works-and-people .content-wrap.employee{
    padding-top: 80px;
  }
  
  #works-and-people .employee-intro .img-box{
    border-radius: 24px;
    margin-bottom: 0;
  }
  
  #works-and-people .employee-intro .text-name-main{
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  
  #works-and-people .employee-intro .name-wrap{
    flex-direction: column;
    align-items: flex-start;
    max-width: 250px;
    width: 100%;
  }
  
  #works-and-people .employee-intro .text-name-sub{
    font-size: 14px;
  }
  
  #works-and-people .employee-intro .text-box{
    display: grid;
    margin-top: 24px;
    padding: 22px 40px 24px;
    grid-template-columns: 250px 1fr;
    border-radius: 24px;
  }
  
  #works-and-people .employee-intro .name-wrap::after{
    border-bottom: unset;
    border-right: solid 2px #FFF;
    height: 100%;
  }
  
  #works-and-people .employee-intro .inner-text{
    padding-left: 24px;
    padding-top: 0;
  }
  
  #works-and-people .box-episode .text-ttl-main{
    font-size: 20px;
    margin-bottom: 24px;
    padding-left: 32px;
  }
  
  #works-and-people .box-episode .text-ttl-sub{
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  #works-and-people .text-box.episode01{
    display: grid;
  }
  
  #works-and-people .content-box.employee-intro{
    margin: 0  40px;
  }
  
  #works-and-people .box-episode .img-box{
    width: 100%;
    border-radius: 24px;
  }
  
  #works-and-people .text-box.episode02{
    display: grid;
  }
  
  #works-and-people .text-box.episode02{
    display: grid;
    grid-template-columns: 1fr 426px;
    gap: 0 24px;
  }
  
  #works-and-people .text-box.box-episode.episode02{
    margin-bottom: 40px;
  }
  
  #works-and-people .box-episode{
    line-height: 1.8;
  }
  
  #works-and-people .box-episode .text-ttl-main::before{
    bottom: 50%;
    transform: translateY(50%);
  }
  
  #works-and-people .employee-review{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
  
  #works-and-people .employee-review .review-box{
    min-height: 412px;
    padding: 24px 24px 24px 32px;
    margin: 0;
  }
  
  #works-and-people .review-ttl{
    grid-template-columns: 140px 1fr;
    gap: 0 16px;
  }
  
  #works-and-people .review-ttl .text-ttl::before{
    width: 50px;
    height: 50px;
    top: calc(50% - 3px);
  }
  
  #works-and-people .review-ttl .text-ttl{
    padding-left: 60px;
  }
  
  #works-and-people .review-list-inner{
    font-size: 18px;
    padding-right: 2px;
  }
  
  #works-and-people .review-list-content::before{
    width: 40px;
    height: 56px;
  }
  
  #works-and-people .review-list-content{
    grid-template-columns: 40px 1fr;
    gap: 0 16px;
    margin-top: 16px;
  }
  
  #works-and-people .part-difficult .review-list-inner{
    padding-right: 30px;
  }
  
  #works-and-people .employee-review .review-box{
    border-radius: 24px;
  }
  
  #works-and-people .content-wrap.message .bg{
    margin-top: 80px;
    padding: 54px 0 46px;
    background-image: url("../images/works-and-people/work_01_message_bg_pc.jpg");
  }
  
  #works-and-people #person03 .content-wrap.message .bg{
    background-image: url("../images/works-and-people/work_03_message_bg_pc.jpg");
  }
  
  #works-and-people #person04 .content-wrap.message .bg{
    background-image: url("../images/works-and-people/work_04_message_bg_pc.jpg");
  }
  
  #works-and-people .content-wrap.message .message-box{
    position: relative;
    border-radius: 24px;
    padding: 50px 40px 48px 268px;
  }

  #works-and-people .content-wrap.message .text-ttl-main .occupation{
    font-size: 16px;
  }

  #works-and-people .content-wrap.message .text-ttl-main .number{
    bottom: 0;
    font-size: 34px;
  }

  #works-and-people .content-wrap.message .message-box .text-ttl{
    margin-bottom: 26px;
  }
  
  #works-and-people .content-wrap.message .message-box-ttl{
    font-size: 30px;
  }
  
  #works-and-people .float-box .overwrap{
    display: block;
  }
  
  #works-and-people .message-wrapper {
    display: block;
  }

  #works-and-people .message .box {
    font-size: 16px;
    line-height: 1.8;
  }

  #works-and-people .message .box .txtmessage .box .txt{
    margin-bottom: 1.8em;
  }

  #works-and-people .message .box .txt:last-of-type{
    margin-bottom: 0;
  }
  
  #works-and-people .message .float {
    position: absolute;;
    width: 244px;
    height: fit-content;
    top: auto;
    bottom: -46px;
    left: 0;
    float: none;
    margin: 0;
    shape-outside: none;
  }

  #works-and-people .message .float img{
    width: 100%;
    height: 100%;
  }

  #works-and-people .people-wrapper{
    margin-top: 0;
  }
  
  
  
}
