html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

html, body {
  min-height: 100vh;
}

html {
  color: #333;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, osaka, MS PGothic, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
}

p {
  margin: 0;
  line-height: 1.8;
}

a, input[type="checkbox"], input[type="radio"], select, button, label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

select, button {
  background: none;
  border: none;
  padding: 0;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

.header {
  box-sizing: border-box;
  background: #fff;
  border-bottom: 4px solid #1746FF;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header {
    border-width: 2px;
    padding: 0 15px;
  }
}

.header-contents {
  align-items: center;
  column-gap: 24px;
  width: 944px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header-contents {
    column-gap: 12px;
  }
}

.header-logo {
  line-height: 0;
  display: inline-block;
}

.header-logo-img {
  width: 109.2px;
  height: 52px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .header-logo-img {
    width: 84px;
    height: 40px;
  }
}

.header-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .header-title {
    font-size: 1.2rem;
  }
}

.header-nav {
  aspect-ratio: 1;
  color: #1746FF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .header-nav {
    display: none;
  }
}

.header-nav-icon {
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 32px;
  position: relative;
}

.header-nav-icon-border {
  background-color: #1746FF;
  border-radius: 1px;
  width: 26px;
  height: 2px;
  display: block;
  position: absolute;
}

.header-nav-icon-border:first-child {
  transition: all 0.3s;
  inset: 18.75% 9.38% 75%;
  transform: rotate(0);
}

.is-active .header-nav-icon-border:first-child {
  top: 0;
  transform: translateY(14px) rotate(45deg);
}

.header-nav-icon-border:nth-child(2) {
  inset: 46.88% 9.38%;
}

.is-active .header-nav-icon-border:nth-child(2) {
  opacity: 0;
}

.header-nav-icon-border:last-child {
  transition: all 0.3s;
  inset: 75% 9.38% 18.75%;
  transform: rotate(0);
}

.is-active .header-nav-icon-border:last-child {
  top: 0;
  transform: translateY(14px) rotate(-45deg);
}

.header-nav-text {
  font-size: 0.9rem;
  line-height: 1.5;
}

.header-menu {
  background: #fff;
  width: 100%;
  height: calc(100vh - 93px);
  display: none;
  position: fixed;
  top: 93px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .header-menu {
    height: calc(100vh - 64px);
    display: block;
    top: 64px;
    left: 100%;
  }
}

.header-menu.is-open {
  left: 0;
}

.footer {
  color: #fff;
  background-color: #1746FF;
  justify-content: center;
  margin-top: 160px;
  padding: 0 16px;
  font-size: 1.2rem;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 47px;
  }
}

@media screen and (max-width: 768px) {
  .footer:before {
    background-size: 100% 47px;
    height: 47px;
    top: -46px;
  }
}

.footer-copy {
  text-align: center;
  margin: 0;
  padding: 12px 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .footer-copy {
    padding-bottom: 0;
  }
}

.footer-button {
  aspect-ratio: 1;
  color: #1746FF;
  opacity: 0;
  background: #fff;
  border: 1px solid #1746FF;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  transition: opacity 0.3s;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 8px 16px #6432321a;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .footer-button {
    transition: opacity 0.3s;
  }

  .footer-button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .footer-button {
    right: 20px;
  }
}

.footer-button.is-show {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .footer-button.is-show {
    transition: opacity 0.3s;
  }

  .footer-button.is-show:hover {
    opacity: 0.7;
  }
}

.l-header {
  z-index: 3;
  width: 100%;
  height: 93px;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
  }
}

.l-header::before {
  display: block;
  background-image: url('../img/future_line.png');
  background-repeat: no-repeat;
  padding-top: 16px;
  content: "";
  background-size: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header::before {
    border-width: 2px;
    height: 10px;
  }
}

.l-main {
  max-width: 944px;
  margin: 0 auto;
  padding: 93px 0 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding: 64px 16px;
  }
}

.l-footer {
  z-index: 2;
  position: sticky;
  top: 100vh;
}

