@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: D#333;
}
.header-inner {
    width: 100%;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    background-color: #e6b422;
}
h1.saite-title {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 1;
  }
.header-nav {
    margin: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    -webkit-box-shadow: 2px 2px 12px 3px #555353;
    box-shadow: 2px 2px 12px 3px #555353;
    left: 0px;
  }
  .nav-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 97%;
    padding: 10px;
    position: relative;
    top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: auto;
    min-width: 320px;
  }
  .nav-item {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-family: "A-OTF UD新ゴ Pr6N L";
    font-weight: bolder;
    font-size: 2vw;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    white-space: nowrap;
    position: relative;
    left: 0%;
  }
  .nav-list .nav-item a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    top: -145px;
  }
  .nav-list .nav-item a:hover {
    color: #F5E93B;
  }

img {
  max-width: 100%;
  vertical-align: bottom;
  padding-left: 3px;
  z-index: -1;
}
a {
  text-decoration: none;
}
/*kv-wrapper*/
.kv-wrapper {
  width: 100%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  box-sizing: border-box;
}
.kv-content {
  background-image: url(url);
  z-index: -3;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  width: 100%;
  display: block;
}
.kv-content .kv-copy {
  display: block;
  color: #FFFFFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bolder;
  font-size: 5vw;
  position: absolute;
  top: 121px;
  right: 3%;
}
/*/kv-wrapper*/
/*section*/
.section-wrapper {
  padding: 80px 20px;
  margin: 0 auto;
  width: 100%;
}
.section-inner {
    margin: 0 auto;
}
.section-wrapper .inner {
    margin: 0 auto;
    display: inline-block;
    max-width: 960px;
    width: 100%;
}
.section-title {
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}
.section-title span {
    border-bottom: 10px solid #932020;
    margin-top: 2em;
}
.text-wrapper center img {
  margin-bottom: 20px;
}
h3.service-text-title {
    position: absolute;
    top: 81px;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 7vw;
    margin: 0 auto;
    text-align: center;
    max-width: 519px;
    min-width: 320px;
    width: 100%;
    display: block;
    text-shadow: 0px 2px 5px #333333;
}
.QA-title {
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  color: D#222;
  margin-bottom: 60px;
  font-family: 'Prompt', sans-serif;
  text-align: center;
}
.QA-title span {
  border-bottom: 10px solid #932020;
}
h3.qestion {
  padding: 0px;
  width: 100%;
  margin: 20px auto;
  background-color: #98ccd3;
  border-radius: 10px 10px 0 0;
  max-width: 745px;
}
h3.qestion p {
  font-size: 16px;
  color: #000;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 42px;
  padding-bottom: 5px;
  font-weight: 300;
  margin-top: 9px;
  margin-right: 9px;
  margin-left: 9px;
  margin-bottom: 9px;
  background-image: url(../images/Q-mark.png);
  font-family: bokutoh-rera, sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  position: relative;
}
h3.answer {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: #cf3f83;
  border-radius: 10px 10px 0 0;
  max-width: 745px;
}
h3.answer p {
  font-size: 1.4rem;
  color: #fff;
  background-image: url(../images/A-mark.png);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 24px;
  padding-bottom: 10px;
  background-position: left center;
  margin: 0 0 0 10px;
  line-height: 1;
}
h5.answer-txt {
  font-size: 1.6rem;
  color: .555555;
  width: 100%;
  margin: 0 auto 20px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgb(160, 160, 164);
  border-bottom-color: rgb(160, 160, 164);
  border-left-color: rgb(160, 160, 164);
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  max-width: 745px;
  text-decoration: none;
  font-family: FOT-UDkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: left;
}
h5.answer-txt-last {
  font-size: 1.6rem;
  color: .555555;
  width: 100%;
  margin: 0 auto 90px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgb(160, 160, 164);
  border-bottom-color: rgb(160, 160, 164);
  border-left-color: rgb(160, 160, 164);
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  max-width: 745px;
  font-family: FOT-UDkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}
