@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
/* ==========================================================================
 Foundation
============================================================================*/
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

ol, ul {
  list-style-type: none;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

q:after, q:before {
  content: "";
}

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, projects, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #707680;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #707680;
  text-decoration: underline;
}
a:hover {
  color: #707680;
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
}
/* ==========================================================================
 layout
============================================================================*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(640px, 94.3396226415%);
  width: 100%;
}
.l-contents {
  display: flex;
  justify-content: space-between;
}

.l-contents .l-main {
  background-color: #FDFFF9;
  padding-bottom: 100px;
  padding-top: 100px;
}
.l-flexbox {
  display: flex;
  justify-content: space-between;
}
.l-footer {
  height: 40px;
  margin: 0 auto;
  font-size: 80%;
  text-align:center;
  
}
.l-header {
  background-color: #dcdbdb;
  height: 5em;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
.l-header__logo {
  line-height: 1;
  text-align: center;
}
.l-header__logo img {
  height: 2.5em;
}
.l-header__facility-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
  text-align: center;
}
.l-header__btn-menu {
  cursor: pointer;
  display: block;
  height: 5em;
  position: fixed;
  right: 50%;
  top: 0;
  transform: translate(320px, 0);
  width: 5em;
}
.l-header.--has-menu .l-header__inner {
  align-items: flex-start;
}
.l-header.--has-menu .l-header__facility-name {
  padding-right: 3.75em;
  text-align: left;
}
.l-wrapper {
  background-color: #becad4;
  font-size: 1rem;
  min-height: 100dvh;
  overflow: hidden;
  padding-top: 5em;
  width: 100%;
}

/* ==========================================================================
 object
============================================================================*/
.c-author {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  margin-top: 1.3333333333em;
}
.c-author figure {
  width: 3.5555555556em;
}
.c-author figure img {
  width: 100%;
}
.c-author__name {
  font-weight: 700;
  margin-left: 0.8888888889em;
}
.c-bubble {
  background-color: #fff;
  border-radius: 0.5714285714em;
  font-size: 1.07rem;
  margin-top: 1.1428571429em;
  padding: 1.1428571429em;
}
.c-bubble * + p {
  margin-top: 1.1428571429em;
}
.c-btns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2.2857142857em;
}
.c-btns > * {
  margin-right: 1.7142857143em;
}
.c-btns > *:last-child {
  margin-right: 0;
}

.c-btn-01 {
  background: #89c239;
  border-radius: 0.4em;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  max-width: 140px;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
}
.c-btn-01:hover {
  color: #fff;
  opacity: 0.5;
}
.c-form-part {
  display: flex;
  flex-direction: column;
  font-size: 1.07rem;
  margin-top: 1.1428571429em;
}
.c-form-part > dt {
  color: #707681;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 2em;
  position: relative;
}
.c-form-part > dt > span,
.c-form-part > dt > label {
  display: block;
  padding-bottom: 0.4285714286em;
  padding-top: 0.4285714286em;
}
.c-form-part > dd {
  position: relative;
}

.c-form-part > dd input[type=text]:required:invalid,
.c-form-part > dd input[type=email]:required:invalid,
.c-form-part > dd input[type=tel]:required:invalid,
.c-form-part > dd input[type=password]:required:invalid,
.c-form-part > dd input[type=number]:required:invalid
 {
    background: #e9e9e9;
    border: 1px solid red;
    border-radius: 0.5714285714em;
    font-size: 1.07rem;
    height: 2.8571428571em;
    padding-left: 1.1428571429em;
    padding-right: 1.1428571429em;
    width: 100%;
}

.c-form-part > dd input[type=text],
.c-form-part > dd input[type=email],
.c-form-part > dd input[type=tel],
.c-form-part > dd input[type=password],
.c-form-part > dd input[type=date],
.c-form-part > dd input[type=number] {
    background: #e9e9e9;
    border: 1px solid #929292;
    border-radius: 0.5714285714em;
    font-size: 1.07rem;
    height: 2.8571428571em;
    padding-left: 1.1428571429em;
    padding-right: 1.1428571429em;
    width: 100%;
}


