/* layout */
.m_mainContainer {
  order: 2;
  width: 750px;
}
.m_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #sideNav, #sideNavRev {
    display: none;
  }
}

/* MV */
.m_heroArea__label {
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  background-color: #A11F24;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.m_heroArea__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  bottom: 0;
  width: 9px;
  height: 22px;
  background-image: url(/resource/img/dougahyakkaten/jirei/jirei_label_icon.svg);
  background-size: cover;
}

.m_heroArea__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.m_heroArea__body {
  margin-top: 20px;
}

.m_heroArea__image {
  margin: 24px auto 0;
  max-width: 502px;
}
.m_heroArea__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 502 / 283;
}

.m_section:first-of-type {
  margin-top: 32px;
}

.m_section + .m_section {
  margin-top: 48px;
}

.m_section:last-of-type {
  margin-bottom: 80px;
}

.m_section__title {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 0 6px 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  background-color: #FFEFEF;
}

.m_section__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  background-color: #A11F24;
}

.m_section__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.m_section__list li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.m_section__list li::before {
  content: "";
  position: absolute;
  top: 10.5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A11F24;
}

.m_solution__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.m_solution__title a {
  color: #00087D;
  text-decoration: underline;
  text-underline-offset: auto;
}

.m_section__images {
  display: flex;
  gap: 16px;
  align-items: center;
}

.m_section__image {
  display: block;
  width: 100%;
  line-height: 0;
}

.m_section__image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.m_section__link {
  margin-top: 14px;
  text-align: right;
}

.m_section__link a {
  position: relative;
  padding-right: 19px;
  color: #00087D;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
}

.m_section__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00087D;
  border-right: 2px solid #00087D;
  transform: rotate(45deg) translateY(-50%);
}

.m_section__text {
  font-size: 16px;
  line-height: 1.6;
}

.m_customer__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.m_customer__tag {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.m_customer__tag li {
  display: inline-block;
  padding: 6px 10px;
  background-color: rgba(241, 241, 241, 0.93);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.56px;
}

.m_customer__body {
  margin-top: 16px;
  border: 1px solid #EFEFEF;
  padding: 20px;
}

.m_customer__inner + .m_customer__inner {
  margin-top: 18px;
}

.m_customer__title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}

.m_customer__text {
  font-size: 16px;
  line-height: 1.6;
}

.m_section__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.m_section_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m_card__image {
  display: block;
  line-height: 0;
}

.m_card__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.m_card__title {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.m_card__costomer {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.m_card__meta {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.m_section__btn {
  display: flex;
  justify-content: center;
}

.m_btn__target {
  display: block;
  width: 100%;
  max-width: 232px;
  padding: 26px 44px;
  background-color: #A11F24;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.m_production_title {
  margin-bottom: 16px;
  padding: 10px;
  background-color: #A11F24;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.m_point {
  position: relative;
  padding-left: 97px;
  border: 2px solid #A11F24;
}

.m_point + .m_point {
  margin-top: 12px;
}

.m_point__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 100%;
  background-color: #A11F24;
  color: #fff;
}

.m_point__en {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.m_point__num {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.m_point__body {
  padding: 0 16px 16px 16px;
}

.m_point__title {
  padding: 16px 16px 0 16px;
  margin-bottom: 12px;
  color: #A11F24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.m_point__title-sm {
  display: block;
  font-size: 18px;
}

@media (any-hover: hover) {
  .m_btn__target:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .m_solution__title a:hover,
  .m_section__link a:hover {
    text-decoration: none;
    transition: 0.3s;
  }
  .m_section_card:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}


@media (max-width: 768px) {
  .m_customer__name {
    font-size: 18px;
  }
  .m_section__title {
    font-size: 20px;
  }
  .m_solution__title  {
    font-size: 20px;
  }
  .mt_20 m_section__images {
    flex-direction: column;
  }
  .m_section__cards {
    grid-template-columns: 1fr;
  }
  .m_production_title {
    font-size: 20px;
  }
  .m_point {
    padding-left: 0;
  }
  .m_point__heading {
    display: flex;
    align-items: stretch;
  }
  .m_point__label {
    flex: 0 0 64px;
    position: static;
    height: auto;
    padding: 16px 0;
  }
  .m_point__header {
    display: flex;
  }
  .m_point__en {
    font-size: 14px;
  }
  .m_point__num {
    font-size: 32px;
  }
  .m_point__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .m_point__body {
    padding: 16px;
  }
}

/* 回遊ボタン */
.m_migrationWrap{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: -12px;
}
.m_migrationWrap__item{
  display: flex;
  max-width: 360px;
  width: 33.333%;
  margin: 0 auto;
  padding: 12px;
}
.m_migrationWrap__inner{
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_migrationWrap{
    display: block;
  }
  .m_migrationWrap__item{
    width: 100%;
  }
}

.m_migrationBtn{
  display: flex;
  align-items: stretch;
}
.m_migrationBtn::before{
  content: "";
  display: block;
  height: 96px;
}
.m_migrationBtn__target{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 3px solid #e5002d;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(48, 48, 48, .3);
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: .3s opacity;
}
.m_migrationBtn__target:hover{
  opacity: .7;
}
.m_migrationBtn__inner{}
.m_migrationBtn__catch{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  padding: 0 12px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}


.mt_8 {
  margin-top: 8px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}