/*/section*/
/*form*/
form {
    max-width: 680px;
    width: calc(100% - 10px);
    margin: 0 auto;
    font-size: 16px;
}
.item {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.label {
  width: 180px;
  padding-left: 10px;
  border-left: 15px solid #932020;
}
.contact .contact-inner {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 23px;
}
.label-required {
  color: #ff6347;
  font-weight: bold;
  font-size: 18px;
}
input[type="text"], input[type="email"] {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}
select {
  appearance: none;
  cursor: pointer;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}
textarea {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 115px;
  width: 480px;
  font-size: 15px;
}
.btn {
  text-align: center;
  margin: 25px auto;
}
a.toiawase {
    color: #FFFFFF;
}
button {
  background-color: #F62727;
  border-radius: 7px;
  cursor: pointer;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 25px;
  background-image: -webkit-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  background-image: -o-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
}
footer {
    width: 100%;
    background-color: #932020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #FFFFFF;
}
small {
    margin: 0 auto;
    color: #FDFDFD;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
    background-color: #e6b422;
}
s-logo {
}
.company_form {
  width: 80%;
  height: auto;
  text-align: left;
  padding: 0;
  max-width: 1000px;
  position: relative;
  margin: 1% auto 46px;
}
.company_form table {
  border: 1px solid #666;
  max-width: 900px;
  width: 100%;
  margin: 0;
  height: auto;
  border-collapse: collapse;
  padding: 0;
  position: relative;
}
.company_form table th {
  border: thin solid #777;
  width: 25%;
  height: 40px;
  color: #fff;
  line-height: 3em;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  z-index: 1;
  background-color: #962626;
}
.company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 46%;
    list-style-type: none;
}
td ul li {
  list-style-type: none;
}
main.contactform {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  width: 90%;
}
h2.contact-f-bn {
  border-left: 25px solid #E6B422;
  border-bottom-color: #2c98f2;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 10px 0;
  width: 100%;
  height: auto;
  letter-spacing: 7px;
  display: block;
  color: #FFFFFF;
  text-indent: 27px;
  font-weight: bolder;
  font-size: 2rem;
  font-family: "A-OTF Futo Go B101 Pr6N Bold";
}
Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.section-inner.section-inner-contact {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    justify-content: center;
}
.section-wrapper .inner {
    display: flex;
    justify-content: center;
}

