@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  function
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  accept - よくあるご質問・お問い合わせ
============================================================================*/
.accept {
  /* -------------------------------
    faq - よくあるご質問
  ------------------------------- */
  /* -------------------------------
    inquiry - お問い合わせ
  ------------------------------- */
}
.accept.faq {
  /* -------------------------------
    content
  ------------------------------- */
}
.accept.faq .content .c-title__h2__lower {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .c-title__h2__lower {
    margin-bottom: 10px;
  }
}
.accept.faq .content .faq {
  border-bottom: 2px solid #bacad0;
}
.accept.faq .content .faq__titlearea {
  padding: 60px 0;
  cursor: pointer;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__titlearea {
    padding: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__titlearea {
    padding: 15px 0;
  }
}
.accept.faq .content .faq__titlearea.open .faq__title__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accept.faq .content .faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.8rem;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__title {
    font-size: 2rem;
  }
}
.accept.faq .content .faq__title__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accept.faq .content .faq__title__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 1em;
  background-color: #1795c5;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__title__arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__title__arrow {
    width: 20px;
    height: 20px;
  }
}
.accept.faq .content .faq__title__arrow::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__title__arrow::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.accept.faq .content .faq__contentarea {
  padding-bottom: 80px;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__contentarea {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__contentarea {
    padding-bottom: 20px;
  }
}
.accept.faq .content .faq__sub {
  margin-bottom: 20px;
  background-color: #edf1f2;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub {
    margin-bottom: 10px;
  }
}
.accept.faq .content .faq__sub:last-of-type {
  margin-bottom: 0;
}
.accept.faq .content .faq__sub__titlearea {
  padding: 30px;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__sub__titlearea {
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__titlearea {
    padding: 10px;
  }
}
.accept.faq .content .faq__sub__titlearea.open .faq__sub__title__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accept.faq .content .faq__sub__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.accept.faq .content .faq__sub__title__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 1em;
  background-color: #fff;
  border: 2px solid #1795c5;
  border-radius: 4px;
  color: #1795c5;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__title__icon {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
}
.accept.faq .content .faq__sub__title__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.63;
}
.accept.faq .content .faq__sub__title__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: 1em;
  background-color: #edf1f2;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__sub__title__arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__title__arrow {
    width: 20px;
    height: 20px;
  }
}
.accept.faq .content .faq__sub__title__arrow::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #1795c5;
  border-right: 3px solid #1795c5;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__sub__title__arrow::before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #1795c5;
    border-right: 2px solid #1795c5;
  }
}
.accept.faq .content .faq__sub__contentarea {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1039px) {
  .accept.faq .content .faq__sub__contentarea {
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__contentarea {
    padding: 10px;
  }
}
.accept.faq .content .faq__sub__contentarea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accept.faq .content .faq__sub__contentarea__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 1em;
  background-color: #1795c5;
  border: 2px solid #1795c5;
  border-radius: 4px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__contentarea__icon {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
}
.accept.faq .content .faq__sub__content {
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accept.faq .content .faq__sub__content .content__tablearea__faq {
  width: 100%;
}
.accept.faq .content .faq__sub__content .content__table__faq th, .accept.faq .content .faq__sub__content .content__table__faq td {
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__content .content__table__faq th, .accept.faq .content .faq__sub__content .content__table__faq td {
    white-space: nowrap;
  }
}
.accept.faq .content .faq__sub__content .content__table__faq th {
  white-space: nowrap;
}
.accept.faq .content .faq__sub__content .u-fsd {
  font-size: inherit;
}
.accept.faq .content .faq__sub__content .dl__arrow {
  display: block;
}
.accept.faq .content .faq__sub__content .dl__arrow__dt {
  font-size: inherit;
  font-weight: 400;
}
.accept.faq .content .faq__sub__content .dl__arrow__dd {
  padding-left: 16px;
}
@media screen and (max-width: 599px) {
  .accept.faq .content .faq__sub__content .dl__arrow__dd {
    padding-left: 14px;
  }
}
.accept.faq .content .faq__sub__content .u-tal {
  text-align: left;
}
.accept.faq .content .faq__sub__content .u-fw-regular {
  font-weight: 400;
}
.accept.faq .content .faq__sub__content .u-wsn {
  white-space: nowrap;
}
.accept.faq .content__faq__linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accept.inquiry {
  /* -------------------------------
    content
  ------------------------------- */
}
.accept.inquiry .content__inquiry {
  padding: 60px;
  background-color: #edf1f2;
  text-align: center;
}
.accept.inquiry .content__inquiry__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1039px) {
  .accept.inquiry .content__inquiry {
    padding: 30px;
  }
  .accept.inquiry .content__inquiry__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__inquiry {
    padding: 20px;
  }
  .accept.inquiry .content__inquiry__text {
    font-size: 1.4rem;
  }
}
.accept.inquiry .content__formarea__text {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
.accept.inquiry .content__formarea__text--confirm {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__formarea__text {
    font-size: 1.6rem;
  }
}
.accept.inquiry .content__formarea__error {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ef2371;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__formarea__error {
    font-size: 1.6rem;
  }
}
.accept.inquiry .content__formarea__notes {
  padding: 20px;
  border: 1px solid #bacad0;
}
.accept.inquiry .content__formarea__notes p {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__formarea__notes p {
    font-size: 1.6rem;
  }
}
.accept.inquiry .content__formarea__notes ul {
  list-style: disc;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.accept.inquiry .content__form {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.accept.inquiry .content__form__table {
  width: 100%;
}
.accept.inquiry .content__form__table th, .accept.inquiry .content__form__table td {
  padding: 40px 0;
  border-bottom: 1px solid #bacad0;
  font-weight: 400;
  line-height: 1.6;
}
.accept.inquiry .content__form__table th {
  width: 30%;
  white-space: nowrap;
}
.accept.inquiry .content__form__table td {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__form__table {
    display: block;
  }
  .accept.inquiry .content__form__table thead, .accept.inquiry .content__form__table tbody, .accept.inquiry .content__form__table tr, .accept.inquiry .content__form__table th, .accept.inquiry .content__form__table td {
    display: block;
  }
  .accept.inquiry .content__form__table th, .accept.inquiry .content__form__table td {
    width: auto;
    padding: 0;
    border-bottom: none;
  }
  .accept.inquiry .content__form__table th {
    margin-bottom: 12px;
  }
  .accept.inquiry .content__form__table tr + tr {
    margin-top: 40px;
  }
}
.accept.inquiry .content__form__attention {
  display: inline-block;
  font-size: 0.9em;
  color: #ef2371;
}
.accept.inquiry .content__form__text {
  margin: 0.5em 0 0;
  line-height: 1.6;
}
.accept.inquiry .content__form__input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #7398a5;
  font-size: 1.6rem;
}
.accept.inquiry .content__form__textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #7398a5;
  font-size: 1.6rem;
}
.accept.inquiry .content__form__buttonarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__form__buttonarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accept.inquiry .content__form__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  padding: 8px;
  background-color: #1795c5;
  border: 2px solid #1795c5;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__form__button {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .accept.inquiry .content__form__button:hover {
    background-color: #fff;
    color: #1795c5;
  }
}
.accept.inquiry .content__form__button--back {
  background-color: #fff;
  border: 2px solid #bacad0;
  color: #bacad0;
}
@media screen and (min-width: 600px) {
  .accept.inquiry .content__form__button--back:hover {
    background-color: #bacad0;
    color: #fff;
  }
}
.accept.inquiry .content__form _:-ms-lang(x)::-ms-backdrop, .accept.inquiry .content__form .content__form__button--back {
  margin-right: 20px;
}
.accept.inquiry .content__confirm {
  text-align: center;
}
.accept.inquiry .content__confirm .div_recaptcha {
  display: inline-block;
  margin: auto;
}
.accept.inquiry .content__thanks {
  text-align: center;
}
.accept.inquiry .content__thanks__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .accept.inquiry .content__thanks__text {
    font-size: 1.6rem;
  }
}