@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #f5f5f5;
}
@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #ff00ff;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .header {
    padding: 0 3rem 0 1rem;
  }
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 3.1rem;
  color: #333;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 6rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  padding: 4rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.sp-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sp-nav-list li {
  margin-bottom: 4rem;
}

.pc-nav {
  display: none;
}
@media (min-width: 769px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pc-nav-list li {
  margin: 0 0 0 5rem;
}

.cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 30rem;
  padding-top: 6rem;
  color: #fff;
  background-image: url("../images/service_4.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .cover {
    height: 50rem;
  }
}

.cover-title {
  margin: 0;
  font-size: 4.8rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cover-title {
    font-size: 7.2rem;
  }
}

.cover-discription {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cover-discription {
    font-size: 2rem;
  }
}

.sub-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.6rem;
  padding-top: 6rem;
  color: #fff;
  background-image: url(../images/service_4.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .sub-cover {
    height: 13.3rem;
  }
}

.sub-cover-title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sub-cover-title {
    font-size: 5rem;
  }
}

.sub-cover-discription {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sub-cover-discription {
    font-size: 2rem;
  }
}

.service {
  width: 90%;
  padding-top: 4rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .service {
    padding-top: 8rem;
    margin: 0 auto;
  }
}

.top-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (min-width: 769px) {
  .top-head {
    justify-content: left;
  }
}

.top-title {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
}
@media (min-width: 769px) {
  .top-title {
    font-size: 4rem;
  }
}

.jap-title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #ff00ff;
  transition: 0.3s;
  text-align: center;
}
@media (min-width: 769px) {
  .jap-title {
    font-size: 2.1rem;
    margin-left: 2rem;
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
}

.carousel div img {
  width: 100%;
  margin: 0 auto;
}

section p {
  font-size: 1.6rem;
}

.slick-dots {
  bottom: -3.5rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 4rem;
}

.slick-dots li button:before {
  width: 2.5rem;
  height: 2.5rem;
  color: #a8a698;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  width: 2.5rem;
  height: 2.5rem;
  color: #00bfff;
  opacity: 1;
}

.service-container {
  width: 100%;
}

.service-text {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
  font-size: 1.65rem;
  color: #333;
}
@media (min-width: 769px) {
  .service-text {
    text-align: center;
  }
}

.svc {
  width: 90%;
  margin: 6rem auto 2rem;
}
@media (min-width: 769px) {
  .svc {
    width: 100%;
    margin: 4 0 0 4rem;
  }
}

.svc-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 112rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .svc-container {
    width: 90%;
  }
}

.svc-item {
  margin-bottom: 2rem;
  box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 769px) {
  .svc-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pic-img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 769px) {
  .pic-img {
    width: 48%;
    margin-left: 0;
  }
}

.svc-body {
  width: 100%;
}
@media (min-width: 769px) {
  .svc-body {
    width: 51%;
    margin-left: 1rem;
  }
}

.svc-title {
  padding: 2rem 2rem 1.5rem;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .svc-title {
    padding: 3rem 2rem 2rem;
    font-size: 2.8rem;
  }
}

.t-under {
  background: linear-gradient(transparent 85%, #00bfff 85%);
}

.svc-text {
  padding: 0 2rem 2rem;
  margin: 0;
}
@media (min-width: 769px) {
  .svc-text {
    padding: 0 3rem 2rem 2rem;
  }
}

.footer {
  margin-top: 4rem;
  padding: 2rem 2rem 2rem;
  font-size: 1.4rem;
  background-color: #fff;
}

.footer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  margin-bottom: 0;
}

.copyright {
  text-align: center;
  color: #000;
}

.company {
  width: 90%;
  padding-top: 4rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .company {
    width: 75%;
    margin: 4rem auto;
  }
}
.company.tp {
  width: 90%;
}

.company-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.company-table {
  display: block;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
  border-top: 0.1rem solid #e1e1e1;
}

.company-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 112rem;
  margin: 2rem auto;
  padding-bottom: 2rem;
  box-sizing: border-box;
  border-bottom: 0.1rem solid #e1e1e1;
}
@media (min-width: 769px) {
  .company-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .company-body.jgn {
    align-items: center;
  }
}

.company-a {
  font-weight: bold;
}
@media (min-width: 769px) {
  .company-a {
    margin-left: 8rem;
    width: 40%;
  }
}

.company-b {
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .company-b {
    width: 46%;
    margin-top: 0;
  }
}

.company-img {
  width: 100%;
  vertical-align: bottom;
}

.contact {
  width: 90%;
  padding-top: 4rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact {
    width: 75%;
    margin: 4rem auto;
  }
}
.contact.tp {
  width: 90%;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 112rem;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.form-heading {
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.required {
  padding: 0.3rem 0.6rem 0.4rem;
  margin-left: 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #ff00ff;
  border-radius: 0.4rem;
}

.optional {
  padding: 0.3rem 0.6rem 0.4rem;
  margin-left: 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #e1e1e1;
  border-radius: 0.4rem;
}

.form-item {
  margin-bottom: 4rem;
}

.form-radio {
  margin-bottom: 1.6rem;
}

.form-submit {
  margin-bottom: 2rem;
  text-align: center;
}

.form-submit-text {
  margin-bottom: 2rem;
}

.button-submit {
  padding: 1.2rem 5rem;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 0.4rem;
}

label {
  display: inline-block;
}

.radio {
  margin-right: 0.8rem;
}

input[type=text], textarea {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #999;
  border-radius: 0.4rem;
  box-sizing: border-box;
}

textarea {
  min-height: 18rem;
}

.contact-img {
  width: 100%;
  vertical-align: bottom;
}

/*# sourceMappingURL=style.css.map */
