@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}
img {
  width: 100%;
  vertical-align: bottom;
}
html {
  font-size: 62.5%;
}
h1, h2, h3, h4, h5 {
  font-family: ruika, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 5vw;
}
p {
  font-size: max(1.5vw, 15px);
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}

input,textarea{
  padding: 12px 15px 10px;
}
.blue {
  color: #29ABE2;
}
/**fv**/
.fv {
  background: url("../images/fv-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.fv-logo {
  position: absolute;
  width: 18vw;
  top: 2vw;
  left: 2vw;
}
.fv img.pc {
  padding-top: 145px;
}
/**cv**/
.cv {
  display: flex;
  width: min(80vw, 1100px);
  min-width: 900px;
  margin: 0 auto 76px;
  justify-content: space-evenly;
}
.cv .cv-contact, .cv .cv-line {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 45%;
  min-width: 440px;
  height: max(10vw, 165px);
  background: #29CDED;
  color: #fff;
  text-decoration: none;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  border-radius: 30px;
  padding: 20px 15px;
}
.cv-txt_ttl {
  font-size: max(2.8vw, 4rem);
}
.cv .cv-txt_wrapper {
  display: flex;
  align-items: center;
}
.cv .sub-ttl {
  font-size: min(1.8vw, 2.8rem);
}
.cv .tag {
  background: #fff;
  height: max(2.0vw, 30px);
  font-size: max(1.0vw, 1.5rem);
  color: #29CDED;
  padding: 5px 10px 3px;
  border-radius: 30px;
  margin-left: 10px;
}
.cv .cv-row {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 48px;
  height: 48px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.cv .cv-row::before {
  content: '';
  color: #29CDED;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cv .cv-line {
  background: #06C755;
}
.cv .cv-line .cv-txt_ttl {
  font-family: ruika, sans-serif;
  font-style: normal;
  font-weight: 100;
}
.cv .cv-line .cv-txt_ttl {
  display: block;
  width: 300px;
  margin: 0 auto 15px;
}
.cv .cv-line .tag {
  color: #06C755;
}
.cv .cv-line .cv-row::before {
  color: #06C755;
}
/**解決**/
.solve {
  background-image: url("../images/solve-bg@2x.png");
  background-repeat: no-repeat;
  background-size: 100vw auto;
  padding: 76px 0 50px;
}
.solve .solve-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.solve .solve-txt_wrapper h1 {
  position: relative;
  font-size: 5vw;
  line-height: 1.2;
  margin: 4vw 0 0 5vw;
  z-index: 1;
}
.solve .solve-txt_wrapper p {
  position: relative;
  margin-top: -3%;
  width: 60vw;
  display: block;
  padding: 48px 5vw;
  background: rgba(41, 171, 226, 0.50);
  z-index: 0;
}
.solve .solve-txt img {
  width: 20vw;
  object-fit: contain;
  margin-right: 5vw;
}
.solve .solve-list {
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  margin: 0 auto;
}
.solve .solve-list li {
  margin: 25px auto 0;
  position: relative;
  width: 30%;
}
.solve .solve-list img {
  position: absolute;
  width: 7vw;
  top: -20%;
  left: -10%;
}
.solve .solve-list .solve-list_txt {
  text-align: center;
  background: #fff;
  padding: 2vw 2.2vw 3vw;
  height: min(20vw, 350px);
  display: flex;
  align-items: center;
}
.solve .solve-list_txt-ttl {
  font-size: 2vw;
  margin-bottom: 20px;
}
.solve .solve-list .solve-list_txt p {
  font-weight: 500;
  text-align: left;
}
/**事例**/
.example {
  background: url("../images/example-bg@2x.png");
  background-size: 100% 100%;
  padding: 50px 0 30px;
}
.example .example-contents {
  width: 80vw;
  margin: 0 auto 87px;
}
.example .example-ttl {
  width: 50vw;
  padding-bottom: 30px;
}
.example .example-list li {
  display: flex;
  align-items: flex-start;
  margin-top: 55px;
}
.example .example-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.example .example-list li img {
  width: 22vw;
  object-fit: contain;
  position: relative;
  margin-top: -25px;
  margin-right: -25px;
}
.example .example-list li:nth-child(even) img {
  margin-right: 0;
  margin-left: -25px;
}
.example .example-list li h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5vw;
  margin-bottom: 25px;
  font-weight: 600;
}
.example .example-txt {
  background: #fff;
  padding: 3vw 5vw;
}
.example .example-list li p {
  font-size: max(1.2vw, 1.5rem);
}
.example .example-list li .example-txt_question::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #29ABE2;
  position: relative;
  margin: 0 5px 5px 0;
}
.example .example-list li .example-txt_answer {
  margin-bottom: 20px;
  font-weight: 500;
}
/**選ばれる理由**/
.reason {
  background-image: url("../images/reason-bg@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 110px;
}
.reason h1 {
  color: #0071BC;
  font-size: max(3vw, 5.0rem);
  text-align: center;
  margin-bottom: 30px;
}
.reason .big {
  font-size: max(4vw, 7.0rem);
}
.reason .reason-list {
  display: flex;
  justify-content: space-evenly;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}
.reason .reason-list li {
  flex: 1;
}
.reason .reason-list p {
  font-size: max(1.8vw, 2.0rem);
}
.reason .reason-list img {
  width: max(12vw, 130px);
  margin: 0 auto;
}
/**サービス**/
.service {
  margin: 110px 0;
}
/**cv**/
.cv-2 {
  margin-bottom: 40px;
}
/**強み**/
.advantage {
  background: url("../images/flow-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 140px 0 20px;
}
.advantage-ttl_wrapper {
  width: 80vw;
  margin: 0 auto;
}
.advantage .advantage-ttl {
  width: 50vw;
  margin-bottom: 50px;
}
.advantage .advantage-list {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.advantage .advantage-list li {
  background: #fff;
  border: solid 2px #29CDED;
  border-radius: 10px;
  width: max(45%, 350px);
  padding: 0 min(3vw, 22px);
  text-align: center;
  height: max(30vw, 350px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
}
.advantage .advantage-list img {
  width: 17vw;
  margin: 0 auto;
}
.advantage .advantage-list .advantage-list_ttl {
  font-size: max(1.5vw, 2.5rem);
  margin: 30px 0 15px;
}
.advantage .advantage-list .advantage-list_txt {
  font-size: max(1.2vw, 1.7rem);
}
/**流れ**/
.flow {
  background: url("../images/flow-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.flow .flow-ttl_wrapper {
  text-align: center;
}
.flow-sub_ttl {
  color: #00A99D;
  font-size: 3vw;
  margin-top: 30px;
}
.flow .flow-list {
  width: 80vw;
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-content: center;
}
.flow .flow-list li {
  width: max(30%, 350px);
  flex: 1;
}
.flow li.flow-list_row {
  width: 10%;
  flex: 0.2;
}
.flow .flow-list_ttl {
  font-size: max(1.8vw, 1.8rem);
  background: #00A99D;
  color: #fff;
  padding: 1vw 0;
}
.flow .flow-list_txt {
  background: #fff;
  padding: 27px 0;
}
.flow .flow-list_icon {
  height: 7vw;
  object-fit: contain;
  margin: 0 auto;
}
.flow li.flow-list_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow li.flow-list_row img {
  width: 2.0vw;
}
.flow .flow-list_txt p {
  font-size: max(1.2vw, 1.7rem);
  margin-top: 30px;
}
/**cv**/
.cv-3 {
  margin-bottom: 120px;
}
/**会社概要**/
.company {
  background: url("../images/company-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  padding: 130px 0 230px;
}
.company-ttl_wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.company-sub_ttl {
  color: #29ABE2;
  font-size: 3vw;
  margin-top: 30px;
  font-weight: 600;
}
.company table {
  font-size: 1.2vw;
  border-collapse: collapse;
  margin: 0 auto;
  background: #fff;
  width: 80vw;
  padding: 2vw;
}
.company table tbody {
  display: flex;
  flex-wrap: wrap;
  width: min(80%, 850px);
  margin: 55px auto;
}
.company table tr {
  font-size: max(1.2vw, 1.7rem);
  border-bottom: solid 1px #B3B3B3;
  width: 100%;
  font-weight: 600;
}
.company table tr:last-child {
  border-bottom: none;
}
.company table tr th {
  width: 10vw;
  text-align: left;
}
.company table tr td {
  padding: 35px 0;
}
/**良くある質問**/
.faq {
  background: url("../images/example-bg@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 80px 0 185px;
  margin-top: 70px;
}
.faq .faq-ttl {
  width: 35vw;
  margin: 0 auto;
}
.faq .faq-list {
  background: #fff;
  width: 80%;
  margin: 85px auto 0;
  padding: 75px 8vw 90px;
}
.faq .faq-list li {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #B3B3B3;
  padding: 30px 0;
}
.faq .faq-list img {
  width: 2.5vw;
  margin-right: 25px;
  object-fit: contain;
}
.faq .faq-list .faq-list_question {
  font-size: max(1.8vw, 1.8rem);
}
.faq .faq-list .faq-list_answer {
  display: block;
  font-size: max(1.2vw, 1.7rem);
  font-weight: 500;
  margin-top: 30px;
}
/**お問い合わせ**/
.contact {
  width: 80%;
  margin: 0 auto;
}
.contact .contact-ttl {
  margin: 20px 0 0;
}
.contact .contact-sub_ttl {
  color: #29ABE2;
  font-size: 3vw;
  display: block;
  margin-top: 20px;
}
.contact form {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5vw;
  width: 85%;
  margin: 40px auto 115px;
}
.contact .contact-form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #DBDCDC;
  padding: 35px 0;
}
.contact .contact-form_ttl {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  align-items: center;
  justify-content: space-between;
}
.contact label {
  margin-right: 10px;
}
.contact .required {
  display: block;
  width: 3.5vw;
  height: 1.8vw;
  color: #fff;
  background: #C1272D;
  border-radius: 5px;
  font-size: 1.2vw;
  text-align: center;
}
.contact .contact-form_wrapper input, .contact .contact-form_wrapper textarea {
  width: 60%;
  margin-left: 10px;
  border: none;
  box-shadow: 0 0 2px #828384;
}
.contact .submit {
  display: block;
  background: #036EB7;
  color: #fff;
  width: min(30vw, 650px);
  height: min(5vw, 500px);
  margin: 50px auto 0;
  border: none;
  border-radius: 10px;
}
/**line**/
.line {
  background: url("../images/line-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 78px;
}
.line .line-contents {
  display: flex;
  justify-content: center;
}
.line .line-qr {
  width: 15vw;
  object-fit: contain;
  margin-right: 20px;
}
.line .line-txt {
  width: 20vw;
}
.line .line-sub_txt {
  font-size: 2vw;
  margin: 10px 0;
}
.line .line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06C755;
  color: #fff;
  width: 250px;
  height: 50px;
  font-size: max(1.2vw, 1.7rem);
  border-radius: 100px;
}

#contactResult {
  text-align: center;
  margin-top: 50px;
}
#contactResult li{
  padding-block: 2px;
}
#contactResult li:before{
  content: "";
  display: inline-block;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100vmax;
  background-color: red;
  position: relative;
  bottom: 0.3vw;
  margin-right: 8px;
}
/**フッター**/
footer {
  background: #000;
  color: #fff;
  font-size: 1vw;
  text-align: center;
  font-weight: 500px;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  * {
    min-width: auto !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /**fv**/
  .fv {
    padding-bottom: 0;
  }
  .fv-logo {
    width: 35vw;
    top: 4vw;
    left: 2.5vw;
  }
  .fv .sp {
    padding-top: 13vw;
  }
  /**cv**/
  .cv {
    flex-wrap: wrap;
    width: 90vw;
    margin: 45px auto 60px;
  }
  .cv .cv-contact {
    margin-bottom: 20px;
  }
  .cv .cv-contact, .cv .cv-line {
    height: 130px;
    width: min(100%, 520px);
  }
  .cv .cv-txt_ttl {
    font-size: min(8vw, 4rem);
  }
  .cv .sub-ttl {
    font-size: min(4.5vw, 2.5rem);
  }
  .cv .tag {
    font-size: min(3.5vw, 1.5rem);
  }
  .cv .cv-row {
    width: 30px;
    height: 30px;
  }
  .cv .cv-row::before {
    border-width: 10px;
  }
  /**解決**/
  .solve {
    background-size: auto min(170vw, 900px);
    padding: 30px 0 60px;
    background-color: aliceblue;
  }
  .solve .solve-txt {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .solve .solve-txt img {
    width: 35vw;
    margin: 0 20px 0 auto;
  }
  .solve .solve-txt_wrapper h1 {
    font-size: min(10vw, 6rem);
  }
  .solve .solve-txt_wrapper p {
    width: 100%;
    font-size: min(4.3vw, 2.3rem);
  }
  .solve .solve-list {
    width: 87vw;
    margin: 0 auto;
  }
  .solve .solve-list li {
    width: min(90%, 500px);
    margin: 20px auto 0px;
  }
  .solve .solve-list img {
    width: min(15vw, 110px);
  }
  .solve .solve-list_txt-ttl {
    font-size: min(6vw, 3.2rem);
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .solve .solve-list .solve-list_txt {
    height: min(45vw, 230px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 4vw;
  }
  .solve .solve-list_txt p {
    font-size: min(4.0vw, 2.0rem);
  }
  /**導入事例**/
  .example {
    padding: 0px 0 30px;
  }
  .example .example-contents {
    width: 87vw;
    margin: 0 auto 60px;
  }
  .example .example-list li {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .example .example-ttl {
    width: min(70vw, 500px);
    margin: 0 auto;
  }
  .example .example-txt {
    padding: 4vw 3vw;
  }
  .example .example-list li img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .example .example-list li h2 {
    font-size: min(6vw, 15rem);
    text-align: center;
  }
  .example .example-list li p {
    font-size: min(3.8vw, 2rem);
    margin-bottom: 10px;
  }
  /**cv**/
  .cv_sp1 {
    margin: 0 auto 20px;
  }
  /**理由**/
  .reason {
    background-image: url("../images/reason-bg_sp.png");
    background-size: 100% 100%;
    padding: 50px 0 70px;
  }
  .reason .reason-list {
    flex-wrap: wrap;
    width: 87vw;
    flex-direction: column;
  }
  .reason h1 {
    font-size: min(10vw, 8rem);
    margin-bottom: 30px;
  }
  .reason .big {
    font-size: min(15vw, 10rem);
  }
  .reason .reason-list li {
    flex: none;
  }
  .reason .reason-list li p {
    font-size: min(6vw, 4rem);
  }
  .reason .reason-list img {
    width: 30vw;
    margin: 0 auto 30px;
  }
  /**サービス**/
  .service {
    margin: 60px 0;
  }
  /**強み**/
  .advantage {
    margin: 0 auto 50px;
    padding: 20px 0 0;
  }
  .advantage-ttl_wrapper {
    width: 87vw
  }
  .advantage .advantage-ttl {
    width: min(70vw, 500px);
    margin: 0 auto 30px;
  }
  .advantage .advantage-list {
    width: 87vw;
  }
  .advantage .advantage-list li {
    width: 100%;
    height: min(90vw, 600px);
    margin-bottom: 30px;
  }
  .advantage .advantage-list img {
    width: 50vw;
    margin: 0 auto 10px;
  }
  .advantage-list li p {
    font-size: min(6vw, 4rem);
  }
  .advantage .advantage-list .advantage-list_ttl {
    margin: 10px 0;
  }
  .advantage .advantage-list .advantage-list_txt {
    font-size: min(4vw, 2.2rem);
  }
  /**流れ**/
  .flow {
    padding: 0 0 50px;
  }
  .flow-ttl {
    font-size: min(10vw, 8rem);
  }
  .flow-sub_ttl {
    font-size: min(5vw, 15rem);
  }
  .flow .flow-list {
    flex-wrap: wrap;
    margin: 30px auto 0;
    justify-content: center;
    width: 87vw;
  }
  .flow .flow-list li {
    width: min(100%, 500px);
    margin: 10px 0;
    flex: none;
  }
  .flow .flow-list_icon {
    height: min(25vw, 120px);
  }
  .flow-list_ttl {
    font-size: max(2vw, 2.2rem);
  }
  .flow .flow-list_txt p {
    font-size: min(4vw, 2.2rem);
    margin-top: 20px;
  }
  .flow li.flow-list_row img {
    width: 5vw;
    transform: rotate(90deg);
    flex: none;
  }
  /**cv**/
  .cv-3 {
    margin: 20px auto 60px;
  }
  /**会社概要**/
  .company {
    padding: 50px 0 70px;
  }
  .company-ttl_wrapper {
    margin-bottom: 0px;
  }
  .company-ttl {
    font-size: min(10vw, 8rem);
  }
  .company-sub_ttl {
    font-size: min(5vw, 15rem);
  }
  .company table {
    width: 87vw;
  }
  .company table tbody {
    width: min(85%, 850px);
    margin: 30px auto;
  }
  .company table tr {
    font-size: min(4vw, 2.2rem);
  }
  .company table tr th {
    width: 23vw;
    padding-right: 10px;
  }
  .company table tr td {
    padding: 20px 0;
  }
  /**よくある質問**/
  .faq {
    padding: 80px 0 30px;
    margin-top: 0px;
  }
  .faq .faq-ttl {
    width: min(70vw, 500px);
    margin: 0 auto;
  }
  .faq .faq-list {
    padding: 20px 4vw 50px;
    width: 87vw;
    margin: 30px auto 0;
  }
  .faq .faq-list img {
    margin: 3px 10px 0 0;
    width: min(7vw, 50px);
  }
  .faq .faq-list .faq-list_question {
    font-size: max(1.3vw, 2.0rem);
  }
  .faq .faq-list .faq-list_answer {
    font-size: min(4vw, 2.2rem);
    margin-top: 10px;
  }
  /**お問い合わせ**/
  .contact {
    width: 87vw;
  }
  .contact-ttl_wrapper {
    text-align: center;
  }
  .contact .contact-ttl {
    margin: 0;
    font-size: min(8vw, 8rem);
  }
  .contact form {
    width: 100%;
    margin: 0px auto 60px;
  }
  .contact .contact-sub_ttl {
    font-size: min(5vw, 15rem);
    margin-top: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
  }
  .contact .contact-form_wrapper {
    display: block;
  }
  .contact .contact-form_ttl {
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .contact .required {
    width: 45px;
    height: 23px;
    font-size: 14px;
  }
  .contact .contact-form_wrapper input, .contact .contact-form_wrapper textarea {
    font-size: 15px;
    width: 100%;
    margin-left: 0;
  }
  .contact label {
    display: inline-block;
    font-size: min(4.3vw, 2.3rem);
    width: auto;
    margin-right: 10px;
  }
  .contact .required {
    display: inline-block;
  }
  .contact .submit {
    width: 90%;
    height: max(9vw, 60px);
    font-size: max(3vw, 2.0rem);
    margin: 30px auto 0;
  }
  /**line**/
  .line {
    padding: 45px 0 60px;
  }
  .line .line-contents {
    flex-wrap: wrap;
  }
  .line .line-qr {
    width: min(50vw, 300px);
    margin-right: 0px;
  }
  .line-wrapper {
    width: 87vw;
    text-align: center;
  }
  .line .line-txt {
    width: min(50vw, 300px);
    margin: 5vw auto 0;
  }
  .line .line-sub_txt {
    font-size: min(6vw, 4rem);
    margin: 3vw 0;
  }
  .line .line-btn {
    width: min(70vw, 500px);
    height: min(12vw, 65px);
    font-size: min(4vw, 2.2rem);
    margin: 0 auto;
  }
  footer {
    font-size: max(2vw, 1.2rem);
  }
  #contactResult {
    margin-top: 30px;
  }
}
