@media screen and (min-width: 767px) {
  p.pctxtcenter {
    text-align: center;
  }
}
.bg_out {
  display: flex;
  position: relative;
}
.bg_out img {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.bg_out:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  bottom: -50%;
}

.box.bg_gray {
  position: relative;
  padding: 0 0 120px;
}
.box.bg_gray:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f8f8f8;
  display: inline-block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}

.reasonInr {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reasonInr {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .reasonInr {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reasonInr .columnBox,
  .reasonInr .columnBox img,
  .reasonInr .columnBox p {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .reasonInr .columnBox,
  .reasonInr .columnBox img,
  .reasonInr .columnBox p {
    margin: 0;
  }
}
.reasonInr .columnBox .title {
  display: flex;
  align-items: baseline;
}
.reasonInr .columnBox .title span {
  font-style: italic;
  color: #16b0e4;
  vertical-align: middle;
}
.reasonInr .columnBox .title span:first-child {
  font-size: 16px;
}
.reasonInr .columnBox .title span:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
.reasonInr .columnBox h3 {
  margin-top: 0;
  padding-top: 0;
}

.reasonList .reasonListWrap {
  padding: 30px;
}
.reasonList .reasonListWrap:nth-child(1) {
  background: #eff6f8;
}
.reasonList .reasonListWrap:nth-child(2) {
  background: #eef5ec;
}
.reasonList .reasonListWrap:nth-child(3) {
  background: #fafaf2;
}
.reasonList .reasonListWrap:not(:first-child) {
  margin-top: 20px;
}

.reasonListWrap {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: unset;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .reasonListWrap {
    display: block;
  }
}

.freedom_img {
  grid-row: span 2/span 2;
  width: 60px;
}
@media screen and (min-width: 767px) {
  .freedom_img {
    margin: auto 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .freedom_img {
    margin: 0 auto 20px;
    display: flex;
  }
}

p.freedom_txt {
  grid-column-start: 2;
  margin: 0;
}

p.freedom_title {
  margin: 0;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
}

.sceneWrap .columnBox {
  padding: 30px;
  position: relative;
  overflow: visible;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
}
.sceneWrap .columnBox p:last-child {
  display: flex;
  margin: auto;
}
.sceneWrap .columnBox .scene-ttl {
  position: absolute;
  top: -18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  min-width: 210px;
  padding: 10px 20px;
  border-radius: 18px;
}
.sceneWrap .columnBox:nth-child(1) {
  background: #eff6f8;
}
.sceneWrap .columnBox:nth-child(1) .scene-ttl {
  background: #138eaf;
}
.sceneWrap .columnBox:nth-child(2) {
  background: #eef5ec;
}
.sceneWrap .columnBox:nth-child(2) .scene-ttl {
  background: #467e36;
}
.sceneWrap .columnBox:nth-child(3) {
  background: #f5efef;
}
.sceneWrap .columnBox:nth-child(3) .scene-ttl {
  background: #c34848;
}
.sceneWrap .columnBox:nth-child(4) {
  background: #fafaf2;
}
.sceneWrap .columnBox:nth-child(4) .scene-ttl {
  background: #b5a442;
}

.bgImg {
  margin: 120px 0;
  color: #fff;
  position: relative;
  padding: 120px 0;
}
.bgImg::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../images/common/Maruta_Yours_bg.jpg) no-repeat scroll center center/cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.bgImg p {
  text-align: center;
}/*# sourceMappingURL=post_marutayours.css.map */