@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #28292b;
}

.top {
  height: 500px;
  position: relative;
}
.top .parallax-fixed {
  z-index: -1;
}
.top .parallax-fixed::before {
  background: url("../image/top.webp") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.top h1 {
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  letter-spacing: 0.01em;
  top: 63%;
  left: 25%;
  transform: translate(-50%, -70%);
  text-decoration-color: #fff;
  text-decoration-style: solid; /* アンダーラインのスタイル */
  z-index: -1;
  padding-bottom: 9px;
  line-height: 1.2;
}
.top h1 span {
  font-size: 32px;
  display: block;
}

@media (max-width: 980px) {
  .top {
    height: 200px;
  }
  .top .parallax-fixed {
    z-index: -1;
  }
  .top .parallax-fixed::before {
    background: url("../image/top.webp") no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 800px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  .top h1 {
    font-family: "Oswald", sans-serif;
    position: absolute;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    top: 73%;
    left: 29%;
    transform: translate(-50%, -70%);
    text-decoration-color: #fff;
    text-decoration-style: solid; /* アンダーラインのスタイル */
    z-index: -1;
    padding-bottom: 9px;
  }
  .top h1 span {
    font-size: 16px;
  }
}
.Business {
  background-color: #fff;
  padding: 80px 0 0 0;
}
.Business .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.Business .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.Business .box_1,
.Business .box_2,
.Business .box_3 {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 20px 0 68px;
}
.Business .box_1 .text_1,
.Business .box_2 .text_1,
.Business .box_3 .text_1 {
  max-width: 335px;
  margin: auto;
}
.Business .box_1 img,
.Business .box_2 img,
.Business .box_3 img {
  width: 463px;
  margin: 0 auto;
  display: block;
}
.Business .box_1 h2,
.Business .box_2 h2,
.Business .box_3 h2 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.Business .box_1 p,
.Business .box_2 p,
.Business .box_3 p {
  max-width: 335px;
  font-size: 20px;
  line-height: 2;
}
.Business .box_2 {
  flex-direction: row-reverse;
}

@media (max-width: 980px) {
  .Business {
    padding: 40px 0 0 0;
  }
  .Business .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .Business .title_1 span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .Business .box_1,
  .Business .box_2,
  .Business .box_3 {
    margin: 0 auto;
    display: block;
    padding-bottom: 32px;
  }
  .Business .box_1 .text_1,
  .Business .box_2 .text_1,
  .Business .box_3 .text_1 {
    max-width: 335px;
    margin: auto;
  }
  .Business .box_1 img,
  .Business .box_2 img,
  .Business .box_3 img {
    display: block;
    width: 300px;
    margin: 0 auto 24px;
  }
  .Business .box_1 h2,
  .Business .box_2 h2,
  .Business .box_3 h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .Business .box_1 p,
  .Business .box_2 p,
  .Business .box_3 p {
    max-width: 335px;
    font-size: 14px;
    line-height: 2;
  }
  .Business .box_2 {
    flex-direction: row-reverse;
  }
}
.price {
  background-color: #fff;
  padding: 40px 0 0 0;
}
.price .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.price .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  padding-bottom: 40px;
}
.price .box {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.price .box .box_1,
.price .box .box_2 {
  width: 440px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  padding: 30px;
}
.price .box .box_1 h3,
.price .box .box_2 h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 27px;
  text-align: center;
  margin: 0 20px;
}
.price .box .box_1 h4,
.price .box .box_2 h4 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 27px;
  text-align: center;
  color: #19d28e;
}
.price .box .box_1 span,
.price .box .box_2 span {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 27px;
  text-align: center;
  margin: 0 5px;
  color: #28292b;
}
.price .box .box_1 img,
.price .box .box_2 img {
  width: 292px;
  height: 161px;
  margin: 20px auto;
  display: block;
}
.price .box .box_1 p,
.price .box .box_2 p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 27px;
  text-align: left;
  margin-top: 10px;
}
.price h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  margin-top: 60px;
}
.price .form {
  border-radius: 5px;
  display: flex;
  padding: 0 148px;
  margin: 0 auto;
  width: 737px;
  height: 116px;
  text-decoration: none;
  background: linear-gradient(#29eb8b 0%, #24e48c 17%, #19d28e 40%, #06b493 68%, #00ab95 75%, #00ab95 100%);
}
.price .form img {
  width: 40px;
  height: 49px;
  margin: auto 0;
}
.price .form span {
  font-weight: 500;
  font-size: 32px;
  border: none;
  color: #fff;
  margin: auto 0 auto auto;
}

@media (max-width: 980px) {
  .price {
    padding: 40px 0 42px 0;
  }
  .price .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .price .title_1 span {
    font-size: 12px;
  }
  .price .box {
    display: block;
    margin: 0 auto;
  }
  .price .box .box_1,
  .price .box .box_2 {
    min-width: 335px;
    width: 80%;
    margin: 0 auto 30px;
    padding: 30px;
  }
  .price .box .box_1 h3,
  .price .box .box_2 h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 27px;
    text-align: center;
    margin: 0 20px;
  }
  .price .box .box_1 h4,
  .price .box .box_2 h4 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 27px;
    text-align: center;
    color: #19d28e;
  }
  .price .box .box_1 span,
  .price .box .box_2 span {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 27px;
    text-align: center;
    margin: 0 5px;
    color: #28292b;
  }
  .price .box .box_1 img,
  .price .box .box_2 img {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
  }
  .price .box .box_1 p,
  .price .box .box_2 p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 27px;
    text-align: left;
    margin-top: 10px;
  }
  .price .form {
    padding: 28px 30px;
    margin: 0 auto 22px;
    width: 80%;
    height: 87px;
    min-width: 335px;
    display: block;
    text-align: center;
  }
  .price .form img {
    width: 20px;
    height: auto;
    margin: auto 0;
  }
  .price .form span {
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: auto 0 auto 10px;
  }
}
.flow {
  background-color: #fff;
  padding: 72px 0 72px 0;
}
.flow .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.flow .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.flow .flow_box {
  margin: 60px auto 0 auto;
  width: 840px;
  padding-left: 120px;
  position: relative;
}
.flow .flow_box ul {
  padding: 0;
}
.flow .flow_box li {
  list-style-type: none;
}
.flow .flow_box dd {
  line-height: 1.5;
  margin-left: 0;
}
.flow .flow_box .flow_box::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow .flow_box li {
  position: relative;
}
.flow .flow_box li:not(:last-child) {
  margin-bottom: 60px;
}
.flow .flow_box li .icon {
  font-size: 12px;
  color: #fff;
  background: #19d28e;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow .flow_box li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #19d28e;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.flow .flow_box li dl {
  padding-left: 70px;
  position: relative;
}
.flow .flow_box li dl::before,
.flow .flow_box li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow .flow_box li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #19d28e;
  border-radius: 50%;
  left: -4px;
}
.flow .flow_box li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow .flow_box li dl dt {
  font-size: 28px;
  font-weight: 600;
  color: #19d28e;
  margin-bottom: 1vh;
}