/*スマホ向けスタイル*/
@media screen and (min-width: 320px) and (max-width:519px) {
  .header-nav {
    margin: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    -webkit-box-shadow: 2px 2px 12px 3px #555353;
    box-shadow: 2px 2px 12px 3px #555353;
    left: 0px;
  }
  h1.saite-title {
    position: relative;
    top: 8px;
    left: -66px;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 1;
  }
  .nav-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 97%;
    padding: 10px;
    position: relative;
    top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: auto;
    min-width: 320px;
  }
  .nav-item {
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    font-family: "A-OTF UD新ゴ Pr6N L";
    font-weight: bolder;
    font-size: 2vw;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    white-space: nowrap;
    position: relative;
    left: 0%;
  }
  .nav-list .nav-item a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    top: -145px;
  }
  .nav-list .nav-item a:hover {
    color: #F5E93B;
  }
  img {
    max-width: 100%;
    vertical-align: bottom;
    padding-left: 3px;
    z-index: -1;
  }
  a {
    text-decoration: none;
  }
  /*kv-wrapper*/
  .kv-wrapper {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .kv-content {
    background-image: url(url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 0px;
    position: relative;
    left: auto;
  }
  .kv-content-inner {
    display: flex;
    max-width: 519px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 57px;
    justify-content: flex-start;
    flex-direction: column;
    left: auto;
  }
  .kv-copy {
    display: inline-block;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 6.2vw;
    text-align: left;
    padding: 0 20px;
    width: 100%;
    text-shadow: 0px 2px 10px #333;
  }
  .kv-copy-sub {
    display: inline-block;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    background-color: hsla(180, 3%, 55%, 0.70);
    width: 100%;
    text-align: center;
  }
  .kv-copy-body {
    display: inline-block;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    padding: 50px 20px;
    background-color: hsla(180, 3%, 55%, 0.70);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 3rem;
  }
  /*/kv-wrapper*/
  /*section*/
  .section-wrapper {
    margin: 30px auto;
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
  }
.section-inner {
    margin: 0;
    padding: 10px;
  }
  .section-title {
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    max-width: 285px;
    border-bottom-style: none;
    position: relative;
  }
.text-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    min-width: 320px;
    max-width: 519px;
}
p.service-text {
    width: 95%;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
}
.service-text span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.text-wrapper center img {
    -webkit-box-shadow: 10px 10px 12px #4D658D;
    box-shadow: 10px 10px 12px #4D658D;
    border-radius: 10px;
}
h3.service-text-title {
    position: absolute;
    top: 81px;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 7vw;
    margin: 0 auto;
    text-align: center;
    max-width: 519px;
    min-width: 320px;
    width: 100%;
    display: block;
    text-shadow: 0px 2px 5px #333333;
}
.section-title img {
    margin-right: 20px;
}
  .section-title span {
    border-bottom-style: none;
  }
  .section-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }
  .section-title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 44%;
    bottom: -10px;
  }
  .QA-title {
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    color: D#222;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
    text-align: center;
  }
  .QA-title span {
    border-bottom: 10px solid #932020;
  }
  h3.qestion {
    padding: 0px;
    width: 100%;
    margin: 20px auto;
    background-color: #98ccd3;
    border-radius: 10px 10px 0 0;
    max-width: 745px;
  }
  h3.qestion p {
    font-size: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 42px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-top: 9px;
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 9px;
    background-image: url(../images/Q-mark.png);
    font-family: bokutoh-rera, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
  }
  h3.answer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #cf3f83;
    border-radius: 10px;
    max-width: 745px;
  }
  h3.answer p {
    font-size: 1.4rem;
    color: #fff;
    background-image: url(../images/A-mark.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    background-position: left center;
    margin: 0 0 0 10px;
    line-height: 2;
    font-family: source-han-sans-japanese, sans-serif;
  }
  /*/section*/
  /*form*/
  form {
    max-width: 680px;
    width: calc(100% - 10px);
    margin: 0 auto;
    font-size: 20px;
  }
  .item {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .label {
    width: 180px;
    padding-left: 10px;
    border-left: 15px solid #932020;
  }
  .contact .contact-inner {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px;
  }
  .label-required {
    color: #ff6347;
    font-weight: bold;
    font-size: 18px;
  }
  input[type="text"], input[type="email"] {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  select {
    appearance: none;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  textarea {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    height: 115px;
    width: 480px;
    font-size: 15px;
  }
  .btn {
    text-align: center;
    margin: 25px auto;
  }
  button {
    background-color: #F62727;
    border-radius: 7px;
    cursor: pointer;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
    background-image: -webkit-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -o-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: linear-gradient(0deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  }
  footer {
    width: 100%;
    background-color: #932020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  small {
    margin: 0 auto;
    color: #FDFDFD;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
  }
  .company_form {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 519px;
    position: relative;
    margin: 1% auto 46px;
  }
.company-text-title {
    font-family: source-han-sans-japanese, sans-serif;
    color: #000000;
    font-size: 2.2rem;
}
  .company_form table {
    border: 1px solid #666;
    max-width: 519px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .company_form table th {
    border: thin solid #777;
    width: 35%;
    height: 40px;
    color: #fff;
    line-height: 3em;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #962626;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 65%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
h3.service-text-title-contact {
    width: 100%;
    max-width: 959px;
    color: #000000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.8rem;
    text-align: center;
}
.service-text-contact {
    text-align: center;
}
}
/*タブレット向けスタイル　768*/
@media screen and (min-width: 520px) and (max-width: 959px) {
  h1.saite-title {
    position: relative;
    top: 7px;
    left: -60px;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 1;
  }
  .header-nav {
    margin: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    -webkit-box-shadow: 2px 2px 12px 3px #555353;
    box-shadow: 2px 2px 12px 3px #555353;
    left: 0px;
  }
  .nav-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-item {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
    font-family: "A-OTF UD新ゴ Pr6N L";
    font-weight: bolder;
    font-size: 1.6rem;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    white-space: nowrap;
  }
  .nav-list .nav-item a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    top: -145px;
  }
  .nav-list .nav-item a:hover {
    color: #8F4D4D;
  }
/*kv-wrapper*/
  .kv-wrapper {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .kv-content {
    background-image: url(url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .kv-content-inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 21em;
    text-align: center;
    position: absolute;
    top: 154px;
    align-items: center;
  }
  .kv-copy {
    display: inline-block;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 5vw;
    padding: 20px 30px;
    text-shadow: 0px 2px 9px #333;
    position: absolute;
    top: 60px;
    left: auto;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
  }
  .kv-copy-sub {
    display: inline-block;
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 20px;
    top: 220px;
    left: auto;
    right: auto;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    align-items: center;
    background-color: hsla(180, 3%, 55%, 0.70);
    letter-spacing: 2px;
  }
  .kv-copy-body {
    display: inline-block;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
    padding: 70px 0px;
    background-color: hsla(180, 3%, 55%, 0.70);
    width: 100%;
    text-align: center;
    line-height: 3rem;
  }
  /*/kv-wrapper*/
  /*section*/
  .section-wrapper {
    margin: 30px auto;
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
  }
.section-inner {
    margin: 0;
    padding: 10px;
  }
  .section-title {
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    max-width: 285px;
    border-bottom-style: none;
    position: relative;
  }
.text-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    min-width: 520px;
    max-width: 959px;
}
h3.service-text-title {
    position: absolute;
    top: 81px;
    color: #FFFFFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bolder;
    font-size: 6vw;
    margin: 0 auto;
    text-align: center;
    max-width: 959px;
    width: 100%;
    display: block;
    text-shadow: 0px 2px 5px #333333;
}
.service-text span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1em;
}
p.service-text {
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 3rem;
    letter-spacing: 1px;
    max-width: 500px;
}
.text-wrapper center img {
    -webkit-box-shadow: 10px 10px 12px #4D658D;
    box-shadow: 10px 10px 12px #4D658D;
    border-radius: 10px;
}
.section-title img {
    margin-right: 20px;
}
  .section-title span {
    border-bottom-style: none;
  }
  .section-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }
  .section-title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 44%;
    bottom: -10px;
  }
	.QA-text-title {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
	}
  .QA-title {
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    color: D#222;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
    text-align: center;
  }
  .QA-title span {
    border-bottom: 10px solid #932020;
  }
  h3.qestion {
    padding: 0px;
    width: 100%;
    margin: 20px auto;
    background-color: #98ccd3;
    border-radius: 10px 10px 0 0;
    max-width: 650px;
  }
  h3.qestion p {
    font-size: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 42px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-top: 9px;
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 9px;
    background-image: url(../images/Q-mark.png);
    font-family: bokutoh-rera, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
  }
  h3.answer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #cf3f83;
    border-radius: 10px;
    max-width: 650px;
  }
  h3.answer p {
    font-size: 1.4rem;
    color: #fff;
    background-image: url(../images/A-mark.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    background-position: left center;
    margin: 0 0 0 10px;
    line-height: 2;
    font-family: source-han-sans-japanese, sans-serif;
  }
  /*/section*/
  /*form*/
  form {
    max-width: 680px;
    width: calc(100% - 10px);
    margin: 0 auto;
    font-size: 20px;
  }
  .item {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .label {
    width: 180px;
    padding-left: 10px;
    border-left: 15px solid #932020;
  }
  .contact .contact-inner {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px;
  }
  .label-required {
    color: #ff6347;
    font-weight: bold;
    font-size: 18px;
  }
  input[type="text"], input[type="email"] {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  select {
    appearance: none;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  textarea {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    height: 115px;
    width: 480px;
    font-size: 15px;
  }
  .btn {
    text-align: center;
    margin: 25px auto;
  }
  button {
    background-color: #F62727;
    border-radius: 7px;
    cursor: pointer;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
    background-image: -webkit-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -o-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: linear-gradient(0deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  }
  footer {
    width: 100%;
    background-color: #932020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  small {
    margin: 0 auto;
    color: #FDFDFD;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
  }
  .company_form {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 650px;
    position: relative;
    margin: 1% auto 46px;
  }
.company-text-title {
    font-family: source-han-sans-japanese, sans-serif;
    color: #000000;
    font-size: 2.2rem;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}
  .company_form table {
    border: 1px solid #666;
    max-width: 650px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .company_form table th {
    border: thin solid #777;
    width: 35%;
    height: 40px;
    color: #fff;
    line-height: 3em;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #962626;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 65%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
h3.service-text-title-contact {
    width: 100%;
    max-width: 959px;
    color: #000000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.8rem;
    text-align: center;
}
.service-text-contact {
    width: 100%;
    max-width: 959px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #000000;
    font-size: 1.4rem;
    text-align: center;
}
}
/*PC向けスタイル　769以上*/
@media screen and (min-width:960px) {
  .section-wrapper .section-inner.section-inner-service {
   
  }
  h1.saite-title {
    position: absolute;
    top: 7px;
    left: -60px;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 1;
  }
  .header-nav {
    margin: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    -webkit-box-shadow: 2px 2px 12px 3px #555353;
    box-shadow: 2px 2px 12px 3px #555353;
    left: 0px;
  }
  .nav-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-item {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
    font-family: "A-OTF UD新ゴ Pr6N L";
    font-weight: bolder;
    font-size: 1.6rem;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    white-space: nowrap;
  }
  .nav-list .nav-item a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 8px;
    top: -145px;
  }
  .nav-list .nav-item a:hover {
    color: #8F4D4D;
  }
/*kv-wrapper*/
  .kv-wrapper {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .kv-content {
    background-image: url(url);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .kv-content-inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 21em;
    text-align: center;
    position: absolute;
    top: 154px;
    align-items: center;
  }
  .kv-copy {
    display: inline-block;
    color: #fff;
    font-weight: bolder;
    font-size: 5rem;
    padding: 20px 30px;
    text-shadow: 0px 2px 9px #333;
    position: absolute;
    top: 60px;
    left: auto;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    font-family: Source-han-sans-japanese, sans-serif;
    letter-spacing: 2px;
  }
  .kv-copy-sub {
    display: inline-block;
    color: #fff;
    font-family: "source-han-sans-japanese", "sans-serif";
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 20px;
    top: 256px;
    left: auto;
    right: auto;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    align-items: center;
    background-color: hsla(180, 3%, 55%, 0.70);
    letter-spacing: 2px;
  }
  .kv-copy-body {
    display: inline-block;
    color: #FFFFFF;
    font-family: 　"source-han-sans-japanese", "sans-serif";
    font-size: 1.6rem;
    background-color: hsla(180, 3%, 55%, 0.70);
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 0px;
    padding: 70px 0;
    text-align: center;
    line-height: 3rem;
  }
  /*/kv-wrapper*/
  /*section*/
  .section-wrapper {
    margin: 30px auto;
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
  }
.section-inner {
    margin: 0 auto;
    padding: 10px;
  }
  .section-title {
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    max-width: 285px;
    border-bottom-style: none;
    position: relative;
  }
.text-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    min-width: 520px;
    margin: 0 auto;
    max-width: 959px;
}
h3.service-text-title {
    position: absolute;
    top: 81px;
    color: #FFFFFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: bolder;
    font-size: 5rem;
    margin: 0 auto;
    text-align: center;
    max-width: 959px;
    width: 100%;
    display: block;
    text-shadow: 0px 2px 5px #333333;
}
.service-text span {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1em;
}
p.service-text {
    width: 100%;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 3rem;
    letter-spacing: 1px;
    max-width: 500px;
}
.section-title img {
    margin-right: 20px;
}
  .section-title span {
    border-bottom-style: none;
  }
  .section-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -10px;
  }
  .section-title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #FF3074;
    border-radius: 50%;
    position: absolute;
    left: 44%;
    bottom: -10px;
  }
.text-wrapper center img {
    -webkit-box-shadow: 10px 10px 12px #4D658D;
    box-shadow: 10px 10px 12px #4D658D;
    border-radius: 10px;
}
	.QA-text-title {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
	}
  .QA-title {
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    color: D#222;
    margin-bottom: 60px;
    font-family: 'Prompt', sans-serif;
    text-align: center;
  }
  .QA-title span {
    border-bottom: 10px solid #932020;
  }
  h3.qestion {
    padding: 0px;
    width: 100%;
    margin: 20px auto;
    background-color: #98ccd3;
    border-radius: 10px 10px 0 0;
    max-width: 650px;
  }
  h3.qestion p {
    font-size: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 42px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-top: 9px;
    margin-right: 9px;
    margin-left: 9px;
    margin-bottom: 9px;
    background-image: url(../images/Q-mark.png);
    font-family: bokutoh-rera, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
  }
  h3.answer {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #cf3f83;
    border-radius: 10px;
    max-width: 650px;
  }
  h3.answer p {
    font-size: 1.4rem;
    color: #fff;
    background-image: url(../images/A-mark.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    background-position: left center;
    margin: 0 0 0 10px;
    line-height: 2;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  /*/section*/
  /*form*/
  form {
    max-width: 680px;
    width: calc(100% - 10px);
    margin: 0 auto;
    font-size: 20px;
  }
  .item {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .label {
    width: 180px;
    padding-left: 10px;
    border-left: 15px solid #932020;
  }
  .contact .contact-inner {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px;
  }
  .label-required {
    color: #ff6347;
    font-weight: bold;
    font-size: 18px;
  }
  input[type="text"], input[type="email"] {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  select {
    appearance: none;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
  }
  textarea {
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 10px;
    height: 115px;
    width: 480px;
    font-size: 15px;
  }
  .btn {
    text-align: center;
    margin: 25px auto;
  }
  button {
    background-color: #F62727;
    border-radius: 7px;
    cursor: pointer;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 25px;
    background-image: -webkit-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: -o-linear-gradient(90deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
    background-image: linear-gradient(0deg, rgba(147, 32, 32, 1.00) 0%, rgba(255, 0, 0, 1.00) 100%);
  }
  footer {
    width: 100%;
    background-color: #932020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  small {
    margin: 0 auto;
    color: #FDFDFD;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
  }
  .company_form {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    max-width: 650px;
    position: relative;
    margin: 1% auto 46px;
  }
.company-text-title {
    font-family: "source-han-sans-japanese", sans-serif;
    color: #000000;
    font-size: 2.2rem;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}
  .company_form table {
    border: 1px solid #666;
    max-width: 650px;
    width: 100%;
    margin: 0;
    height: auto;
    border-collapse: collapse;
    padding: 0;
    position: relative;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .company_form table th {
    border: thin solid #777;
    width: 35%;
    height: 40px;
    color: #fff;
    line-height: 3em;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    background-color: #962626;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .company_form table td {
    border: thin solid #666666;
    background-color: #555;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 65%;
    list-style-type: none;
  }
  td ul li {
    list-style-type: none;
  }
  main.contactform {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
  }
  h2.contact-f-bn {
    border-left: 25px solid #E6B422;
    border-bottom-color: #2c98f2;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    height: auto;
    letter-spacing: 7px;
    display: block;
    color: #FFFFFF;
    text-indent: 27px;
    font-weight: bolder;
    font-size: 2rem;
    font-family: "A-OTF Futo Go B101 Pr6N Bold";
  }
section {
}
h3.service-text-title-contact {
    width: 100%;
    max-width: 959px;
    color: #000000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.8rem;
    text-align: center;
}
.service-text-contact {
    width: 100%;
    max-width: 959px;
    font-family: "source-han-sans-japanese", sans-serif;
    color: #000000;
    font-size: 1.4rem;
    text-align: center;
}
}
