/* notfound - 共通 */
.notfound {
  text-align: center;
}
.notfound p {
  font-size: 1.6rem;
  font-weight: bold;
}
.notfound_p_tb {
  padding: 6em 0;
}
.notfound_p_t {
  padding: 6em 0 0;
}
.notfound_p_b {
  padding: 0 0 6em;
}
@media all and (max-width: 768px) {
  .notfound p {
    font-size: 1.4rem;
  }
  .notfound_p_tb {
    padding: 3em 0;
  }
}
@media all and (max-width: 834px) {
  .overflowText {
    display: block;
  }
  .overflowText .overflowText_inner {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
  }
  .overflowText .overflowText_inner.js-active {
    transition: 0.5s cubic-bezier(0.7, 0, 0.84, 0);
  }
  .overflowText .more_link_inner {
    position: relative;
    display: block;
  }
  .overflowText .more_link_inner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    transition: 0.3s;
  }
  .overflowText .more_link_inner.js-active::before {
    opacity: 0;
  }
  .overflowText .more_link_inner.js-active .more_link:after {
    transform: rotate(-135deg);
  }
  .overflowText .more_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    color: #d71f1f;
    border: 2px solid;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    margin-top: 10px;
    padding-right: 6px;
  }
  .overflowText .more_link:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    margin-top: -2px;
    transform: 0.3s;
  }
  .overflowText.-black .more_link {
    color: #fff;
  }
  .overflowText.-black .more_link_inner::before {
    background: linear-gradient(to bottom, rgba(22, 18, 10, 0) 0%, rgba(22, 18, 10, 0.01) 1%, #16120a 100%);
  }
  .overflowText.-gray .more_link_inner::before {
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.01) 1%, #f5f5f5 100%);
  }
  .overflowText.-beige .more_link_inner::before {
    background: linear-gradient(to bottom, rgba(246, 242, 232, 0) 0%, rgba(246, 242, 232, 0.01) 1%, #f6f2e8 100%);
  }
}
.sec__mkpride {
  background-color: #f6f2e8;
  position: relative;
  padding-top: 132px;
  padding-bottom: 100px;
}
@media all and (max-width: 834px) {
  .sec__mkpride {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.sec__mkpride .bg-txt {
  font-size: 24rem;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: -32px;
  left: -16px;
}
@media all and (max-width: 834px) {
  .sec__mkpride .bg-txt {
    font-size: 10rem;
    text-align: center;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec__mkpride .mkpride__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 834px) {
  .sec__mkpride .mkpride__inner {
    display: block;
  }
}
.sec__mkpride .mkpride__column {
  flex: 0 0 50%;
}
@media all and (max-width: 834px) {
  .sec__mkpride .mkpride__column:first-child {
    text-align: center;
  }
}
.sec__mkpride .mkpride .ttl {
  background-color: #fff;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 8rem;
  line-height: 1;
  padding: 28px;
  margin-left: 16px;
}
@media all and (max-width: 834px) {
  .sec__mkpride .mkpride .ttl {
    font-size: 3.2rem;
    padding: 16px;
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .sec__mkpride .mkpride .ttl {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
.sec__mkpride .mkpride .img {
  margin-top: 48px;
  margin-left: -20px;
}
@media all and (max-width: 834px) {
  .sec__mkpride .mkpride .img {
    width: 70%;
    max-width: 636px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.sec__mkpride .mkpride .desc {
  margin-left: 20px;
  margin-top: 20px;
}
@media all and (max-width: 834px) {
  .sec__mkpride .mkpride .desc {
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) {
  .lower-merit .sec__merit04 .merit04__head {
    white-space: nowrap;
  }
}
.lower-merit .sec__merit04 .merit04__head {
  flex: 0 0 160px;
}
.lower-merit .sec__merit04 .merit04__head .eng {
  white-space: nowrap;
}
@media all and (max-width: 834px) {
  #ot-sdk-btn-floating.ot-floating-button {
    left: 0 !important;
    transform: translateX(112px) !important;
  }
}
.sec__interview .interview__controls {
  z-index: 2;
}
