@charset "UTF-8";
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*============================
共通
============================*/
:root {
  --top-section-space-top:40px;
  --top-section-space-bottom:40px;
}
@media screen and (min-width: 768px ) {
  :root {
    --top-section-space-top:60px;
    --top-section-space-bottom:60px;
  }
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  gap: 0 1em;
  align-items: center;
  line-height: 1.1;
}
.sectionTitle .en {
  font-size: clamp(2.5rem, 2.237rem + 1.32vw, 3.125rem);
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #665E8B;
}
.sectionTitle .ja {
  font-size: clamp(1.125rem, 1.072rem + 0.26vw, 1.25rem);
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}

/* =========================================================
btn
========================================================= */
.btn-black {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 1.2em 40px;
  line-height: 1.2em;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 3em;
  text-align: center;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 768px ) {
  .btn-black {
    min-width: 260px;
    width: auto;
  }
}
.btn-black:hover {
  text-decoration: none;
  background-color: rgb(169, 105, 252);
  color: #fff;
  box-shadow: none;
}
.btn-black::before {
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  margin-top: -7px;
}

.btn-black {
  background-color: #000;
}

/*============================
.topHero
============================*/
.topHero {
  position: relative;
  padding-bottom: calc(var(--top-section-space-bottom) / 2);
}
.topHero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  content: "";
  display: block;
}
.topHero-inner {
  position: relative;
  z-index: 1;
}
.topHero-slider {
  --aspect-ratio: 1.25/1;
  position: relative;
  aspect-ratio: var(--aspect-ratio);
  overflow: hidden;
  width: 100%;
  --swiper-navigation-color:#B2BA3B;
  --swiper-navigation-size:30px;
  /* 初期状態で非表示 */
  /* ホバー時のみ表示 */
}
@media screen and (min-width: 480px ) {
  .topHero-slider {
    --aspect-ratio: 2/1;
    border-radius: clamp(0.625rem, -0.375rem + 3.33vw, 1.875rem);
  }
}
@media screen and (min-width: 768px ) {
  .topHero-slider {
    --swiper-navigation-size:50px;
  }
}
@supports not (aspect-ratio: 1) {
  .topHero-slider::before {
    float: left;
    padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
    content: "";
  }
  .topHero-slider::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topHero-slider .topHero-slider-button-next,
.topHero-slider .topHero-slider-button-prev {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.topHero-slider:hover .topHero-slider-button-next, .topHero-slider:hover .topHero-slider-button-prev {
  opacity: 1;
  pointer-events: auto;
}
.topHero-slider-slide {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio);
}
@supports not (aspect-ratio: 1) {
  .topHero-slider-slide::before {
    float: left;
    padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
    content: "";
  }
  .topHero-slider-slide::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topHero-slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.topHero-slider-title {
  position: absolute;
  left: 3vw;
  top: 3vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.25rem, 0.618rem + 3.16vw, 2.75rem);
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0px 0px 5px #fff, 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
@media screen and (min-width: 1180px ) {
  .topHero-slider-title {
    font-size: clamp(2.75rem, 1.971rem + 1.15vw, 3.125rem);
  }
}
.topHero-slider-pagination {
  position: relative;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.topHero-read {
  -webkit-margin-before: 0.6rem;
          margin-block-start: 0.6rem;
  font-size: clamp(1.125rem, 0.914rem + 1.05vw, 1.625rem);
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
}
.topHero-read span {
  display: inline-block;
}

.topHero-slider,
.topHero-slider-title,
.topHero-read {
  opacity: 0;
}

html.no-js .topHero-slider,
html.no-js .topHero-slider-title,
html.no-js .topHero-read {
  opacity: 1;
}

/*============================
.topNewsOpeningWrap
============================*/
.topNewsOpeningWrap {
  background-color: #fff;
  --topOpeningInfoWith:100%;
  --topNewsOpeningWrapGap:30px;
  z-index: 1;
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
}
.topNewsOpeningWrap-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px ) {
  .topNewsOpeningWrap-row {
    flex-direction: row;
    gap: var(--topNewsOpeningWrapGap);
    --topOpeningInfoWith:260px;
  }
}
@media screen and (min-width: 1180px ) {
  .topNewsOpeningWrap-row {
    --topOpeningInfoWith:290px;
  }
}

/*============================
.topNews
============================*/
.topNews {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px ) {
  .topNews {
    width: calc(100% - var(--topOpeningInfoWith) - var(--topNewsOpeningWrapGap));
  }
}
@media screen and (min-width: 768px ) {
  .topNews-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.topNews-scrollbar {
  height: 400px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px ) {
  .topNews-scrollbar {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.topNews-scrollbar .simplebar-scrollbar::before {
  background-color: #B2BA3B;
}
.topNews-scrollbar .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.topNews-scrollbar .simplebar-track.simplebar-vertical {
  background-color: #FFF;
}
.topNews-btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px ) {
  .topNews-btn {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
.topNews-btn-link {
  display: block;
  color: #fff;
  background: #B2BA3B;
  border-radius: 5px;
  padding: 0.8em 30px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.topNews-btn-link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.topNews-btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: "\f054";
}

/*============================
.topOpeningInfo
============================*/
.topOpeningInfo {
  position: relative;
  overflow: hidden;
  background-color: #F1ECE5;
  padding: 20px;
  width: var(--topOpeningInfoWith);
}
.topOpeningInfo > * + * {
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
}
.topOpeningInfo-title {
  background-color: #665E8B;
  color: #fff;
  font-size: clamp(1rem, 0.947rem + 0.26vw, 1.125rem);
  font-weight: bold;
  line-height: 1.2;
  padding: 0.4em;
}
.topOpeningInfo-title:not(:first-child) {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.topOpeningInfo p {
  line-height: 1.6;
}
.topOpeningInfo-btns {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.topOpeningInfo-btns-link {
  border: 1px solid #3B444F;
  border-radius: 5px;
  padding: 1em 25px;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  color: #3B444F;
  position: relative;
  transition: all 0.3s ease;
}
.topOpeningInfo-btns-link:hover {
  border: 1px solid #665E8B;
  background-color: #665E8B;
  color: #fff;
  text-decoration: none;
}
.topOpeningInfo-btns-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: "\f054";
}

/*============================
.topFacility
============================*/
.topFacility {
  overflow: hidden;
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  position: relative;
  container-type: inline-size;
}
.topFacility::after {
  mix-blend-mode: darken;
  background: radial-gradient(circle at center, #e1ff77 0, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80cqw;
  height: 80cqw;
  aspect-ratio: 1/1;
  z-index: 0;
  display: block;
  opacity: 0.3;
}
@media screen and (min-width: 768px ) {
  .topFacility::after {
    -webkit-transform: translate(-25%, -30%);
            transform: translate(-25%, -30%);
    width: 50cqw;
    height: 50cqw;
  }
}
.topFacility::before {
  mix-blend-mode: darken;
  background: radial-gradient(circle at center, #e1ff77 0, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 50%);
          transform: translate(25%, 50%);
  width: 40cqw;
  height: 40cqw;
  aspect-ratio: 1/1;
  z-index: 0;
  display: block;
  opacity: 0.2;
  display: none;
}
@media screen and (min-width: 768px ) {
  .topFacility::before {
    display: block;
  }
}
.topFacility-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px ) {
  .topFacility-inner {
    flex-direction: row;
    gap: 3rem;
  }
}
.topFacility-cardList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px ) {
  .topFacility-cardList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topFacility-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topFacility-card-title {
  color: #3B444F;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.topFacility-card-title-main {
  font-size: clamp(1.5rem, 1.342rem + 0.79vw, 1.875rem);
  font-weight: 400;
}
.topFacility-card-title-sub {
  font-size: clamp(1.125rem, 1.072rem + 0.26vw, 1.25rem);
  font-weight: 400;
}
.topFacility-card-img {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}
.topFacility-card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s;
}
.topFacility-card-img-hosoku {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border: 2px solid #B2BA3B;
  color: #B2BA3B;
  padding: 0.2rem 0.5em;
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  font-weight: bold;
}
.topFacility-card-img:hover {
  background-color: #fff;
}
.topFacility-card-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.topFacility-card-text {
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  line-height: 1.6;
}
.topFacility-card-btn {
  display: flex;
  justify-content: flex-end;
}
.topFacility-card-btn-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #665E8B;
  font-weight: bold;
  transition: all 0.3s ease;
  border-radius: 0px;
  padding: 0.5em 0em;
}
.topFacility-card-btn-link .arrow {
  transition: all 0.3s ease;
}
.topFacility-card-btn-link:hover {
  background-color: #B2BA3B;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #fff;
}
.topFacility-card-btn-link:hover .arrow {
  -webkit-filter: invert(100%) brightness(1000%);
          filter: invert(100%) brightness(1000%);
}

/*============================
.topDatabase
============================*/
.topDatabase {
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  background: url("../images/top/topDatabase-back.jpg") no-repeat center center/cover;
}
.topDatabase-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.topDatabase-title {
  text-shadow: 0px 0px 5px #3a304c;
}
.topDatabase-title .ja, .topDatabase-title .en {
  color: #fff;
}
.topDatabase-cardList {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px ) {
  .topDatabase-cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.topDatabase-card {
  display: block;
  padding: clamp(0.938rem, 0.806rem + 0.66vw, 1.25rem);
  background-color: #fff;
  border: 1px solid #e4eaee;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.topDatabase-card-title {
  font-size: clamp(1.125rem, 1.072rem + 0.26vw, 1.25rem);
  font-weight: bold;
  color: #665E8B;
  line-height: 1.4;
  display: flex;
  gap: 2px;
  transition: all 0.3s ease;
}
.topDatabase-card-title::before {
  width: 1em;
  content: "";
  color: #B2BA3B;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  transition: all 0.3s ease;
  content: "\f138";
}
.topDatabase-card-text {
  font-size: clamp(0.875rem, 0.822rem + 0.26vw, 1rem);
  line-height: 1.6;
  color: #3B444F;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  transition: all 0.3s ease;
}
.topDatabase-card:hover {
  background-color: #B2BA3B;
  text-decoration: none;
}
.topDatabase-card:hover .topDatabase-card-title {
  color: #fff;
}
.topDatabase-card:hover .topDatabase-card-title::before {
  color: #fff;
}
.topDatabase-card:hover .topDatabase-card-text {
  color: #fff;
}
.topDatabase-text {
  font-size: clamp(1rem, 0.947rem + 0.26vw, 1.125rem);
  line-height: 1.6;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  word-break: keep-all;
  text-shadow: 0px 0px 5px #3a304c;
}
.topDatabase-btn {
  display: flex;
  justify-content: center;
}
.topDatabase-btn-link {
  display: block;
  color: #fff;
  background: #B2BA3B;
  border-radius: 5px;
  padding: 1em 30px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.947rem + 0.26vw, 1.125rem);
  position: relative;
  transition: all 0.3s ease;
  min-width: 100%;
}
@media screen and (min-width: 480px ) {
  .topDatabase-btn-link {
    min-width: 260px;
  }
}
.topDatabase-btn-link:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.topDatabase-btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: "\f054";
}

/*============================
.topService
============================*/
.topService {
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
}
.topService-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px ) {
  .topService-inner {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px ) {
  .topService-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.topService-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px ) {
  .topService-row {
    flex-direction: row;
    align-items: center;
  }
}
.topService-col {
  flex: 1;
}
.topService-col:first-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.topService-col:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topService-col:last-child img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.topService-read {
  font-size: clamp(1rem, 0.947rem + 0.26vw, 1.125rem);
  line-height: 1.6;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  text-align: justify;
}
.topService-btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 480px ) {
  .topService-btns {
    grid-template-columns: 1fr 1fr;
  }
}
.topService-btns-link {
  border: 1px solid #3B444F;
  border-radius: 5px;
  padding: 1em 25px 1em 1em;
  line-height: 1.2em;
  background-color: #fff;
  color: #3B444F;
  position: relative;
  transition: all 0.3s ease;
}
.topService-btns-link:hover {
  border: 1px solid #665E8B;
  background-color: #665E8B;
  color: #fff;
  text-decoration: none;
}
.topService-btns-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: "\f054";
}