@charset "UTF-8";
/* line 2, ../../import/import.scss */
* {
  font-size: 14px;
}

/* line 12, ../scss/style-single.scss */
.interview-single {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: -0.28px !important;
}

/* line 17, ../scss/style-single.scss */
ul {
  padding-left: 0;
}

/* line 18, ../scss/style-single.scss */
li {
  list-style: none;
}

/* line 20, ../scss/style-single.scss */
.commonWidthLarge {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 1.6% 0 2%;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../scss/style-single.scss */
  .commonWidthLarge {
    padding: 0;
  }
}

/* line 33, ../scss/style-single.scss */
.secTopArea {
  min-height: 650px;
  margin-block: 80px 100px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
/* line 40, ../scss/style-single.scss */
.secTopArea .secTopAreaImg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 49, ../scss/style-single.scss */
.secTopArea .secTopAreaImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mainAreaFilter.png) center/cover no-repeat;
}
/* line 60, ../scss/style-single.scss */
.secTopArea .secTopAreaImg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 67, ../scss/style-single.scss */
.secTopArea .secTopAreaImg .secTopAreaImgTitle {
  position: absolute;
  bottom: -4px;
  right: 40px;
  z-index: +1;
  width: auto;
  height: 105px;
}
/* line 76, ../scss/style-single.scss */
.secTopArea .secTopAreaCont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
/* line 81, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
/* line 87, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContTitle .Num {
  font-family: "Lato";
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  width: fit-content;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  background: #1b2020;
}
/* line 99, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg {
  padding: 13px 22px 11px 20px;
}
/* line 101, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg:not(:first-child) {
  transform: translateY(-20px);
}
/* line 105, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg p span {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.9px;
}
/* line 115, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContDetail {
  margin-left: 20px;
  border-left: solid 2px #c50025;
  padding-left: 24px;
}
/* line 119, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContDetail .Pos {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
}
/* line 124, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContDetail .Name {
  font-family: "Lato";
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 130, ../scss/style-single.scss */
.secTopArea .secTopAreaCont .secTopAreaContDetail .DetailData {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../scss/style-single.scss */
  .secTopArea {
    min-height: initial;
    flex-direction: column;
    margin-block: 70px 40px;
  }
  /* line 141, ../scss/style-single.scss */
  .secTopArea .secTopAreaImg {
    height: 390px;
  }
  /* line 144, ../scss/style-single.scss */
  .secTopArea .secTopAreaImg picture img {
    object-position: top 0 right 20%;
  }
  /* line 148, ../scss/style-single.scss */
  .secTopArea .secTopAreaImg .secTopAreaImgTitle {
    display: none;
  }
  /* line 152, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont {
    gap: 8px;
    padding-top: 340px;
  }
  /* line 155, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContTitle {
    gap: 0;
  }
  /* line 157, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContTitle .Num {
    font-size: 16px;
    padding: 6px 12px 8px 12px;
  }
  /* line 162, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg {
    padding: 7px 11px 5px 10px;
  }
  /* line 164, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg:not(:first-child) {
    transform: translateY(-10px);
  }
  /* line 168, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContTitle .Text .slideBg p span {
    font-size: 21px;
  }
  /* line 176, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContDetail .Pos {
    font-size: 16px;
  }
  /* line 179, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContDetail .Name {
    font-size: 22px;
    margin-bottom: 12px;
  }
  /* line 183, ../scss/style-single.scss */
  .secTopArea .secTopAreaCont .secTopAreaContDetail .DetailData {
    font-size: 14px;
  }
}

