html {
  font-size: 0.7320644217vw;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.7397260274vw;
  }
}
@media screen and (min-width: 1367px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #efefef;
  font-size: 1.6rem;
}

p {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

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

.l-header {
  background-color: #333333;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120rem;
  max-width: 1200px;
  margin-inline: auto;
  height: 6.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 95%;
    height: 5rem;
  }
}
.l-header__inner img {
  width: 17rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner img {
    width: 12rem;
  }
}
.l-header__inner h1 {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner h1 {
    font-size: 1.4rem;
  }
}

.l-container {
  width: 120rem;
  max-width: 1200px;
  margin-inline: auto;
  background-color: white;
  box-shadow: 0 0 3px #cccccc;
  padding: 4rem 6rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 95%;
    padding: 1rem 2rem;
  }
}

.mv {
  margin-block: 3rem;
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    margin-block: 0 2rem;
  }
}
.mv img {
  width: 100%;
}

.concept {
  margin-block: 2rem;
}
.concept h2 {
  text-align: center;
  font-size: 2.6rem;
  color: #c40000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.form > p {
  text-align: center;
  margin-bottom: 3rem;
}
.form input[type=text],
.form input[type=mail],
.form input[type=phone],
.form input[type=date],
.form select,
.form textarea {
  width: 100%;
  line-height: 1.2;
  padding: 12px;
  color: #666;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 2px rgba(177, 177, 177, 0.58);
}
.form input[type=radio] {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: auto;
}
.form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #c40000;
}
.form input,
.form select {
  height: 4.5rem;
}
.form select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form dl {
  display: flex;
  align-items: center;
  padding: 2.5rem 1rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .form dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form dl dt {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .form dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.form dl dt span {
  display: block;
  background-color: #f03434;
  padding: 0.5rem;
  color: white;
}
.form dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .form dl dd {
    width: 100%;
  }
}
.form dl dd .form-date {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.form dl dd .form-date span {
  width: 10rem;
}
.form dl dd .form-date input[type=date] {
  width: 25rem;
  margin-right: 3rem;
}
.form dl dd .form-date select {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .form dl dd .form-date {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .form dl dd .form-date span,
.form dl dd .form-date input[type=date],
.form dl dd .form-date select {
    width: 100%;
  }
}
.form .confirm {
  margin-block: 5rem;
  text-align: center;
}
.form .confirm p {
  margin-bottom: 3rem;
}
.form .confirm p a {
  text-decoration: underline;
  transition: 0.3s;
}
.form .confirm p a:hover {
  opacity: 0.6;
}
.form .confirm input[type=submit] {
  display: inline-block;
  padding: 1.5rem 5rem;
  cursor: pointer;
  color: #333;
  background: #ffffff;
  border: 1px solid #cf1d20;
  font-weight: bold;
  box-shadow: 2px 2px 0 rgba(177, 177, 177, 0.58);
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #222;
  color: white;
}
.l-footer p {
  font-size: 1.4rem;
}
/*# sourceMappingURL=style.css.map */