.main-container {
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .main-container {
    margin-top: 48px;
  }
}

.main-container-single {
  max-width: 704px;
}

.main-container-multi {
  justify-content: space-between;
  column-gap: 16px;
  margin-top: 0;
  display: flex;
}

.main-container-contents {
  flex: 1;
}

.main-container-nav {
  width: 224px;
}

@media screen and (max-width: 768px) {
  .main-container-nav {
    display: none;
  }
}

.form-container {
  max-width: 704px;
  margin: 0 auto;
}

.form-container:not(:first-child) {
  margin-top: 24px;
}

.text-list-error + .form-container:not(:first-child), .form-container-mt-large:not(:first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .text-list-error + .form-container:not(:first-child), .form-container-mt-large:not(:first-child) {
    margin-top: 32px;
  }
}

.section-container {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .section-container {
    margin-top: 48px;
  }

  .section-container:has(.heading:not(.heading-large):first-child) + .section-container:has(.heading:not(.heading-large):first-child) {
    margin-top: 32px;
  }
}

.section-container:has(.heading.heading-large:not(.heading-line):first-child) + .section-container:has(.heading.heading-large:not(.heading-line):first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .section-container:has(.heading.heading-large:not(.heading-line):first-child) + .section-container:has(.heading.heading-large:not(.heading-line):first-child) {
    margin-top: 32px;
  }
}

.card-service {
  color: #333;
  background-color: #faf9f7;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 769px) {
  .card-service {
    transition: opacity .3s;
  }

  .card-service:hover {
    opacity: .7;
  }
}

.card-service.has-image {
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .card-service.has-image {
    height: 108px;
  }
}

.card-service-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .card-service-image {
    aspect-ratio: 96 / 108;
    width: 96px;
  }
}

.card-service-list {
  flex-direction: column;
  row-gap: 12px;
  margin: 24px 20px;
  display: flex;
}

.has-image .card-service-list {
  flex: 1;
  row-gap: 8px;
  margin: 17.5px 16px 0;
}

@media screen and (max-width: 768px) {
  .has-image .card-service-list {
    row-gap: 0;
    margin-top: 16.5px;
  }
}

.card-service-title {
  align-items: center;
  column-gap: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
}

@media screen and (max-width: 768px) {
  .has-image .card-service-title {
    font-size: 1.4rem;
  }
}

.card-service-title:before {
  content: url("../img/icon_arrows_red.svg");
  line-height: 0;
  transform: translateY(-1px);
}

.has-image .card-service-title:before {
  display: none;
}

.card-service-description {
  margin: 0;
  line-height: 1.8;
}