.c-form-part > dd input[type=text].--100,
.c-form-part > dd input[type=number].--100,
.c-form-part > dd input[type=email].--100,
.c-form-part > dd input[type=tel].--100,
.c-form-part > dd input[type=password].--100,
.c-form-part > dd input[type=date].--100 {
    width: 100px;
}
.c-form-part > dd input[type=radio] {
  margin-right: 0.5714285714em;
}
.c-form-part > dd select {
  background: #e9e9e9;
  border: 1px solid #929292;
  border-radius: 0.2857142857em;
  font-size: 1.07rem;
  height: 2.8571428571em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}
.c-form-part > dd select[multiple] {
  height: 10.7142857143em;
}
.c-form-part > dd textarea {
  background: #e9e9e9;
  border: 1px solid #929292;
  border-radius: 0.2857142857em;
  font-size: 1.07rem;
  height: 11.4285714286em;
  padding: 1.1428571429em;
  width: 100%;
}
.c-form-part__row {
  align-items: center;
  display: grid;
  gap: 1em;
  grid-template-columns: max-content 1fr;
}
.c-form-part__row > * {
  display: contents;
}
.c-form-part__row > * > *:nth-child(1) {
  white-space: nowrap;
}
.c-form-part__cols {
  align-items: center;
  display: flex;
}
.c-form-part__cols__col {
  align-items: center;
  display: flex;
  margin-right: 0.5714285714em;
}
.c-form-part__cols__col:last-child {
  margin-right: 0;
}
.c-form-part__cols__col span {
  padding-left: 0.5714285714em;
}
.c-form-part .js-show-password {
  cursor: pointer;
  font-size: 1.07rem;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 13px;
  top: 50%;
}
.c-form-part .js-show-password.blind::after {
  content: "\f06e";
}

.c-radio-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.07rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  vertical-align: middle;
}
.c-radio-button label {
  align-items: center;
  display: flex;
}
.c-radio-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  height: 1.7142857143em;
  margin-right: 1.1428571429em;
  position: relative;
  width: 1.7142857143em;
}
.c-radio-button input::before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  border-radius: 100vh;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-radio-button input:checked::after {
  background: #57B0DE;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
}

.c-check-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.07rem;
  font-weight: 500;
  line-height: 1.7142857143em;
  vertical-align: middle;
}
.c-check-button label {
  align-items: center;
  display: flex;
}
.c-check-button input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-check-button input::before {
  background-color: #DDE8EE;
  border-radius: 4px;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-check-button input::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #B4CAD5;
  content: "";
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 2;
}
.c-check-button input:checked::before {
  background-color: #57B0DE;
}
.c-check-button input:checked::after {
  background-color: #fff;
}

.c-check-list {
  display: flex;
  flex-direction: column;
}
.c-check-list > * {
  padding-bottom: 8px;
  padding-top: 8px;
}
.c-check-list.--horizontal {
  flex-direction: row;
}
.c-check-list.--horizontal > * {
  margin-right: 32px;
}
.c-check-list.--horizontal > *:last-child {
  margin-right: 0;
}

.c-check-list.--vertical {
    flex-direction: column;
}

.c-check-list.--vertical > * {
    margin-right: 32px;
}

.c-check-list.--vertical > *:last-child {
    margin-right: 0;
}


.c-select-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.c-select-box::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #707680;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 16px;
  z-index: 2;
}
.c-select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.07rem;
  font-weight: 500;
  height: 100%;
  padding-left: 16px;
  padding-right: 32px;
  position: relative;
  z-index: 1;
}
.c-select-box select::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-select-box select:-moz-placeholder {
  color: #A2A2A2;
}
.c-select-box select::-moz-placeholder {
  color: #A2A2A2;
}
.c-select-box select:-ms-input-placeholder {
  color: #A2A2A2;
}

.c-text-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  font-size: 1.07rem;
  font-weight: 500;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
