.theme-button {
  --text-color: #fff;
  --background-color: #00293B;
  --arrow-color: #00293B;
  --arrow-background-color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 20px;
  background-color: var(--background-color);
  color: var(--text-color);
  border-radius: 22px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .theme-button {
    gap: 12px;
    padding: 5px 6px 5px 24px;
    border-radius: 25px;
  }
  .theme-button:hover {
    opacity: 0.8;
  }
}
.theme-button--light {
  --text-color: #000;
  --background-color: #fff;
  --arrow-color: #fff;
  --arrow-background-color: #00293B;
}
.theme-button__label {
  flex: auto;
  display: flex;
  justify-content: center;
  line-height: 1.333;
  font-weight: 500;
}
@media (min-width: 769px) {
  .theme-button__label {
    font-size: 20px;
    font-weight: 400;
  }
}
.theme-button__arrow {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 34px;
  padding: 4px;
  border-radius: 50%;
  background: var(--arrow-background-color);
}
@media (min-width: 769px) {
  .theme-button__arrow {
    width: 40px;
    padding: 8px;
  }
}
.theme-button__arrow img {
  width: 100%;
}
.theme-button__arrow svg {
  width: 100%;
  stroke: var(--arrow-color);
}

.outstanding-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 25px;
  background-image: linear-gradient(90deg, #FF3300 0%, #FFC300 100%);
  color: #fff;
  border-radius: 28px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .outstanding-button {
    gap: 12px;
    padding: 6px 8px 6px 25px;
    border-radius: 40px;
  }
  .outstanding-button:hover {
    opacity: 0.7;
  }
}
.outstanding-button__label {
  flex: auto;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 400;
}
@media (min-width: 769px) {
  .outstanding-button__label {
    font-size: 24px;
  }
}
.outstanding-button__arrow {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 42px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 769px) {
  .outstanding-button__arrow {
    width: 64px;
    padding: 8px;
  }
}
.outstanding-button__arrow img {
  width: 100%;
}

