.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #ebf5fa;
  background-size: cover;
}

article {
  padding-top: 80px;
}

.breadcrumb {
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: -55px;
  }
}

.contents_innner {
  padding-top: 80px;
  margin-top: -80px;
}

.pagemenu.inner {
  margin-bottom: 70px;
}

.pagemenu li {
  border-right: 1px solid #dddddd;
  text-align: center;
  margin: 0 auto;
}

.pagemenu li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-right: 39px;
  padding-left: 21px;
  font-weight: bold;
  font-size: 1.5rem;
}

.pagemenu li:first-child {
  border-left: 1px solid #dddddd;
}

.pagemenu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 18px;
  margin: auto;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #70badf #70badf;
  transform: translate(0, 0) rotate(-45deg);
  position: absolute;
  transition: .2s;
}

.service {
  margin-bottom: 180px;
}

.service > .flex {
  position: relative;
}
.service > .flex figure {
  width: 50%;
}
.service > .flex figure img {
  widtn: 100%;
  height: auto;
}
.service > .flex .box {
  text-align: left;
}
.service > .flex .box h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding-top: 147px;
  padding-left: 35px;
  padding-right: 26px;
}
.service > .flex .box h2 .en {
  font-size: 1.6rem;
  color: #1b8fc8;
  margin-bottom: 10px;
}
.service > .flex .box p {
  padding-left: 35px;
  padding-right: 26px;
}
.service > .flex .box .strong {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.7rem;
}
.service > .flex:before {
  content: "";
  background: #ebf5fa;
  background: linear-gradient(90deg, #ebf5fa 0%, #ebf5fa 74%, #fff 74%, #fff 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  z-index: -1;
  margin-bottom: 100px;
  display: block;
}

.service > .flex.reverse:before {
  background: linear-gradient(90deg, #fff 0%, #fff 26%, #ebf5fa 26%, #ebf5fa 100%);
}

@media screen and (max-width: 1080px) and (min-width: 1070px) {
  .pagemenu.inner {
    margin-bottom: 50px;
  }

  .pagemenu li a {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 39px;
    padding-left: 21px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1070px) and (min-width: 769px) {
  .pagemenu.inner {
    margin-bottom: 50px;
  }

  .pagemenu li {
    border-right: none;
    text-align: left;
    width: 48%;
  }

  .pagemenu li a {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-right: 39px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
  }

  .pagemenu li:first-child, .pagemenu li:nth-child(2) {
    border-left: none;
    border-top: 1px solid #ddd;
  }
}
@media only screen and (max-width: 768px) {
  .pagemenu.inner {
    margin-bottom: 50px;
    width: 96%;
  }

  .pagemenu li {
    border-right: none;
    text-align: left;
    width: 100%;
  }

  .pagemenu li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-right: 39px;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
  }

  .pagemenu li:first-child {
    border-left: none;
    border-top: 1px solid #ddd;
  }

  .service.inner {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .service > .flex {
    position: relative;
  }
  .service > .flex figure {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
  }
  .service > .flex .box {
    text-align: left;
  }
  .service > .flex .box h2 {
    font-size: 2rem;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
  }
  .service > .flex .box p {
    padding-left: 5%;
    padding-right: 5%;
  }
  .service > .flex:before {
    content: "";
    background: #ebf5fa;
    background: linear-gradient(#ebf5fa 0%, #ebf5fa 91%, #fff 91%, #fff 100%);
    height: 80%;
    width: 100vw;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    z-index: -1;
    margin-bottom: 0;
    display: block;
  }

  .service > .flex.reverse:before {
    background: linear-gradient(#ebf5fa 0%, #ebf5fa 91%, #fff 91%, #fff 100%);
  }
}
