.section-submain {
  background: #ccc url(/assets/img/reason/main.jpg) no-repeat center;
  background-size: cover;
}
.section-odd {
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px;
}
.section-odd.m0 {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .section-odd {
    display: block;
    padding-bottom: 20px;
  }
  .section-odd.m0 {
    padding-top: 40px;
  }
}
.section-odd__txt {
  position: relative;
  background-color: #eeeeee;
  width: 100%;
  max-width: 620px;
  margin: 200px -80px -80px auto;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .section-odd__txt {
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
}
.section-odd__txt .no {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  color: #721e1e;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .section-odd__txt .no {
    left: 20px;
    font-size: 2.25rem;
  }
}
.section-odd__txt h3 {
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section-odd__txt h3 {
    font-size: 1.5rem;
  }
}
.section-odd__txt h3 span {
  margin-left: 10px;
  font-size: 1.875rem;
  color: #1155a3;
}
@media screen and (max-width: 480px) {
  .section-odd__txt h3 span {
    font-size: 1.5rem;
  }
}
.section-odd__img {
  position: relative;
  flex: 0 0 50%;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .section-odd__img {
    flex-basis: 100%;
  }
}
.section-odd__img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 480px) {
  .section-odd__img img {
    position: relative;
  }
}
.section-even {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  .section-even {
    padding-bottom: 20px;
  }
}
.section-even::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 80px;
  z-index: -1;
  background-color: #eeeeee;
  width: 100%;
}
.section-even__box {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .section-even__box {
    display: block;
  }
}
.section-even__img {
  position: relative;
  flex: 0 0 50%;
  z-index: -1;
}
.section-even__img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
}
@media screen and (max-width: 480px) {
  .section-even__img img {
    position: relative;
  }
}
.section-even__txt {
  flex: 0 0 50%;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-even__txt {
    flex-basis: 100%;
    padding: 0;
  }
}
.section-even__txt__inner {
  position: relative;
  background-color: #eeeeee;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .section-even__txt__inner {
    margin: 0;
    padding: 20px;
  }
}
.section-even__txt .no {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  color: #721e1e;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .section-even__txt .no {
    left: 20px;
    font-size: 2.25rem;
  }
}
.section-even__txt h3 {
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section-even__txt h3 {
    font-size: 1.5rem;
  }
}
.section-even__txt h3 span {
  margin-left: 10px;
  font-size: 1.875rem;
  color: #1155a3;
}
@media screen and (max-width: 480px) {
  .section-even__txt h3 span {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=index.css.map*/