@keyframes titleFlash {
  0% {
    mask-position: -10% 0%;
  }
  100% {
    mask-position: 130% 0%;
  }
}
/* line 204, ../scss/style-single.scss */
.secReason {
  margin-bottom: 100px;
}
/* line 206, ../scss/style-single.scss */
.secReason .secReasonWrap {
  display: flex;
  padding: 40px 56px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  background: rgba(228, 226, 235, 0.5);
  position: relative;
}
/* line 215, ../scss/style-single.scss */
.secReason .secReasonWrap::after {
  content: "";
  position: absolute;
  top: -76px;
  right: 40px;
  width: 172px;
  height: 140px;
  background-image: url(../images/quotation.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 228, ../scss/style-single.scss */
.secReason .secReasonWrap .secReasonWrapTitleArea .secReasonWrapTitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
/* line 235, ../scss/style-single.scss */
.secReason .secReasonWrap .secReasonWrapCont * {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  /* line 204, ../scss/style-single.scss */
  .secReason {
    margin-bottom: 56px;
  }
  /* line 243, ../scss/style-single.scss */
  .secReason .secReasonWrap {
    padding: 24px 32px;
    gap: 16px;
  }
  /* line 246, ../scss/style-single.scss */
  .secReason .secReasonWrap::after {
    top: -35px;
    right: 0px;
    width: 102px;
    height: 83px;
  }
  /* line 253, ../scss/style-single.scss */
  .secReason .secReasonWrap .secReasonWrapTitleArea .secReasonWrapTitle {
    font-size: 18px;
  }
}

/* line 265, ../scss/style-single.scss */
.secText {
  /*画像：ウィンドウ左端にベタ付け */
  /*ブロック2つ目 Q.5、Q.6*/
  /*Q1-2とQ3-4の間の画像カード*/
  /*インタビュー文章のカード*/
}
/* line 267, ../scss/style-single.scss */
.secText .secTextFirst {
  position: relative;
  padding-block: 0 100px;
  background: linear-gradient(180deg, rgba(228, 226, 235, 0) 30%, rgba(228, 226, 235, 0.5) 100%);
}
@media only screen and (max-width: 767px) {
  /* line 267, ../scss/style-single.scss */
  .secText .secTextFirst {
    padding-block: 0 56px;
  }
}
/* line 281, ../scss/style-single.scss */
.secText .secTextFirstImgWrap {
  position: absolute;
  inset-block: 0 auto;
  left: 0;
  width: 560px;
  height: 100%;
}
/* line 288, ../scss/style-single.scss */
.secText .secTextFirstImgWrap .secTextFirstImg {
  position: sticky;
  top: 80px;
  width: 100%;
  aspect-ratio: 56 / 62;
  display: block;
}
/* line 295, ../scss/style-single.scss */
.secText .secTextFirstImgWrap .secTextFirstImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 281, ../scss/style-single.scss */
  .secText .secTextFirstImgWrap {
    display: none;
  }
}
/* line 307, ../scss/style-single.scss */
.secText .secTextFirstContWrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
/* line 312, ../scss/style-single.scss */
.secText .secTextFirstContWrap .secTextFirstContWrapInner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: calc((100vw - 280px) * 0.5);
  margin-inline: auto 0;
}
@media only screen and (max-width: 1279px) {
  /* line 312, ../scss/style-single.scss */
  .secText .secTextFirstContWrap .secTextFirstContWrapInner {
    width: calc((1280px - min(100vw, 280px)) * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  /* line 312, ../scss/style-single.scss */
  .secText .secTextFirstContWrap .secTextFirstContWrapInner {
    width: 100%;
    gap: 40px;
  }
}
/* line 339, ../scss/style-single.scss */
.secText .secTextSecond {
  min-height: 500px;
  padding-block: 100px 120px;
  position: relative;
  z-index: 0;
}
/* line 344, ../scss/style-single.scss */
.secText .secTextSecond::before {
  content: "";
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: -1;
  width: 40%;
  max-width: 506px;
  height: auto;
  aspect-ratio: 253/560;
  background-image: url(../images/secSecondBg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 359, ../scss/style-single.scss */
.secText .secTextSecond::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 48/38;
  background-image: url(../images/secSecondBg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 374, ../scss/style-single.scss */
.secText .secTextSecond .secTextSecondContWrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
/* line 378, ../scss/style-single.scss */
.secText .secTextSecond .secTextSecondContWrap .secTextSecondImgWrap {
  width: 100%;
  height: 435px;
  aspect-ratio: 72/29;
}
/* line 383, ../scss/style-single.scss */
.secText .secTextSecond .secTextSecondContWrap .secTextSecondImgWrap .secTextSecondImg {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 387, ../scss/style-single.scss */
.secText .secTextSecond .secTextSecondContWrap .secTextSecondImgWrap .secTextSecondImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  /* line 339, ../scss/style-single.scss */
  .secText .secTextSecond {
    padding-block: 56px 80px;
  }
  /* line 397, ../scss/style-single.scss */
  .secText .secTextSecond .secTextSecondContWrap {
    gap: 40px;
  }
  /* line 399, ../scss/style-single.scss */
  .secText .secTextSecond .secTextSecondContWrap .secTextSecondImgWrap {
    width: 100%;
    height: 282px;
    aspect-ratio: 350/141;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
/* line 411, ../scss/style-single.scss */
.secText .secPicCard {
  display: none;
}
/* line 413, ../scss/style-single.scss */
.secText .secPicCard .secPicCardImg {
  width: 100%;
  max-width: 330px;
  height: auto;
  aspect-ratio: 330/365;
  margin-inline: auto;
}
/* line 420, ../scss/style-single.scss */
.secText .secPicCard .secPicCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  /* line 411, ../scss/style-single.scss */
  .secText .secPicCard {
    display: block;
  }
}
/* line 434, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
/* line 439, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea .secTextCardLabel {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* line 443, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea .secTextCardLabel .secTextCardLabelText {
  font-family: "Noto Serif JP", serif;
  color: rgba(27, 32, 32, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
/* line 450, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea .secTextCardLabel .secTextCardLabelNum {
  font-family: "Noto Serif JP", serif;
  color: #c50025;
  font-size: 56px;
  line-height: 1;
}
/* line 457, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea::after {
  content: "";
  width: auto;
  height: 1px;
  background: #1B2020;
  flex: 1;
}
/* line 466, ../scss/style-single.scss */
.secText .secTextCard .secTextCardLabelArea--center::before, .secText .secTextCard .secTextCardLabelArea--center::after {
  content: "";
  width: auto;
  height: 1px;
  background: #1B2020;
  flex: 1;
}
/* line 476, ../scss/style-single.scss */
.secText .secTextCard .secTextCardTitleArea {
  margin-bottom: 16px;
}
/* line 478, ../scss/style-single.scss */
.secText .secTextCard .secTextCardTitleArea .secTextCardTitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
/* line 484, ../scss/style-single.scss */
.secText .secTextCard .secTextCardTitleArea--center .secTextCardTitle {
  text-align: center;
}
/* line 490, ../scss/style-single.scss */
.secText .secTextCard .secTextCardCont p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  /* line 497, ../scss/style-single.scss */
  .secText .secTextCard .secTextCardLabelArea {
    margin-bottom: 16px;
  }
  /* line 500, ../scss/style-single.scss */
  .secText .secTextCard .secTextCardLabelArea .secTextCardLabel .secTextCardLabelNum {
    font-size: 40px;
  }
  /* line 506, ../scss/style-single.scss */
  .secText .secTextCard .secTextCardTitleArea .secTextCardTitle {
    font-size: 18px;
  }
}

/* line 517, ../scss/style-single.scss */
.secSchedule {
  width: 100%;
  min-height: 770px;
  padding-block: 120px 105px;
  background: #E4E2EB;
  position: relative;
  z-index: 0;
}
/* line 524, ../scss/style-single.scss */
.secSchedule .secScheduleImgWrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: auto;
  height: 100%;
  overflow: hidden;
}
/* line 533, ../scss/style-single.scss */
.secSchedule .secScheduleImgWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* クリックを妨げない */
  background: linear-gradient(to left, rgba(228, 226, 235, 0) 0%, rgba(228, 226, 235, 0) 60%, #E4E2EB 100%);
}
/* line 545, ../scss/style-single.scss */
.secSchedule .secScheduleImgWrap .secScheduleImg {
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: block;
  margin: 0 0 0 auto;
  opacity: 0.2;
}
/* line 553, ../scss/style-single.scss */
.secSchedule .secScheduleImgWrap .secScheduleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 560, ../scss/style-single.scss */
.secSchedule .secScheduleTitleArea {
  margin-bottom: 56px;
}
/* line 564, ../scss/style-single.scss */
.secSchedule .secScheduleTitleArea .secScheduleTitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-image: url(../images/icon_schedule.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 579, ../scss/style-single.scss */
.secSchedule .secScheduleFlexArea {
  max-width: 330px;
  margin-bottom: 32px;
}
/* line 582, ../scss/style-single.scss */
.secSchedule .secScheduleFlexArea .secScheduleFlexTitle {
  margin-bottom: 8px;
}
/* line 584, ../scss/style-single.scss */
.secSchedule .secScheduleFlexArea .secScheduleFlexTitle span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  padding: 4px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #1b2020;
  background: rgba(255, 255, 255, 0.5);
}
/* line 597, ../scss/style-single.scss */
.secSchedule .secScheduleFlexArea .secScheduleTitleSub {
  font-size: 15px;
  line-height: 1.6;
}
/* line 602, ../scss/style-single.scss */
.secSchedule .secScheduleCont {
  display: flex;
  column-gap: 56px;
}
/* line 606, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody {
  min-width: 330px;
}
/* line 610, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleList {
  /* 時刻カラム */
  /* 軸（縦線＋ドット） */
  /* 本文カラム */
}
/* line 612, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem {
  display: flex;
  gap: 32px;
  overflow: hidden;
  padding-bottom: 24px;
  /*折り返し（上側）*/
  /*折り返し（下側）*/
  /*出社*/
  /*退社*/
}
/* line 617, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem::last-child {
  padding-bottom: 0;
}
/* line 623, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnTop .secScheduleListAxis {
  /* 縦線 */
}
/* line 625, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnTop .secScheduleListAxis::before {
  top: 0.75em;
}
/* line 632, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnBottom {
  padding-bottom: 1em;
}
/* line 638, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--start .secScheduleListAxis {
  /* 縦線 */
}
/* line 640, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--start .secScheduleListAxis::before {
  top: 0.75em;
}
/* line 643, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--start .secScheduleListAxis::after {
  background: #fff;
  border: 1px solid #c50025;
}
/* line 651, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--end {
  padding-bottom: 0;
}
/* line 653, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--end .secScheduleListAxis {
  /* 縦線 */
}
/* line 655, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--end .secScheduleListAxis::before {
  top: revert;
  bottom: 0.75em;
}
/* line 659, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--end .secScheduleListAxis::after {
  background: #fff;
  border: 1px solid #c50025;
}
/* line 668, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListTime {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  width: 60px;
  transform: translateY(0.2em);
}
/* line 679, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListAxis {
  position: relative;
  /* 縦線 */
  /* ドット */
}
/* line 683, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListAxis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: calc(100% + 24px);
  background: rgba(27, 32, 32, 0.3);
}
/* line 695, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListAxis::after {
  content: "";
  position: relative;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background: #c50025;
}
/* line 708, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListCont {
  flex: 1;
}
/* line 711, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListContHeading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
/* line 717, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListContNote li {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 0.75em;
}
/* line 722, ../scss/style-single.scss */
.secSchedule .secScheduleCont .secScheduleContBody .secScheduleListContNote li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 517, ../scss/style-single.scss */
  .secSchedule {
    padding-block: 140px 50px;
    min-height: initial;
  }
  /* line 736, ../scss/style-single.scss */
  .secSchedule .secScheduleImgWrap {
    width: 85%;
    height: initial;
  }
  /* line 739, ../scss/style-single.scss */
  .secSchedule .secScheduleImgWrap::after {
    background: linear-gradient(to left, rgba(228, 226, 235, 0) 0%, rgba(228, 226, 235, 0) 60%, #E4E2EB 100%), linear-gradient(to top, #E4E2EB 0%, rgba(228, 226, 235, 0) 60%);
  }
  /* line 755, ../scss/style-single.scss */
  .secSchedule .secScheduleFlexArea {
    max-width: revert;
  }
  /* line 758, ../scss/style-single.scss */
  .secSchedule .secScheduleFlexArea .secScheduleFlexTitle span {
    display: inline-flex;
    padding: 4px 16px;
  }
  /* line 764, ../scss/style-single.scss */
  .secSchedule .secScheduleCont {
    flex-direction: column;
  }
  /* line 766, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody {
    max-width: revert;
  }
  /* line 769, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem {
    /*折り返し（上側）*/
    /*折り返し（下側）*/
    /*退社*/
  }
  /* line 770, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem:last-child {
    padding-bottom: 24px;
  }
  /* line 775, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnTop .secScheduleListAxis {
    /* 縦線 */
  }
  /* line 777, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnTop .secScheduleListAxis::before {
    top: 0;
  }
  /* line 783, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--turnBottom {
    padding-bottom: 24px !important;
  }
  /* line 787, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListItem--end {
    padding-bottom: 0 !important;
  }
  /* line 791, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListTime {
    font-size: 16px;
  }
  /* line 795, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListContHeading {
    font-size: 15px;
  }
  /* line 798, ../scss/style-single.scss */
  .secSchedule .secScheduleCont .secScheduleContBody .secScheduleListContNote li {
    font-size: 13px;
  }
}

