/*body { font-family: Graphik Web, TazuganeGothicStdN-Regular, sans-serif !important }
body p, body li { font-family: Graphik Web, TazuganeGothicStdN-Book, sans-serif !important }
h1,h2,h3,h4,h5 { font-family: Graphik Web, TazuganeGothicStdN-Medium, sans-serif !important }*/

.c-left-arrow-button__inner {
  display: flex;
  align-items: center;
}

.c-right-arrow-button svg {
  margin-right: calc(var(--custom-rem, 1rem) * 2.1);
}
.c-right-arrow-button__inner {
  display: flex;
  align-items: center;
}
.c-right-arrow-button span {
  font-family: 'Tazugane Gothic', sans-serif;
}

.c-detail-link-box {
  width: 100%;
  padding: calc(var(--custom-rem, 1rem) * 4.9)
    calc(var(--custom-rem, 1rem) * 6.4) calc(var(--custom-rem, 1rem) * 6.4)
    calc(var(--custom-rem, 1rem) * 4.5);
  background: #f3f5fa;
}
@media screen and (max-width: 767px) {
  .c-detail-link-box {
    padding: calc(var(--custom-rem, 1rem) * 3.8) 0
      calc(var(--custom-rem, 1rem) * 4);
  }
}
.c-detail-link-box__heading {
  font-size: calc(var(--custom-rem, 1rem) * 1.6);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__heading {
    font-size: calc(var(--custom-rem, 1rem) * 1.4);
  }
}
.c-detail-link-box__list {
  margin-top: calc(var(--custom-rem, 1rem) * 4);
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__list {
    margin-top: calc(var(--custom-rem, 1rem) * 3);
  }
}
.c-detail-link-box__list-item {
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__list-item {
    font-size: calc(var(--custom-rem, 1rem) * 1.3);
    line-height: 2;
  }
}
.c-detail-link-box__list-item + .c-detail-link-box__list-item {
  margin-top: calc(var(--custom-rem, 1rem) * 3.5);
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__list-item + .c-detail-link-box__list-item {
    margin-top: calc(var(--custom-rem, 1rem) * 3);
  }
}
.c-detail-link-box__list-pdf span {
  position: relative;
  vertical-align: text-bottom;
}
.c-detail-link-box__list-pdf span::after {
  position: absolute;
  bottom: calc(var(--custom-rem, 1rem) * 0.4);
  display: inline-block;
  width: calc(var(--custom-rem, 1rem) * 0.9);
  height: calc(var(--custom-rem, 1rem) * 1.2);
  margin-left: calc(var(--custom-rem, 1rem) * 1.1);
  content: '';
  background: url('../svg/icon_pdf-red.svg') left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__list-pdf span::after {
    bottom: calc(var(--custom-rem, 1rem) * 0.5);
  }
}
.c-detail-link-box__list-link span {
  position: relative;
  vertical-align: text-bottom;
}
.c-detail-link-box__list-link span::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: calc(var(--custom-rem, 1rem) * 1.8);
  height: calc(var(--custom-rem, 1rem) * 1.8);
  margin-left: calc(var(--custom-rem, 1rem) * 1.3);
  content: '';
  background: url('../svg/icon_external.svg') left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .c-detail-link-box__list-link span::after {
    bottom: 0;
    width: 18px;
    height: 18px;
    margin-left: calc(var(--custom-rem, 1rem) * 0.9);
  }
}
.c-detail-link-box__list-pdf,
.c-detail-link-box__list-link {
  text-decoration: underline;
}

.c-heading-circle-headline {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
.c-heading-circle-headline__circle-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: calc(var(--custom-rem, 1rem) * 2.8);
  margin-right: calc(var(--custom-rem, 1rem) * 1.2);
}
@media print, screen and (min-width: 768px) {
  .c-heading-circle-headline__circle-wrap {
    height: calc(var(--custom-rem, 1rem) * 3.2);
  }
}
.c-heading-circle-headline__circle {
  width: calc(var(--custom-rem, 1rem) * 0.8);
  height: calc(var(--custom-rem, 1rem) * 0.8);
  background-color: rgb(0, 101, 189);
  border-radius: 50%;
}
.c-heading-circle-headline__text {
  flex: 1;
  justify-content: flex-start;
  font-family: 'Tazugane Gothic', sans-serif;
  font-size: calc(var(--custom-rem, 1rem) * 1.8);
  font-weight: 500;
  line-height: 1.55;
  color: rgb(45, 49, 51);
}
@media print, screen and (min-width: 768px) {
  .c-heading-circle-headline__text {
    font-size: calc(var(--custom-rem, 1rem) * 2);
  }
}

