@charset "UTF-8";
.senior-list {
  padding: 0;
}

.senior-item + .senior-item {
  margin-top: 80px;
}

.senior-item a,
.senior-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.senior-item a:hover {
  text-decoration: none;
}

.senior-item a:hover span {
  text-decoration: none;
}

.senior-item a.is-sm,
.senior-item .item.is-sm {
  border-bottom: 10px solid #04d0ae;
}

.senior-item a.is-s,
.senior-item .item.is-s {
  border-bottom: 10px solid #0599d9;
}

.senior-item a.is-sa,
.senior-item .item.is-sa {
  border-bottom: 10px solid #ff8fa6;
}

.senior-img {
  position: absolute;
  width: 159px;
  left: 6%;
  top: 0%;
}

.senior-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 48%;
  margin-bottom: 0 !important;
}

.senior-group {
  width: 100%;
  display: block;
  margin-bottom: 0.2em;
  text-align: right;
  font-size: 80%;
}

.senior-name-initial {
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
  text-align: right;
}

.senior-job {
  position: absolute;
  left: 0%;
  bottom: 3%;
  font-size: 40px;
  color: #000 !important;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  z-index: 2;
  font-weight: bold;
  font-family: "Lora", times, serif;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.senior-text {
  margin-left: 38%;
  margin-top: 2%;
  font-size: 18px;
}

.senior-detail-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.senior-detail-boxs::after {
  content: "";
  background: #cdfff7;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
  position: absolute;
  z-index: 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .senior-detail-boxs::after {
    max-width: 670px;
  }
}
.senior-detail-boxs.is-sm::after {
  background: #cdfff7;
}

.senior-detail-boxs.is-s::after {
  background: #c1eafb;
}

.senior-detail-boxs.is-sa::after {
  background: #fccad4;
}

.senior-detail-box {
  width: 50%;
  z-index: 1;
  position: relative;
}

.senior-box {
  padding-left: 0;
  padding-bottom: 1rem;
  border-radius: 4px;
}

.is-sm .senior-box {
  background: #04d0ae;
}

.is-s .senior-box {
  background: #0599d9;
}

.is-sa .senior-box {
  background: #ff8fa6;
}

.senior-box dt {
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: normal;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
}

.senior-box dd {
  background: #fff;
  font-size: 1.5rem;
  border-radius: 4px;
  padding: 1rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 1.6;
  text-align: justify;
}

.senior-box dt:before {
  display: none;
}

.senior-detail-box.is-left {
  margin-right: 2%;
}

.senior-detail-box.is-right {
  margin-left: 2%;
}

.senior-detail-box-img {
  height: 360px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .senior-detail-box-img {
    height: 90vw;
    max-height: 440px;
  }
}

.senior-detail-box-img img.is-01 {
  width: 70%;
}
.senior-detail-box-img img.is-02 {
  width: 70%;
}
.senior-detail-box-img img.is-03 {
  width: 60%;
}
.senior-detail-box-img img {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.senior-detail-box-name {
  position: absolute;
  right: 0;
  top: 1rem;
}

.fukidashi {
  font-size: 1.5rem;
  border-radius: 2rem;
  padding: 2rem;
  line-height: 1.5;
  z-index: 1;
  position: relative;
  background: #fff;
  text-align: justify;
}
.fukidashi:after {
  content: "";
  width: 4em;
  height: 4em;
  display: inline-block;
  position: absolute;
  left: 20%;
  bottom: -3.9em;
}

.is-sm .fukidashi {
  border: 2px solid #04d0ae;
}
.is-sm .fukidashi:after {
  background: url(../inline-images/arr01.png) no-repeat center center/100% 100%;
}

.is-s .fukidashi {
  border: 2px solid #0599d9;
}
.is-s .fukidashi:after {
  background: url(../inline-images/arr02.png) no-repeat center center/100% 100%;
}

.is-sa .fukidashi {
  border: 2px solid #ec859a;
}
.is-sa .fukidashi:after {
  background: url(../inline-images/arr03.png) no-repeat center center/100% 100%;
}

.sp-br-visible {
  display: none;
}

.pc-br-visible {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-br-visible {
    display: none;
  }
  .sp-br-visible {
    display: inline;
  }
  .senior-item a,
  .senior-item .item {
    height: 110vw;
    max-height: 360px;
  }
  .senior-text {
    margin-left: 4vw;
    margin-right: 4vw;
    width: 100%;
    text-align: justify;
  }
  .senior-img {
    width: 50%;
    max-width: 200px;
    left: 4%;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
  }
  .senior-list {
    margin-bottom: 4em;
  }
  .senior-detail-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: 4rem;
  }
  .senior-detail-box {
    width: 100%;
  }
  .senior-detail-box.is-left {
    margin-right: 0;
  }
  .senior-detail-box.is-right {
    margin-left: 0;
  }
  .senior-detail-boxs::after {
    height: 90%;
    top: 5%;
  }
  .fukidashi {
    padding: 1.5rem;
  }
}
.senior-detail-schedule-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .senior-detail-schedule-timeline.is-03b {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .senior-detail-schedule-timeline.is-01a {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-01b {
    margin-bottom: 6em;
  }
  .senior-detail-schedule-timeline.is-01c {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-02a {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-02b {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-02c {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-03a {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-03b {
    margin-bottom: 5em;
  }
  .senior-detail-schedule-timeline.is-03c {
    margin-bottom: 5em;
  }
}

.senior-detail-schedule-timeline:nth-child(1) dd {
  background: #e7f3ff;
}

.senior-detail-schedule-timeline:nth-child(2) dd {
  background: #f9ffe7;
}

.senior-detail-schedule-timeline:nth-child(3) dd {
  background: #e7f3ff;
}

.senior-detail-schedule-timeline:nth-child(4) dd {
  background: #f9ffe7;
}

.senior-detail-schedule-timeline:nth-child(5) dd {
  background: #e7f3ff;
}

.senior-detail-schedule-timeline dt:before {
  display: none;
}

.senior-detail-schedule-timeline dt {
  width: 15%;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .senior-detail-schedule-timeline dt {
    width: 27%;
  }
  .senior-detail-schedule-timeline dd {
    width: 70%;
  }
}
.senior-detail-schedule-timeline dd {
  width: 85%;
  padding: 1em;
  margin-bottom: 1.4em;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.4em;
  position: relative;
}
.senior-detail-schedule-timeline dd .text {
  font-size: 1.4rem;
}

.text-fukidashi {
  width: 50%;
  font-size: 14px;
  background: #fff;
  display: block;
  padding: 1em 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 1em;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-fukidashi:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -1.15em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../inline-images/arr.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .text-fukidashi:after {
    top: -1.16em;
    left: 8%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .text-fukidashi {
    width: 100%;
    left: 0%;
    top: auto;
    bottom: -50%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding: 1em 1em;
  }
}
.text-fukidashi.is-01a {
  bottom: -5.5em;
  height: 5em;
}
.text-fukidashi.is-01b {
  bottom: -6.5em;
  height: 6.5em;
}
.text-fukidashi.is-01c {
  bottom: -6.5em;
  height: 6.5em;
}
.text-fukidashi.is-02a {
  bottom: -5.5em;
  height: 5em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-02a {
    width: auto;
    left: 58%;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-02a {
    left: 60%;
  }
}
.text-fukidashi.is-02b {
  bottom: -5.5em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-02b {
    width: auto;
    left: 58%;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-02b {
    left: 60%;
  }
}
.text-fukidashi.is-02b {
  height: 5em;
}
.text-fukidashi.is-02c {
  bottom: -5.5em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-02c {
    width: auto;
    left: 58%;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-02c {
    left: 60%;
  }
}
.text-fukidashi.is-02c {
  height: 5em;
}
.text-fukidashi.is-03a {
  bottom: -5.5em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-03a {
    width: auto;
    left: 58%;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-03a {
    left: 70%;
  }
}
.text-fukidashi.is-03a {
  height: 5em;
}
.text-fukidashi.is-03b {
  bottom: -5.5em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-03b {
    width: auto;
    left: 58%;
    height: auto !important;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-03b {
    left: 70%;
  }
}
.text-fukidashi.is-03b {
  height: 5em;
}
.text-fukidashi.is-03c {
  bottom: -6em;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-fukidashi.is-03c {
    width: auto;
    left: 58%;
    height: auto !important;
  }
  .text-fukidashi.is-03c br {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .text-fukidashi.is-03c {
    left: 70%;
  }
}
.text-fukidashi.is-03c {
  height: 6em;
}

.time {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.time-text {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  text-shadow: 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2, 0 0 2px #004fa2;
}
.time-ico {
  display: block;
  font-size: 36px;
  position: relative;
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  border: 0.1em solid #004fa2;
  border-radius: 100%;
  margin-bottom: 0.1em;
  /* 長針 */
}
.time-ico::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.54em);
  left: calc(50% - 0.06em);
  width: 0.12em;
  height: 0.55em;
  background-color: #004fa2;
  border-radius: 0.1em;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.time-ico {
  /* 短針 */
}
.time-ico::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.06em);
  width: 0.12em;
  height: 0.48em;
  background-color: #004fa2;
  border-radius: 0.1em;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.time-ico.is830:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.time-ico.is830:after {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.time-ico.isam:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.time-ico.isam:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.time-ico.is1230:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.time-ico.is1230:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.time-ico.ispm:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.time-ico.ispm:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.time-ico.is1730:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.time-ico.is1730:after {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.time-ico.is1800:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.time-ico.is1800:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*福利厚生・人財育成*/
.other-ttl {
  margin-top: 1em;
  /*background: #e2f0d9;*/
  background: #e7f3ff;
  padding: 0.8em 0.8em !important;
  font-size: 1.6rem !important;
  border-radius: 6px 6px 0 0;
}

.other-ttl:before {
  display: none;
}

.other-text {
  padding: 1em 1em !important;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.mb2em {
  margin-bottom: 2em;
}