@media (max-width: 980px) {
  .flow {
    padding: 0px 0 72px 0;
  }
  .flow .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .flow .title_1 span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .flow .flow_box {
    margin: 40px auto 0 auto;
    width: 335px;
    padding-left: 100px;
    position: relative;
  }
  .flow .flow_box ul {
    padding: 0;
  }
  .flow .flow_box li {
    list-style-type: none;
  }
  .flow .flow_box dd {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 0;
  }
  .flow .flow_box .flow_box::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
  }
  .flow .flow_box li {
    position: relative;
  }
  .flow .flow_box li:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow .flow_box li .icon {
    font-size: 12px;
    color: #fff;
    background: #19d28e;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
    padding: 6px 14px;
    display: block;
    position: absolute;
    top: 3px;
    left: -100px;
    z-index: 100;
  }
  .flow .flow_box li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #19d28e;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .flow .flow_box li dl {
    padding-left: 30px;
    position: relative;
  }
  .flow .flow_box li dl::before,
  .flow .flow_box li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
  }
  .flow .flow_box li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #19d28e;
    border-radius: 50%;
    left: -4px;
  }
  .flow .flow_box li dl::after {
    width: 20px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
  }
  .flow .flow_box li dl dt {
    font-size: 18px;
    font-weight: 600;
    color: #19d28e;
    margin-bottom: 8px;
    line-height: 1.5;
  }
}
.contact {
  background-color: #fff;
  color: #28292b;
  padding-bottom: 80px;
}
.contact .title {
  display: flex;
  align-items: center;
}
.contact h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 0.7;
  padding: 40px 0 80px 0;
  color: #28292b;
  text-align: center;
  margin: 0 auto;
}
.contact span {
  font-size: 16px;
}
.contact h2 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact .form {
  border-radius: 5px;
  display: flex;
  padding: 0 148px;
  margin: 0 auto 22px;
  width: 737px;
  height: 116px;
  text-decoration: none;
  background: linear-gradient(#29eb8b 0%, #24e48c 17%, #19d28e 40%, #06b493 68%, #00ab95 75%, #00ab95 100%);
}
.contact .form img {
  width: 40px;
  height: 49px;
  margin: auto 0;
}
.contact .form span {
  font-weight: 600;
  font-size: 32px;
  border: none;
  color: #fff;
  margin: auto 0 auto auto;
}

@media (max-width: 980px) {
  .contact {
    padding-bottom: 72px;
  }
  .contact h1 {
    font-size: 35px;
    margin-left: -22px;
    padding: 0px 0 36px 0;
    margin: 0 auto;
  }
  .contact span {
    font-size: 12px;
  }
  .contact h2 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin: 0 20px 30px;
  }
  .contact .form {
    padding: 28px 30px;
    margin: 0 auto 22px;
    width: 80%;
    height: 87px;
    min-width: 335px;
    display: block;
    text-align: center;
  }
  .contact .form img {
    width: 20px;
    height: auto;
    margin: auto 0;
  }
  .contact .form span {
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: auto 0 auto 10px;
  }
  .contact p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin: 0 20px;
  }
}/*# sourceMappingURL=business.css.map */