@charset "utf-8";
/*-----------------------------------------------
 * others
-------------------------------------------------*/
.others {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .others {
    padding: 2.5rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .others__inner {
    padding: 2.5rem 6%;
  }
}
.others__section {
  color: #222;
  line-height: 1.75;
}
.others__section--in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 6%;
}
.others__section--heading {
  max-width: 1200px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .others__section--heading {
    margin-bottom: 2.5rem;
  }
}
.others__section--item {
  margin-bottom: 40px;
}
.others__section--subtitle {
  font-size: 1.125rem;
  line-height: 1;
  color: #1c294f;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #d2d5db;
}
@media screen and (max-width: 768px) {
  .others__section--subtitle {
    padding: 0 0 0.5rem 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.others__section p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .others__section p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.others__bg {
  font-size: 0.9375rem;
  padding: 1.5rem 2.5rem;
  line-height: 1.75;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .others__bg {
    font-size: 0.875rem;
    padding: 1.5rem;
    line-height: 1.5;
    margin: 0 auto 2.5rem;
  }
}
.others__bg._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 769px) {
  .others__bg._flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .others__bg._flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.others .bg {
  background-color: #f4f4f4;
  padding: 2.5rem 0;
}
.isms {
  background-color: #fff;
  padding: 0 6%;
  margin: 0 auto;
}
.isms__in {
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .isms__in {
    padding: 2rem 0.5rem;
  }
}
.isms__list {
  margin-left: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .isms__list {
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.isms__item {
  list-style-type: decimal;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .isms__item {
    font-size: 0.8125rem;
  }
}
.isms__item + .isms__item {
  margin-top: 16px;
}
.isms > p {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .isms > p {
    font-size: 0.8125rem;
  }
}
.sitemap__list {
  --col-number: 3;
  --gap-x: 32px;
  --gap-y: 32px;
  display: grid;
  gap: var(--gap-x) var(--gap-y);
  grid-template-columns: repeat(
    var(--col-number),
    minmax(calc(100% / var(--col-number) - var(--gap-x)), 1fr)
  );
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitemap__list {
    --col-number: 1;
    --gap-x: 16px;
    --gap-y: 16px;
  }
}
.sitemap__item > a {
  width: 100%;
  font-size: 0.9375rem;
}
.sitemap__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.sitemap__subtitle > a {
  width: 100%;
  font-size: 1.0625rem;
  color: #1c294f;
}
.sitemap__subtitle > a:hover {
  color: #083388;
}