.marker-heading {
  position: relative;
  padding-left: 16px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  font-style: italic;
  z-index: 0;
}
@media (min-width: 769px) {
  .marker-heading {
    padding: 1px 0 1px 22px;
    font-size: 36px;
  }
}
.marker-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #2BBFFF 0%, #003163 100%);
}
@media (min-width: 769px) {
  .marker-heading::before {
    width: 8px;
    border-radius: 8px;
  }
}
.marker-heading--small {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .marker-heading--small {
    font-size: 34px;
    padding: 1px 0 1px 22px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.blog-card:hover .blog-card__title {
  text-decoration: underline;
}
.blog-card__image {
  border-radius: 20px;
  overflow: hidden;
}
.blog-card__body {
  margin-top: 36px;
}
.blog-card__title {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 500;
}
.blog-card__excerpt {
  margin-top: 18px;
}
.blog-card__foot {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 24px;
}
.blog-card__category-item {
  padding: 1px 15px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  background: #00509D;
  color: #fff;
  border-radius: 12px;
}
@media (min-width: 769px) {
  .blog-card__category-item {
    padding-inline: 30px;
  }
}
.blog-card__date {
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
}

.page-title {
  display: flex;
  align-items: center;
  min-height: 82px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background: url(../assets/images/page-title-sp.jpg) top left/cover;
}
@media (min-width: 769px) {
  .page-title {
    min-height: 200px;
    font-size: 40px;
    background-image: url(../assets/images/page-title-pc.jpg);
  }
}
.page-title--news {
  background: url(../assets/images/page-title-news-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--news {
    background-image: url(../assets/images/page-title-news-pc.jpg);
  }
}
.page-title--about {
  background: url(../assets/images/page-title-about-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--about {
    background-image: url(../assets/images/page-title-about-pc.jpg);
  }
}
.page-title--company {
  background: url(../assets/images/page-title-company-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--company {
    background-image: url(../assets/images/page-title-company-pc.jpg);
  }
}
.page-title--member {
  background: url(../assets/images/page-title-member-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--member {
    background-image: url(../assets/images/page-title-member-pc.jpg);
  }
}
.page-title--service {
  background: url(../assets/images/page-title-service-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--service {
    background-image: url(../assets/images/page-title-service-pc.jpg);
  }
}
.page-title--blog {
  background: url(../assets/images/page-title-blog-sp.jpg) center left/cover;
}
@media (min-width: 769px) {
  .page-title--blog {
    background-image: url(../assets/images/page-title-blog-pc.jpg);
  }
}
.page-title__inner {
  width: calc(var(--container-large, 1200px) + 40px);
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 24px;
}

.page-navigation {
  display: flex;
  justify-content: space-between;
  gap: 30px 12px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .page-navigation {
    margin-top: 80px;
  }
}
.page-navigation__prev-container, .page-navigation__next-container, .page-navigation__index-container a {
  width: 144px;
}
@media (min-width: 769px) {
  .page-navigation__prev-container, .page-navigation__next-container, .page-navigation__index-container a {
    width: 205px;
  }
}
.page-navigation__prev-container {
  order: 2;
}
@media (min-width: 769px) {
  .page-navigation__prev-container {
    order: unset;
  }
}
.page-navigation__next-container {
  order: 3;
}
@media (min-width: 769px) {
  .page-navigation__next-container {
    order: unset;
  }
}
.page-navigation__index-container {
  order: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 769px) {
  .page-navigation__index-container {
    order: unset;
    width: auto;
    margin: 0 auto;
  }
}

.arrow-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 20px;
  background-color: #00293B;
  color: #fff;
  border-radius: 22px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .arrow-button {
    gap: 12px;
    padding: 5px 6px 5px 24px;
    border-radius: 25px;
  }
  .arrow-button:hover {
    opacity: 0.8;
  }
}
.arrow-button--left {
  flex-direction: row-reverse;
  padding: 4px 20px 4px 4px;
}
.arrow-button--left .arrow-button__arrow {
  transform: rotate(-180deg);
}
.arrow-button--up {
  flex-direction: row-reverse;
  padding: 4px 20px 4px 4px;
}
.arrow-button--up .arrow-button__arrow {
  transform: rotate(-90deg);
}
.arrow-button__label {
  flex: auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 500;
}
@media (min-width: 769px) {
  .arrow-button__label {
    font-size: 20px;
  }
}
.arrow-button__arrow {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 769px) {
  .arrow-button__arrow {
    width: 40px;
    padding: 8px;
  }
}
.arrow-button__arrow img {
  width: 100%;
}
.arrow-button__arrow svg {
  width: 100%;
  stroke: #00293B;
}

:where(.page-default-container) .entry-content > * + * {
  margin-top: 20px;
}
@media (min-width: 769px) {
  :where(.page-default-container) .entry-content > * + * {
    margin-top: 30px;
  }
}
:where(.page-default-container) .entry-content > * + h2 {
  margin-top: 40px;
}
@media (min-width: 769px) {
  :where(.page-default-container) .entry-content > * + h2 {
    margin-top: 60px;
  }
}
:where(.page-default-container) .entry-content h2 {
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  :where(.page-default-container) .entry-content h2 {
    font-size: 35px;
  }
}
:where(.page-default-container) .entry-content h3 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) {
  :where(.page-default-container) .entry-content h3 {
    font-size: 20px;
  }
}
.page-default-container .page-link-top {
  margin: 100px auto 0;
  width: 144px;
  max-width: 100%;
}
@media (min-width: 769px) {
  .page-default-container .page-link-top {
    margin-top: 200px;
    width: 210px;
  }
}

:where(.page-terms) .entry-content > * + * {
  margin-top: 20px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > * + * {
    margin-top: 30px;
  }
}
:where(.page-terms) .entry-content > * + h2 {
  margin-top: 120px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > * + h2 {
    margin-top: 160px;
  }
}
:where(.page-terms) .entry-content > * + h3 {
  margin-top: 40px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > * + h3 {
    margin-top: 64px;
  }
}
:where(.page-terms) .entry-content > :is(h2, h3, h4, h5, h6) + :is(h2, h3, h4, h5, h6) {
  margin-top: 12px;
}
:where(.page-terms) .entry-content > * + :is(figure, iframe) {
  display: block;
  margin-top: 32px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > * + :is(figure, iframe) {
    margin-top: 60px;
  }
}
:where(.page-terms) .entry-content > :is(figure, iframe) + * {
  margin-top: 32px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > :is(figure, iframe) + * {
    margin-top: 60px;
  }
}
:where(.page-terms) .entry-content > :is(figure, iframe) + :is(figure, iframe) {
  margin-top: 20px;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content > :is(figure, iframe) + :is(figure, iframe) {
    margin-top: 40px;
  }
}
:where(.page-terms) .entry-content h2 {
  padding-top: 0.666em;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  border-top: 1px solid #00509D;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content h2 {
    padding-top: 1.8em;
    font-size: 35px;
  }
}
:where(.page-terms) .entry-content h3 {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  z-index: 0;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content h3 {
    padding: 1px 0 1px 22px;
    font-size: 34px;
  }
}
:where(.page-terms) .entry-content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-radius: 3px;
  background-image: linear-gradient(180deg, #2BBFFF 0%, #003163 100%);
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content h3::before {
    width: 8px;
    border-radius: 8px;
  }
}
:where(.page-terms) .entry-content h4 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) {
  :where(.page-terms) .entry-content h4 {
    font-size: 18px;
  }
}
:where(.page-terms) .entry-content ul {
  padding-left: 20px;
  list-style: disc;
}
:where(.page-terms) .entry-content ol {
  padding-left: 20px;
  list-style: decimal;
}
:where(.page-terms) .entry-content li + li {
  margin-top: 0;
}
:where(.page-terms) .entry-content strong {
  font-weight: 700;
}
:where(.page-terms) .entry-content figcaption {
  margin: 4px 0 0 0;
}

/*# sourceMappingURL=page.css.map */
