@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 2.6667vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.86;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}

.sp-only,
[data-device=sp] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only,
  [data-device=sp] {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only,
  [data-device=pc] {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Open Sans", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #4581D2;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: linear-gradient(transparent 70%, #333 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.l-header__body {
  padding: 2rem 5%;
  background-color: #4581D2;
  color: #fff;
  text-align: center;
}
.l-header__title {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    font-size: 2rem;
  }
}
.l-header__title span {
  display: block;
  width: 280px;
  max-width: 80%;
  margin: 0 auto 1rem;
}

.l-footer__contact {
  width: 97.6rem;
  margin: 5.7rem auto 6.6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    width: auto;
    display: block;
    padding: 0 2rem;
    margin: 3.8rem auto 3.8rem;
  }
}
.l-footer__contact-item {
  width: 50%;
  padding: 0 5.5rem 0 7.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-item {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .l-footer__contact-item p:nth-child(4) {
    margin: 0 -1rem 0 -0.5rem;
  }
}
.l-footer__contact-item:nth-child(2) {
  border-left: 1px solid #F5F5F5;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-item:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #F5F5F5;
    margin-top: 2.2rem;
    padding-top: 2.7rem;
  }
}
.l-footer__contact-item h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.l-footer__contact-item h2 img {
  margin-right: 1.4rem;
  vertical-align: -0.4rem;
}
.l-footer__contact-time {
  font-weight: bold;
  margin-bottom: 2.6rem;
}
.l-footer__contact-number {
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0;
}
.l-footer__contact-number a {
  pointer-events: none;
}
.l-footer__copyright {
  background: #333;
  color: #F5F5F5;
  text-align: center;
  font-size: 1.4rem;
  padding: 3.4rem 2rem 3.2rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.025em;
}
.l-main {
  padding-top: 8rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.6rem;
  }
}
.l-main__section--padding {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-main__section--padding {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.l-main__section--padding-t {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-main__section--padding-t {
    padding-top: 4rem;
  }
}
.l-main__section--padding-b {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-main__section--padding-b {
    padding-bottom: 5rem;
  }
}

.c-form input[type=password],
.c-form input[type=text],
.c-form input[type=number],
.c-form input[type=tel],
.c-form input[type=email],
.c-form select,
.c-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0.5rem;
  font-family: inherit;
  height: 5.5rem;
  padding: 0 2.4rem;
  letter-spacing: 0.03em;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-form input[type=password],
  .c-form input[type=text],
  .c-form input[type=number],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form select,
  .c-form textarea {
    padding: 0 2.2rem;
  }
}
.c-form input[type=password].is-error,
.c-form input[type=text].is-error,
.c-form input[type=number].is-error,
.c-form input[type=tel].is-error,
.c-form input[type=email].is-error,
.c-form select.is-error,
.c-form textarea.is-error {
  background-color: rgba(221, 0, 0, 0.1);
}
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email] {
  max-width: 38rem;
}
.c-form select {
  background: url(../img/icon-select-arrow.svg) no-repeat right 1.5rem center;
  padding: 0 3rem 0 1rem;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form textarea {
  resize: vertical;
  height: 17.7rem;
  padding: 1.5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    height: 14.5rem;
    padding: 1.5rem 2.2rem;
  }
}
.c-form dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 4.6rem 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-form dl {
    display: block;
    font-size: 1.6rem;
    margin: 1.9rem 0 2rem;
  }
  .c-form dl + p {
    text-align: left;
  }
}
.c-form dl dt {
  width: 27rem;
  font-weight: bold;
  padding-top: 1.6rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form dl dt {
    width: auto;
    margin-bottom: 0.7rem;
  }
}
.c-form dl dt span {
  color: #4581D2;
}
.c-form dl dd {
  width: calc(100% - 27rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form dl dd {
    width: auto;
    margin-bottom: 0.2rem;
  }
}
.c-form__rc-box {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  margin: 0 1rem 1rem 0;
}
.c-form__rc-box.is-checked {
  background-color: rgba(69, 129, 210, 0.1);
}
.c-form__rc-box.is-error {
  background-color: rgba(221, 0, 0, 0.1);
}
.c-form__guid {
  margin-bottom: 1rem;
}
.c-form__note {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-form__link {
  display: inline-block;
}
.c-form__link a {
  text-decoration: underline;
}
.c-form__birth select {
  display: inline-block;
  width: 80px;
  margin: 0 0.5rem 0 0;
}
.c-form__birth select:first-child {
  width: 100px;
}
.c-form__birth .c-form__item__input {
  display: inline-block;
  width: 100px;
}
.c-form__zip {
  display: inline-block;
}
.c-form__zip .c-form__item__input {
  display: inline-block;
  width: 150px;
  margin: 0 0.5rem;
}
.c-form__btn-group {
  margin: 5rem 0;
  text-align: center;
}
.c-form__btn-group button {
  background: #4581D2;
  color: #fff;
  border: solid 1px #4581D2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 1.6rem;
  height: 5.4rem;
  min-width: 29.5rem;
  border-radius: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form__btn-group button {
    min-width: unset;
    max-width: 100%;
    width: 29.5rem;
    height: 5.4rem;
  }
}
.c-form__btn-group button:hover {
  opacity: 0.6;
}
.c-form__btn-group button + button {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-form__btn-group button + button {
    margin-top: 15px;
    margin-left: 0;
  }
}
.c-form__item__error {
  color: #dd0000;
  margin-bottom: 1rem;
}
.c-form__item--short {
  display: inline-block;
}
.c-form__item--short .c-form__item__input {
  display: inline-block;
  width: 150px;
  margin: 0 0.5rem 0 0;
}
.c-form__info {
  padding: 2rem;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .c-form__agree dt {
    padding-top: 0.5rem !important;
    text-align: center;
  }
}
.c-form__desired {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 1.9rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-form__desired {
    display: block;
    font-size: 1.6rem;
  }
}
.c-form__desired__title {
  width: 6em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form__desired__title {
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__desired__title {
    width: auto;
    margin-bottom: 0.7rem;
  }
}
.c-form__desired__body {
  width: calc(100% - 6em);
}
@media screen and (max-width: 767px) {
  .c-form__desired__body {
    width: auto;
  }
}
.c-form__recaptcha > div {
  max-width: 100%;
  margin: 3rem auto;
}
.c-form__recaptcha iframe {
  max-width: 100%;
  margin: 0 auto;
}

.p-form__contact .l-main__section-inner > p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact .l-main__section-inner > p {
    margin-bottom: 2rem;
  }
}
.p-form__contact .l-main__section-inner > ul {
  margin-bottom: 4rem;
  padding: 2rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-form__contact .l-main__section-inner > ul {
    margin-bottom: 2rem;
  }
}
.p-form__contact .l-main__section-inner > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-form__contact .l-main__section-inner > ul li + li {
  margin-top: 1rem;
}
.p-form__contact h2 {
  color: #0a892e;
  border: solid 3px #0a892e;
  border-radius: 0.5rem;
  font-size: 2.4rem;
  text-align: center;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact h2 {
    margin-bottom: 2rem;
  }
}
.p-form__contact h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-form__contact h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact h4 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__contact h4 {
    margin-top: 1.5rem;
  }
}
.p-form__contact h4.p-form__member-title {
  color: #0a892e;
  border: solid 2px #0a892e;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
}
.p-form hr {
  border: solid 1px #0a892e;
}
.p-form .textarea_wrap > div {
  flex: 1;
}/*# sourceMappingURL=form.css.map */