@charset "UTF-8";
#page.work.in .work-header {
  position: relative;
  margin-bottom: 40px;
}
#page.work.in .work-header-bg {
  position: relative;
}
#page.work.in .work-header-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
#page.work.in .work-header-bg img {
  width: 100%;
}
#page.work.in .work-header-parent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 1200px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
#page.work.in .work-header-parent > span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0 14px 4px;
}
#page.work.in .work-header-wrap {
  position: absolute;
  bottom: 13.18%;
  left: 0;
  right: 0;
  margin: auto;
}
#page.work.in .work-header-content {
  width: 50%;
  max-width: 490px;
  margin-left: auto;
  color: #fff;
}
#page.work.in .work-header-catchcopy {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 40px;
}
#page.work.in .work-header-txt {
  font-size: 15px;
  line-height: 2.13;
}
#page.work.in .work-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-left: 12px;
  border-left: 7px solid var(--main_color, #22AC38);
  margin-bottom: 50px;
}
#page.work.in .work-duties {
  padding: 100px 0;
}
#page.work.in .work-duties-lead {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.88;
  margin-bottom: 100px;
}
#page.work.in .work-duties-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 0;
}
#page.work.in .work-duties-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.5%;
          flex: 0 1 47.5%;
}
#page.work.in .work-duties-list-ttl {
  background: var(--main_color, #22AC38);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 24px;
  border-radius: 100px;
  margin-bottom: 30px;
  position: relative;
}
#page.work.in .work-duties-list-sub {
  font-size: 15px;
  line-height: 2.13;
}
#page.work.in .work-duties-list-sub > li:before {
  content: "‧";
}
#page.work.in .work-point {
  background: var(--main_color, #22AC38);
  color: #fff;
  padding: 55px 0;
}
#page.work.in .work-point-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#page.work.in .work-skill {
  padding: 100px 0 50px;
}
#page.work.in .work-skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px 13%;
}
#page.work.in .work-skill-list-item {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
#page.work.in .work-skill-list-item img {
  width: 120px;
  margin: 0 auto 16px;
}
#page.work.in .work-skill-list-blank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#page.work.in .work-skill-list--col3 {
  row-gap: 0;
  margin-top: -48px;
}
#page.work.in .work-skill-list--col3 .work-skill-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-top: 48px;
}
#page.work.in .work-schedule {
  padding: 50px 0 0;
}
#page.work.in .work-schedule-bg {
  background: #F6F7F7;
  padding: 50px 0 40px;
}
#page.work.in .work-schedule-list-item {
  position: relative;
  padding: 40px 0 40px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#page.work.in .work-schedule-list-item:before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--main_color, #22AC38);
  position: absolute;
  top: 44px;
  left: 10.5px;
}
#page.work.in .work-schedule-list-item:after {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--main_color, #22AC38);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 44px;
}
#page.work.in .work-schedule-list-item:last-child:before,
#page.work.in .work-schedule-list-item:last-child .work-schedule-list-time:before {
  display: none;
}
#page.work.in .work-schedule-list-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.7%;
          flex: 0 0 17.7%;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
#page.work.in .work-schedule-list-time:before {
  content: "";
  width: calc(100% - 50px);
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
#page.work.in .work-schedule-list-detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.work.in .work-schedule-list-ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
#page.work.in .work-schedule-list-txt {
  font-size: 15px;
  line-height: 2.13;
}
#page.work.in .work-schedule-list-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
#page.work.in .work-interview {
  padding: 120px 0 50px;
}
#page.work.in .block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.work.in .block-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
}
#page.work.in .block-flex-item-img {
  position: relative;
}
#page.work.in .block-flex-item-year {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
#page.work.in .block-flex-item-sub {
  padding-top: 20px;
  font-size: 15px;
}
#page.work.in .block-flex-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.work.in .block-flex-item-name-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page.work.in .block-flex-item-name-jp {
  margin-right: 12px;
  font-size: 21px;
  font-weight: bold;
}
#page.work.in .block-flex-item-name-en {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
#page.work.in .block-flex-item-name-arrow {
  max-width: 30px;
  width: 100%;
}
#page.work.in .block-flex-item-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 111px;
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 15px;
  color: var(--main_color, #22AC38);
}

