@charset "UTF-8";
/* ----------------------------------------------
h1
----------------------------------------------*/
h1 {
  margin: 0;
  width: 100%;
  height: 500px;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
h1::after {
  display: none;
}
@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
    height: 220px;
    background: url("../img/bg-sp.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
  }
  h1 img {
    height: 68px;
    width: auto;
  }
}
/* ----------------------------------------------
見出し
----------------------------------------------*/
.leadTxt {
  padding: 24px 0 56px;
}
@media screen and (max-width: 767px) {
  .leadTxt {
    max-width: 100%;
    padding: 24px 10px 56px;
    font-size: 1.6rem;
    text-align: left;
  }
  .leadTxt br {
    display: none;
  }
}
/* ----------------------------------------------
背景アイコン
----------------------------------------------*/
section {
  border-top: 1px solid #c4dcfa;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 230px auto;
}
#ope01 {
  background-image: url("../img/bg-01.png");
}
#ope09 {
  padding-top: 0;
  border-top: none;
}
#ope02 {
  background-image: url("../img/bg-02.png");
}
#ope03 {
  background-image: url("../img/bg-03.png");
}
#ope04 {
  background-image: url("../img/bg-04.png");
}
h2 {
  margin-bottom: 50px;
}
h2 span {
  display: block;
  font-size: 2.6rem;
  line-height: 1.3;
}
h3 {
  width: 355px;
  height: 90px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0069b3;
}
h3 img {
  margin-right: 10px;
  vertical-align: middle;
}
.flex {
  display: flex;
  width: 980px;
  margin: 0 auto;
}
.boxIn {
  width: 980px;
  margin: 90px auto 0;
  padding-top: 70px;
  border-top: 1px dashed #c4dcfa;
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 10px 100px;
    border-top: 1px solid #c4dcfa;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 131px auto;
  }
  h2 {
    margin-bottom: 30px;
  }
  h2 span {
    display: block;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  h3 {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #0069b3;
  }
  h3 img {
    width: auto;
    height: 70px;
    margin-right: 15px;
    vertical-align: middle;
  }
  .boxIn {
    width: 100%;
    margin: 80px auto 0;
    padding: 50px 0 0;
  }
}
/* ----------------------------------------------
01 作業予定管理
----------------------------------------------*/
#ope01 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 20px;
  align-items: flex-start;
}
#ope01 .flex h3 {
  width: 100%;
}
#ope01 .flex p {
  margin: 30px 0 0;
}

.iphone-shot {
  position: relative;
  flex: 0 0 332px;
  width: 332px;
  margin: 0;
  padding: 12px;
  border-radius: 42px;
  background: linear-gradient(145deg, #2a2a2a 0%, #0f0f10 52%, #2d2d2f 100%);
  box-shadow:
    0 20px 35px rgba(0, 0, 0, 0.25),
    0 2px 0 rgba(255, 255, 255, 0.18) inset,
    0 -2px 0 rgba(0, 0, 0, 0.5) inset;
}

.iphone-shot::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 118px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background-color: #0d0d0f;
  z-index: 2;
}

.iphone-shot::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 42px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 3;
}

.photo.iphone-shot img {
  display: block;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 0 0 2px #1a1a1a inset;
}

@media screen and (max-width: 767px) {
  #ope01 .flex {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  #ope01 .flex h3 {
    width: 100%;
  }

  #ope01 .flex p {
    width: 100%;
    margin: 15px 0 30px;
  }

  .iphone-shot {
    flex: none;
    width: min(100%, 312px);
    margin: 0 auto;
    border-radius: 38px;
    padding: 10px;
  }

  .iphone-shot::before {
    top: 10px;
    width: 106px;
    height: 22px;
  }

  .photo.iphone-shot img {
    border-radius: 28px;
  }
}
/* ----------------------------------------------
02 作業履歴確認・未収金管理
----------------------------------------------*/
#ope02 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
#ope02 .flex h3 {
  width: 100%;
}
#ope03 .line-notice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  column-gap: 32px;
  row-gap: 20px;
  align-items: flex-start;
}
#ope03 .line-notice h3 {
  width: auto;
  grid-column: 1 / -1;
}
#ope03 .line-notice > p {
  width: 100%;
  margin: 30px 0 0;
  grid-column: 1;
}
#ope03 .notice-divider {
  border-top: 1px solid #ccc;
  width: 40px;
}
#ope03 .notice-divider-pc {
  margin: 8px 0 2px;
  grid-column: 1;
}
#ope03 .notice-divider-sp {
  display: none;
}
#ope03 .line-notice .photo {
  grid-column: 2;
  grid-row: 2 / span 4;
}
#ope03 .mail-notice-pc {
  grid-column: 1;
}
#ope03 .mail-notice-pc h3 {
  width: 100%;
}
#ope03 .mail-notice-pc p {
  width: 100%;
  margin: 30px 0 0;
}
#ope03 .mail-notice-sp {
  display: none;
}