@media screen and (max-width: 767px) {
  .c-press-card {
    padding-bottom: calc(var(--custom-rem, 1rem) * 4.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-press-card:not(:nth-child(3n + 1)) .c-press-card__img-box {
    border-left-width: 0;
  }
}
.c-press-card__link {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  .c-press-card__link:hover {
    box-shadow:
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 14px 10px rgba(14, 51, 108, 0.06),
      40px 30px 40px rgba(14, 51, 108, 0.12);
  }
}
.c-press-card__link:hover svg.arrow-circle > .circle {
  stroke: var(--circle-color-active, var(--circle-color-default));
}
.c-press-card__article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-press-card__article {
    padding-bottom: calc(var(--custom-rem, 1rem) * 4.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-press-card__img-box {
    padding: calc(var(--custom-rem, 1rem) * 4.8)
      calc(var(--custom-rem, 1rem) * 4.8) 0 calc(var(--custom-rem, 1rem) * 4.8);
    border-color: rgb(223, 226, 229);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
  }
}
.c-press-card__catch-box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  min-height: calc(var(--custom-rem, 1rem) * 24);
  padding-top: calc(var(--custom-rem, 1rem) * 2);
}
@media print, screen and (min-width: 768px) {
  .c-press-card__catch-box {
    min-height: calc(var(--custom-rem, 1rem) * 26);
    padding: calc(var(--custom-rem, 1rem) * 2)
      calc(var(--custom-rem, 1rem) * 4.8) 0 calc(var(--custom-rem, 1rem) * 4.8);
  }
}
.c-press-card__label {
  display: flex;
  align-items: center;
}
.c-press-card__date,
.c-press-card__tag {
  font-weight: 500;
}
.c-press-card__date {
  margin-right: calc(var(--custom-rem, 1rem) * 2.4);
  font-size: calc(var(--custom-rem, 1rem) * 1.2);
  color: #767676;
}
.c-press-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55%;
  font-size: calc(var(--custom-rem, 1rem) * 1);
  color: #3970bd;
  border: 1px solid #e0e2e5;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .c-press-card__tag {
    padding: calc(var(--custom-rem, 1rem) * 0.3)
      calc(var(--custom-rem, 1rem) * 4.3) calc(var(--custom-rem, 1rem) * 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-press-card__tag {
    padding: calc(var(--custom-rem, 1rem) * 0.3)
      calc(var(--custom-rem, 1rem) * 3.4) calc(var(--custom-rem, 1rem) * 0.2);
  }
}
.c-press-card__title {
  display: -webkit-box;
  flex: 1 1 0%;
  margin-top: calc(var(--custom-rem, 1rem) * 2.5);
  overflow: hidden;
  font-size: calc(var(--custom-rem, 1rem) * 2);
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767px) {
  .c-press-card__title {
    font-size: calc(var(--custom-rem, 1rem) * 1.6);
  }
}

@media screen and (max-width: 767px) {
  .c-data-card {
    padding-bottom: calc(var(--custom-rem, 1rem) * 4);
    border-bottom: 1px solid rgb(223, 226, 229);
  }
}
@media print, screen and (min-width: 768px) {
  .c-data-card:not(:nth-child(3n + 1)) .c-data-card__img-box {
    border-left-width: 0;
  }
}
.c-data-card__link {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  .c-data-card__link:hover {
    box-shadow:
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 14px 10px rgba(14, 51, 108, 0.06),
      40px 30px 40px rgba(14, 51, 108, 0.12);
  }
}
.c-data-card__link:hover svg.arrow-circle > .circle {
  stroke: var(--circle-color-active, var(--circle-color-default));
}
.c-data-card__article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-data-card__article {
    width: calc(var(--custom-rem, 1rem) * 40);
    padding-bottom: calc(var(--custom-rem, 1rem) * 4.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-data-card__img-box {
    padding: calc(var(--custom-rem, 1rem) * 4.8)
      calc(var(--custom-rem, 1rem) * 4.8) 0 calc(var(--custom-rem, 1rem) * 4.8);
    border-color: rgb(223, 226, 229);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
  }
}
.c-data-card__catch-box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-top: calc(var(--custom-rem, 1rem) * 1.2);
}
@media print, screen and (min-width: 768px) {
  .c-data-card__catch-box {
    padding: calc(var(--custom-rem, 1rem) * 2.3)
      calc(var(--custom-rem, 1rem) * 4.8) 0 calc(var(--custom-rem, 1rem) * 4.8);
  }
}
.c-data-card__category-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-data-card__category {
  font-size: calc(var(--custom-rem, 1rem) * 2);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-data-card__category {
    font-size: calc(var(--custom-rem, 1rem) * 1.6);
    color: #3970bd;
  }
}
.c-data-card__title {
  flex: 1 1 0%;
  margin-top: calc(var(--custom-rem, 1rem) * 2.2);
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-data-card__title {
    margin-top: calc(var(--custom-rem, 1rem) * 1.8);
  }
}

@media screen and (max-width: 767px) {
  .c-data-card + .c-data-card {
    padding-top: calc(var(--custom-rem, 1rem) * 4.6);
  }
}

@media screen and (max-width: 767px) {
  .c-search-box {
    display: flex;
    flex-direction: column;
    gap: calc(var(--custom-rem, 1rem) * 1);
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-search-box__search {
    display: grid;
    grid-template-areas: 'search search search' 'year category submit';
    grid-template-columns: calc(var(--custom-rem, 1rem) * 12.2) calc(
        var(--custom-rem, 1rem) * 12.2
      ) calc(var(--custom-rem, 1rem) * 6);
    row-gap: calc(var(--custom-rem, 1rem) * 1);
    -webkit-column-gap: calc(var(--custom-rem, 1rem) * 0.5);
    column-gap: calc(var(--custom-rem, 1rem) * 0.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__search {
    display: flex;
    gap: calc(var(--custom-rem, 1rem) * 1);
    align-items: center;
  }
}
.c-search-box__keyword-text::-webkit-input-placeholder {
  color: #2e3133;
}
.c-search-box__keyword-text::placeholder {
  color: #2e3133;
}
@media screen and (max-width: 767px) {
  .c-search-box__keyword-text {
    width: calc(var(--custom-rem, 1rem) * 31.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__keyword-text {
    width: calc(var(--custom-rem, 1rem) * 46.5);
  }
}
.c-search-box__select-wrap {
  position: relative;
}
.c-search-box__select-wrap::after {
  position: absolute;
  top: 50%;
  right: calc(var(--custom-rem, 1rem) * 2);
  width: calc(var(--custom-rem, 1rem) * 0.5);
  height: calc(var(--custom-rem, 1rem) * 0.5);
  content: '';
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-search-box__select-wrap::after {
    right: calc(var(--custom-rem, 1rem) * 1.2);
    width: calc(var(--custom-rem, 1rem) * 0.4);
    height: calc(var(--custom-rem, 1rem) * 0.4);
  }
}
@media screen and (max-width: 767px) {
  .c-search-box__select-body {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__select-body {
    width: calc(var(--custom-rem, 1rem) * 26);
  }
}
.c-search-box__keyword-text,
.c-search-box__select-body {
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
  color: #2e3133;
  background: #f3f5fa;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  .c-search-box__keyword-text,
  .c-search-box__select-body {
    height: calc(var(--custom-rem, 1rem) * 4);
    padding: calc(var(--custom-rem, 1rem) * 1.1)
      calc(var(--custom-rem, 1rem) * 1.4);
    font-size: calc(var(--custom-rem, 1rem) * 1.1);
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__keyword-text,
  .c-search-box__select-body {
    height: calc(var(--custom-rem, 1rem) * 4.6);
    padding: calc(var(--custom-rem, 1rem) * 1)
      calc(var(--custom-rem, 1rem) * 3.2);
  }
}
.c-search-box__submit button.c-search-box__btn {
  background: #2965b7;
}
.c-search-box__btn {
  width: calc(var(--custom-rem, 1rem) * 12);
  color: #fff;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  .c-search-box__btn {
    width: 100%;
    height: calc(var(--custom-rem, 1rem) * 4);
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__btn {
    display: flex;
    gap: calc(var(--custom-rem, 1rem) * 1);
    align-items: center;
    justify-content: space-between;
    height: calc(var(--custom-rem, 1rem) * 4.6);
    padding: calc(var(--custom-rem, 1rem) * 1.2)
      calc(var(--custom-rem, 1rem) * 2) calc(var(--custom-rem, 1rem) * 1.2)
      calc(var(--custom-rem, 1rem) * 3.4);
    font-size: calc(var(--custom-rem, 1rem) * 1.4);
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__btn:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__btn span {
    padding-top: calc(var(--custom-rem, 1rem) * 0.4);
  }
}
@media screen and (max-width: 767px) {
  .c-search-box__btn span {
    display: none;
  }
}
.c-search-box__btn-icon {
  width: calc(var(--custom-rem, 1rem) * 1.7);
  height: calc(var(--custom-rem, 1rem) * 1.7);
}
@media print, screen and (min-width: 768px) {
  .c-search-box__btn-icon:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-search-box__btn-icon {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .c-search-box__rss {
    margin-left: calc(var(--custom-rem, 1rem) * 2);
  }
}
.c-search-box__rss-link {
  display: block;
  width: calc(var(--custom-rem, 1rem) * 4.6);
  height: calc(var(--custom-rem, 1rem) * 4.6);
}
@media print, screen and (min-width: 768px) {
  .c-search-box__rss-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-search-box__rss-link {
    width: calc(var(--custom-rem, 1rem) * 3.7);
    height: calc(var(--custom-rem, 1rem) * 3.7);
  }
}

.c-search-box__search {
  grid-area: search;
}

.c-search-box__year {
  grid-area: year;
}

.c-search-box__category {
  grid-area: category;
}

.c-search-box__submit {
  grid-area: submit;
}

.c-press-release-link-list {
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
}
@media screen and (max-width: 767px) {
  .c-press-release-link-list {
    font-size: calc(var(--custom-rem, 1rem) * 1.3);
  }
}
@media print, screen and (min-width: 768px) {
  .c-press-release-link-list__link-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: calc(var(--custom-rem, 1rem) * 0.6);
    column-gap: calc(var(--custom-rem, 1rem) * 0.6);
    align-items: center;
  }
}
.c-press-release-link-list__link-item + .c-press-release-link-list__link-item {
  margin-top: calc(var(--custom-rem, 1rem) * 1);
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(var(--custom-rem, 1rem) * 4);
}
.c-pagination__item {
  height: calc(var(--custom-rem, 1rem) * 4);
}
.c-pagination__item-number {
  display: flex;
  -webkit-column-gap: calc(var(--custom-rem, 1rem) * 0.4);
  column-gap: calc(var(--custom-rem, 1rem) * 0.4);
}
.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--custom-rem, 1rem) * 3.7);
  height: calc(var(--custom-rem, 1rem) * 3.7);
  font-size: calc(var(--custom-rem, 1rem) * 1.2);
  text-decoration: none;
  border-radius: 50%;
}
.c-pagination__link.active {
  pointer-events: none;
  background: #f3f5fa;
}
@media print, screen and (min-width: 768px) {
  .c-pagination__link:hover {
    opacity: 0.75;
  }
}

.c-prev-arrow-button:disabled,
.c-next-arrow-button:disabled {
  color: rgb(223, 226, 229);
  pointer-events: none;
}
.c-prev-arrow-button:disabled .arrow.svelte-b11dbo,
.c-next-arrow-button:disabled .arrow.svelte-b11dbo {
  stroke: rgb(223, 226, 229);
}
.c-prev-arrow-button svg {
  margin-right: calc(var(--custom-rem, 1rem) * 0.8);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-prev-arrow-button svg {
    margin: 0;
  }
}
.c-prev-arrow-button__inner {
  display: flex;
  align-items: center;
}

.c-next-arrow-button.disabled {
  color: rgb(223, 226, 229);
  pointer-events: none;
}
.c-next-arrow-button.disabled .arrow.svelte-b11dbo {
  stroke: rgb(223, 226, 229);
}
.c-next-arrow-button svg {
  margin-left: calc(var(--custom-rem, 1rem) * 0.8);
}
@media screen and (max-width: 767px) {
  .c-next-arrow-button svg {
    margin: 0;
  }
}
.c-next-arrow-button__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-survey-name-data-card {
    padding-bottom: calc(var(--custom-rem, 1rem) * 2.2);
  }
}
@media screen and (max-width: 767px) {
  .c-survey-name-data-card:last-of-type {
    padding-bottom: 0;
  }
}
.c-survey-name-data-card__link {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__link {
    padding-bottom: calc(var(--custom-rem, 1rem) * 3.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__link:hover {
    box-shadow:
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 0 rgba(0, 0, 0, 0),
      0 0 #000,
      0 14px 10px rgba(14, 51, 108, 0.06),
      40px 30px 40px rgba(14, 51, 108, 0.12);
  }
}
.c-survey-name-data-card__link:hover svg.arrow-circle > .circle {
  stroke: var(--circle-color-active, var(--circle-color-default));
}
.c-survey-name-data-card__link-inner {
  width: 100%;
  border-color: rgb(223, 226, 229);
  border-top-width: 1px;
}
@media screen and (max-width: 767px) {
  .c-survey-name-data-card__link-inner {
    padding-top: calc(var(--custom-rem, 1rem) * 2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__link-inner {
    min-height: calc(var(--custom-rem, 1rem) * 11.5);
    padding: calc(var(--custom-rem, 1rem) * 3.4)
      calc(var(--custom-rem, 1rem) * 3) 0 calc(var(--custom-rem, 1rem) * 3);
    border-left-width: 1px;
  }
}
.c-survey-name-data-card__link-contents {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-survey-name-data-card__link-contents {
    row-gap: calc(var(--custom-rem, 1rem) * 1.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__link-contents {
    row-gap: calc(var(--custom-rem, 1rem) * 1.7);
  }
}
.c-survey-name-data-card__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-survey-name-data-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55%;
  font-size: calc(var(--custom-rem, 1rem) * 1);
  font-weight: 500;
  color: #3970bd;
  border: 1px solid #e0e2e5;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .c-survey-name-data-card__tag {
    padding: calc(var(--custom-rem, 1rem) * 0.3)
      calc(var(--custom-rem, 1rem) * 4.3) calc(var(--custom-rem, 1rem) * 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__tag {
    padding: calc(var(--custom-rem, 1rem) * 0.3)
      calc(var(--custom-rem, 1rem) * 3.4) calc(var(--custom-rem, 1rem) * 0.2);
  }
}
.c-survey-name-data-card__title {
  flex: 1 1 0%;
  font-size: calc(var(--custom-rem, 1rem) * 1.5);
  font-weight: 500;
  line-height: 1.4;
  color: #2965b7;
}
@media screen and (max-width: 767px) {
  .c-survey-name-data-card__title {
    font-size: calc(var(--custom-rem, 1rem) * 1.4);
  }
}
@media print, screen and (min-width: 768px) {
  .c-survey-name-data-card__title {
    padding-right: calc(var(--custom-rem, 1rem) * 3.5);
  }
}

.c-heading-serch-from {
  font-family: 'Tazugane Gothic', sans-serif;
  font-size: calc(var(--custom-rem, 1rem) * 1.5);
  font-weight: 700;
  line-height: 1.55;
  color: #2e3133;
}
@media screen and (max-width: 767px) {
  .c-heading-serch-from {
    font-size: calc(var(--custom-rem, 1rem) * 1.4);
  }
}

.c-anchor-link-item {
  width: 100%;
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-item:last-of-type {
    border-right: 1px solid #e0e2e5;
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-link-item {
    font-size: calc(var(--custom-rem, 1rem) * 1.1);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-item {
    font-size: calc(var(--custom-rem, 1rem) * 1.2);
    border-left: 1px solid #e0e2e5;
  }
}
.c-anchor-link-item__link {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.c-anchor-link-item__link p { width: 100%; text-align: center !important }
@media screen and (max-width: 767px) {
  .c-anchor-link-item__link {
    justify-content: space-between;
    padding: calc(var(--custom-rem, 1rem) * 1.5)
      calc(var(--custom-rem, 1rem) * 1) calc(var(--custom-rem, 1rem) * 1.5)
      calc(var(--custom-rem, 1rem) * 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-item__link {
    position: relative;
    justify-content: center;
    padding: calc(var(--custom-rem, 1rem) * 3) calc(var(--custom-rem, 1rem) * 2)
      calc(var(--custom-rem, 1rem) * 1.5) calc(var(--custom-rem, 1rem) * 2);
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-link-item__link svg {
    margin-left: calc(var(--custom-rem, 1rem) * 0.5);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-item__link svg {
    position: absolute;
    right: calc(var(--custom-rem, 1rem) * 2);
  }
}

@media screen and (max-width: 767px) {
  .c-anchor-link-item + .c-anchor-link-item {
    border-left: 1px solid #e0e2e5;
  }
}

.c-anchor-link-2column-item {
  width: 100%;
  font-size: calc(var(--custom-rem, 1rem) * 1.4);
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-2column-item:last-of-type {
    border-right: 1px solid #e0e2e5;
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-link-2column-item {
    font-size: calc(var(--custom-rem, 1rem) * 1.1);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-2column-item {
    font-size: calc(var(--custom-rem, 1rem) * 1.2);
    border-left: 1px solid #e0e2e5;
  }
}
.c-anchor-link-2column-item__link {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-anchor-link-2column-item__link {
    padding: calc(var(--custom-rem, 1rem) * 1.5)
      calc(var(--custom-rem, 1rem) * 1) calc(var(--custom-rem, 1rem) * 1.5)
      calc(var(--custom-rem, 1rem) * 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-2column-item__link {
    padding: calc(var(--custom-rem, 1rem) * 3) calc(var(--custom-rem, 1rem) * 2)
      calc(var(--custom-rem, 1rem) * 1.5) calc(var(--custom-rem, 1rem) * 2);
  }
}
.c-anchor-link-2column-item__link svg {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-anchor-link-2column-item__link svg {
    right: calc(var(--custom-rem, 1rem) * 1);
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link-2column-item__link svg {
    right: calc(var(--custom-rem, 1rem) * 2);
  }
}

@media screen and (max-width: 767px) {
  .c-anchor-link-2column-item + .c-anchor-link-2column-item {
    border-left: 1px solid #e0e2e5;
  }
}

.c-top-heading {
  position: relative;
  padding-top: calc(var(--custom-rem, 1rem) * 3);
  font-family: 'Tazugane Gothic', sans-serif;
  font-size: calc(var(--custom-rem, 1rem) * 3.6);
  font-weight: 600;
  line-height: 1.55;
  color: #2e3133;
}
@media screen and (max-width: 767px) {
  .c-top-heading {
    padding-top: calc(var(--custom-rem, 1rem) * 2.5);
    font-size: calc(var(--custom-rem, 1rem) * 2.4);
  }
}
.c-top-heading::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: calc(var(--custom-rem, 1rem) * 1.2);
  color: #2965b7;
  content: attr(data-title);
}
.summary.svelte-3hwv8x.svelte-3hwv8x {
  grid-area: summary;
  -webkit-column-gap: calc(var(--custom-rem, 1rem) * 2.4);
  column-gap: calc(var(--custom-rem, 1rem) * 2.4);
}
@media print, screen and (min-width: 768px) {
  .summary.svelte-3hwv8x.svelte-3hwv8x {
    -webkit-column-gap: calc(var(--custom-rem, 1rem) * 3);
    column-gap: calc(var(--custom-rem, 1rem) * 3);
  }
}

.icon.svelte-3hwv8x.svelte-3hwv8x {
  align-self: center;
}
@media print, screen and (min-width: 768px) {
  .icon.svelte-3hwv8x.svelte-3hwv8x {
    align-self: center;
  }
}

.icon.svelte-3hwv8x .expansion-circle {
  width: calc(var(--custom-rem, 1rem) * 4);
  height: calc(var(--custom-rem, 1rem) * 4);
}

.header.svelte-3hwv8x.svelte-3hwv8x {
  align-self: center;
}

.accordion-content.accordion-nrtop-content {
  grid-area: content;
  height: auto;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.accordion[aria-expanded='true'].svelte-3hwv8x
  .accordion-content.accordion-nrtop-content {
  overflow: visible;
}

[data-scroll-hint-content] > img,
[data-scroll-hint-content] > .c-image,
[data-scroll-hint-content] > picture > img {
  width: auto;
  max-width: none;
  height: 100%;
}

@media screen and (max-width: 767px) {
  [data-scroll-hint-type='pc'] [data-scroll-hint-content] > img,
  [data-scroll-hint-type='pc'] [data-scroll-hint-content] > picture > img {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  [data-scroll-hint-type='sp'] [data-scroll-hint-content] > img,
  [data-scroll-hint-type='sp'] [data-scroll-hint-content] > picture > img {
    width: 100%;
  }
}

[data-scroll-hint-overlay] {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: visibility, opacity;
}

[data-scroll-hint='scrollable'] [data-scroll-hint-overlay] {
  visibility: visible;
  background: rgba(45, 49, 51, 0.1);
  opacity: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

/*.breadcrumbs-detail {
  width: 100%;
  max-width: 100%;
  height: calc(100% + 50px);
  padding: 0 calc(var(--custom-rem, 1rem) * 4);
  margin-bottom: calc(var(--custom-rem, 1rem) * 6);
  overflow-x: auto;
}*/
@media screen and (max-width: 767px) {
  .breadcrumbs-detail {
    padding: 0 calc(var(--custom-rem, 1rem) * 2);
    margin-bottom: calc(var(--custom-rem, 1rem) * 2.5);
  }
}

.breadcrumbs-bottom {
  width: 100%;
  max-width: 100%;
  height: calc(100% + 50px);
  margin-bottom: calc(var(--custom-rem, 1rem) * 1);
  overflow-x: auto;
}

nav[data-position='bottom'].svelte-16gzslp
  ol.svelte-16gzslp.breadcrumbs-bottom {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .servicetop__anchor-link-box {
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}

.c-anchor-link-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.service-column { padding-top: 20px; color: #2E3133 }
.service-column-mv { margin: 60px 0 }
.service-column-title { font-size: 28px; color: #0E8BD1 }
.service-column-block { padding: 100px 0 0 }
.service-column-block:first-child { padding: 60px 0 0 }
.service-column-block h3 { font-size: 24px }
.service-column-block h3　.heading-circle-headline__text { line-height: 1.55; flex: 1; }
.service-column-block p { font-size: 16px; margin-top: 2em; line-height: 2em }
.servise-column-block-img { text-align: center; margin-top: 50px }
.servise-column-block-img img { margin: 0 auto }
.service-related-links { padding: 50px; background: #F3F5FA }
.service-related-links h3 { font-size: 16px; margin-bottom: 50px }
.service-related-links ul li { margin-bottom: 1em }
.service-related-links ul li a { display: block; font-size: 14px; line-height: 2em }
.service-related-links ul li a:link, .service-related-links ul li a:visited { text-decoration: underline }
.service-related-links ul li a:hover { text-decoration: none; color: #0065BD }
.service-related-links ul li a svg { display: inline-block; margin-left: 0.66em }
.service-categries { margin-top: 150px; color: #2E3133 }

.service-detail { position: relative; padding: 60px 0 0 }
.service-detail .service-detail-mv { position: absolute; right: 0; top: 105px; width: 34% }
.service-detail .service-detail-mv-sp { display: none }
.service-detail .service-detail-inner { width: 64% }
.service-detail .service-detail-inner h2 { font-size: 30px; margin-top: 60px }
.service-detail .service-detail-inner h3 { font-size: 24px; margin-top: 30px }
.service-detail .service-detail-inner p.lead { font-size: 16px; line-height: 2em; margin-top: 2em }
.service-app-btns li { display: inline-block; margin-right: 20px }
.service-app-btns li a { display: block; }
.service-app-btns li a img { width: auto; height: 54px }
.service-detail-block { padding: 80px 0 0 }
.service-detail-block h3　.heading-circle-headline__text { line-height: 1.55; flex: 1; }

.service-detail-bottom__back {
  margin-top: calc(var(--custom-rem, 1rem) * 3.8);
}
.service-detail-bottom__back svg { transform: scale(-1, 1); }
.service-detail-bottom__back span.animated-text { margin-left: 1em }

.serviceWrap { position: relative; margin-top: 160px }
.serviceWrap .service-detail-v { position: absolute; right: -56.25%; top: 0; width: 53.125% }
@media screen and (max-width: 767px) {
    .service-column { padding-top: 60px; color: #2E3133 }
    .service-column-mv { margin: 30px 0; }
    .service-column-title { font-size: 20px; }
    .service-column-block { padding: 60px 0 0 }
    .service-column-block:first-child { padding: 30px 0 0 }
    .service-column-block h3 { font-size: 18px }
    .service-column-block p { font-size: 14px; margin-top: 1em;  }
    .servise-column-block-img { margin-top: 30px }
    .service-related-links { padding: 30px 20px; }
    .service-related-links h3 { font-size: 16px; margin-bottom: 30px }
    .service-related-links ul li { margin-bottom: 1em }
    .service-related-links ul li a { display: block; font-size: 14px; line-height: 2em }
    .service-categries { margin-top: 100px; color: #2E3133 }
    
    .service-detail { position: relative; padding: 60px 0 0 }
    .service-detail .service-detail-mv { display: none }
    .service-detail .service-detail-mv-sp { display: block; margin-top: 20px }
    .service-detail .service-detail-inner { width: 100% }
    .service-detail .service-detail-inner h2 { font-size: 18px; margin-top: 30px }
    .service-detail .service-detail-inner h3 { font-size: 16px; margin-top: 15px }
    .service-detail .service-detail-inner p.lead { font-size: 14px; margin-top: 1em }
    .service-app-btns li { display: inline-block; margin-right: 10px }
    .service-app-btns li a img { width: auto; height: 42px }
    .service-detail-block { padding: 60px 0 0 }
    
    /*.service-detail .heading-circle-headline__text { font-size: 18px !important; line-height: 1.5em }*/
    
    .service-detail-bottom__back {
        margin-top: calc(var(--custom-rem, 1rem) * 1.9);
    }
	.serviceWrap { position: relative; margin-top: 80px }
	.serviceWrap .service-detail-v { position: relative; right: inherit; top: inherit; width: 100% }
}
.service-detail-bottom__back .c-left-arrow-button {
  display: inline-block;
}

p.svelte-1gbftap { font-size: 16px !important }

@media print, screen and (max-width: 767px) {
    p.svelte-1gbftap { font-size: 12px !important }
}

.same-services {
  width: 100%;
  margin-top: -3.3vw;
}

@media (max-width: 767px) {
  .same-services {
	margin-top: 20px;
  }
}
.same-services .swiper-wrapper {
  align-items: stretch;
  will-change: transform
}

.same-services .swiper-slide {
  position: relative;
  height: auto
}
.same-services .swiper-slide p { font-size: 16px !important; padding-bottom: 40px !important }


@media (max-width: 767px) {
  .same-services .swiper-slide {
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .same-services .swiper-slide {
    margin-bottom: calc(var(--custom-rem, 1rem) * 4);
    width: calc(var(--custom-rem, 1rem) * 30)
  }
}

@media (max-width: 767px) {
 
  .same-services .swiper-slide article>div {
    margin-left: calc(var(--custom-rem, 1rem) * 0);
    margin-right: calc(var(--custom-rem, 1rem) * 0);
    border-style: none
  }

  .same-services .swiper-slide article>div:first-of-type {
    position: relative;
    padding: calc(var(--custom-rem, 1rem) * 0)
  }

  .same-services .swiper-slide:before {
    position: absolute;
    top: calc(var(--custom-rem, 1rem) * 0);
    left: -1px;
    height: calc(var(--custom-rem, 1rem) * 20.4);
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 226 229 / var(--tw-bg-opacity));
    content: ""
  }

}


/* service list padding */

@media (min-width: 768px) {
  .post-card--card.post-card--has-border.svelte-1gbftap.service-list .post-card__thumbnail.svelte-1gbftap.svelte-1gbftap {
    border-left-width: 1px;
    border-right-width: 1px;
    padding-left: calc(var(--custom-rem, 1rem) * 3.6);
    padding-right: calc(var(--custom-rem, 1rem) * 3.6);
    padding-top: calc(var(--custom-rem, 1rem) * 3.6)
  }

  .post-card--card.post-card--has-border.svelte-1gbftap.service-list .post-card__content.svelte-1gbftap.svelte-1gbftap {
    padding-left: calc(var(--custom-rem, 1rem) * 3.6);
    padding-right: calc(var(--custom-rem, 1rem) * 3.6)
  }
}

.post-card--card.post-card--has-border.post-card--lg.svelte-1gbftap.service-list .post-card__thumbnail.svelte-1gbftap.svelte-1gbftap {
  padding-top: calc(var(--custom-rem, 1rem) * 3.6)
}
@media (min-width: 768px) {
  .post-card--mixed.post-card--has-border.svelte-1gbftap.service-list .post-card__thumbnail.svelte-1gbftap.svelte-1gbftap {
    border-left-width: 1px;
    border-right-width: 1px;
    padding-left: calc(var(--custom-rem, 1rem) * 3.6);
    padding-right: calc(var(--custom-rem, 1rem) * 3.6);
    padding-top: calc(var(--custom-rem, 1rem) * 3.6)
  }
}
@media (min-width: 768px) {
  .post-card--mixed.post-card--has-border.svelte-1gbftap.service-list .post-card__content.svelte-1gbftap.svelte-1gbftap {
    padding-left: calc(var(--custom-rem, 1rem) * 3.6);
    padding-right: calc(var(--custom-rem, 1rem) * 3.6);
    margin-bottom: 0 !important
  }
}
@media (min-width: 768px) {
  .post-card--row.post-card--has-border.svelte-1gbftap.service-list a.svelte-1gbftap.svelte-1gbftap {
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 226 229 / var(--tw-border-opacity));
    padding-left: calc(var(--custom-rem, 1rem) * 3.6);
    padding-right: calc(var(--custom-rem, 1rem) * 3.6);
    padding-top: calc(var(--custom-rem, 1rem) * 3.6);
  }
  .post-card--row.post-card--has-border.svelte-1gbftap.service-list a {
    padding-bottom: 0 !important
  }
}
@media (min-width: 768px){
    .post-card--mixed.svelte-1gbftap > a.svelte-1gbftap.svelte-1gbftap {
        padding-bottom: calc(var(--custom-rem, 1rem) * 4.8);
        /*padding-bottom: calc(var(--custom-rem, 1rem) * 6);*/
    }
    .post-card--mixed.svelte-1gbftap.service-list > a.svelte-1gbftap.svelte-1gbftap {
        padding-bottom: calc(var(--custom-rem, 1rem) * 3.6);
        /*padding-bottom: calc(var(--custom-rem, 1rem) * 6);*/
    }
}
@media (max-width: 767px){
.same-services .post-card--mixed.svelte-1gbftap>a.svelte-1gbftap.svelte-1gbftap {
    display: block;
    gap: inherit;
    padding-left: calc(var(--custom-rem, 1rem) * 2);
    padding-right: calc(var(--custom-rem, 1rem) * 2);
}
.same-services .post-card--mixed.svelte-1gbftap .post-card__thumbnail.svelte-1gbftap.svelte-1gbftap {
    width: 100%;
}
.same-services .post-card--mixed.svelte-1gbftap .post-card__thumbnail.svelte-1gbftap.svelte-1gbftap img {
    max-width: 100%;
    height: auto;
}
.same-services .post-card--mixed.svelte-1gbftap .post-card__content.svelte-1gbftap.svelte-1gbftap h2 {
    font-size: 16px;
}
.same-services .post-card--mixed.svelte-1gbftap .post-card__content.svelte-1gbftap.svelte-1gbftap p.svelte-1gbftap {
    font-size: 14px !important;
}
}

/* Swiper Scroll Bar */
.swiper-scrollbar {
  background-color: #E0E2E5 !important;;
  height: 2.5px !important;
}
.swiper-scrollbar-drag {
  background-color: #0065BD !important;;
}

@media (min-width: 768px){
#service-list .post-card--mixed.svelte-1gbftap .post-card__title.svelte-1gbftap, .same-services .post-card--mixed.svelte-1gbftap .post-card__title.svelte-1gbftap {
    font-size: calc(var(--custom-rem, 1rem) * 1.76) !important;
}
}

.post-card h2 span { transition: all 0.2s }
.post-card:hover h2 span { color: #0065BD; }

img.service-detail_img_max-height{
  max-height: 400px;
  width: auto;
  margin: 0 0 0 auto;
}

p.top-note { margin: 4em 0 -2em; font-size: 14px }
p.top-note a:link, p.top-note a:visited { text-decoration: underline }
p.top-note a:hover { text-decoration: none; color: #0065BD }
p.top-note img { display: inline-block !important; width: 12px !important; margin-left: 0.66em }
@media (max-width: 768px){
   p.top-note { margin: 2em 0 1em; font-size: 12px } 
}