.c-text-box::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-text-box:-moz-placeholder {
  color: #A2A2A2;
}
.c-text-box::-moz-placeholder {
  color: #A2A2A2;
}
.c-text-box:-ms-input-placeholder {
  color: #A2A2A2;
}
.c-text-box.--multiline {
  height: 240px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.c-choices {
  display: flex;
  height: 48px;
}
.c-choices label {
  align-items: center;
  background-color: #fff;
  border: 2px solid #57B0DE;
  display: flex;
  font-size: 1.07rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-choices label:first-child {
  border-radius: 100vh 0 0 100vh;
  border-right-width: 1px;
}
.c-choices label:last-child {
  border-radius: 0 100vh 100vh 0;
  border-left-width: 1px;
}
.c-choices label input {
  display: none;
}
.c-choices label.-on {
  background: #57B0DE;
  color: #fff;
}
.p-form__show-pass {
  margin-top: 1em;
}
.p-form__forgot-pass {
  margin-top: 1em;
}
.p-form__forgot-pass a {
  color: #707680;
  text-decoration: none;
}

.p-info-message {
  color: #6491B4;
  font-size: 1.07rem;
  margin-top: 8px;
}
.p-info-message p {
  line-height: 1.5em;
  margin-bottom: 0;
  padding-left: 1.6666666667em;
  position: relative;
}
.p-info-message a {
  color: #6491B4;
  text-decoration: none;
}
.p-info-message a:hover {
  text-decoration: underline;
}
.p-info-message.-is-important {
  color: #DC6262;
}
/* .p-grm-thanks
--------------------- */
.p-grm-thanks {
  margin-top: 80px;
  text-align: center;
}
.p-grm-thanks__title {
  color: #46AA82;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-grm-thanks__message p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5em;
}
.p-grm-thanks .c-form-part {
  justify-content: center;
}
.p-grm-thanks .c-form-part > dt,
.p-grm-thanks .c-form-part > dd {
  width: auto;
}

/* .p-error
--------------------- */
.p-error {
  margin-top: 80px;
  text-align: center;
}
.p-error__title {
  color: #DC6262;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-error__message p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5em;
}
.p-gnav {
  background-color: rgba(238, 245, 217, 0.9);
  display: none;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.p-gnav__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-gnav__inner > * {
  max-height: 100%;
  overflow: auto;
  padding: 24px;
  width: 100%;
}
.p-gnav ul li {
  font-size: 1.25rem;
  height: 3.2em;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-gnav ul li a {
  align-items: center;
  color: #707680;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  width: 100%;
}
.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}
.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}
.u-ruby {
  position: relative;
}
.u-ruby::after {
  bottom: 100%;
  content: attr(data-ruby);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translate(-50%, 0%);
  white-space: nowrap;
}
.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
.u-text--marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text--marker::after {
  background: #ffefa2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1272px) { /**/ /**/ /**/ /**/ /**/
  .l-contents .l-main {
    padding-bottom: 7.8616352201vw;
    padding-top: 7.8616352201vw;
  } /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ /**/ }
@media screen and (max-width: 767px) { /**/ /**/ /**/ /**/
  .l-container {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    max-width: none;
  } /**/
  .l-contents {
    flex-direction: column;
  }
  .l-contents .l-main {
    padding-bottom: 16vw;
    padding-top: 16vw;
  } /**/ /**/ /**/
  .l-header__inner {
    max-width: 87.2%;
  }
  .l-header__btn-menu {
    right: 0;
    transform: translate(0, 0);
  } /**/ /**/ /**/ /**/ /**/
  .c-select-box {
    height: 12.8vw;
  }
  .c-select-box::after {
    height: 4.2666666667vw;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
  }
  .c-select-box select {
    font-size: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 8.5333333333vw;
  }
  .c-text-box {
    font-size: 4.2666666667vw;
    height: 12.8vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .c-text-box.--multiline {
    height: 64vw;
    padding: 4.2666666667vw;
  } /**/
  .p-form.confirm .c-form-part > dt {
    margin-bottom: 16px;
  }
  .p-grm-thanks {
    margin-top: 10.6666666667vw;
  }
  .p-grm-thanks .c-form-part {
    justify-content: flex-start;
  }
  .p-error {
    margin-top: 10.6666666667vw;
  } /**/
  .p-gnav__inner > * {
    padding: 6.4vw;
  } /**/ /**/
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  } /**/ /**/ }
/*# sourceMappingURL=../map/style.css.map */
