@charset "UTF-8";
/*
buildOutputFile: 'top';
*/
.topMV {
  position: relative;
  width: 100%;
  height: 550px;
  background: #f1f1f1;
}
@media (max-width: 1199px) {
  .topMV {
    height: 43vw;
  }
}
@media (max-width: 767px) {
  .topMV {
    margin-top: 0;
    height: 85vw;
    padding-bottom: 40vw;
  }
}
.topMV::before, .topMV::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .topMV::before, .topMV::after {
    max-height: 60vw;
  }
}
.topMV::before {
  bottom: 0;
  left: 0;
  background: left bottom/contain no-repeat url(../img/top/mv-bg-left.png);
}
.topMV::after {
  top: 0;
  right: 0;
  background: right bottom/contain no-repeat url(../img/top/mv-bg-right.png);
}
.topMV .inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  height: 550px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 35%;
  align-items: center;
}
@media (max-width: 1199px) {
  .topMV .inner {
    grid-template-columns: auto 30%;
    height: 43vw;
  }
}
@media (max-width: 767px) {
  .topMV .inner {
    height: 45vw;
    grid-template-columns: auto 25%;
    align-items: flex-start;
  }
}
.topMV-pic {
  width: 100%;
}
@media (max-width: 767px) {
  .topMV-pic {
    padding-top: 7vw;
  }
}
.topMV-pic img {
  width: 95%;
  height: auto;
  display: block;
  margin-right: 5%;
}
.topMV-copy {
  width: 100%;
}
@media (max-width: 767px) {
  .topMV-copy {
    padding-top: 5vw;
  }
}
.topMV-copy .text-s {
  font-size: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .topMV-copy .text-s {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .topMV-copy .text-s {
    font-size: 3.8vw;
  }
}
.topMV-copy .fw-regular {
  font-weight: 500;
}
.topMV-copy .text-l {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-top: 1.5rem;
  color: #d51b28;
}
@media (max-width: 1199px) {
  .topMV-copy .text-l {
    margin-top: 1rem;
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .topMV-copy .text-l {
    margin-top: 1vw;
    font-size: 5.6vw;
  }
}
.topMV-copy .text-l + .text-s {
  margin-top: 0.8rem;
}
.topMV-btnArea {
  display: block;
  width: 100%;
  height: 12rem;
}
@media (max-width: 767px) {
  .topMV-btnArea {
    position: absolute;
    width: 100%;
    left: 0%;
    height: auto;
    margin-top: 4vw;
    bottom: auto;
  }
}
.topMV-btn {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  gap: 1rem;
  width: 70%;
  margin: 25px auto 0 0;
}
@media (max-width: 1199px) {
  .topMV-btn {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .topMV-btn {
    position: static;
    display: grid;
    max-width: 60%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.topMV-btn-itm {
  width: 100%;
}
@media (max-width: 767px) {
  .topMV-btn-itm {
    max-width: 100%;
    width: 100%;
  }
}
.topMV-btn-itm a {
  width: 100%;
  display: block;
}
.topMV-btn-itm .btn-dl {
  position: relative;
}
.topMV-btn-itm .btn-dl-txt {
  position: absolute;
  display: inline;
  color: #d51b28;
  font-weight: 700;
  top: 48%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 767px) {
  .topMV-btn-itm .btn-dl-txt {
    font-size: 3.5vw;
    top: 10.7vw;
    left: 10vw;
  }
}
.topMV-btn-itm .btn-bg {
  position: relative;
}
.topMV-btn-itm .btn-bg-txt {
  position: absolute;
  display: inline;
  color: #fff;
  font-weight: 700;
  top: 35%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 767px) {
  .topMV-btn-itm .btn-bg-txt {
    font-size: 3.5vw;
    top: 6.7vw;
    left: 10vw;
  }
}

.topMainbnr {
  margin-top: 5rem;
  margin-inline: auto;
  max-width: 1200px;
  width: 90%;
}
@media (max-width: 767px) {
  .topMainbnr {
    margin-top: 2.5rem;
  }
}
.topMainbnr .inner {
  padding: 0;
}
.topMainbnr-ttl {
  padding: 0.8rem;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(20deg, var(--themeColor-lt), var(--themeColor));
}
@media (max-width: 767px) {
  .topMainbnr-ttl {
    font-size: 5vw;
  }
}
.topMainbnr-cnt-li {
  display: flex;
  flex-wrap: nowrap;
  gap: 2%;
}
@media (max-width: 767px) {
  .topMainbnr-cnt-li {
    flex-wrap: wrap;
  }
}
.topMainbnr-cnt-li-itm {
  width: 23.5%;
}
@media (max-width: 767px) {
  .topMainbnr-cnt-li-itm {
    width: 48%;
  }
}
.topMainbnr-cnt-li-itm a {
  display: block;
}
.topMainbnr-cnt-li-itm a img {
  width: 100%;
  height: auto;
  display: block;
}

.topService {
  margin-top: 6rem;
  max-width: 100%;
  background: #BE232B;
  background: center top/cover no-repeat url(../img/top/topService-bg.jpg);
  color: #fff;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .topService {
    margin-top: 3rem;
    padding: 5rem 0;
  }
}
.topService .inner {
  max-width: 1200px;
  margin-inline: auto;
}
.topService-ttl {
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-ttl {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .topService-ttl {
    font-size: 6vw;
  }
}
.topService-intro {
  font-size: 1.6rem;
  margin-top: 3rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-intro {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topService-intro {
    font-size: 3.8vw;
    margin-top: 2rem;
    text-align: left;
  }
}
.topService-lst {
  display: grid;
  margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin-top: 6rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-lst {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .topService-lst {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 6rem 0;
    margin-top: 3rem;
  }
}
.topService-lst-itm {
  text-align: center;
}
.topService-lst-itm img {
  width: 100%;
  height: auto;
  display: block;
}
.topService-lst-itm-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-lst-itm-ttl {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .topService-lst-itm-ttl {
    font-size: 5vw;
    margin-top: 1.5rem;
  }
}
.topService-lst-itm-txt {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-lst-itm-txt {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topService-lst-itm-txt {
    font-size: 3.8vw;
    margin-top: 1.5rem;
  }
}
.topService-lst-itm-note {
  font-size: 1.3rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topService-lst-itm-note {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .topService-lst-itm-note {
    font-size: 3.4vw;
  }
}
.topService-btn {
  width: 40rem;
  margin-top: 8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .topService-btn {
    width: 90%;
    margin: 4rem auto 0;
  }
}

.topBnr {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .topBnr {
    margin-top: 1rem;
  }
}

.topFeature {
  background: #f7f6f6;
  margin-top: 8rem;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .topFeature {
    padding: 7rem 0;
    margin-top: 1rem;
  }
}
.topFeature-ttl {
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-ttl {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .topFeature-ttl {
    font-size: 6vw;
  }
}
.topFeature .inner {
  max-width: 1200px;
  margin-inline: auto;
}
.topFeature-lst {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .topFeature-lst {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 0;
    width: 90%;
    margin-inline: auto;
  }
}
.topFeature-lst-itm {
  position: relative;
  padding-bottom: 10rem;
  border-right: 2px solid var(--bgColor);
  padding: 5rem 5rem 10rem 5rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm {
    padding: 3rem 3rem 10rem 3rem;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm {
    position: static;
    padding-bottom: 0;
    padding: 2.5rem 2rem;
    border-bottom: 2px solid var(--bgColor);
    border-right: none;
  }
}
.topFeature-lst-itm:last-child {
  border: none;
}
@media (max-width: 767px) {
  .topFeature-lst-itm:last-child {
    border: none;
  }
}
.topFeature-lst-itm-ttl {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
.topFeature-lst-itm-ttl-main {
  font-size: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-ttl-main {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm-ttl-main {
    font-size: 5vw;
    margin-bottom: 0.5rem;
  }
}
.topFeature-lst-itm-ttl-sub {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-ttl-sub {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm-ttl-sub {
    font-size: 3.6vw;
  }
}
.topFeature-lst-itm-img {
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-img {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm-img {
    margin-top: 2rem;
  }
}
.topFeature-lst-itm-desc {
  margin-top: 2rem;
}
.topFeature-lst-itm-desc p {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-desc p {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm-desc p {
    font-size: 4vw;
  }
}
.topFeature-lst-itm-lnk {
  position: absolute;
  bottom: 5rem;
  width: calc(100% - 10rem);
  text-align: center;
}
@media (max-width: 767px) {
  .topFeature-lst-itm-lnk {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
}
.topFeature-lst-itm-lnk a {
  font-size: 1.6rem;
  text-align: center;
  color: var(--textColor);
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-lnk a {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topFeature-lst-itm-lnk a {
    font-size: 4vw;
  }
}
.topFeature-lst-itm-lnk a:hover {
  color: var(--themeColor-lt);
}
.topFeature-lst-itm-lnk a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--themeColor-lt);
  border-right: 2px solid var(--themeColor-lt);
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFeature-lst-itm-lnk a::after {
    width: 1vw;
    height: 1vw;
  }
}

.topSearch {
  padding: 6rem 0 8rem 0;
  background: #f7f6f6;
}
@media (max-width: 767px) {
  .topSearch {
    padding: 3rem 0;
  }
}
.topSearch .inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.topSearch-intro {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 3rem;
  max-width: 60%;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSearch-intro {
    font-size: 1.6vw;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .topSearch-intro {
    font-size: 3.6vw;
    max-width: 80%;
    text-align-last: left;
  }
}
.topSearch-lst {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-top: 5rem;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSearch-lst {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .topSearch-lst {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 3rem;
  }
}
.topSearch-lst-itm {
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.topSearch-lst-itm-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 3rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSearch-lst-itm-ttl {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .topSearch-lst-itm-ttl {
    font-size: 3.6vw;
    margin-inline: auto;
  }
}
.topSearch-lst-itm-img {
  margin-top: 3rem;
  width: 75%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .topSearch-lst-itm-img {
    margin-top: 2rem;
    width: 80%;
  }
}
.topSearch-lst-itm-img img {
  width: 100%;
  height: auto;
  display: block;
}
.topSearch-lst-itm-lnk {
  margin-top: 3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .topSearch-lst-itm-lnk {
    margin-top: 2rem;
  }
}
.topSearch-lst-itm-lnk a {
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.6rem, 18px);
  background: var(--themeColor-lt);
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  transition: all 0.2s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSearch-lst-itm-lnk a {
    height: 6rem;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topSearch-lst-itm-lnk a {
    font-size: 2.6vw;
  }
}
.topSearch-lst-itm-lnk a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 2rem;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.topSearch-lst-itm-lnk a:hover {
  opacity: 0.8;
}

.topSeminar, .topCase {
  padding: 10rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  .topSeminar, .topCase {
    padding: 5rem 0;
  }
}
.topSeminar-ttl {
  text-align: left;
}
.topSeminar-lst {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .topSeminar-lst {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 96%;
    margin-inline: auto;
    margin-top: 4rem;
  }
}
.topSeminar-lst-itm a {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 55% auto;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: var(--textColor);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSeminar-lst-itm a {
    grid-template-columns: 50% auto;
  }
}
@media (max-width: 767px) {
  .topSeminar-lst-itm a {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-inline: auto;
  }
}
.topSeminar-lst-itm-img {
  object-fit: cover;
}
.topSeminar-lst-itm-inf {
  padding: 4rem 5rem;
  display: grid;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSeminar-lst-itm-inf {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .topSeminar-lst-itm-inf {
    padding: 2rem;
  }
}
.topSeminar-lst-itm-inf-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSeminar-lst-itm-inf-ttl {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .topSeminar-lst-itm-inf-ttl {
    font-size: 4vw;
  }
}
.topSeminar-lst-itm-inf-date {
  font-size: 2rem;
  margin-top: 2.5rem;
}
.topSeminar-lst-itm-inf-date:nth-of-type(2), .topSeminar-lst-itm-inf-date:nth-of-type(3), .topSeminar-lst-itm-inf-date:nth-of-type(4) {
  display: none;
}
.topSeminar-lst-itm-inf-date + .topSeminar-lst-itm-inf-date {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSeminar-lst-itm-inf-date {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topSeminar-lst-itm-inf-date {
    font-size: 3.6vw;
  }
}
.topSeminar-lst-itm-inf-plc {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topSeminar-lst-itm-inf-plc {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topSeminar-lst-itm-inf-plc {
    font-size: 3.6vw;
  }
}
.topSeminar-lnk {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
}

.topCase {
  padding-top: 4rem;
}
.topCase-ttl {
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topCase-ttl-lnk {
  font-size: 1.8rem;
  color: #000;
  position: relative;
  display: block;
  padding-right: 4rem;
  transition: linear 0.2s;
}
.topCase-ttl-lnk:hover {
  opacity: 0.8;
}
.topCase-ttl-lnk::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 2rem;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #BE232B;
  border-right: 2px solid #BE232B;
  transform: rotate(45deg);
}
.topCase-card {
  margin-top: 3rem;
}
.topCase-card-lst {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 5px;
  overflow: hidden;
}
.topCase-card-lst-itm {
  padding: 2rem;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm {
    padding: 1.5rem;
  }
}
.topCase-card-lst-itm:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.topCase-card-lst-itm:nth-child(3), .topCase-card-lst-itm:nth-child(4) {
  border-top: 1px solid #ddd;
}
.topCase-card-lst-itm a {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 2rem;
  align-items: flex-start;
  transition: linear 0.2s;
  height: 100%;
  align-content: stretch;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm a {
    align-content: flex-start;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.topCase-card-lst-itm a img {
  opacity: 1;
}
.topCase-card-lst-itm a:hover {
  opacity: 0.8;
}
.topCase-card-lst-itm-img {
  height: 100%;
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm-img {
    height: 22vw;
  }
  .topCase-card-lst-itm-img img {
    object-fit: contain;
    width: auto;
    height: 22vw;
    margin-inline: auto;
  }
}
.topCase-card-lst-itm-inf {
  color: #000;
  height: 100%;
}
.topCase-card-lst-itm-inf-ttl {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm-inf-ttl {
    font-size: 3vw;
    margin-top: 1rem;
    min-height: 5.7em;
  }
}
.topCase-card-lst-itm-inf-txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm-inf-txt {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-top: 0;
    min-height: 3.5em;
  }
}
.topCase-card-lst-itm-inf-lnk {
  font-size: 1.6rem;
  padding-right: 3rem;
  transition: linear 0.2s;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin-top: 1rem;
  color: #BE232B;
  width: 100%;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm-inf-lnk {
    margin-top: 0;
    right: 0;
    left: 0;
    font-size: 3.4vw;
  }
}
.topCase-card-lst-itm-inf-lnk::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BE232B;
  border-right: 2px solid #BE232B;
  transform: rotate(45deg);
}
.topCase-card-lst-itm-inf-dtl {
  margin: 1rem 0;
  font-size: 1.3rem;
  display: grid;
  grid-template-columns: 8em auto;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
@media (max-width: 767px) {
  .topCase-card-lst-itm-inf-dtl {
    grid-template-columns: 1fr;
    font-size: 3.2vw;
    gap: 0.3rem;
  }
}
.topCase-card-lst-itm-inf-dtl-ttl {
  background: #dedede;
  text-align: center;
  line-height: 1.8;
}
.topCase-card-lst-itm-inf-dtl-txt {
  line-height: 1.8;
}
.topCase-card-lst-itm-inf-dtl-num {
  line-height: 1.8;
}
.topCase .caseScroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 1rem;
}
.topCase .caseScroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .topCase .caseScroll {
    overflow: hidden;
    white-space: normal;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.topCase .caseScroll::after {
  content: "";
  display: inline-block;
  width: 2%;
  height: 100%;
}
@media (max-width: 767px) {
  .topCase .caseScroll::after {
    display: none;
  }
}
.topCase .caseScroll-btns {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 2rem;
  margin-top: -4rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topCase .caseScroll-btns {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .topCase .caseScroll-btns {
    display: none;
  }
}
.topCase .caseScroll-btns button {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: none;
  transition: all 0.2s;
  cursor: pointer;
}
.topCase .caseScroll-btns button:hover {
  opacity: 0.8;
}
.topCase .caseScroll-btns button img {
  width: 30%;
}
.topCase .caseScroll-lst {
  display: inline-block;
  width: 380px;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .topCase .caseScroll-lst {
    display: block;
    width: 88vw;
    margin: 0 1vw;
    margin-bottom: 1rem;
  }
}
.topCase .caseScroll-lst a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: var(--textColor);
}
.topCase .caseScroll-lst-img {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.topCase .caseScroll-lst-img img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.topCase .caseScroll-lst-inf {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topCase .caseScroll-lst-inf {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .topCase .caseScroll-lst-inf {
    padding: 0;
  }
}
.topCase .caseScroll-lst-inf-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2rem;
}
.topCase .caseScroll-lst-inf-txt {
  padding: 1rem 2rem 2rem 2rem;
  font-size: 1.6rem;
}
.topCase .caseScroll-lst-inf-lnk {
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.6rem, 18px);
  background: var(--themeColor-lt);
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  transition: all 0.2s;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topCase .caseScroll-lst-inf-lnk {
    height: 6rem;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topCase .caseScroll-lst-inf-lnk {
    font-size: 4vw;
  }
}
.topCase .caseScroll-lst-inf-lnk::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 2rem;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.topCase-lnk {
  max-width: 300px;
  width: 100%;
  margin: 30px auto 0;
}

.topNews {
  padding: 8rem 0 8rem;
  min-height: 410px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews {
    min-height: 53vw;
  }
}
@media (max-width: 767px) {
  .topNews {
    padding: 5rem 0;
    min-height: 203vw;
  }
}
.topNews .inner {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.topNews-ttl {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews-ttl {
    position: static;
  }
}
@media (max-width: 767px) {
  .topNews-ttl {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews-cnt {
    display: grid;
    justify-content: center;
    position: relative;
    padding-top: 80px;
    width: 90%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .topNews-cnt {
    display: grid;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    width: 90%;
    margin-inline: auto;
  }
}
.topNews-cnt .TabTrg1 {
  top: 70px;
}
.topNews-cnt .TabTrg2 {
  top: 110px;
}
.topNews-cnt .TabTrg3 {
  top: 150px;
}
.topNews-cnt .TabTrg4 {
  top: 190px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews-cnt .TabTrg1 {
    top: 30px;
    left: 16%;
  }
  .topNews-cnt .TabTrg2 {
    top: 30px;
    left: 34%;
  }
  .topNews-cnt .TabTrg3 {
    top: 30px;
    left: auto;
    right: 33%;
  }
  .topNews-cnt .TabTrg4 {
    top: 30px;
    left: auto;
    right: 15%;
  }
}
@media (max-width: 767px) {
  .topNews-cnt .TabTrg1 {
    top: 20px;
    left: 5%;
  }
  .topNews-cnt .TabTrg2 {
    top: 20px;
    left: auto;
    right: 5%;
  }
  .topNews-cnt .TabTrg3 {
    top: 65px;
    left: 5%;
  }
  .topNews-cnt .TabTrg4 {
    top: 65px;
    left: auto;
    right: 5%;
  }
}
.topNews-cnt-trg {
  max-width: 120px;
  width: 15%;
  position: absolute;
  align-items: center;
  left: 0;
}
@media (max-width: 767px) {
  .topNews-cnt-trg {
    width: 42%;
    max-width: none;
  }
}
.topNews-cnt-trg-txt {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #dfdfdf;
  height: 30px;
  border-radius: 15px;
  text-align: center;
}
.topNews-cnt-trg:has(:checked) .topNews-cnt-trg-txt {
  background: #eee;
}
.topNews-cnt-dtl {
  margin-top: 3rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: 0 !important;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews-cnt-dtl {
    max-width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .topNews-cnt-dtl {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.topNews-cnt-dtl p {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 9% 11% auto;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topNews-cnt-dtl p {
    grid-template-columns: 11% 15% auto;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topNews-cnt-dtl p {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem;
    gap: 1.5rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .topNews-cnt-date {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
  }
}
.topNews-cnt-cate {
  background: var(--themeColor-lt);
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 0.8rem;
  text-align: center;
  font-size: 90%;
}
@media (max-width: 767px) {
  .topNews-cnt-cate {
    max-width: 45%;
    margin-left: 55%;
  }
}
.topNews-cnt-txt {
  color: var(--textColor);
}
.topNews-cnt-txt:hover {
  text-decoration: underline;
}
.topNews .cmnLink-btn {
  margin-top: 20px;
}

.topFAQ {
  background: var(--bgColor);
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .topFAQ {
    padding: 5rem 0;
  }
}
.topFAQ .inner {
  max-width: 1000px;
}
.topFAQ-cnt {
  margin-top: 5rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .topFAQ-cnt {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.topFAQ-cnt-dtl {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFAQ .faqTrg {
    font-weight: 700;
    font-size: 1.6vw;
  }
}
.topFAQ .faqTrg::before {
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: #000;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFAQ .faqTrg::before {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topFAQ .faqTrg::before {
    font-size: 3.6vw;
    width: 3rem;
    height: 3rem;
  }
}
.topFAQ .faqAns a {
  color: var(--themeColor);
  text-decoration: underline;
  transition: linear 0.2s;
}
.topFAQ .faqAns a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.topFAQ .faqAns .cmn-li.is-dot {
  margin-bottom: 0.5em;
}
.topFAQ .faqAns .cmn-li.is-dot .cmn-li-itm::before {
  content: "・ ";
}
.topFAQ .faqAns .cmn-li-itm {
  margin-top: 0.5em;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFAQ .faqAns {
    font-size: 1.6vw;
  }
}
.topFAQ .faqAns::before {
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: var(--themeColor-lt);
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topFAQ .faqAns::before {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .topFAQ .faqAns::before {
    font-size: 3.6vw;
    width: 3rem;
    height: 3rem;
  }
}