/* line 811, ../scss/style-single.scss */
.secOther {
  padding: 100px 0 120px;
}
/* line 814, ../scss/style-single.scss */
.secOther .secOtherTitleArea {
  margin-bottom: 56px;
}
/* line 816, ../scss/style-single.scss */
.secOther .secOtherTitleArea .secOtherTitle {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  padding-bottom: 14px;
  position: relative;
  color: #1B2020;
}
/* line 826, ../scss/style-single.scss */
.secOther .secOtherTitleArea .secOtherTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 1.5px;
  background: #c50025;
}
/* line 836, ../scss/style-single.scss */
.secOther .secOtherWrap {
  margin-bottom: 56px;
}
/* line 838, ../scss/style-single.scss */
.secOther .secOtherWrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin: 0 auto;
}
/* line 843, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard {
  position: relative;
}
/* line 846, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardLink {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  /* line 850, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardLink:hover {
    opacity: 0.6;
  }
}
/* line 856, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardNum {
  position: absolute;
  z-index: 1;
  width: 102px;
  height: auto;
  top: -60px;
  left: -10px;
}
/* line 865, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardThumb {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 25px;
}
/* line 870, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardThumb .otherCardTitle {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 875, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardThumb .otherCardTitle span {
  display: inline;
  white-space: nowrap;
  background: #dadff8;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 22px;
  line-height: 1.6;
  padding: 8px 16px;
  letter-spacing: -0.7px;
  font-feature-settings: "halt";
}
/* line 893, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardDetail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* line 898, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardDetail .otherCardDetailPos {
  font-size: 16px;
  line-height: 2;
}
/* line 902, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardDetail .otherCardDetailName {
  font-size: 18px;
  line-height: 1;
}
/* line 906, ../scss/style-single.scss */
.secOther .secOtherWrap ul li.otherCard .otherCardDetail .otherCardDetailData {
  font-size: 14px;
  line-height: 1.8;
}
/* line 915, ../scss/style-single.scss */
.secOther .secOtherBtnArea {
  text-align: center;
}
/* line 917, ../scss/style-single.scss */
.secOther .secOtherBtnArea .secOtherBtnWrap {
  display: inline-flex;
  width: 220px;
  height: 65px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #000;
  color: #fff;
}
/* line 927, ../scss/style-single.scss */
.secOther .secOtherBtnArea .secOtherBtnWrap .prevBtn {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
  background: url(../../shared/images/arrow_WhileRight01.svg) right 6% center no-repeat;
  background-size: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 811, ../scss/style-single.scss */
  .secOther {
    padding: 80px 0;
  }
  /* line 944, ../scss/style-single.scss */
  .secOther .secOtherTitleArea {
    margin-bottom: 40px;
  }
  /* line 946, ../scss/style-single.scss */
  .secOther .secOtherTitleArea .secOtherTitle {
    font-size: 22px;
  }
  /* line 952, ../scss/style-single.scss */
  .secOther .secOtherWrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 20px;
  }
  /* line 957, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardNum {
    width: 60px;
    top: -30px;
  }
  /* line 962, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardThumb {
    padding-bottom: 3em;
    margin-bottom: 16px;
  }
  /* line 967, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardThumb .otherCardTitle span {
    font-size: 14px;
    padding: 4px 8px;
  }
  /* line 974, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardDetail {
    gap: 6px;
  }
  /* line 976, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardDetail .otherCardDetailPos {
    font-size: 13px;
    line-height: 1.4;
  }
  /* line 980, ../scss/style-single.scss */
  .secOther .secOtherWrap ul li.otherCard .otherCardDetail .otherCardDetailData {
    font-size: 13px;
    line-height: 1.6;
  }
  /* line 990, ../scss/style-single.scss */
  .secOther .secOtherBtnArea .secOtherBtnWrap {
    width: 160px;
    height: 44px;
  }
  /* line 993, ../scss/style-single.scss */
  .secOther .secOtherBtnArea .secOtherBtnWrap .prevBtn {
    font-size: 14px;
  }
}

/* line 1004, ../scss/style-single.scss */
.slideBg {
  position: relative;
  width: fit-content;
  height: auto;
  overflow: hidden;
}

/* line 1010, ../scss/style-single.scss */
.slideBg.active::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #DADFF8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-100%);
  animation-name: boxSlide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}

/* line 1026, ../scss/style-single.scss */
.slideBg p span {
  opacity: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 170%;
}

@keyframes boxSlide {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=style-single.css.map */
