* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.none {
  display: none;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.clear {
  clear: left;
}
.container {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 15px;
}
.white {
  color: white;
}
.orange {
  color: orange;
}
.red {
  color: red;
}
.big {
  font-size: 40px;
}
.bigger {
  font-size: 23px;
}
.heavy {
  font-weight: 550;
}
h1 {
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 5px;
  line-height: 2.0;
  text-shadow: 2px 3px 4px #3b3b3b;
}
h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: ;
}
.text1 {
  font-size: ;
  line-height: 1.8;
}
.text2 {
  font-size: 13px;
}
.text3 {
  font-size: 20px;
}
.text4 {
  font-size: ;
  line-height: 1.8;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

/* imgエリア */
.box {
  width: 350px;
  height: 350px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.img-area {
  width: 60%;
  height: 60%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.worry-img , .reason-img {
  width: 100%;
  height: 100%;
}
.worry-text , .reason-text {
  width: 80%;
  height: 40%;
  padding: 10px;
  margin: 0 auto;
}

/* top-wrapper */
.top-wrapper {
  background-image: url("./images/PC-top-wrapper-img.jpg");
  /* background-color: rgba(12, 76, 105, 0.3); */
  /* background-color: rgba(99, 194, 248, 0.7); */
  background-color: rgba(58, 201, 245, 0.705);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 750px;
}
.top-wrapper-box {
  margin-top: 130px;
}
.btn-wrapper {
  margin-top: 80px;
}
.btn {
  display: inline-block;
  font-size: 25px;
  color: white;
  padding: 20px 170px;
  border-radius: 20px;
  background-color: tomato;
  box-shadow: 0 3px 3px #3b3b3b;
  opacity: 0.9;
}
.btn:hover {
  box-shadow: none;
  position: relative;
  top: 3px;
  opacity: 1;
}

/* worry-wrapper */
.worry-wrapper {
  background-color: #eee;
}
.worry-wrapper-container h2 {
  color: #00b4de;
}

/* word-wrapper */
.word-wrapper {
  padding: 50px 0;
  background-color: rgb(99, 194, 248);
}
.word {
  text-shadow: 1px 2px 3px #3b3b3b;
  line-height: 2.0;
}

/* reason-wrapper */
.reason-wrapper {
  background-image: url("./images/PC-reason-wrapper-img.jpg");
  background-size: cover;
  background-position: center;
  background-color: rgba(12, 76, 105, 0.7);
  background-blend-mode: darken;
}

/* system-wrapper */
.system-wrapper {
  background-color: #eee;
}
.system-wrapper h2 {
  color: #00b4de;
}
.system-container {
  width: 100%;
  margin: 50px auto 0;
}
.system-container img {
  width: 100%;
}
.mobile-img {
  display: none;
}

/* money-wrapper */
.money-wrapper {
  background-color: ;
}
.money-wrapper h2 {
  color: #00b4de;
}
.money-box {
  margin-top: 50px;
  text-align: center;
  display: flex;
}
.money {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  padding: 30px 0;
  background-color: rgb(99, 194, 248);
}
.function {
  padding: 15px 0;
  border: 1px solid rgba(99, 194, 248, 0.6);
  text-align: center;
  background-color: white;
}
.function-box2 {
  display: flex;
}
.function-inline-block1 {
  width: 33.333%;
  content: "";
}
.function-inline-block {
  display: inline-block;
  padding: 15px 0;
  width: 33.333%;
  border: 1px solid rgba(99, 194, 248, 0.6);
  text-align: center;
  background-color: white;
}
.money-box2 {
  text-align: center;
  display: flex;
}
.money2 {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  padding: 15px 0;
}
.application-example {
  margin-top: 50px;
}
.application-img-area {
  display: flex;
}
.application-img {
  width: 33.333%;
  text-align: center;
  position: relative;
  /* border-left: 1px solid rgba(99, 194, 248, 0.6);
  border-right: 1px solid rgba(99, 194, 248, 0.6); */
}
.application-img img {
  width: 70%;
}
.application-img1:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 224px;
  background-image: url("./images/text2.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: -80px;
}
.application-img2:after {
  content: "";
  display: inline-block;
  width: 180px;
  height: 216px;
  background-image: url("./images/comment.png");
  background-size: contain;
  position: absolute;
  top: 75%;
  left: 25%;
}
.application-img3:before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 288px;
  background-image: url("./images/3img.png");
  background-size: contain;
  position: absolute;
  top: 75%;
  left: 25%;
}
.mobile {
  display: none;
}
.notification {
  margin: 200px auto 0;
}

/* request-wrapper */
.request-wrapper {
  text-align: center;
  background-color: #eee;
}
.request {
  width: 100%;
}

/* example-wrapper */
.example-wrapper {
  background-image: url("./images/PC-example-wrapper-img.jpg");
  background-position: center;
  background-size: cover;
  /* background-color: rgba(12, 76, 105, 0.4); */
  background-color: rgba(12, 76, 105, 0.7);
  background-blend-mode: darken;
}
.example-box {
  margin: 50px auto 0;
  border-radius: 15px;
  background-color: rgb(215, 240, 245);
}
.example-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.example-container-left {
  width: 35%;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.example-container-left img {
  width: 100%;
}
.example-container-right {
  width: 65%;
  padding: 0 15px;
}
.example-name-box {
  padding: 15px 0;
}
.example-name {
  display: inline-block;
}
.example-name h3 {
  text-align: center;
}
.example-name p {
  font-weight: 550;
  text-align: right;
}
.example-contents {
  margin-bottom: 30px;
}
.example-contents-title {
  color: white;
  width: 160px;
  text-align: center;
  margin-bottom: 15px;
}
.example-contents-title h4 {
  background-color: #4fb2cd;
  padding: 5px 15px;
}
.example-contents-img-area {
  float: left;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
}
.icon {
  font-size: 2rem;
  position: relative;
  top: 8px;
}
.example-contents-text-area {
  padding-left: 60px;
}

  /* flow-wrapper */
  .flow-wrapper-container h2 {
    color: #00b4de;
  }
  .flow-container {
    margin: 50px auto 0;
  }
  .step-contents {
    width: 100%;
    height: 147px;
    padding: 15px;
    display: flex;
    border-bottom: rgba(12, 76, 105, 0.4) 1px dotted;
  }
  .step-number-box {
    margin-right: 50px;
  }
  .step-number {
    width: 174px;
    height: 87px;
    text-align: center;
    background-color: #4fb2cd;
    position: relative;
  }
  .step-number h3 {
    color: white;
    height: 100%;
    line-height: 117px;
  }
  .step-number::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #4fb2cd;
    border-left: 87px solid transparent;
    border-right: 87px solid transparent;
    border-bottom: 87px solid transparent;
    position: absolute;
    top: 87px;
    left: 0;
  }
  .step-text {
    padding: 15px;
  }
  .step-text h3 {
    color: #4fb2cd;
    margin-bottom: 10px;
  }

  /* contact-wrapper */
  .contact-wrapper {
    background-color: #eee;
  }
  .contact-wrapper h2 {
    color: #00b4de;
  }
  .contact-wrapper p {
    text-align: center;
    margin-bottom: 50px;
  }
  .contact-contents {
    width: 70%;
    margin: 0 auto;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .input-form {
    width: 100%;
    margin-top: 5px;
    padding: 15px 5px;
    font-size: 19px;
    border-radius: 7px;
    border: none;
  }
  .button-wrapper {
    margin-top: 50px;
    text-align: center;
  }
  .button {
    display: inline-block;
    margin: 0 20px;
    background-color: #4fb2cd;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    padding:15px 30px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
  }