@media screen and (max-width: 768px) {
  .section-merit {
    padding-top: 40px;
  }
}
.section-merit h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-merit h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-merit h2 {
    text-align: left;
  }
}
.section-merit h2 + p {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-merit h2 + p {
    text-align: left;
  }
}
.section-merit .box_point {
  margin: 40px 0;
}
.section-merit .box_point::before, .section-merit .box_point::after {
  content: "";
  display: table;
}
.section-merit .box_point::after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .section-merit .box_point {
    margin: 30px 0;
  }
}
.section-merit .box__left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-merit .box__left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.section-merit .box__right {
  float: left;
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .section-merit .box__right {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.section-merit .box__right .point {
  display: inline-block;
  background: #ff9800;
  background: linear-gradient(to right, #ff9800 0%, #ffad33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff9800, endColorstr=#ffad33);
  padding: 5px 20px;
  font-size: 21px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-merit .box__right .point {
    font-size: 16px;
  }
}
.section-merit h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-merit h3 {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}
.section-merit .box_txt p {
  margin-top: 20px;
}

.section-mitsumori2 {
  background: no-repeat center url("../../img/owner/mitsumori_img01.jpg");
  background-size: cover;
}
.section-mitsumori2 .title_box {
  text-align: center;
  padding: 115px 0;
  font-size: 1.875rem;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .section-mitsumori2 .title_box {
    font-size: 16px;
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .section-mitsumori2 .title_box {
    font-size: 0.875rem;
  }
}

.section03 h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section03 h2 {
    font-size: 1.5rem;
  }
}
.section03 h2 + p {
  max-width: 1000px;
  margin: 20px auto 0;
}
.section03 .box {
  margin-top: 40px;
}
.section03 .box::before, .section03 .box::after {
  content: "";
  display: table;
}
.section03 .box::after {
  clear: both;
}
.section03 .box h3 {
  border-left: 4px solid #ff9800;
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section03 .box h3 {
    font-size: 1.25rem;
  }
}
.section03 .box__left {
  float: left;
  width: 50%;
  margin-top: 20px;
  padding: 20px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .section03 .box__left {
    float: none;
    width: 100%;
    padding: 10px;
  }
}
.section03 .box__left h4 {
  font-size: 18px;
  font-weight: bold;
}
.section03 .box__left h4 + p {
  margin-top: 10px;
}
.section03 .box__left p {
  font-weight: bold;
  color: #888;
}
.section03 .box__left p span.color {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.section03 .box__left .name {
  margin-top: 20px;
  text-align: right;
}
.section03 .box__right {
  float: left;
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .section03 .box__right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.section03 .box__right__inner {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .section03 .box__right__inner {
    display: flex;
    width: 100%;
  }
}
.section03 .box__right .img_l img {
  max-width: 100%;
}
.section03 .box__right .img_s {
  position: absolute;
  bottom: -10%;
  left: -25%;
}
@media screen and (max-width: 768px) {
  .section03 .box__right .img_s {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.section03 .box__right .img_s img {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .section03 .box__right .img_s img {
    max-width: 100%;
  }
}

.section04 {
  padding: 40px 0;
}
.section04 h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #545151;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section04 h2 {
    font-size: 1.25rem;
  }
}
.section04 h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .section04 h2 br {
    display: inline;
  }
}
.section04 .box {
  position: relative;
  color: #fff;
}
.section04 .box__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .section04 .box__inner {
    padding: 40px 20px;
  }
}
.section04 .box .stage {
  font-size: 21px;
  font-weight: bold;
  color: #ff9800;
}
.section04 .box h3 {
  border-bottom: 1px solid #231815;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section04 .box h3 {
    font-size: 1.25rem;
  }
}
.section04 .box .txt {
  margin-top: 20px;
}
.section04 .box::after {
  content: "";
  background: url(../../img/service/index/flow_arr.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 36px;
  z-index: 1;
}
.section04 .box:last-child::after {
  display: none;
}
.section04 .box01 {
  background: url(../../img/service/index/s03_bg01.jpg) no-repeat center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section04 .box01 {
    margin-top: 20px;
  }
}
.section04 .box02 {
  background: #f6f6f6;
  color: #231815;
}
.section04 .box03 {
  background: url(../../img/service/index/s03_bg03.jpg) no-repeat center;
}
.section04 .box04 {
  background: #f6f6f6;
  color: #231815;
}

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