#ope02 p {
  width: 645px;
}
#ope02 .boxIn .flex p {
  width: calc(100% - 364px);
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #ope02 .boxIn .flex {
    column-gap: 32px;
    row-gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #ope02 .flex {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  #ope02 .flex h3 {
    width: 100%;
  }
  #ope03 .line-notice p {
    width: 100%;
    margin: 15px 0 12px;
  }
  #ope03 .notice-divider-pc {
    display: none;
  }
  #ope03 .notice-divider-sp {
    display: block;
    margin: 0 auto 20px;
  }
  #ope03 .mail-notice-pc {
    display: none;
  }
  #ope03 .mail-notice-sp {
    display: block;
  }

  #ope02 p {
    width: 100%;
    margin: 15px 0 0;
    font-size: 1.5rem;
  }
  #ope02 .boxIn .flex p {
    width: 100%;
    margin: 15px 0 40px;
  }
}
/* ----------------------------------------------
03 浄化槽点検報告
----------------------------------------------*/
#ope03 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
#ope03 .flex h3 {
  width: 100%;
}
#ope03 .flex h3 br {
  display: none;
}
#ope03 p {
  width: 645px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #ope03 .flex {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  #ope03 .flex h3 br {
    display: block;
  }
  #ope03 p {
    width: 100%;
    margin: 30px 0;
    font-size: 1.5rem;
  }
}
/* ----------------------------------------------
04 レポート作成
----------------------------------------------*/
#ope04 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
#ope04 .flex .inner {
  width: 650px;
}
#ope04 .flex .inner h3 {
  width: 100%;
}
#ope04 p {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #ope04 .flex {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  #ope04 .flex .inner {
    width: 100%;
  }
  #ope04 p {
    margin: 15px 0 30px;
  }
}
/* ----------------------------------------------
アクアへリンク
----------------------------------------------*/
#ope05 {
  width: 100%;
  margin: 90px auto 0;
  padding: 70px 0 120px;
  border-top: 1px solid #c4dcfa;
  border-bottom: 1px solid #c4dcfa;
  flex-wrap: wrap;
}
#ope05 .image {
  text-align: center;
}
#ope05 p {
  padding: 30px 0 0;
  text-align: center;
}
#ope05 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  margin: 70px auto 0;
  border: 2px solid #0069b3;
  background-color: #fff;
  color: #0069b3;
  font-size: 1.8rem;
}
#ope05 a i {
  position: static;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
#ope05 a .iconArrow {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #ope05 a:hover {
    background-color: #e1f5ff;
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 56%
    );
    background-size: 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  #ope05 {
    width: 100%;
    margin: 0 auto 100px;
    padding: 60px 0 0;
    border-top: 1px solid #c4dcfa;
    border-bottom: none;
    flex-wrap: wrap;
  }
  #ope05 p {
    padding: 15px 15px 0;
    text-align: left;
  }
  #ope05 p br {
    display: none;
  }
  #ope05 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    margin: 30px auto 0;
    font-size: 1.6rem;
  }
  #ope05 a:active {
    background-color: #e1f5ff;
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 56%
    );
    background-size: 8px 8px;
  }
}
/* ----------------------------------------------
矢印
----------------------------------------------*/
.defs {
  display: none;
}
.iconArrow {
  vertical-align: middle;
  transition-duration: 0.3s;
  width: 30px;
  height: 30px;
  padding-bottom: 10px;
  fill: #0069b3;
}
.links .iconArrow {
  fill: #003f73;
}
i {
  position: absolute;
  right: 15px;
  top: 32%;
}
@media screen and (max-width: 767px) {
  .iconArrow {
    vertical-align: middle;
    transition-duration: 0.3s;
    width: 25px;
    height: 25px;
    padding-bottom: 10px;
    fill: #0069b3;
  }
  .links .iconArrow {
    fill: #003f73;
  }
}
