@charset "UTF-8";
/* ------------------------------------------------------
 * MV
------------------------------------------------------ */
.mv {
  background: #2D4CB2;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.2vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.2vw), 0 100%);
  position: relative;
}
.mv a, .mv button {
  color: #fff;
}
.mv .ticker {
  opacity: 0.05;
}
@media screen and (min-width: 769px) {
  .mv a:hover, .mv button:hover {
    color: #00BEEB;
  }
}
.mv_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    max-width: none;
  }
}
.mv_inner > :last-child {
  margin-bottom: 0 !important;
}
.mv_contents {
  width: calc(100% - 740px);
  padding: 210px 0 0;
}
.mv_contents > :last-child {
  margin-bottom: 0 !important;
}
.mv_img {
  width: 740px;
}
.mv_department {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 25px;
}
.mv_name {
  font-size: 26px;
  font-weight: bold;
}
.mv .hdg_01 {
  margin: 0 0 70px;
}
.mv .hdg_01_main {
  white-space: nowrap;
}
.mv .mv_inner {
  position: relative;
  z-index: 1;
}
.mv .ticker {
  position: absolute;
  bottom: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv .ticker {
    bottom: auto;
    top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 35px 0 50px;
  }
  .mv_inner {
    display: block;
  }
  .mv_contents {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .mv_img {
    width: 100%;
  }
  .mv_department {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .mv_name {
    font-size: 20px;
  }
  .mv .hdg_01 {
    white-space: normal;
    margin: 0 -15px 20px 0;
  }
}

/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section_person {
  position: relative;
}
.section_person .section_inner {
  position: relative;
  z-index: 1;
}
.section_person .ticker {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_person .ticker {
    top: 20px;
  }
}
.section_article {
  overflow: hidden;
}
.section_schedule {
  padding-top: 0;
  position: relative;
}
.section_schedule .section_inner {
  position: relative;
  z-index: 1;
}
.section_schedule .ticker {
  position: absolute;
  bottom: 220px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_schedule .ticker {
    bottom: 45px;
  }
}
.section_other {
  padding: 0 0 120px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  -webkit-clip-path: polygon(0 calc(0% + 6.2vw), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 6.2vw), 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .section_person {
    padding: 45px 0 120px;
  }
  .section_schedule {
    padding: 0 0 165px;
  }
  .section_other {
    padding: 0 0 75px;
  }
}

/* ------------------------------------------------------
 * 社員インタビュー
------------------------------------------------------ */
.article_layout {
  margin: 0 0 120px;
  display: flex;
  justify-content: space-between;
}
.article_layout_contents {
  width: 608px;
  flex-shrink: 0;
}
.article_layout_contents > :last-child {
  margin-bottom: 0 !important;
}
.article_layout_img {
  height: 609px;
  padding: 0 0 10px;
  flex: 1;
}
.article_layout_img img {
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 0 #2D4CB2;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_layout[data-layout-img=left] {
  flex-direction: row-reverse;
}
.article_layout[data-layout-img=left] .article_layout_img {
  padding-right: 90px;
  margin-left: -50vw;
}
.article_layout[data-layout-img=left] .article_layout_img img {
  border-radius: 0 5px 5px 0;
  -o-object-position: right center;
     object-position: right center;
}
.article_layout[data-layout-img=right] .article_layout_img {
  padding-left: 80px;
  margin-right: -50vw;
}
.article_layout[data-layout-img=right] .article_layout_img img {
  border-radius: 5px 0 0 5px;
  -o-object-position: left center;
     object-position: left center;
}
.article_question {
  color: #2D4CB2;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
}
.article_answer {
  text-align: justify;
  line-height: 2;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .article_layout {
    margin: 0 0 60px;
    display: block;
  }
  .article_layout_contents {
    width: 100%;
    margin: 0 0 55px;
  }
  .article_layout_img {
    height: auto;
    padding: 0;
    margin: 0 -20px;
  }
  .article_layout_img img {
    box-shadow: 5px 5px 0 #2D4CB2;
  }
  .article_layout[data-layout-img=left] .article_layout_img {
    padding-right: 30px;
    margin-left: -20px;
  }
  .article_layout[data-layout-img=right] .article_layout_img {
    padding-left: 30px;
    margin-right: -20px;
  }
  .article_question {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .article_answer {
    margin: 0 0 55px;
  }
}

/* ------------------------------------------------------
 * ある1日のスケジュール
------------------------------------------------------ */
.schedule_box {
  width: 850px;
  border: 1px solid #2D4CB2;
  border-radius: 5px;
  background: #fff;
  box-shadow: 10px 10px 0 #2D4CB2;
  margin: 0 auto 130px;
}
.schedule_box_inner {
  padding: 75px 108px;
}
.schedule_box_inner > :last-child {
  margin-bottom: 0 !important;
}
.schedule_hdg {
  color: #2D4CB2;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 55px;
}
.schedule_list > li {
  margin: 0 0 60px;
  position: relative;
}
.schedule_list > li > :last-child {
  margin-bottom: 0 !important;
}
.schedule_list > li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2D4CB2;
  position: absolute;
  top: 0.5em;
  left: -24px;
  z-index: 1;
  display: block;
}
.schedule_list > li:last-child {
  margin-bottom: 0;
}
.schedule_list_wrap {
  padding: 0 0 0 24px;
  position: relative;
}
.schedule_list_wrap > :last-child {
  margin-bottom: 0 !important;
}
.schedule_list_wrap .is_schedule_line {
  width: 2px;
  height: 100%;
  background: #D0D0D0;
  position: absolute;
  top: 0.7em;
  left: 4px;
  z-index: 0;
  display: block;
}
.schedule_list_time {
  color: #2D4CB2;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  gap: 15px;
}
.schedule_list_time_value {
  width: 3em;
  white-space: nowrap;
}
.schedule_list_action {
  text-align: justify;
  padding: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .schedule_box {
    width: 100%;
    box-shadow: 5px 5px 0 #2D4CB2;
    margin: 0 auto 65px;
  }
  .schedule_box_inner {
    padding: 35px 15px;
  }
  .schedule_hdg {
    font-size: 24px;
    margin: 0 0 35px;
  }
  .schedule_list > li {
    margin: 0 0 55px;
  }
  .schedule_list_time {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .schedule_list_time_value {
    width: auto;
  }
}

/* ------------------------------------------------------
 * 他の社員を見る
------------------------------------------------------ */
.other_hdg {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 55px;
}
.other_img {
  width: 100%;
  height: 600px;
  margin: 0 0 90px;
  -webkit-clip-path: polygon(0 calc(0% + 6.2vw), 100% 0, 100% calc(100% - 6.2vw), 0 100%);
          clip-path: polygon(0 calc(0% + 6.2vw), 100% 0, 100% calc(100% - 6.2vw), 0 100%);
}
.other_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .other_hdg {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .other_img {
    height: 320px;
    margin: 0 0 75px;
  }
}