@charset "UTF-8";
.request__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content__container, .content__container--small {
  box-sizing: content-box !important;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .content__container, .content__container--small {
    max-width: 86.9791666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.content__container--small {
  max-width: 822px;
  border: 1px solid blue;
}
@media screen and (max-width: 767px) {
  .content__container--small {
    max-width: 76.5625vw;
  }
}

/* common:start */
.innerLinkTargetArea {
  position: relative;
}

.innerLinkTarget {
  position: absolute;
  width: 1px;
  height: 100px;
  top: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .innerLinkTarget {
    height: 55px;
    top: -55px;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  color: #222222;
  flex-grow: 1;
}
.content * {
  box-sizing: border-box;
}
.content picture,
.content img {
  display: block;
}
.content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content ul,
.content ol {
  list-style: none;
}

/* common:end */
/* header:start */
.header {
  border-bottom: 2px solid #00665a;
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: 0.5208333333vw solid #00665a;
  }
}
.header__logo {
  max-width: 1100px;
  margin: auto !important;
  padding: 15px 20px 13px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 2.34375vw 2.6041666667vw 2.9947916667vw;
  }
}
.header__logo img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 25.9114583333vw;
    height: auto;
  }
}

/* header:end */
/* entry:start */
.entry {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}
.entry__text {
  font-size: 1.6rem;
  margin: 45px 0 0;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry__text {
    font-size: 3.90625vw;
    line-height: 1.5333333333;
    margin-top: 9.1145833333vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
.entry__hdg {
  background-color: #1e7858;
  color: #fff;
  font-size: 2.4rem;
  padding: 6px 0;
  text-align: center;
  margin-top: 55px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry__hdg {
    margin-top: 9.1145833333vw;
    padding: 1.0416666667vw 0;
    font-size: 5.46875vw;
    line-height: 1.4761904762;
  }
}
.entry__list {
  font-size: 1.6rem;
  margin: 40px 0 50px;
  padding: 0 15px 0 40px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry__list {
    font-size: 3.6458333333vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
    padding: 0 3.90625vw 0 10.4166666667vw;
    margin: 7.8125vw 0 9.1145833333vw;
  }
}
.entry__list li {
  list-style: decimal;
}
.entry__list li:not(:first-child) {
  margin-top: 0.3em;
}

/* entry:end */
/* request:start */
.request {
  background-color: #e7f7f5;
  padding: 50px 20px 120px;
  /*    ??   ?     ??   ?         ?   ?   ??   ?  ď  ?      ?? */
  /*    ??   ?     ??   ?         ?    ??   ?     ??   ?      ?      ??   ?        ¡           */
}
@media screen and (max-width: 767px) {
  .request {
    padding: 9.1145833333vw 2.6041666667vw 14.3229166667vw;
  }
}
.request__container {
  box-shadow: 0px 0px 14.55px 0.45px rgba(34, 34, 34, 0.3);
  border-radius: 10px;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .request__container {
    border-radius: 1.3020833333vw;
    box-shadow: 0px 0px 7px 0.25px rgba(34, 34, 34, 0.3);
  }
}
.request__hdg {
  background-color: #1e7858;
  padding: 8px 0;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .request__hdg {
    font-size: 5.46875vw;
    padding: 1.4322916667vw 0;
  }
}
.request__box {
  max-width: 1100px;
  text-align: center;
  margin: auto;
  background-color: #fff;
  padding: 35px 15px 45px;
}
@media screen and (max-width: 767px) {
  .request__box {
    padding: 7.8125vw 3.90625vw 10.4166666667vw;
  }
}
.request__box-hdg {
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17.5%;
  max-width: 135px;
}
@media screen and (max-width: 767px) {
  .request__box-hdg {
    font-size: 4.4270833333vw;
    width: 100%;
    max-width: none;
    justify-content: unset;
    font-weight: 500;
    margin-bottom: 3.90625vw;
  }
}
.request__required-txt {
  color: #ed115e;
  font-size: 1.2rem;
  border: solid 1px #ed115e;
  padding: 2px 5px 0;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 767px) {
  .request__required-txt {
    font-size: 3.125vw;
    padding: 0.6510416667vw 1.5625vw 0.2604166667vw;
    margin: 0 0 0.390625vw 5.2083333333vw;
  }
}
.request__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #dadada;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .request__tel {
    display: block;
    border-bottom: solid 0.5208333333vw #dadada;
    padding-bottom: 6.5104166667vw;
  }
}
.request__tel-row {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .request__tel-row {
    margin-bottom: 3.2552083333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.request__tel-error {
  display: none;
  margin: auto;
  margin-left: 15px;
  color: #ed115e;
  font-size: 1.4rem;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .request__tel-error {
    font-size: 3.6458333333vw;
    margin-left: 0;
    margin-top: 0.5em;
  }
}
.request__time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: solid 1px #dadada;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .request__time {
    display: block;
    padding: 7.8125vw 0;
    border-bottom: solid 0.5208333333vw #dadada;
    margin-bottom: 7.8125vw;
  }
}
.request__time-error {
  color: #ed115e;
  font-size: 1.4rem;
  margin-top: 0.25em !important;
  margin-bottom: 0 !important;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .request__time-error {
    font-size: 3.6458333333vw;
  }
}
.request__box-text {
  width: 81%;
  max-width: 886px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .request__box-text {
    width: 100%;
    max-width: none;
  }
}
.request__text {
  font-size: 1.6rem;
  margin: auto;
  margin-bottom: 15px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .request__text {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
.request__input {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
  border-radius: 8px;
  background-color: #fffae9;
}
@media screen and (max-width: 767px) {
  .request__input {
    width: 59.8958333333vw;
    font-size: 4.1666666667vw;
    padding: 2.6041666667vw !important;
    border-radius: 1.0416666667vw;
  }
}
.request__text-small {
  font-size: 1.4rem;
  margin: auto;
  display: flex;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .request__text-small {
    font-size: 3.6458333333vw;
    display: block;
  }
}
.request .alert-msg {
  display: block;
  margin-left: 15px;
  color: #ed115e;
}
@media screen and (max-width: 767px) {
  .request .alert-msg {
    margin-left: 0;
  }
}
.request__week {
  margin: auto;
  margin-bottom: 8px;
  padding-left: 10px;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: solid 6px #1d7555;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .request__week {
    margin-top: 7.8125vw;
    margin-bottom: 0;
    height: 4.4270833333vw;
    border-left-width: 1.5625vw;
    padding-left: 2.34375vw;
    font-size: 4.4270833333vw;
  }
}
.request__item {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.request__wrap {
  display: inline;
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  border-radius: 8px;
  user-select: none;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .request__wrap {
    font-size: 4.1666666667vw;
    padding: 1.8229166667vw 0 0 11.71875vw;
    margin-top: 4.1666666667vw;
  }
}
.request__wrap input {
  display: none;
}
.request__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .request__checkmark {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 1.0416666667vw;
    margin-top: 0.6510416667vw;
    border: 0.2604166667vw solid #ccc;
  }
}
.request__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .request__checkmark::after {
    width: 1.953125vw;
    height: 4.5572916667vw;
    left: 2.6041666667vw;
    top: 0.78125vw;
    border-width: 0 0.6510416667vw 0.6510416667vw 0;
  }
}
.request__wrap input:checked + .request__checkmark {
  border: 1px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .request__wrap input:checked + .request__checkmark {
    border: 0.2604166667vw solid #000;
  }
}
.request__wrap input:checked + .request__checkmark:after {
  display: block;
}
.request__btn {
  display: block;
}
@media screen and (max-width: 767px) {
  .request__btn {
    width: 77.6041666667vw;
    max-width: 100%;
  }
}
.request__caution {
  margin-top: 0.875em;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .request__caution {
    margin-top: 0.5em;
    font-size: 3.3854166667vw;
  }
}
.request__note {
  margin-top: 30px;
  margin-bottom: 0px !important;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .request__note {
    margin-top: 5.2083333333vw;
    font-size: 3.6458333333vw;
    text-align: left;
  }
}

.inlineBlock {
  display: inline-block;
}

/*    ?     ?  폫 ??      ?   ?     ¡           */
.hasError .request__input {
  background-color: #ffeaf1;
  border-color: #ed115e;
}
.hasError .request__tel-error {
  display: block;
}
.hasError .request__checkmark {
  background-color: #ffeaf1;
  border-color: #ed115e;
}
.hasError .request__time-error {
  opacity: 1;
}

/* request:end */
/* footer:start */
.footer__copy-right {
  margin-bottom: auto;
  padding: 8px 0;
  text-align: center;
  background-color: #00665a;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .footer__copy-right {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.005em;
    padding: 1.5625vw 0;
  }
}

/* footer:end */
