@charset "UTF-8";
input[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

input[type=radio] {
  -moz-appearance: radio;
       appearance: radio;
  -webkit-appearance: radio;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
textarea {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.4em 0.6em;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  outline: 2px solid #55c1d9;
  outline-offset: 1px;
  border-color: #55c1d9;
}

textarea {
  resize: vertical;
  min-height: 6em;
}

select {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.4em 0.6em;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  cursor: pointer;
}
select:focus {
  outline: 2px solid #55c1d9;
  outline-offset: 1px;
  border-color: #55c1d9;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

body {
  font-family: "Noto Sans JP", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #333;
  background-color: #fff;
}

.header-nav-item:not(:first-child)::before {
  content: "｜";
  margin: 0 0.5em;
  color: #333;
}

.about-outer-tab {
  border-radius: 10px 10px 0 0;
  width: 330px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

.about-outer-tab-active {
  background-color: #fff;
  border: 4px solid #55c1d9;
  border-bottom: 0;
  border-bottom-color: #fff;
  color: #094276;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .about-outer-tab-active {
    border-width: 3px;
    border-bottom-width: 0;
  }
}

.about-outer-tab-inactive {
  background-color: #e0e0e0;
  color: #838383;
  z-index: 0;
}

.about-inner-btn {
  width: 260px;
  height: 60px;
  border-radius: 15px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .about-inner-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 40px;
    border-radius: 10px;
  }
}

.about-inner-btn-active {
  background-color: #e50056;
  color: #fff;
}

.about-inner-btn-inactive {
  background-color: #e0e0e0;
  color: #838383;
}

.available-tab {
  border-radius: 10px 10px 0 0;
  width: 300px;
  height: 64px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .available-tab {
    width: 100%;
    height: 75px;
  }
}

.available-tab-active {
  background-color: #fff;
  border: 4px solid #55c1d9;
  border-bottom: 0;
  border-bottom-color: #fff;
  color: #094276;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .available-tab-active {
    border-width: 3px;
  }
}

.available-tab-inactive {
  background-color: #e0e0e0;
  color: #838383;
  z-index: 0;
}

.flow-section::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
  width: 4px;
  height: calc(100% - 400px);
  background-color: #ff387a;
  z-index: 0;
}

.menu-button.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.menu-button.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-button.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu.open {
  max-height: 400px;
}

table th,
table td {
  vertical-align: middle;
}

.bullet-list {
  list-style: none;
}
.bullet-list li {
  padding-left: 1em;
}
.bullet-list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.docs-ordered-list li::marker {
  font-weight: bold;
}

.hero-achievement {
  position: relative;
}

.hero-achievement-content {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#14aebf), to(#2180c4));
  background: linear-gradient(90deg, #14aebf 0%, #2180c4 100%);
}
.hero-achievement-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  width: 100vw;
  background: #2180c4;
  z-index: -1;
}

.reason-achievement-content {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#14aebf), to(#2180c4));
  background: linear-gradient(90deg, #14aebf 0%, #2180c4 100%);
}
.reason-achievement-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 99%;
  width: 100vw;
  background: #14aebf;
  z-index: -1;
}

.scroll-hint-icon {
  top: calc(50% - 40px) !important;
  width: 125px !important;
}

.smpForm {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #333;
}
.smpForm .ss_container {
  width: 100%;
}
.smpForm .ss_contents {
  width: 100%;
}
.smpForm .ss_field,
.smpForm .ss_enquete_field {
  border-bottom: 1px solid #e0e0e0;
  padding: 18px;
}
@media (max-width: 768px) {
  .smpForm .ss_field,
  .smpForm .ss_enquete_field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 10px;
  }
}
.smpForm .ss_form_title,
.smpForm .ss_enquete_title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .smpForm .ss_form_title,
  .smpForm .ss_enquete_title {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.smpForm .ss_user_notnull {
  color: #e50056;
  margin-left: 4px;
}
.smpForm .ss_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.smpForm .ss_grid input[type=text],
.smpForm .ss_grid input[type=email],
.smpForm .ss_grid input[type=tel] {
  width: 100%;
  max-width: 420px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s, outline 0.2s;
  transition: border-color 0.2s, outline 0.2s;
}
@media (max-width: 768px) {
  .smpForm .ss_grid input[type=text],
  .smpForm .ss_grid input[type=email],
  .smpForm .ss_grid input[type=tel] {
    max-width: 100%;
  }
}
.smpForm .ss_grid select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s, outline 0.2s;
  transition: border-color 0.2s, outline 0.2s;
}
@media (max-width: 768px) {
  .smpForm .ss_grid select {
    max-width: 100%;
  }
}
.smpForm .ss_grid input[type=checkbox] {
  margin-right: 4px;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.smpForm .ss_leftComment {
  font-size: 13px;
  color: #555;
  white-space: nowrap;
}
.smpForm .ss_bottomComment {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  line-height: 1.6;
}
.smpForm #ss_VisitorData\.attribute1 .ss_grid .ss_input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.smpForm .ss_btnArea {
  margin-top: 32px;
  text-align: center;
}
.smpForm .ss_btnArea p {
  margin: 0;
}
.smpForm .ss_btnArea input[type=button][name=smpSubmit] {
  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: 150px;
  max-width: 100%;
  height: 46px;
  padding: 0 20px;
  background-color: #FFDD72;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 2.8px;
  border: 2px solid #F2C22C;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .smpForm .ss_btnArea input[type=button][name=smpSubmit] {
    width: 100%;
    font-size: 20px;
  }
}
.smpForm .ss_btnArea input[type=button][name=smpSubmit]:hover {
  opacity: 0.8;
}
.smpForm .ss_submit_loader {
  text-align: center;
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */