@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}

.__anchor-point {
  position: absolute;
  margin-top: -4em;
}

.js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

.__ttlstyle.__01 {
  display: flex;
  align-items: center;
}
.__ttlstyle.__01 span.__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 991px) {
  .__ttlstyle.__01 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__01 span.__en {
    font-size: min(12vw, 4em);
  }
}
.__ttlstyle.__01 span.__jp {
  font-size: 0.875em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__01 span.__jp {
    display: block;
    margin-left: 0;
  }
}
.__ttlstyle.__01 .__linedeco {
  position: relative;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__01 .__linedeco {
    margin-right: 1.6em;
  }
}
.__ttlstyle.__01 .__linedeco::before {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__01 .__linedeco::before {
    width: 2em;
  }
}
.__ttlstyle.__01 .__linedeco::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 1.6em;
  display: block;
  content: "";
  width: 1px;
  height: 2em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__01 .__linedeco::after {
    margin-left: 1em;
    height: 4em;
  }
}
.__ttlstyle.__01.__light .__linedeco::before, .__ttlstyle.__01.__light .__linedeco::after {
  background-color: #fff;
}
.__ttlstyle.__02 span.__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0;
}
.__ttlstyle.__02 span.__en span.__num {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
.__ttlstyle.__02 span.__jp {
  display: block;
  color: #28549c;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1em;
  margin-top: 0.6em;
}
@media screen and (max-width: 1599px) {
  .__ttlstyle.__02 span.__jp {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle.__02 span.__jp {
    font-size: min(5.4vw, 1.75em);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  color: #333333;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  color: #1a1a1a;
  content: "※";
}

.__linkbtn.__01 a {
  display: flex;
  align-items: center;
  padding: 1em 0;
}
.__linkbtn.__01 a span.__icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.25em;
  margin-right: 1.6em;
  margin-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__01 a span.__icon {
    font-size: 1em;
  }
}
.__linkbtn.__01 a span.__icon::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #1a1a1a;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.24s ease;
}
.__linkbtn.__01 a span.__txt {
  font-weight: 700;
}
.__linkbtn.__01 a:hover span.__icon::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.__linkbtn.__01.__blue a span.__icon::before {
  background-color: #28549c;
}
.__linkbtn.__02 a, .__linkbtn.__02 button {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #28549c;
  border-radius: 50vh;
  padding: 0.32em 1.6em 0.48em;
  transition: all 0.24s ease;
}
.__linkbtn.__02 a span.__icon, .__linkbtn.__02 button span.__icon {
  font-size: 1.25em;
  margin-right: 0.72em;
}
.__linkbtn.__02 a span.__txt, .__linkbtn.__02 button span.__txt {
  font-weight: 700;
}
.__linkbtn.__02 a::before, .__linkbtn.__02 button::before {
  content: "";
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background-color: #0d3576;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
.__linkbtn.__02 a:hover::before, .__linkbtn.__02 button:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.__linkbtn.__02.__black a, .__linkbtn.__02.__black button {
  background-color: #333333;
}
.__linkbtn.__02.__black a::before, .__linkbtn.__02.__black button::before {
  background-color: #1a1a1a;
}

a.__txtlink {
  color: #28549c;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linedeco.__01 {
  position: relative;
}
.__linedeco.__01::before {
  display: block;
  content: "";
  width: 13.75rem;
  height: 1px;
  background-color: #000;
}
.__linedeco.__01::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 10rem;
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .__linedeco.__01::after {
    height: 6em;
  }
}
.__linedeco.__01.__top::after {
  top: 0;
  left: 0;
  margin-top: -3rem;
  margin-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__linedeco.__01.__top::after {
    margin-top: -0.8em;
    margin-left: 0.8em;
  }
}
.__linedeco.__01.__bottom::after {
  bottom: 0;
  right: 0;
  margin-bottom: -3rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__linedeco.__01.__bottom::after {
    margin-bottom: -0.8em;
    margin-right: 0.8em;
  }
}

.__txtdeco.__marker {
  color: #fff;
  background-color: #1a1a1a;
  font-weight: 700;
  line-height: 1em;
  padding: 0.02em 0.2em 0.12em;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .__txtdeco.__marker {
    display: inline-block;
    padding: 0.22em 0.2em 0.32em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
}

.__fadeIn {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 0.6s ease;
}
.__fadeIn.__center {
  transform: translate(0, 0);
  transition: all 0.8s ease;
}
.__fadeIn.__delay01 {
  transition-delay: 0.1s;
}
.__fadeIn.__delay02 {
  transition-delay: 0.2s;
}
.__fadeIn.__delay03 {
  transition-delay: 0.3s;
}
.__fadeIn.__delay04 {
  transition-delay: 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translate(0, 0);
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 0px 12px 0px rgba(40, 84, 156, 0.3);
}
header .header-inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1399px) {
  header .header-inner {
    padding: 0 30px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 0 16px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 52, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 16.25rem;
}
@media screen and (max-width: 1399px) {
  header .header-logo {
    width: 195px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 156px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1399px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 48px;
    height: 40px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 3px;
    border-radius: 50vh;
    background-color: #0d3576;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}
header .header-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  header .header-menu {
    display: block;
    background-color: #eeeeee;
    width: 280px;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -280px;
    transition: all 0.36s ease;
  }
  header .header-menu.__open {
    margin-right: 0;
  }
}
header .header-menu nav {
  margin-right: 3.75rem;
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1399px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1.875rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1599px) {
  header .header-menu nav ul li a {
    font-size: 0.9em;
    margin: 0 1.25rem;
  }
}
@media screen and (max-width: 1399px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin: 20px 0;
    padding-left: 36px;
  }
}
header .header-menu nav ul li a::before {
  color: #28549c;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.48em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  margin-bottom: -1.4em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1399px) {
  header .header-menu nav ul li a::before {
    bottom: initial;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) scale(0);
    margin-left: 24px;
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1399px) {
  header .header-menu nav ul li a:hover::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1399px) {
  header .header-menu nav ul li.__current a::before {
    transform: translate(0, -50%) scale(1);
  }
}
header .header-menu .header-tel {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1399px) {
  header .header-menu .header-tel {
    margin-top: 48px;
    padding-left: 36px;
  }
}
header .header-menu .header-tel .tel-num {
  display: flex;
  align-items: baseline;
}
header .header-menu .header-tel .tel-num span {
  display: block;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-tel .tel-num span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu .header-tel .tel-num span {
    font-size: min(6vw, 2em);
  }
}
header .header-menu .header-tel .tel-num span.__icon {
  margin-right: 0.2em;
}
header .header-menu .header-tel p.tel-info {
  font-size: 0.75em;
  line-height: 1em;
}
@media screen and (max-width: 1399px) {
  header .header-menu .header-contact {
    width: calc(100% - 36px);
    margin-top: 30px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-contact a span.__icon {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact a span.__icon {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 1599px) {
  header .header-menu .header-contact a span.__txt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1399px) {
  header .header-menu .header-contact a span.__txt {
    font-size: 1em;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  padding-top: 0;
}
.sec-contact .sec-bgimg {
  width: 100%;
  height: 30em;
}
.sec-contact .sec-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contact .sec-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.sec-contact .sec-content .sec-ttl {
  padding-bottom: 0.2em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .sec-ttl {
    padding-bottom: 0.6em;
  }
}
.sec-contact .sec-content .content-wrap {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-wrap {
    display: block;
  }
}
.sec-contact .sec-content .content-wrap .contact-tel {
  display: flex;
  align-items: baseline;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .contact-tel {
    display: block;
  }
}
.sec-contact .sec-content .content-wrap .contact-tel .tel-num {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .contact-tel .tel-num {
    justify-content: center;
  }
}
.sec-contact .sec-content .content-wrap .contact-tel .tel-num span {
  display: block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6em;
}
.sec-contact .sec-content .content-wrap .contact-tel .tel-num span.__icon {
  margin-right: 0.2em;
}
.sec-contact .sec-content .content-wrap .contact-tel p.tel-info {
  font-size: 0.9em;
  line-height: 1em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap .contact-tel p.tel-info {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .content-wrap .contact-mail {
    margin-top: 2em;
  }
}
.sec-contact .sec-content .content-wrap .contact-mail a {
  background-color: #fff;
  border-radius: 50vh;
  padding: 1.2em 2em 1.2em 1em;
}
.sec-contact .sec-content .content-wrap .contact-mail a span.__txt {
  color: #1a1a1a;
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background-color: #333333;
  padding-top: 6.25rem;
  padding-bottom: 3em;
}
@media screen and (max-width: 1599px) {
  footer {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 1399px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
footer .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .footer-content {
    display: block;
  }
}
footer .footer-content .footer-left .footer-logo {
  width: 20rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .footer-left .footer-logo {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-left .footer-logo {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-left .footer-logo {
    width: 192px;
  }
}
footer .footer-content .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-content .footer-left .footer-offices {
  margin-top: 1.4em;
  padding-left: 1em;
  border-left: solid 1px #fff;
}
footer .footer-content .footer-left .footer-offices p {
  font-size: 0.9em;
  line-height: 2em;
}
footer .footer-content .footer-right {
  width: calc(100% - 33em);
}
@media screen and (max-width: 1399px) {
  footer .footer-content .footer-right {
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer-content .footer-right .footer-address {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .footer-right .footer-address {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .footer-right .footer-address {
    margin-top: 6em;
  }
}
@media screen and (max-width: 1599px) {
  footer .footer-content .footer-right .footer-address p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .footer-right .footer-address p {
    font-size: 1em;
  }
}
footer .footer-content .footer-right .footer-address p a {
  display: inline;
  margin-left: 0.2em;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
  footer .footer-content .footer-right .footer-address p a:hover {
    opacity: 0.6;
  }
}
footer .footer-content .footer-right .footer-menu {
  margin-top: 6em;
}
@media screen and (max-width: 1399px) {
  footer .footer-content .footer-right .footer-menu {
    display: none;
  }
}
footer .footer-content .footer-right .footer-menu ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-content .footer-right .footer-menu ul li a {
  padding: 0.36em 0;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1599px) {
  footer .footer-content .footer-right .footer-menu ul li a {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-content .footer-right .footer-menu ul li a:hover {
    opacity: 0.6;
  }
}
footer .footer-content .footer-right .footer-menu ul.__policy {
  justify-content: flex-end;
}
footer .footer-content .footer-right .footer-menu ul.__policy li {
  display: flex;
  align-items: center;
}
footer .footer-content .footer-right .footer-menu ul.__policy li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 1px;
  background-color: #fff;
  margin-right: 0.6em;
}
footer .footer-content .footer-right .footer-menu ul.__policy li a {
  font-size: 0.875em;
}
footer .copyright {
  color: #666666;
  text-align: center;
  font-size: 0.75em;
  margin-top: 16em;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    margin-top: 14em;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    text-align: left;
    margin-top: 12em;
  }
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 2em;
}
@media screen and (max-width: 1399px) {
  #pagetop {
    margin: 30px;
  }
}
@media screen and (max-width: 991px) {
  #pagetop {
    margin: 16px;
  }
}
#pagetop a {
  position: relative;
  width: 4.8em;
  height: 4.8em;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 3.6em;
    height: 3.6em;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.06em;
  width: 1.2em;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 1em;
  }
}
@media screen and (min-width: 992px) {
  #pagetop a:hover {
    background-color: #eeeeee;
  }
}

/* topic-list
---------------------------------------------------- */
.topic-list-item {
  margin-top: 2em;
  padding: 2em 0;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .topic-list-item {
    margin-top: 1em;
    padding: 1.6em 0;
  }
}
.topic-list-item a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.topic-list-item a .topic-info {
  width: 23em;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .topic-list-item a .topic-info {
    width: 100%;
    justify-content: flex-start;
  }
}
.topic-list-item a .topic-info .__new {
  width: 3em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .topic-list-item a .topic-info .__new {
    margin-right: 0.6em;
  }
}
.topic-list-item a .topic-info .__new p {
  color: #d25757;
  font-weight: 700;
  letter-spacing: 0;
}
.topic-list-item a .topic-info .__date {
  width: 6em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .topic-list-item a .topic-info .__date {
    margin-right: 0.6em;
  }
}
.topic-list-item a .topic-info .__date p {
  font-size: 0.9em;
}
.topic-list-item a .topic-info .__cate {
  width: 10em;
  margin-right: 2em;
  border-radius: 50vh;
  border: solid 1px #28549c;
  padding: 0.1em;
}
@media screen and (max-width: 767px) {
  .topic-list-item a .topic-info .__cate {
    margin-right: 1.2em;
  }
}
.topic-list-item a .topic-info .__cate p {
  text-align: center;
  color: #28549c;
  font-size: 0.8125em;
}
.topic-list-item a .__ttl {
  position: relative;
  width: calc(100% - 4em - 7em - 12em);
  padding-right: 3em;
}
@media screen and (max-width: 1199px) {
  .topic-list-item a .__ttl {
    width: 100%;
    margin-top: 1em;
  }
}
.topic-list-item a .__ttl::before {
  color: #28549c;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topic-list-item a .__ttl h3 {
  color: #1a1a1a;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6em;
  transition: all 0.24s ease;
}
@media screen and (min-width: 992px) {
  .topic-list-item a:hover .__ttl h3 {
    color: #28549c;
  }
}/*# sourceMappingURL=common.css.map */