.has-image .card-service-description {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pageTitle-title {
  letter-spacing: .03em;
  margin: 64px 0 0;
  font-size: 3.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pageTitle-title {
    margin-top: 48px;
    font-size: 2.8rem;
  }
}

.pageTitle-mailAddress {
  align-items: center;
  column-gap: 8px;
  margin: 4px 0 0;
  display: flex;
}

.pageTitle-mailAddress-mail {
  margin: 0;
}

.heading {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-large {
  font-size: 2.1rem;
}

.heading-line {
  column-gap: 16px;
  display: flex;
  position: relative;
}

.heading-line:before {
  content: "";
  background-color: #1746FF;
  border-radius: 1px;
  width: 3px;
  height: 1.5em;
  display: inline-block;
}

.text-list:not(:first-child) {
  margin-top: 24px;
}

.terms-box + .text-list {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .terms-box + .text-list {
    margin-top: 32px;
  }
}

.text-list-error {
  color: #c7000d;
  display: none;
}

.text-list-error:not(:first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .text-list-error:not(:first-child) {
    margin-top: 32px;
  }
}

.text-list + .text-list-error {
  margin-top: 16px;
}

.text-list-error.is-show {
  display: block;
}

.button {
  color: #fff;
  background-color: #1746FF;
  border: 1px solid #1746FF;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 53px;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media screen and (min-width: 769px) {
  .button {
    transition: opacity .3s;
  }

  .button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .button {
    max-width: none;
  }
}

.button:before {
  aspect-ratio: 1;
  content: url("../img/icon_arrows_white_red.svg");
  width: 16px;
  margin: auto 0;
  line-height: 0;
  display: inline-block;
  position: absolute;
  inset: 0 0 0 16px;
}

.button:disabled {
  cursor: auto;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.button:disabled:before {
  content: url("../img/icon_arrows_white_gray.svg");
}

.button:disabled:hover {
  opacity: 1;
}

.button-secondary {
  color: #1746FF;
  background-color: #fff;
}

.button-secondary:before {
  display: none;
}

.button-small {
  border-radius: 2px;
  width: auto;
  height: 28px;
  padding: 0 9px;
}

.button-small:before {
  display: none;
}

.button-small.button-secondary {
  font-weight: 300;
}

.button-list {
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: 16px;
  max-width: 704px;
  margin: 48px auto 0;
  display: flex;
}

.button-list-only {
  justify-content: center;
}

.information-list .button-list {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .button-list {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 32px;
  }
}

.field-title {
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
}

.field-title:not(:first-child) {
  margin-top: 24px;
}

.field-title-icon {
  background-color: #d6d6d6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
}

.field-title-icon.is-required {
  color: #fff;
  background-color: #c7000d;
}

.input-text {
  flex-direction: column;
  row-gap: 4px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
}

.input-text + .input-text {
  margin-top: 24px;
}

.field-container .input-text + .input-text {
  margin-top: 8px;
}

.input-text-label {
  flex-direction: column;
  row-gap: 4px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.input-text-button {
  width: 20px;
  height: 21px;
  display: inline-block;
  position: absolute;
  bottom: 13px;
  right: 8px;
}

@media screen and (min-width: 769px) {
  .input-text-button {
    transition: opacity .3s;
  }

  .input-text-button:hover {
    opacity: .7;
  }
}

.input-text-button-icon {
  margin: auto;
  position: absolute;
  inset: 0;
}

.input-text-button-icon-off {
  visibility: visible;
}

.is-show-password .input-text-button-icon-off, .input-text-button-icon-on {
  visibility: hidden;
}

.is-show-password .input-text-button-icon-on {
  visibility: visible;
}

.input-text-field {
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
}

.input-text-field::placeholder {
  color: #868686;
}

.input-text-field:focus {
  background-color: #faf9f7;
  border-color: #333;
}

.input-text-field.is-error {
  background-color: #fceff1;
  border-color: #c7000d;
}

.input-text-error, .input-text-description {
  display: none;
}

.input-text-error.is-show, .input-text-description.is-show {
  display: block;
}

.input-text-error {
  color: #c7000d;
}

.input-text-list {
  flex-direction: column;
  row-gap: 4px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
}

.input-text-list-fields {
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.input-text-list-item {
  flex: 1;
}

.input-text-list-hyphen {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-weight: 300;
  display: flex;
}

.input-text-list-error, .input-text-list-description {
  display: none;
}

.input-text-list-error.is-show, .input-text-list-description.is-show {
  display: block;
}

.input-text-list-error {
  color: #c7000d;
}

.link-text {
  margin-top: 24px;
}

.link-text-inner {
  color: #3281a2;
}

.link-text-inner:hover {
  text-decoration: none;
}

.ul-list {
  flex-direction: column;
  row-gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ul-list-item {
  padding-left: 16px;
  line-height: 1.8;
  position: relative;
}

.ul-list-item:before {
  aspect-ratio: 1;
  content: "";
  background-color: #333;
  border-radius: 50%;
  width: 3px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 6.25px;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-container-nav .nav-list {
  border-top: 1px solid #d6d6d6;
}

.nav-list-link {
  color: #333;
  border-bottom: 1px solid #d6d6d6;
  align-items: flex-start;
  column-gap: 8px;
  padding: 16px 15px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 769px) {
  .nav-list-link {
    transition: opacity .3s;
  }

  .nav-list-link:hover {
    opacity: .7;
  }
}

.nav-list-link.is-current {
  font-weight: 600;
}

.nav-list-link:before {
  content: url("../img/icon_arrows_red.svg");
  line-height: 0;
  transform: translateY(1.5px);
}

.nav-list-link.is-external:before {
  content: url("../img/icon_external.svg");
}

.main-container-nav .nav-list-link {
  padding: 16px 0;
}

.checkbox {
  line-height: 0;
}

.checkbox-label {
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  line-height: 1.8;
  display: inline-flex;
}

.checkbox-label-box {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 16px 0;
  font-weight: 300;
  display: flex;
}

.checkbox-label:has(.checkbox-field-all-checked) {
  font-weight: 600;
}

.checkbox-field {
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.checkbox-field:before {
  visibility: hidden;
  content: url("../img/icon_checkbox.svg");
  width: 20px;
  height: 20px;
  margin: auto;
  line-height: 0;
  display: inline-block;
  position: absolute;
  inset: 0 0 0 -1px;
}

.checkbox-field:checked {
  background: #1746FF;
  border-color: #1746FF;
}

.checkbox-field:checked:before {
  visibility: visible;
}

.checkbox-list {
  flex-direction: column;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.checkbox-list-box {
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  row-gap: 0;
  padding: 0 16px;
}

.checkbox-list-box + .checkbox-list-box {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .checkbox-list-box + .checkbox-list-box {
    margin-top: 32px;
  }
}

.checkbox-list-item:has(.checkbox-field-all-checked):not(:only-child) {
  border-bottom: 1px solid #d6d6d6;
}

.radio-button {
  box-sizing: border-box;
  line-height: 1.8;
}

.radio-button-label {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  font-weight: 600;
  display: flex;
}

.radio-button-field {
  appearance: none;
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.radio-button-field:before, .radio-button-field:after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.radio-button-field:after {
  visibility: hidden;
  background-color: #1746FF;
  border-color: #1746FF;
  transform: scale(.625);
}

.radio-button-field:checked:before {
  border-color: #1746FF;
}

.radio-button-field:checked:after {
  visibility: visible;
}

.radio-button-list {
  column-gap: 8px;
  display: flex;
}

.radio-button-list-item {
  flex: 1;
}

.select-box-label {
  align-items: center;
  column-gap: 4px;
  line-height: 1.8;
  display: flex;
}

.select-box-container {
  width: 100%;
  position: relative;
}

.select-box-container:before {
  aspect-ratio: 1;
  pointer-events: none;
  content: url("../img/icon_arrows_black.svg");
  width: 20px;
  margin: auto 8px auto auto;
  line-height: 0;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.select-box-container:has(.select-box-field:focus):before {
  transform: scale(1, -1);
}

.select-box-field {
  color: #333;
  appearance: none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.select-box-field:focus {
  border-color: #333;
}

.select-box-field:disabled {
  color: #868686;
  cursor: auto;
  background-color: #faf9f7;
}

.select-box-field.is-error {
  background-color: #fceff1;
  border-color: #c7000d;
}

.select-box-text {
  text-align: center;
  width: 24px;
  display: inline-block;
}

.select-box-list {
  column-gap: 2px;
  display: flex;
}

.select-box-list-item {
  flex: 1;
}

.service-list {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  display: grid;
}

@media screen and (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}

.service-button-list {
  width: 100%;
  margin: 48px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .service-button-list {
    margin-top: 32px;
  }
}

.service-button-list-item {
  border-bottom: 1px solid #d6d6d6;
  align-items: center;
  column-gap: 32px;
  padding: 16px 0;
  display: flex;
}

.service-button-list-item:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .service-button-list-item {
    column-gap: 8px;
  }
}

.service-button-list-container {
  flex: 1;
  align-items: center;
  column-gap: 16px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .service-button-list-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-button-list-title {
  flex: 1;
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.service-button-list-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 20px;
}

.service-button-list-linked {
  color: #868686;
  flex: 1;
}

.service-button-list-action {
  margin: 0;
}

.information-list {
  max-width: 704px;
  margin: 48px auto 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .information-list {
    margin-top: 32px;
  }
}

.information-list-box {
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  margin-top: 24px;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .information-list-box {
    margin-top: 16px;
    padding: 16px;
  }
}

.information-list-container {
  margin: 0;
}

.information-list-item {
  border-bottom: 1px solid #d6d6d6;
  grid-template-columns: 200px 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 16px 0;
  display: grid;
  position: relative;
}

.information-list-box .information-list-item {
  column-gap: 32px;
}

.information-list-item.has-link {
  grid-template-columns: 200px 1fr auto;
}

@media screen and (max-width: 768px) {
  .information-list-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 8px 0;
  }

  .information-list-item.has-link {
    grid-template-columns: 1fr auto;
    column-gap: 10px;
  }
}

.information-list-item:first-child {
  padding-top: 0;
}

.information-list-box:not(:has(.button-list)) .information-list-item:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.information-list-title {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .information-list-title {
    order: 1;
  }
}

.information-list-detail {
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .information-list-detail {
    order: 3;
    grid-column: 1 / 3;
  }
}

.information-list-link {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .information-list-link {
    order: 2;
  }
}

.table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .table {
    margin-top: 32px;
  }
}

.table-thead-header {
  color: #868686;
  white-space: nowrap;
  padding: 16px 0 8px;
  font-weight: 300;
  line-height: 1.8;
}

.table-thead-header:not(:first-child) {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .table-thead-header:not(:first-child) {
    padding-left: 16px;
  }
}

.table-thead-header:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-tbody {
  border-bottom: 1px solid #d6d6d6;
}

.table-tbody-data {
  border-top: 1px solid #d6d6d6;
  padding: 16px 0;
  line-height: 1.8;
}

.table-tbody-data:not(:first-child) {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .table-tbody-data:not(:first-child) {
    padding-left: 16px;
  }
}

.table-tbody-data:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-tbody-data.is-red {
  color: #c7000d;
}

.table-tbody-inner {
  color: #868686;
  flex-direction: column;
  font-size: 1.2rem;
  display: flex;
}

.table-tbody-date {
  color: #333;
  font-size: 1.4rem;
}

.table-tbody-method {
  min-width: 11em;
}

@media screen and (max-width: 768px) {
  .table-tbody-ellipsis {
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.terms-box {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.terms-box:not(:first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .terms-box:not(:first-child) {
    margin-top: 32px;
  }
}

.terms-box-inner {
  scrollbar-color: #1746FF #d9d9d9;
  height: 316px;
  margin: 0 8px 0 16px;
  padding: 0 8px 0 0;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .terms-box-inner {
    height: 309px;
  }
}

.terms-box-inner::-webkit-scrollbar {
  background-color: #fff;
  width: 4px;
}

.terms-box-inner.is-original-scroll::-webkit-scrollbar {
  appearance: none;
  display: none;
}

.terms-box-inner.is-original-scroll .simplebar-scrollbar:before {
  opacity: 1;
  background: #1746FF;
  border-radius: 10px;
  inset: 0;
}

.terms-box-inner.is-original-scroll .simplebar-vertical {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 4px;
  margin: 16px 0;
}

.terms-box-inner::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 10px;
  margin: 16px 0;
}

.terms-box-inner::-webkit-scrollbar-thumb {
  background-color: #1746FF;
  border-radius: 10px;
}

.terms-box-list {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  list-style: none;
}

.terms-box-list-item {
  padding-left: 1.5em;
  position: relative;
}

.terms-box-list-item:before {
  aspect-ratio: 1;
  content: "";
  background-color: #333;
  border-radius: 50%;
  width: 2px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: .725em;
}

.terms-box-list:first-child, .terms-box-text:first-child {
  margin-top: 16px;
}

.terms-box-list:last-child, .terms-box-text:last-child {
  margin-bottom: 16px;
}

.error-text {
    font-size: 1.4rem;
}