@media screen and (max-width: 1280px) {
  #page.work.in .work-header-wrap {
    bottom: 5%;
  }
  #page.work.in .work-header-catchcopy {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #page.work.in .work-header-parent {
    font-size: 36px;
  }
  #page.work.in .work-header-catchcopy {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #page.work.in .work-header-txt {
    font-size: 14px;
    line-height: 1.79;
  }
  #page.work.in .work-skill-list--col3 {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #page.work.in .work-header {
    background: #F7F8F8;
    margin-bottom: 20px;
  }
  #page.work.in .work-header-bg:before {
    border-width: 4px;
  }
  #page.work.in .work-header-parent {
    text-align: left;
    font-size: 18px;
  }
  #page.work.in .work-header-parent > span {
    padding: 2px 6px 4px;
  }
  #page.work.in .work-header-wrap {
    position: relative;
    bottom: auto;
  }
  #page.work.in .work-header-content {
    color: var(--main_color, #22AC38);
    padding: 24px 0;
    width: 100%;
    max-width: none;
  }
  #page.work.in .work-header-catchcopy {
    font-size: 25px;
    margin-bottom: 12px;
  }
  #page.work.in .work-header-txt {
    font-size: 14px;
    line-height: 1.79;
  }
  #page.work.in .work-ttl {
    font-size: 22px;
    padding-left: 8px;
    margin-bottom: 24px;
  }
  #page.work.in .work-duties {
    padding: 40px 0;
  }
  #page.work.in .work-duties-lead {
    font-size: 14px;
    line-height: 1.79;
    margin-bottom: 45px;
  }
  #page.work.in .work-duties-list {
    gap: 60px 0;
  }
  #page.work.in .work-duties-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #page.work.in .work-duties-list-ttl {
    font-size: 18px;
    margin-bottom: 16px;
    padding: 14px 20px;
  }
  #page.work.in .work-duties-list-sub {
    font-size: 14px;
    line-height: 1.79;
  }
  #page.work.in .work-point {
    padding: 40px 0;
  }
  #page.work.in .work-point-txt {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.79;
  }
  #page.work.in .work-skill {
    padding: 40px 0;
  }
  #page.work.in .work-skill-list {
    gap: 40px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #page.work.in .work-skill-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    font-size: 14px;
  }
  #page.work.in .work-skill-list-item img {
    width: 108px;
  }
  #page.work.in .work-skill-list-blank {
    display: none;
  }
  #page.work.in .work-skill-list--col3 {
    gap: 40px 0;
    margin-top: 0;
  }
  #page.work.in .work-skill-list--col3 .work-skill-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0;
  }
  #page.work.in .work-schedule {
    padding: 40px 0 0;
  }
  #page.work.in .work-schedule-bg {
    padding: 15px 0 30px;
  }
  #page.work.in .work-schedule-list-item {
    display: block;
    padding: 20px 0 20px 32px;
  }
  #page.work.in .work-schedule-list-item:before {
    width: 2px;
    top: 24px;
    left: 6px;
  }
  #page.work.in .work-schedule-list-item:after {
    width: 14px;
    height: 14px;
    top: 24px;
  }
  #page.work.in .work-schedule-list-time {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #page.work.in .work-schedule-list-time:before {
    width: calc(100% - 32px);
  }
  #page.work.in .work-schedule-list-ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #page.work.in .work-schedule-list-txt {
    font-size: 14px;
    line-height: 1.79;
  }
  #page.work.in .work-schedule-list-img {
    margin-top: 20px;
  }
  #page.work.in .work-interview {
    padding: 50px 0 0;
  }
  #page.work.in .work-interview-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 50px -6.81818% 0;
    padding: 0 6.81818% 20px;
  }
  #page.work.in .block-flex {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  #page.work.in .block-flex:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.81818%;
            flex: 0 0 6.81818%;
    margin-left: -16px;
  }
  #page.work.in .block-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
            flex: 0 0 148px;
    margin: 0;
  }
  #page.work.in .block-flex-item:first-child:last-child {
    margin: 0;
  }
  #page.work.in .block-flex-item-sub {
    padding-top: 12px;
    font-size: 12px;
  }
  #page.work.in .block-flex-item-year {
    font-size: 12px;
    height: 24px;
    max-width: 90px;
    bottom: 8px;
    right: 8px;
  }
  #page.work.in .block-flex-item-name-jp {
    font-size: 20px;
  }
  #page.work.in .block-flex-item-name-arrow {
    max-width: 24px;
  }
}