@charset "utf-8";

@import url(https://fonts.cdnfonts.com/css/helvetica-neue-55);

/* gkat-N3 */
.gkat-N3 {
  overflow: hidden;
  position: relative
}

.gkat-N3 .contents-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.gkat-N3 .contents-container:not(.fullscreen) {
  height: 76rem
}

.gkat-N3 .slide-area {
  width: 100vw;
  height: 100%
}

.gkat-N3 .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%
}

.gkat-N3 .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding: 0 4rem
}

.gkat-N3 .thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.gkat-N3 .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none
}

.gkat-N3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gkat-N3 .textset {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 18.3rem 10rem 4rem;
  width: 100%
}

.gkat-N3 .container-lg .textset {
  max-width: 144rem
}

.gkat-N3 .container-md .textset {
  max-width: 128rem
}

.gkat-N3 .container-sm .textset {
  max-width: 102.4rem
}

.gkat-N3 .textset .textset-subtit,
.gkat-N3 .textset .textset-tit,
.gkat-N3 .textset .textset-desc {
  color: var(--white)
}

.gkat-N3 .textset .textset-subtit {
  display: block;
  margin: 0
}

.gkat-N3 .textset .textset-tit,
.gkat-N3 .textset .textset-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis
}

.gkat-N3 .textset .textset-tit {
  margin: 0;
  font-size: 8.6rem;
  line-height: 9.3rem;
  font-weight: var(--fw-medium);
  -webkit-line-clamp: 4
}

.gkat-N3 .textset .textset-desc {
  margin-top: 1.2rem;
  -webkit-line-clamp: 5
}

.gkat-N3 .swiper-slide-active .textset .textset-tit,
.gkat-N3 .swiper-slide-active .textset .textset-desc {
  translate: 0 0;
  opacity: 1
}

.gkat-N3 .swiper-slide-active .textset .textset-tit {
  transition: translate 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.6s
}

.gkat-N3 .swiper-slide-active .textset .textset-desc {
  transition: translate 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.75s, opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.75s
}

.gkat-N3 .fixed-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .8rem;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  padding: 0 4rem;
  width: 100%;
  pointer-events: none
}

.gkat-N3 .container-lg .fixed-area {
  max-width: 144rem
}

.gkat-N3 .container-md .fixed-area {
  max-width: 128rem
}

.gkat-N3 .container-sm .fixed-area {
  max-width: 102.4rem
}

.gkat-N3 .paging {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  pointer-events: auto
}

.gkat-N3 .paging .curr {
  color: var(--white);
  font-weight: var(--fw-bold)
}

.gkat-N3 .paging .total {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-color4)
}

.gkat-N3 .paging .total::before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: var(--text-color4)
}

.gkat-N3 .btn-wrap {
  display: flex;
  align-items: center;
  pointer-events: auto
}

.gkat-N3 .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: none;
  border: none;
  color: var(--white)
}

.gkat-N3 .swiper-progress button {
  display: none
}

.gkat-N3 .swiper-progress button.active {
  display: flex
}

@media (max-width: 1200px) {
  .gkat-N3 .slide-area {
    width: 100%
  }

  .gkat-N3 .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem)
  }
}

@media (max-width: 992px) {
  .gkat-N3 .contents-container:not(.fullscreen) {
    height: 60rem
  }

  .gkat-N3 .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem)
  }

  .gkat-N3 .swiper-slide,
  .gkat-N3 .fixed-area {
    padding: 0 1.6rem
  }

  .gkat-N3 .thumb::before {
    background: rgba(0, 0, 0, 0.46)
  }

  .gkat-N3 .textset {
    padding: 0 0 8.8rem 0
  }

  .gkat-N3 .textset .textset-tit {
    font-size: 4.2rem;
    line-height: 4.8rem
  }

  .gkat-N3 .textset .textset-desc {
    margin-top: 0.8rem
  }

  .gkat-N3 .fixed-area {
    justify-content: flex-start;
    bottom: 4.2rem
  }

  .gkat-N3 .paging .total::before {
    height: 0.8rem
  }

  .gkat-N3 .paging {
    gap: 0.4rem
  }

  .gkat-N3 .paging-item {
    width: 8rem
  }

  .gkat-N3 .btn-wrap button {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N4 */
.gkat-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem;
  background: url(../images/gkat_N4_01.png) no-repeat center / cover
}

.gkat-N4 .block_overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.2;
  background: var(--black)
}

.gkat-N4 .contents-inner {
  width: 100%
}

.gkat-N4 .title-area {
  margin-bottom: 8rem;
  text-align: center
}

.gkat-N4 .title-area h2 {
  margin-bottom: .4rem;
  color: #BDBDBD
}

.gkat-N4 .title-area strong,
.gkat-N4 .title-area p {
  color: var(--white)
}

.gkat-N4 .title-area strong {
  display: block;
  margin: 0.8rem 0 4rem
}

.gkat-N4 .list-area {
  display: flex;
  flex-wrap: wrap
}

.gkat-N4 .list-area li {
  width: 50%;
  position: relative
}

.gkat-N4 .list-area li:nth-child(2n) {
  border-left: 1px solid rgba(var(--white-rgb), 0.3)
}

.gkat-N4 .list-area li:nth-child(3),
.gkat-N4 .list-area li:nth-child(4) {
  border-top: 1px solid rgba(var(--white-rgb), 0.3)
}

.gkat-N4 .list-area a {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 8rem 4rem;
  width: 100%;
  height: 100%
}

.gkat-N4 .list-area a img {
  width: 10rem;
  height: 10rem;
  object-fit: cover
}

.gkat-N4 .list-area .textset .textset-tit {
  display: block;
  color: var(--white)
}

.gkat-N4 .list-area .textset .textset-tit+.textset-desc {
  margin-top: .8rem
}

.gkat-N4 .list-area .textset .textset-desc {
  color: var(--white)
}

@media (max-width: 992px) {
  .gkat-N4 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/gkat_N4_06.png) no-repeat center / cover
  }

  .gkat-N4 .title-area {
    margin-bottom: 2rem
  }

  .gkat-N4 .title-area strong {
    margin: 0.4rem 0 2rem
  }

  .gkat-N4 .list-area {
    flex-direction: column
  }

  .gkat-N4 .list-area li {
    width: 100%;
    border: 0 !important
  }

  .gkat-N4 .list-area a {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 2rem 0
  }

  .gkat-N4 .list-area li+li {
    border-top: 1px solid rgba(var(--white-rgb), 0.3) !important
  }

  .gkat-N4 .list-area a img {
    width: 6.8rem;
    height: 6.8rem
  }

  .gkat-N4 .list-area .textset .textset-tit+.textset-desc {
    margin-top: 0.4rem
  }
}
/* gkat-N5 */
.gkat-N5 {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N5 .contents-inner {
  width: 100%
}

.gkat-N5 .title-area {
  margin-bottom: 8rem;
  text-align: center
}

.gkat-N5 .title-area h2 {
  color: #BDBDBD;
  font-weight: 500
}

.gkat-N5 .title-area strong {
  display: block;
  margin-top: .4rem;
  font-weight: 700
}

.gkat-N5 .title-area strong span {
  color: var(--primary)
}

.gkat-N5 .list-area {
  display: flex;
  gap: 4rem
}

.gkat-N5 .col-left {
  flex: 1 1 62.1rem
}

.gkat-N5 .list-wrap {
  position: sticky;
  top: 10rem
}

.gkat-N5 .info-list li {
  display: flex;
  gap: 1.2rem;
  color: var(--text-color4);
  font-weight: var(--fw-bold);
  transition: color 0.3s
}

.gkat-N5 .info-list li::before {
  content: attr(data-index)
}

.gkat-N5 .info-list li+li {
  margin-top: 1.2rem
}

.gkat-N5 .info-list li.active {
  color: var(--text-color1)
}

.gkat-N5 .col-right {
  flex: 1 1 77.8rem
}

.gkat-N5 .item+.item {
  margin-top: 16rem
}

.gkat-N5 .thumb {
  height: 36.8rem
}

.gkat-N5 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gkat-N5 .desc strong {
  display: block;
  margin: 2.4rem 0 .8rem;
  color: var(--text-color3);
  transition: color 0.3s
}

.gkat-N5 .desc p {
  color: var(--text-color3)
}

.gkat-N5 .item.active .desc strong {
  color: var(--text-color1)
}

@media (max-width: 992px) {
  .gkat-N5 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N5 .title-area {
    margin-bottom: 1rem
  }

  .gkat-N5 .list-area {
    flex-direction: column;
    gap: 5rem
  }

  .gkat-N5 .col-left {
    flex: none;
    position: sticky;
    top: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    width: 100%;
    max-width: 100%;
    will-change: top
  }

  .gkat-N5 .col-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 0.2rem);
    height: 100%
  }

  .gkat-N5 .list-wrap {
    position: relative;
    top: unset;
    padding: 2rem 0;
    background: var(--white)
  }

  .gkat-N5 .info-list {
    margin-top: 2.4rem
  }

  .gkat-N5 .info-list li {
    gap: 0.4rem
  }

  .gkat-N5 .info-list li:not(.active) {
    display: none
  }

  .gkat-N5 .item+.item {
    margin-top: 8rem
  }

  .gkat-N5 .thumb {
    height: auto;
    aspect-ratio: 328/180
  }

  .gkat-N5 .desc strong {
    margin: 1.6rem 0 0.8rem
  }
}
/* gkat-N6 */
.gkat-N6 {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem;
  overflow: hidden;
  background: #F2F4FBFF
}

.gkat-N6 .contents-inenr {
  width: 100%
}

.gkat-N6 .contents-tit {
  margin-bottom: 6rem;
  text-align: center
}

.gkat-N6 .title-area {
  margin-bottom: 8rem;
  text-align: center
}

.gkat-N6 .title-area h2 {
  color: #BDBDBD;
  font-weight: 500
}

.gkat-N6 .title-area strong {
  display: block;
  margin-top: .4rem
}

.gkat-N6 .imageset {
  display: block;
  height: 48rem
}

.gkat-N6 .imageset::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

.gkat-N6 .contents-swiper {
  position: relative
}

.gkat-N6 .swiper-slide {
  position: relative;
  max-width: 1280px
}

.gkat-N6 .textset {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6rem;
  width: 100%
}

.gkat-N6 .textset-subtit {
  color: #DDDDDD
}

.gkat-N6 .textset-tit {
  display: block;
  margin: 0.4rem 0 2.8rem;
  color: var(--white);
  font-weight: 700
}

.gkat-N6 .textset-badge-wrap {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}

.gkat-N6 .textset-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 2.4rem;
  height: 4.2rem;
  color: var(--white);
  font-weight: 500;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px)
}

.gkat-N6 .swiper-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  pointer-events: none
}

.gkat-N6 .swiper-button-next,
.gkat-N6 .swiper-button-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid #e8e8e8;
  transition: 0.3s;
  pointer-events: auto
}

.gkat-N6 .swiper-button-prev {
  left: 0;
  transform: translateX(-50%)
}

.gkat-N6 .swiper-button-next {
  right: 0;
  transform: translateX(50%)
}

.gkat-N6 .swiper-button-next:hover,
.gkat-N6 .swiper-button-prev:hover {
  background: var(--primary);
  border-color: var(--primary)
}

.gkat-N6 .swiper-button-next:hover::after,
.gkat-N6 .swiper-button-prev:hover::after {
  filter: invert(100%);
  -webkit-filter: invert(100%)
}

.gkat-N6 .swiper-button-next:after,
.gkat-N6 .swiper-button-prev:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../icons/ico_arrow_prev_black.svg) no-repeat center/contain;
  transition: 0.3s
}

.gkat-N6 .swiper-button-next:after {
  transform: rotate(180deg)
}

.gkat-N6 .swiper-pagination {
  position: static;
  max-width: 1280px;
  margin: 3.4rem auto 0;
  height: 4px;
  background: #DDDDDD
}

.gkat-N6 .swiper-pagination-wrap .swiper-controls {
  display: none
}

.gkat-N6 .swiper-pagination-progressbar-fill {
  background: var(--black);
  border-radius: 10rem
}

@media (max-width: 1200px) {
  .gkat-N6 .swiper-button-prev {
    left: 2rem
  }

  .gkat-N6 .swiper-button-next {
    right: 2rem
  }
}

@media (max-width: 992px) {
  .gkat-N6 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N6 .title-area {
    margin-bottom: 4rem
  }

  .gkat-N6 .imageset {
    height: 44rem
  }

  .gkat-N6 .textset-tit {
    margin: 0.4rem 0 2rem
  }

  .gkat-N6 .swiper-button-next,
  .gkat-N6 .swiper-button-prev {
    margin: 0;
    width: 4.6rem;
    height: 4.6rem;
    position: static;
    transform: none
  }

  .gkat-N6 .swiper-button-next:after,
  .gkat-N6 .swiper-button-prev:after {
    width: 2rem;
    height: 2rem
  }

  .gkat-N6 .textset-badge-wrap {
    gap: 0.8rem
  }

  .gkat-N6 .textset-badge {
    padding: 0 1.5rem;
    height: 3.6rem
  }

  .gkat-N6 .textset {
    padding: 2.4rem 1.6rem
  }

  .gkat-N6 .swiper-pagination {
    margin: 0;
    height: 4px
  }

  .gkat-N6 .swiper-controls {
    display: none
  }

  .gkat-N6 .swiper-pagination-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1.6rem
  }

  .gkat-N6 .swiper-pagination-wrap .swiper-controls {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    position: static;
    transform: none;
    width: auto
  }
}
/* gkat-N7 */
.gkat-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: url(../images/gkat_N7_01.png) no-repeat center / cover
}

.gkat-N7 .contents-inner {
  width: 100%
}

.gkat-N7 .title-area {
  text-align: center
}

.gkat-N7 .title-area h2 {
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 500
}

.gkat-N7 .title-area h2,
.gkat-N7 .title-area strong {
  color: var(--white)
}

.gkat-N7 .title-area strong {
  display: block;
  margin: 1.2rem 0 4rem;
  font-weight: 500
}

.gkat-N7 .title-area .btnset {
  min-width: 20rem
}

.gkat-N7 .block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background-color: #000
}

@media (max-width: 992px) {
  .gkat-N7 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/gkat_N7_02.png) no-repeat center / cover
  }

  .gkat-N7 .title-area h2 {
    font-size: 5.8rem;
    line-height: 7rem
  }

  .gkat-N7 .title-area strong {
    margin: 1.2rem 0 4rem
  }
}
/* gkat-N8 */
.gkat-N8 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N8_01.png) no-repeat center / cover
}

.gkat-N8 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N8 .contents-container {
  height: 48rem
}

.gkat-N8 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N8 .textset {
  text-align: center
}

.gkat-N8 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N8 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N8 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N8 {
    background: url(../images/gkat_N8_02.png) no-repeat center / cover !important
  }

  .gkat-N8 .contents-container {
    height: 36rem
  }
}
/* gkat-N9 */
.gkat-N9 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N9 .contents-container {
  padding: 0
}

.gkat-N9 .tabset-item {
  flex: 1
}

.gkat-N9 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N9 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N9 {}
}
/* gkat-N10 */
.gkat-N10 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 9rem
}

.gkat-N10 .textset {
  margin-bottom: 8rem
}

.gkat-N10 .textset-subtit {
  color: var(--primary);
  font-weight: 500
}

.gkat-N10 .textset-tit {
  display: block;
  margin: 0.4rem 0 2rem;
  font-weight: 700
}

.gkat-N10 .textset-desc {
  color: var(--text-color3)
}

.gkat-N10 .thumbs {
  position: relative;
  height: 24.8rem
}

.gkat-N10 .thumbs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 50vw;
  max-width: 75.4rem;
  height: 100%;
  border-radius: 90rem;
  background: rgba(var(--primary-rgb), 0.6)
}

.gkat-N10 .thumbs-item:last-child {
  right: 0
}

.gkat-N10 .thumbs-item img {
  width: 8rem;
  height: 8rem;
  object-fit: contain
}

.gkat-N10 .thumbs-item strong {
  display: block;
  margin-top: 1.2rem;
  color: var(--white);
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N10 {
    padding-top: 8rem;
    padding-bottom: 4rem
  }

  .gkat-N10 .textset {
    margin-bottom: 4.8rem
  }

  .gkat-N10 .textset-tit {
    margin: 0.2rem 0 1.6rem
  }

  .gkat-N10 .thumbs {
    flex-direction: column;
    height: auto
  }

  .gkat-N10 .thumbs-item {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 17.2rem
  }

  .gkat-N10 .thumbs-item:last-child {
    margin-top: -2.8rem
  }

  .gkat-N10 .thumbs-item img {
    width: 6.8rem;
    height: 6.8rem
  }
}
/* gkat-N11 */
.gkat-N11 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem
}

.gkat-N11 .contents-inner {
  width: 100%
}

.gkat-N11 .title-area {
  margin-bottom: 8rem
}

.gkat-N11 .title-area h2 {
  color: var(--primary)
}

.gkat-N11 .title-area strong {
  display: block;
  margin: 0.4rem 0 2rem
}

.gkat-N11 .title-area p {
  color: var(--text-color3)
}

.gkat-N11 .thumb-area {
  display: flex;
  align-items: stretch;
  gap: 2rem
}

.gkat-N11 .col-left {
  flex: 1 1 83.2rem
}

.gkat-N11 .col-right {
  flex: 1 1 58.8rem
}

.gkat-N11 .col-left .thumb-item {
  height: 40rem
}

.gkat-N11 .col-left .thumb-item+.thumb-item {
  margin-top: 2rem
}

.gkat-N11 .thumb-item {
  position: relative;
  height: 100%
}

.gkat-N11 .thumb-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(var(--black-rgb), 0) 70%, rgba(var(--black-rgb), 80%));
  pointer-events: none
}

.gkat-N11 .thumb-item .imageset {
  display: block;
  height: 100%
}

.gkat-N11 .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 2.8rem 3.2rem
}

.gkat-N11 .desc strong {
  color: var(--white);
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N11 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .gkat-N11 .title-area {
    margin-bottom: 4.8rem
  }

  .gkat-N11 .title-area strong {
    margin: 0.2rem 0 1.6rem
  }

  .gkat-N11 .thumb-area,
  .gkat-N11 .col-left {
    flex-direction: column;
    gap: 1.6rem
  }

  .gkat-N11 .col-left,
  .gkat-N11 .col-right {
    flex: none
  }

  .gkat-N11 .col-left .thumb-item,
  .gkat-N11 .col-right .thumb-item {
    height: 28rem
  }

  .gkat-N11 .col-left .thumb-item+.thumb-item {
    margin-top: 1.6rem
  }

  .gkat-N11 .desc {
    padding: 2.4rem 2rem
  }
}
/* gkat-N12 */

.gkat-N12 {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 18rem
}

.gkat-N12 .contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  width: 100%
}

.gkat-N12 .col-left {
  flex: 1 1 58.2rem;
  position: sticky;
  top: var(--gkat-n12-sticky-top, 0px);
  padding-top: 1rem
}

.gkat-N12 .col-left h2 {
  color: var(--primary)
}

.gkat-N12 .col-left strong {
  display: block;
  margin-top: .4rem;
  font-weight: var(--fw-bold)
}

.gkat-N12 .col-right {
  flex: 1 1 77.8rem
}

.gkat-N12 .cardset+.cardset {
  margin-top: 10rem
}

.gkat-N12 .cardset-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 36.8rem;
  text-align: center
}

.gkat-N12 .cardset-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .36)
}

.gkat-N12 .cardset-figure strong {
  position: absolute;
  color: var(--white);
  font-weight: var(--fw-bold);
  font-family: 'Helvetica Neue Web', Helvetica, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1
}

.gkat-N12 .cardset-body {
  margin-top: 2.4rem;
  padding: 0
}

.gkat-N12 .cardset .cardset-desc {
  margin: .8rem 0 0;
  color: var(--text-color3);
  -webkit-line-clamp: unset;
  font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
  .gkat-N12 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .gkat-N12 .contents-inner {
    display: block
  }

  .gkat-N12 .col-left {
    position: static;
    padding-top: 0
  }

  .gkat-N12 .col-left strong {
    margin-top: 0.2rem
  }

  .gkat-N12 .col-right {
    margin-top: 4.8rem
  }

  .gkat-N12 .cardset+.cardset {
    margin-top: 8rem
  }

  .gkat-N12 .cardset-figure {
    height: 15.5rem
  }

  .gkat-N12 .cardset-figure strong {
    font-size: 2.5rem
  }

  .gkat-N12 .cardset-body {
    margin-top: 1.6rem
  }

  .gkat-N12 .cardset .cardset-desc {
    margin-top: .4rem
  }
}
/* gkat-N13 */
.gkat-N13 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N8_01.png) no-repeat center / cover
}

.gkat-N13 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N13 .contents-container {
  height: 48rem
}

.gkat-N13 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N13 .textset {
  text-align: center
}

.gkat-N13 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N13 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N13 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N13 {
    background: url(../images/gkat_N8_02.png) no-repeat center / cover !important
  }

  .gkat-N13 .contents-container {
    height: 36rem
  }
}
/* gkat-N14 */
.gkat-N14 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N14 .contents-container {
  padding: 0
}

.gkat-N14 .tabset-item {
  flex: 1
}

.gkat-N14 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N14 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N14 {}
}
/* gkat-N15 */
.gkat-N15 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 4rem
}

.gkat-N15 .contents-inner {
  display: flex;
  gap: 8rem;
  width: 100%
}

.gkat-N15 .imageset {
  flex: 1 1 58.8rem;
  height: 68rem
}

.gkat-N15 .textset {
  flex: 1 1 77.2rem;
  padding: 3.7rem 0
}

.gkat-N15 .textset-desc {
  margin: 4rem 0;
  -webkit-line-clamp: unset
}

.gkat-N15 .textset-sign {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.gkat-N15 .textset-sign span {
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .gkat-N15 {
    padding-top: 8rem;
    padding-bottom: 3.6rem
  }

  .gkat-N15 .contents-inner {
    display: block
  }

  .gkat-N15 .imageset {
    display: block;
    flex: 1 1 100%;
    height: 36rem
  }

  .gkat-N15 .textset {
    margin-top: 4.8rem;
    padding: 0
  }

  .gkat-N15 .textset-desc {
    margin: 2rem 0 2.8rem
  }

  .gkat-N15 .textset-sign {
    gap: 0.4rem
  }
}
/* gkat-N16 */
.gkat-N16 {
  overflow: hidden;
  position: relative
}

.gkat-N16 .contents-container {
  padding: 0;
  max-width: 100%
}

.gkat-N16 .loop-area {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: 20rem
}

.gkat-N16 .text-wrap {
  display: flex;
  white-space: nowrap
}

.gkat-N16 span {
  padding-right: 2rem;
  font-size: 13.6rem;
  line-height: 20rem;
  color: #f0f0f6;
  font-weight: var(--fw-bold);
  font-family: var(--ff-ko3);
  white-space: nowrap
}

@media (max-width: 992px) {
  .gkat-N16 .loop-area {
    min-height: 7.2rem
  }

  .gkat-N16 span {
    padding-right: 1.2rem;
    font-size: 6.8rem;
    line-height: 7.2rem
  }
}
/* gkat-N17 */
.gkat-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 18rem
}

.gkat-N17 .contents-inner {
  width: 100%
}

.gkat-N17 .textset .textset-tit {
  color: var(--primary)
}

.gkat-N17 .textset .textset-desc {
  display: block;
  margin: 0.4rem 0 0
}

.gkat-N17 .contents-wrap {
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-top: 2.4rem
}

.gkat-N17 .imageset {
  flex: 1 1 61.8rem;
  height: 60rem
}

.gkat-N17 .history {
  flex: 1 1 74.2rem
}

.gkat-N17 .history-item strong {
  font-weight: var(--fw-bold)
}

.gkat-N17 .history-list {
  margin-top: 1.2rem
}

.gkat-N17 .history-list li {
  display: flex;
  gap: .8rem
}

.gkat-N17 .history-list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: #111
}

.gkat-N17 .history-list li+li {
  margin-top: .4rem
}

.gkat-N17 .history-item+.history-item {
  margin-top: 6rem
}

@media (max-width: 992px) {
  .gkat-N17 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N17 .contents-wrap {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N17 .imageset {
    width: 100%;
    height: 32rem
  }

  .gkat-N17 .history {
    margin-top: 4.8rem
  }

  .gkat-N17 .history-item+.history-item {
    margin-top: 3.6rem
  }

  .gkat-N17 .history-list {
    margin-top: .8rem
  }

  .gkat-N17 .history-list li+li {
    margin-top: .2rem
  }

  .gkat-N17 .history-list li::before {
    transform: translateY(1.15rem)
  }
}
/* gkat-N18 */
.gkat-N18 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N8_01.png) no-repeat center / cover
}

.gkat-N18 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N18 .contents-container {
  height: 48rem
}

.gkat-N18 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N18 .textset {
  text-align: center
}

.gkat-N18 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N18 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N18 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N18 {
    background: url(../images/gkat_N8_02.png) no-repeat center / cover !important
  }

  .gkat-N18 .contents-container {
    height: 36rem
  }
}
/* gkat-N19 */
.gkat-N19 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N19 .contents-container {
  padding: 0
}

.gkat-N19 .tabset-item {
  flex: 1
}

.gkat-N19 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N19 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N19 {}
}
/* gkat-N20 */
.gkat-N20 {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N20 .contents-container.fullscreen {
  height: auto;
  align-items: flex-start
}

.gkat-N20 .contents-inner {
  display: flex;
  gap: 8rem;
  position: relative;
  width: 100%
}

.gkat-N20 .link-wrap {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 0.5rem
}

.gkat-N20 .line {
  position: relative;
  width: 0.1rem;
  height: 100%;
  background: #ddd
}

.gkat-N20 .line .bar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary)
}

.gkat-N20 .line .bar::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: calc(50% - 0.5px);
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--primary)
}

.gkat-N20 .info-area {
  flex: 1 1 61rem
}

.gkat-N20 .info-wrap {
  position: sticky;
  top: 8rem
}

.gkat-N20 .info {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0.1rem;
  width: 100%;
  min-height: 100%;
  background: var(--white);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  transition: clip-path 0.8s ease;
  pointer-events: none
}

.gkat-N20 .info.active {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto
}

.gkat-N20 .desc {
  position: relative
}

.gkat-N20 .desc h3 {
  margin-bottom: 0.4rem;
  color: var(--primary)
}

.gkat-N20 .desc span {
  display: block;
  margin: 2rem 0 0.4rem;
  font-weight: var(--fw-bold)
}

.gkat-N20 .desc p {
  color: var(--text-color3)
}

.gkat-N20 .thumb {
  position: relative;
  margin-top: 4rem;
  aspect-ratio: 610 / 420;
  max-height: 42rem
}

.gkat-N20 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gkat-N20 .timeline-area {
  flex: 1 1 66.5rem;
  padding: 6rem 0
}

.gkat-N20 .timeline-area .item+.item {
  margin-top: 10rem
}

.gkat-N20 .timeline-area .item strong {
  font-weight: var(--fw-bold)
}

.gkat-N20 .timeline-area .list {
  margin-top: 1rem
}

.gkat-N20 .timeline-area .list li {
  display: flex;
  gap: 0.8rem;
  color: var(--text-color3)
}

.gkat-N20 .timeline-area .list li+li {
  margin-top: 0.4rem
}

.gkat-N20 .timeline-area .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--text-color3)
}

.gkat-N20 .timeline-area .list li span:first-child {
  flex: 0 0 8.4rem
}

.gkat-N20 .timeline-area .info {
  display: none;
  padding: 0;
  min-height: auto
}

@media (max-width: 992px) {
  .gkat-N20 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .gkat-N20 .contents-inner {
    gap: 1.6rem
  }

  .gkat-N20 .info-area {
    display: none
  }

  .gkat-N20 .timeline-area {
    flex: 1;
    padding: 0
  }

  .gkat-N20 .timeline-area .info {
    display: block
  }

  .gkat-N20 .info {
    position: static;
    height: auto;
    clip-path: unset;
    pointer-events: auto
  }

  .gkat-N20 .desc h3 {
    margin-bottom: 0.2rem
  }

  .gkat-N20 .desc span {
    margin: 1.2rem 0 0.2rem
  }

  .gkat-N20 .thumb {
    margin-top: 1.6rem;
    max-height: 100%;
    aspect-ratio: 307/240
  }

  .gkat-N20 .timeline-area .item.info+.item {
    margin-top: 1.6rem
  }

  .gkat-N20 .timeline-area .item+.item {
    margin-top: 6rem
  }

  .gkat-N20 .timeline-area .item+.item.info {
    margin-top: 6rem
  }

  .gkat-N20 .timeline-area .list {
    margin-top: 2rem
  }

  .gkat-N20 .timeline-area .list li+li {
    margin-top: 0.3rem
  }

  .gkat-N20 .timeline-area .list li::before {
    transform: translateY(1.15rem);
    width: 0.4rem
  }

  .gkat-N20 .timeline-area .item>strong {
    display: none
  }

  .gkat-N20 .timeline-area .list li span:first-child {
    flex-basis: 6.8rem
  }
}
/* gkat-N21 */
.gkat-N21 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N8_01.png) no-repeat center / cover
}

.gkat-N21 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N21 .contents-container {
  height: 48rem
}

.gkat-N21 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N21 .textset {
  text-align: center
}

.gkat-N21 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N21 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N21 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N21 {
    background: url(../images/gkat_N8_02.png) no-repeat center / cover !important
  }

  .gkat-N21 .contents-container {
    height: 36rem
  }
}
/* gkat-N22 */
.gkat-N22 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N22 .contents-container {
  padding: 0
}

.gkat-N22 .tabset-item {
  flex: 1
}

.gkat-N22 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N22 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N22 {}
}
/* gkat-N23 */
.gkat-N23 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 9rem
}

.gkat-N23 .contents-inner {
  width: 100%
}

.gkat-N23 .textset-tit {
  color: var(--primary)
}

.gkat-N23 .textset .textset-desc {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700
}

.gkat-N23 .imageset {
  display: block;
  margin-top: 8rem;
  height: auto
}

@media (max-width: 992px) {
  .gkat-N23 {
    padding-top: 8rem;
    padding-bottom: 2rem
  }

  .gkat-N23 .imageset {
    margin-top: 5rem
  }
}
/* gkat-N24 */
.gkat-N24 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 5rem
}

.gkat-N24 .contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 100%
}

.gkat-N24 .textset {
  flex: 1 1 68rem
}

.gkat-N24 .textset-tit {
  color: var(--primary)
}

.gkat-N24 .textset .textset-desc {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700
}

.gkat-N24 .history {
  flex: 1 1 72rem
}

.gkat-N24 .history strong {
  font-weight: 700
}

.gkat-N24 .history .list {
  margin-top: 1.2rem
}

.gkat-N24 .history .list li {
  display: flex;
  gap: .8rem
}

.gkat-N24 .history .list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.1rem;
  background: #111;
  transform: translateY(1.25rem)
}

.gkat-N24 .history .list li+li {
  margin-top: .4rem
}

@media (max-width: 992px) {
  .gkat-N24 {
    padding-top: 2rem;
    padding-bottom: 3.7rem
  }

  .gkat-N24 .contents-inner {
    display: block
  }

  .gkat-N24 .history {
    margin-top: 2.4rem
  }

  .gkat-N24 .history .list {
    margin-top: .8rem
  }

  .gkat-N24 .history .list li+li {
    margin-top: .2rem
  }
}
/* gkat-N25 */
.gkat-N25 {
  overflow: hidden;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 18rem
}

.gkat-N25 .contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 100%
}

.gkat-N25 .textset {
  flex: 1 1 68rem
}

.gkat-N25 .textset-tit {
  color: var(--primary)
}

.gkat-N25 .textset .textset-desc {
  display: block;
  margin-top: 0.4rem;
  font-weight: 700
}

.gkat-N25 .history {
  flex: 1 1 72rem
}

.gkat-N25 .history strong {
  font-weight: 700
}

.gkat-N25 .history .list {
  margin-top: 1.2rem
}

.gkat-N25 .history .list li {
  display: flex;
  gap: .8rem
}

.gkat-N25 .history .list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.1rem;
  background: #111;
  transform: translateY(1.25rem)
}

.gkat-N25 .history .list li+li {
  margin-top: .4rem
}

@media (max-width: 992px) {
  .gkat-N25 {
    padding-top: 2rem;
    padding-bottom: 8rem
  }

  .gkat-N25 .contents-inner {
    display: block
  }

  .gkat-N25 .history {
    margin-top: 2.4rem
  }

  .gkat-N25 .history .list {
    margin-top: .8rem
  }

  .gkat-N25 .history .list li+li {
    margin-top: .2rem
  }
}
/* gkat-N26 */
.gkat-N26 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N26 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N26 .contents-container {
  height: 48rem
}

.gkat-N26 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N26 .textset {
  text-align: center
}

.gkat-N26 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N26 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N26 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N26 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N26 .contents-container {
    height: 36rem
  }
}
/* gkat-N27 */
.gkat-N27 {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 18rem
}

.gkat-N27 .contents-container {
  padding: 0
}

.gkat-N27 .tabset-item {
  flex: 1
}

.gkat-N27 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N27 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N27 {
    margin-bottom: 8rem
  }
}
/* gkat-N28 */
.gkat-N28 {
  overflow: hidden;
  position: sticky;
  top: 10rem;
  z-index: 1
}

.gkat-N28 .contents-container {
  display: flex;
  justify-content: center
}

.gkat-N28 .tabset {
  padding: 1.2rem;
  border-radius: 9rem;
  border: 1px solid var(--border-color);
  background: rgba(var(--white-rgb), 0.3);
  backdrop-filter: blur(16px)
}

.gkat-N28 .tabset-list {
  justify-content: flex-start;
  gap: 0
}

.gkat-N28 .tabset .tabset-link:not(.active) {
  color: var(--text-color3)
}

@media (max-width: 993px) {
  .gkat-N28 {
    top: auto;
    position: fixed;
    bottom: 0rem;
    width: 100%
  }

  .gkat-N28 .contents-container {
    padding: 0
  }

  .gkat-N28 .contents-inner {
    width: 100%
  }

  .gkat-N28 .tabset {
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    width: 100%;
    border-left-color: transparent;
    border-right-color: transparent
  }

  .gkat-N28 .tabset .tabset-item {
    flex: 1 0 auto
  }
}
/* gkat-N29 */
.gkat-N29 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem
}

.gkat-N29 .contents-inner {
  width: 100%
}

.gkat-N29 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N29 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N29 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N29 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N29 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N29 .group-content {
  margin-top: 10rem
}

.gkat-N29 .group-content .textset-tit {
  font-weight: 700
}

.gkat-N29 .group-content .textset-desc {
  margin: .4rem 0 0;
  -webkit-line-clamp: unset
}

.gkat-N29 .group-content .wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 2.4rem
}

.gkat-N29 .group-content .imageset {
  flex: 1 1 71.9rem;
  height: 31.5rem
}

.gkat-N29 .group-content .list {
  flex: 1 1 68.1rem
}

.gkat-N29 .group-content .list li {
  display: flex;
  gap: .8rem
}

.gkat-N29 .group-content .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--black)
}

.gkat-N29 .group-content .list li+li {
  margin-top: 0.4rem
}

.gkat-N29 .group-service {
  margin-top: 10rem
}

.gkat-N29 .group-service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.gkat-N29 .group-service .item {
  padding: 4rem 2.8rem;
  min-height: 35.2rem;
  background: #F6F8FC
}

.gkat-N29 .group-service .item img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: contain
}

.gkat-N29 .group-service .item strong {
  display: block;
  margin: 2.4rem 0 0.8rem;
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N29 {
    padding-top: 0;
    padding-bottom: 8rem
  }

  .gkat-N29 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N29 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N29 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N29 .group-content {
    display: block;
    margin-top: 5rem
  }

  .gkat-N29 .group-content .wrap {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N29 .group-content .imageset {
    height: 14.4rem
  }

  .gkat-N29 .group-content .list {
    margin-top: 2.4rem
  }

  .gkat-N29 .group-service {
    margin-top: 5rem
  }

  .gkat-N29 .group-service .wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.6rem
  }

  .gkat-N29 .group-service .item {
    padding: 3.2rem 2rem;
    min-height: 0
  }

  .gkat-N29 .group-service .item img {
    width: 5.2rem;
    height: 5.2rem
  }

  .gkat-N29 .group-service .item strong {
    margin: 1.6rem 0 0.4rem
  }
}
/* gkat-N30 */
.gkat-N30 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #F5F7FE
}

.gkat-N30 .contents-inner {
  width: 100%
}

.gkat-N30 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N30 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N30 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N30 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N30 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N30 .group-content {
  margin-top: 10rem
}

.gkat-N30 .group-content .textset-tit {
  font-weight: 700
}

.gkat-N30 .group-content .textset-desc {
  margin: .4rem 0 0;
  -webkit-line-clamp: unset
}

.gkat-N30 .group-content .wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 2.4rem
}

.gkat-N30 .group-content .imageset {
  flex: 1 1 71.9rem;
  height: 31.5rem
}

.gkat-N30 .group-content .list {
  flex: 1 1 68.1rem
}

.gkat-N30 .group-content .list li {
  display: flex;
  gap: .8rem
}

.gkat-N30 .group-content .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--black)
}

.gkat-N30 .group-content .list li+li {
  margin-top: 0.4rem
}

.gkat-N30 .group-service {
  margin-top: 10rem
}

.gkat-N30 .group-service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.gkat-N30 .group-service .item {
  padding: 4rem 2.8rem;
  min-height: 43rem;
  background: var(--white)
}

.gkat-N30 .group-service .item img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: contain
}

.gkat-N30 .group-service .item strong {
  display: block;
  margin: 2.4rem 0 0.8rem;
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N30 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N30 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N30 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N30 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N30 .group-content {
    display: block;
    margin-top: 5rem
  }

  .gkat-N30 .group-content .wrap {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N30 .group-content .imageset {
    height: 14.4rem
  }

  .gkat-N30 .group-content .list {
    margin-top: 2.4rem
  }

  .gkat-N30 .group-service {
    margin-top: 5rem
  }

  .gkat-N30 .group-service .wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.6rem
  }

  .gkat-N30 .group-service .item {
    padding: 3.2rem 2rem;
    min-height: 0
  }

  .gkat-N30 .group-service .item img {
    width: 5.2rem;
    height: 5.2rem
  }

  .gkat-N30 .group-service .item strong {
    margin: 1.6rem 0 0.4rem
  }
}
/* gkat-N31 */
.gkat-N31 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.gkat-N31 .contents-inner {
  width: 100%
}

.gkat-N31 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N31 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N31 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N31 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N31 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N31 .group-content {
  margin-top: 10rem
}

.gkat-N31 .group-content .textset-tit {
  font-weight: 700
}

.gkat-N31 .group-content .textset-desc {
  margin: .4rem 0 0;
  -webkit-line-clamp: unset
}

.gkat-N31 .group-content .wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 2.4rem
}

.gkat-N31 .group-content .imageset {
  flex: 1 1 71.9rem;
  height: 31.5rem
}

.gkat-N31 .group-content .list {
  flex: 1 1 68.1rem
}

.gkat-N31 .group-content .list li {
  display: flex;
  gap: .8rem
}

.gkat-N31 .group-content .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--black)
}

.gkat-N31 .group-content .list li+li {
  margin-top: 0.4rem
}

.gkat-N31 .group-service {
  margin-top: 10rem
}

.gkat-N31 .group-service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.gkat-N31 .group-service .item {
  padding: 4rem 2.8rem;
  min-height: 35.2rem;
  background: #F6F8FC
}

.gkat-N31 .group-service .item img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: contain
}

.gkat-N31 .group-service .item strong {
  display: block;
  margin: 2.4rem 0 0.8rem;
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N31 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N31 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N31 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N31 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N31 .group-content {
    display: block;
    margin-top: 5rem
  }

  .gkat-N31 .group-content .wrap {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N31 .group-content .imageset {
    height: 14.4rem
  }

  .gkat-N31 .group-content .list {
    margin-top: 2.4rem
  }

  .gkat-N31 .group-service {
    margin-top: 5rem
  }

  .gkat-N31 .group-service .wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.6rem
  }

  .gkat-N31 .group-service .item {
    padding: 3.2rem 2rem;
    min-height: 0
  }

  .gkat-N31 .group-service .item img {
    width: 5.2rem;
    height: 5.2rem
  }

  .gkat-N31 .group-service .item strong {
    margin: 1.6rem 0 0.4rem
  }
}
/* gkat-N32 */
.gkat-N32 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 18rem;
  background: #F5F7FE
}

.gkat-N32 .contents-inner {
  width: 100%
}

.gkat-N32 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N32 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N32 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N32 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N32 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N32 .group-content {
  margin-top: 10rem
}

.gkat-N32 .group-content .textset-tit {
  font-weight: 700
}

.gkat-N32 .group-content .textset-desc {
  margin: .4rem 0 0;
  -webkit-line-clamp: unset
}

.gkat-N32 .group-content .wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 2.4rem
}

.gkat-N32 .group-content .imageset {
  flex: 1 1 71.9rem;
  height: 31.5rem
}

.gkat-N32 .group-content .list {
  flex: 1 1 68.1rem
}

.gkat-N32 .group-content .list li {
  display: flex;
  gap: .8rem
}

.gkat-N32 .group-content .list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.25rem);
  width: 0.6rem;
  height: 0.1rem;
  background: var(--black)
}

.gkat-N32 .group-content .list li+li {
  margin-top: 0.4rem
}

.gkat-N32 .group-service {
  margin-top: 10rem
}

.gkat-N32 .group-service .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.gkat-N32 .group-service .item {
  padding: 4rem 2.8rem;
  min-height: 26.4rem;
  background: var(--white)
}

.gkat-N32 .group-service .item img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: contain
}

.gkat-N32 .group-service .item strong {
  display: block;
  margin: 2.4rem 0 0.8rem;
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N32 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N32 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N32 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N32 .group-content {
    display: block;
    margin-top: 5rem
  }

  .gkat-N32 .group-content .wrap {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N32 .group-content .imageset {
    height: 14.4rem
  }

  .gkat-N32 .group-content .list {
    margin-top: 2.4rem
  }

  .gkat-N32 .group-service {
    margin-top: 5rem
  }

  .gkat-N32 .group-service .wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.6rem
  }

  .gkat-N32 .group-service .item {
    padding: 3.2rem 2rem;
    min-height: 0
  }

  .gkat-N32 .group-service .item img {
    width: 5.2rem;
    height: 5.2rem
  }

  .gkat-N32 .group-service .item strong {
    margin: 1.6rem 0 0.4rem
  }
}
/* gkat-N33 */
.gkat-N33 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N33 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N33 .contents-container {
  height: 48rem
}

.gkat-N33 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N33 .textset {
  text-align: center
}

.gkat-N33 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N33 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N33 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N33 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N33 .contents-container {
    height: 36rem
  }
}
/* gkat-N34 */
.gkat-N34 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N34 .contents-container {
  padding: 0
}

.gkat-N34 .tabset-item {
  flex: 1
}

.gkat-N34 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N34 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N34 {}
}
/* gkat-N35 */
.gkat-N35 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N35 .contents-inner {
  width: 100%
}

.gkat-N35 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N35 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N35 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N35 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N35 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N35 .group-visual .note {
  margin-top: 2rem;
  padding: 1.6rem 2.4rem;
  background: #DCE2F5
}

@media (max-width: 992px) {
  .gkat-N35 {
    padding-top: 8rem;
    padding-bottom: 5rem
  }

  .gkat-N35 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N35 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N35 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N35 .group-visual .note {
    margin-top: 1.2rem;
    padding: 0.8rem
  }
}
/* gkat-N36 */
.gkat-N36 {
  overflow: hidden;
  position: sticky;
  top: 10rem;
  z-index: 1
}

.gkat-N36 .contents-container {
  display: flex;
  justify-content: center
}

.gkat-N36 .tabset {
  padding: 1.2rem;
  border-radius: 9rem;
  border: 1px solid var(--border-color);
  background: rgba(var(--white-rgb), 0.3);
  backdrop-filter: blur(16px)
}

.gkat-N36 .tabset-list {
  justify-content: flex-start;
  gap: 0
}

.gkat-N36 .tabset .tabset-link:not(.active) {
  color: var(--text-color3)
}

@media (max-width: 993px) {
  .gkat-N36 {
    top: auto;
    position: fixed;
    bottom: 0rem;
    width: 100%
  }

  .gkat-N36 .contents-container {
    padding: 0
  }

  .gkat-N36 .contents-inner {
    width: 100%
  }

  .gkat-N36 .tabset {
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    width: 100%;
    border-left-color: transparent;
    border-right-color: transparent
  }

  .gkat-N36 .tabset .tabset-item {
    flex: 1 0 auto
  }
}
/* gkat-N37 */
.gkat-N37 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem
}

.gkat-N37 .contents-inner {
  width: 100%
}

.gkat-N37 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N37 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N37 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N37 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N37 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N37 {
    padding-top: 0;
    padding-bottom: 2.5rem
  }

  .gkat-N37 .textset-subtit {
    display: none
  }

  .gkat-N37 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N37 .list li {
    padding: 1rem
  }

  .gkat-N37 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N38 */
.gkat-N38 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.gkat-N38 .contents-inner {
  width: 100%
}

.gkat-N38 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N38 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N38 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N38 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N38 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N38 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .gkat-N38 .textset-subtit {
    display: none
  }

  .gkat-N38 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N38 .list li {
    padding: 1rem
  }

  .gkat-N38 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N39 */
.gkat-N39 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.gkat-N39 .contents-inner {
  width: 100%
}

.gkat-N39 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N39 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N39 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N39 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N39 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N39 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .gkat-N39 .textset-subtit {
    display: none
  }

  .gkat-N39 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N39 .list li {
    padding: 1rem
  }

  .gkat-N39 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N40 */
.gkat-N40 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N40 .contents-inner {
  width: 100%
}

.gkat-N40 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N40 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N40 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N40 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N40 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N40 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N40 .textset-subtit {
    display: none
  }

  .gkat-N40 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N40 .list li {
    padding: 1rem
  }

  .gkat-N40 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N41 */
.gkat-N41 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N41 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N41 .contents-container {
  height: 48rem
}

.gkat-N41 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N41 .textset {
  text-align: center
}

.gkat-N41 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N41 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N41 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N41 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N41 .contents-container {
    height: 36rem
  }
}
/* gkat-N42 */
.gkat-N42 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N42 .contents-container {
  padding: 0
}

.gkat-N42 .tabset-item {
  flex: 1
}

.gkat-N42 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N42 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N42 {}
}
/* gkat-N43 */
.gkat-N43 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N43 .contents-inner {
  width: 100%
}

.gkat-N43 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N43 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N43 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N43 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N43 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N43 .group-visual .note {
  margin-top: 2rem;
  padding: 1.6rem 2.4rem;
  background: #DCE2F5
}

@media (max-width: 992px) {
  .gkat-N43 {
    padding-top: 8rem;
    padding-bottom: 5rem
  }

  .gkat-N43 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N43 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N43 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N43 .group-visual .note {
    margin-top: 1.2rem;
    padding: 0.8rem
  }
}
/* gkat-N44 */
.gkat-N44 {
  overflow: hidden;
  position: sticky;
  top: 10rem;
  z-index: 1
}

.gkat-N44 .contents-container {
  display: flex;
  justify-content: center
}

.gkat-N44 .tabset {
  padding: 1.2rem;
  border-radius: 9rem;
  border: 1px solid var(--border-color);
  background: rgba(var(--white-rgb), 0.3);
  backdrop-filter: blur(16px)
}

.gkat-N44 .tabset-list {
  justify-content: flex-start;
  gap: 0
}

.gkat-N44 .tabset .tabset-link:not(.active) {
  color: var(--text-color3)
}

@media (max-width: 993px) {
  .gkat-N44 {
    top: auto;
    position: fixed;
    bottom: 0rem;
    width: 100%
  }

  .gkat-N44 .contents-container {
    padding: 0
  }

  .gkat-N44 .contents-inner {
    width: 100%
  }

  .gkat-N44 .tabset {
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    width: 100%;
    border-left-color: transparent;
    border-right-color: transparent
  }

  .gkat-N44 .tabset .tabset-item {
    flex: 1 0 auto
  }
}
/* gkat-N45 */
.gkat-N45 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem
}

.gkat-N45 .contents-inner {
  width: 100%
}

.gkat-N45 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N45 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N45 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N45 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N45 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N45 {
    padding-top: 0;
    padding-bottom: 2.5rem
  }

  .gkat-N45 .textset-subtit {
    display: none
  }

  .gkat-N45 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N45 .list li {
    padding: 1rem
  }

  .gkat-N45 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N46 */
.gkat-N46 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.gkat-N46 .contents-inner {
  width: 100%
}

.gkat-N46 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N46 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N46 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N46 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N46 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N46 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .gkat-N46 .textset-subtit {
    display: none
  }

  .gkat-N46 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N46 .list li {
    padding: 1rem
  }

  .gkat-N46 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N47 */
.gkat-N47 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.gkat-N47 .contents-inner {
  width: 100%
}

.gkat-N47 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N47 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N47 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N47 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N47 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N47 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .gkat-N47 .textset-subtit {
    display: none
  }

  .gkat-N47 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N47 .list li {
    padding: 1rem
  }

  .gkat-N47 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N48 */
.gkat-N48 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N48 .contents-inner {
  width: 100%
}

.gkat-N48 .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N48 .textset-subtit {
  color: var(--text-color3)
}

.gkat-N48 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N48 .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  background: #F6F8FC;
  counter-increment: list-number
}

.gkat-N48 .list li::before {
  content: counter(list-number, decimal-leading-zero);
  flex: 0 0 4rem;
  font-weight: 700;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6)
}

@media (max-width: 992px) {
  .gkat-N48 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N48 .textset-subtit {
    display: none
  }

  .gkat-N48 .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N48 .list li {
    padding: 1rem
  }

  .gkat-N48 .list li::before {
    flex-basis: 3.2rem
  }
}
/* gkat-N49 */
.gkat-N49 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N49 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N49 .contents-container {
  height: 48rem
}

.gkat-N49 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N49 .textset {
  text-align: center
}

.gkat-N49 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N49 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N49 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N49 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N49 .contents-container {
    height: 36rem
  }
}
/* gkat-N50 */
.gkat-N50 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N50 .contents-container {
  padding: 0
}

.gkat-N50 .tabset-item {
  flex: 1
}

.gkat-N50 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N50 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N50 {}
}
/* gkat-N51 */
.gkat-N51 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N51 .contents-inner {
  width: 100%
}

.gkat-N51 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N51 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N51 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N51 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N51 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N51 .group-visual .note {
  margin-top: 2rem;
  padding: 1.6rem 2.4rem;
  background: #DCE2F5
}

@media (max-width: 992px) {
  .gkat-N51 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N51 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N51 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N51 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N51 .group-visual .note {
    margin-top: 1.2rem;
    padding: 0.8rem
  }
}
/* gkat-N52 */
.gkat-N52 {
  overflow: hidden;
  position: sticky;
  top: 10rem;
  z-index: 1
}

.gkat-N52 .contents-container {
  display: flex;
  justify-content: center
}

.gkat-N52 .tabset {
  padding: 1.2rem;
  border-radius: 9rem;
  border: 1px solid var(--border-color);
  background: rgba(var(--white-rgb), 0.3);
  backdrop-filter: blur(16px)
}

.gkat-N52 .tabset-list {
  justify-content: flex-start;
  gap: 0
}

.gkat-N52 .tabset .tabset-link:not(.active) {
  color: var(--text-color3)
}

@media (max-width: 993px) {
  .gkat-N52 {
    top: auto;
    position: fixed;
    bottom: 0;
    width: 100%
  }

  .gkat-N52 .contents-container {
    padding: 0
  }

  .gkat-N52 .contents-inner {
    width: 100%
  }

  .gkat-N52 .tabset {
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    width: 100%;
    border-left-color: transparent;
    border-right-color: transparent
  }

  .gkat-N52 .tabset .tabset-item {
    flex: 1 0 auto
  }
}
/* gkat-N53 */
.gkat-N53 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem
}

.gkat-N53 .contents-inner {
  width: 100%
}

.gkat-N53 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N53 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N53 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N53 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N53 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N53 .group-service {
  margin-top: 10rem
}

.gkat-N53 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N53 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N53 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N53 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold)
}

.gkat-N53 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N53 {
    padding-top: 0;
    padding-bottom: 8rem
  }

  .gkat-N53 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N53 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N53 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N53 .group-service {
    margin-top: 5rem
  }

  .gkat-N53 .group-service .textset-subtit {
    display: none
  }

  .gkat-N53 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N53 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N53 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N54 */
.gkat-N54 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #F5F7FE
}

.gkat-N54 .contents-inner {
  width: 100%
}

.gkat-N54 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N54 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N54 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N54 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N54 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N54 .group-service {
  margin-top: 10rem
}

.gkat-N54 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N54 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N54 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N54 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold);
  background: var(--white)
}

.gkat-N54 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N54 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N54 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N54 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N54 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N54 .group-service {
    margin-top: 5rem
  }

  .gkat-N54 .group-service .textset-subtit {
    display: none
  }

  .gkat-N54 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N54 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N54 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N55 */
.gkat-N55 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.gkat-N55 .contents-inner {
  width: 100%
}

.gkat-N55 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N55 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N55 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N55 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N55 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N55 .group-service {
  margin-top: 10rem
}

.gkat-N55 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N55 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N55 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N55 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold);
  background: var(--white)
}

.gkat-N55 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N55 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N55 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N55 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N55 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N55 .group-service {
    margin-top: 5rem
  }

  .gkat-N55 .group-service .textset-subtit {
    display: none
  }

  .gkat-N55 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N55 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N55 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N56 */
.gkat-N56 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #F5F7FE
}

.gkat-N56 .contents-inner {
  width: 100%
}

.gkat-N56 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N56 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N56 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N56 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N56 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N56 .group-service {
  margin-top: 10rem
}

.gkat-N56 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N56 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N56 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N56 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold);
  background: var(--white)
}

.gkat-N56 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N56 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N56 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N56 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N56 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N56 .group-service {
    margin-top: 5rem
  }

  .gkat-N56 .group-service .textset-subtit {
    display: none
  }

  .gkat-N56 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N56 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N56 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N57 */
.gkat-N57 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 18rem
}

.gkat-N57 .contents-inner {
  width: 100%
}

.gkat-N57 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N57 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N57 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N57 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold);
  background: var(--white)
}

.gkat-N57 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N57 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N57 .group-service .textset-subtit {
    display: none
  }

  .gkat-N57 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N57 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N57 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N61 */
.gkat-N61 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N61 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N61 .contents-container {
  height: 48rem
}

.gkat-N61 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N61 .textset {
  text-align: center
}

.gkat-N61 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N61 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N61 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N61 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N61 .contents-container {
    height: 36rem
  }
}
/* gkat-N62 */
.gkat-N62 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N62 .contents-container {
  padding: 0
}

.gkat-N62 .tabset-item {
  flex: 1
}

.gkat-N62 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N62 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N62 {}
}
/* gkat-N63 */
.gkat-N63 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 5rem
}

.gkat-N63 .contents-inner {
  width: 100%
}

.gkat-N63 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N63 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N63 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N63 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N63 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

.gkat-N63 .group-visual .note {
  margin-top: 2rem;
  padding: 1.6rem 2.4rem;
  background: #DCE2F5
}

@media (max-width: 992px) {
  .gkat-N63 {
    padding-top: 8rem;
    padding-bottom: 2.5rem
  }

  .gkat-N63 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N63 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N63 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }

  .gkat-N63 .group-visual .note {
    margin-top: 1.2rem;
    padding: 0.8rem
  }
}
/* gkat-N64 */
.gkat-N64 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N64 .contents-inner {
  width: 100%
}

.gkat-N64 .group-service+.group-service {
  margin-top: 10rem
}

.gkat-N64 .service-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem
}

.gkat-N64 .service-wrap .item {
  display: flex;
  flex-direction: column;
  padding: 4rem 2.8rem;
  border: 1px solid #ddd
}

.gkat-N64 .service-wrap .item strong {
  font-weight: var(--fw-bold)
}

.gkat-N64 .service-wrap .item p {
  margin: 0.4rem 0 2.8rem;
  min-height: 5.2rem
}

.gkat-N64 .service-wrap .item ul {
  flex: 1;
  padding: 1.2rem 1.6rem;
  background: #f6f8fc
}

.gkat-N64 .service-wrap .item li {
  display: flex;
  gap: 0.8rem
}

.gkat-N64 .service-wrap .item li::before {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.1rem;
  background: #111;
  transform: translateY(1.25rem)
}

.gkat-N64 .service-wrap .item ll+li {
  margin-top: .2rem
}

@media (max-width: 992px) {
  .gkat-N64 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N64 .group-service+.group-service {
    margin-top: 5rem
  }

  .gkat-N64 .service-wrap {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 1.6rem
  }

  .gkat-N64 .service-wrap .item {
    padding: 2.8rem 2rem
  }

  .gkat-N64 .service-wrap .item p {
    margin-bottom: 2rem;
    min-height: 0
  }
}
/* gkat-N65 */
.gkat-N65 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N26_01.png) no-repeat center / cover
}

.gkat-N65 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N65 .contents-container {
  height: 48rem
}

.gkat-N65 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N65 .textset {
  text-align: center
}

.gkat-N65 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N65 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N65 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N65 {
    background: url(../images/gkat_N26_02.png) no-repeat center / cover !important
  }

  .gkat-N65 .contents-container {
    height: 36rem
  }
}
/* gkat-N66 */
.gkat-N66 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N66 .contents-container {
  padding: 0
}

.gkat-N66 .tabset-item {
  flex: 1
}

.gkat-N66 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N66 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N66 {}
}
/* gkat-N67 */
.gkat-N67 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 5rem
}

.gkat-N67 .contents-inner {
  width: 100%
}

.gkat-N67 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N67 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N67 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N67 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N67 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

@media (max-width: 992px) {
  .gkat-N67 {
    padding-top: 8rem;
    padding-bottom: 2.5rem
  }

  .gkat-N67 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N67 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N67 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }
}
/* gkat-N68 */
.gkat-N68 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N68 .contents-inner {
  width: 100%
}

.gkat-N68 .group-service+.group-service {
  margin-top: 10rem
}

.gkat-N68 .group-service .textset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.gkat-N68 .group-service .textset-subtit {
  color: var(--text-color3)
}

.gkat-N68 .group-service .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2.4rem;
  list-style: none;
  counter-reset: list-number
}

.gkat-N68 .group-service .list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 2rem;
  border: 1px solid var(--border-color);
  font-weight: var(--fw-bold)
}

.gkat-N68 .group-service .list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .gkat-N68 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N68 .group-service+.group-service {
    margin-top: 5rem
  }

  .gkat-N68 .group-service .textset-subtit {
    display: none
  }

  .gkat-N68 .group-service .list {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0.8rem
  }

  .gkat-N68 .group-service .list li {
    padding: 1.6rem
  }

  .gkat-N68 .group-service .list li i {
    width: 2rem;
    height: 2rem
  }
}
/* gkat-N70 */
.gkat-N70 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N70_01.png) no-repeat center / cover
}

.gkat-N70 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N70 .contents-container {
  height: 48rem
}

.gkat-N70 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N70 .textset {
  text-align: center
}

.gkat-N70 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N70 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N70 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N70 {
    background: url(../images/gkat_N70_02.png) no-repeat center / cover !important
  }

  .gkat-N70 .contents-container {
    height: 36rem
  }
}
/* gkat-N72 */
.gkat-N72 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gkat-N72 .contents-inner {
  width: 100%
}

.gkat-N72 .textset {
  margin-bottom: 2.4rem
}

.gkat-N72 .tableset .tableset-table>thead.thead-light>*>* {
  background: #f5f5f5
}

.gkat-N72 .tableset .tableset-table>thead>*>* {
  text-align: center;
  font-weight: 700
}

.gkat-N72 .tableset .tableset-table>tbody>*>* {
  color: var(--text-color1)
}

.gkat-N72 .tableset .tableset-table>tbody>*>td:first-child {
  text-align: center
}

@media (max-width: 992px) {
  .gkat-N72 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gkat-N72 .textset {
    margin-bottom: 1.6rem
  }

  .gkat-N72 .tableset .tableset-table>tbody>*>td {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .gkat-N72 .mo {
    display: none
  }

  .gkat-N72 .tableset .tableset-table>tbody>*>td:first-child {
    display: none
  }
}
/* gkat-N73 */
.gkat-N73 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N73_01.png) no-repeat center / cover
}

.gkat-N73 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N73 .contents-container {
  height: 48rem
}

.gkat-N73 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N73 .textset {
  text-align: center
}

.gkat-N73 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N73 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N73 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N73 {
    background: url(../images/gkat_N73_02.png) no-repeat center / cover !important
  }

  .gkat-N73 .contents-container {
    height: 36rem
  }
}
/* gkat-N74 */
.gkat-N74 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N74 .contents-container {
  padding: 0
}

.gkat-N74 .tabset .tabset-list {
  justify-content: flex-start
}

.gkat-N74 .tabset-item {
  flex: 1
}

.gkat-N74 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N74 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N74 {}
}
/* gkat-N75 */
.gkat-N75 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 5rem
}

.gkat-N75 .contents-inner {
  width: 100%
}

.gkat-N75 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N75 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N75 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N75 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N75 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

@media (max-width: 992px) {
  .gkat-N75 {
    padding-top: 8rem;
    padding-bottom: 2.5rem
  }

  .gkat-N75 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N75 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N75 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }
}
/* gkat-N76 */
.gkat-N76 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N76 .contents-inner {
  width: 100%
}

.gkat-N76 .textset {
  margin-bottom: 2.4rem
}

.gkat-N76 .tableset .tableset-table>thead.thead-light>*>* {
  background: #f5f5f5
}

.gkat-N76 .tableset .tableset-table>thead>*>* {
  text-align: center;
  font-weight: 700
}

.gkat-N76 .tableset .tableset-table>tbody>*>* {
  color: var(--text-color1)
}

.gkat-N76 .tableset .tableset-table>tbody>*>td:first-child,
.gkat-N76 .tableset .tableset-table>tbody>*>td:last-child {
  text-align: center
}

@media (max-width: 992px) {
  .gkat-N76 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N76 .textset {
    margin-bottom: 1.6rem
  }

  .gkat-N76 .tableset .tableset-table>tbody>*>td {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .gkat-N76 .mo {
    display: none
  }

  .gkat-N76 .tableset .tableset-table>tbody>*>td:first-child {
    display: none
  }
}
/* gkat-N77 */
.gkat-N77 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N73_01.png) no-repeat center / cover
}

.gkat-N77 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N77 .contents-container {
  height: 48rem
}

.gkat-N77 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N77 .textset {
  text-align: center
}

.gkat-N77 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N77 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N77 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N77 {
    background: url(../images/gkat_N73_02.png) no-repeat center / cover !important
  }

  .gkat-N77 .contents-container {
    height: 36rem
  }
}
/* gkat-N78 */
.gkat-N78 {
  border-bottom: 1px solid var(--border-color)
}

.gkat-N78 .contents-container {
  padding: 0
}

.gkat-N78 .tabset .tabset-list {
  justify-content: flex-start
}

.gkat-N78 .tabset-item {
  flex: 1
}

.gkat-N78 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.gkat-N78 .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .gkat-N78 {}
}
/* gkat-N79 */
.gkat-N79 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 5rem
}

.gkat-N79 .contents-inner {
  width: 100%
}

.gkat-N79 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N79 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N79 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N79 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N79 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

@media (max-width: 992px) {
  .gkat-N79 {
    padding-top: 8rem;
    padding-bottom: 2.5rem
  }

  .gkat-N79 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N79 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N79 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }
}
/* gkat-N80 */
.gkat-N80 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N80 .contents-inner {
  width: 100%
}

.gkat-N80 .textset {
  margin-bottom: 2.4rem
}

.gkat-N80 .tableset .tableset-table>thead.thead-light>*>* {
  background: #f5f5f5
}

.gkat-N80 .tableset .tableset-table>thead>*>* {
  text-align: center;
  font-weight: 700
}

.gkat-N80 .tableset .tableset-table>tbody>*>* {
  color: var(--text-color1)
}

.gkat-N80 .tableset .tableset-table>tbody>*>td:first-child,
.gkat-N80 .tableset .tableset-table>tbody>*>td:last-child {
  text-align: center
}

@media (max-width: 992px) {
  .gkat-N80 {
    padding-top: 2.5rem;
    padding-bottom: 8rem
  }

  .gkat-N80 .textset {
    margin-bottom: 1.6rem
  }

  .gkat-N80 .tableset .tableset-table>tbody>*>td {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .gkat-N80 .tableset .tableset-table>tbody>*>td:first-child {
    display: none
  }

  .gkat-N80 .mo {
    display: none
  }
}
/* gkat-N81 */
.gkat-N81 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N81_01.png) no-repeat center / cover
}

.gkat-N81 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N81 .contents-container {
  height: 48rem
}

.gkat-N81 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N81 .textset {
  text-align: center
}

.gkat-N81 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N81 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N81 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N81 {
    background: url(../images/gkat_N81_02.png) no-repeat center / cover !important
  }

  .gkat-N81 .contents-container {
    height: 36rem
  }
}
/* gkat-N83 */
.gkat-N83 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 5rem
}

.gkat-N83 .contents-inner {
  width: 100%
}

.gkat-N83 .group-visual .imageset {
  display: block;
  height: 46rem
}

.gkat-N83 .group-visual .textset {
  margin-top: 2.4rem
}

.gkat-N83 .group-visual .textset .textset-subtit {
  color: var(--text-color3)
}

.gkat-N83 .group-visual .textset .textset-tit {
  display: block;
  margin: 0.2rem 0 2rem;
  font-weight: 700
}

.gkat-N83 .group-visual .textset .textset-desc {
  margin: 0;
  -webkit-line-clamp: unset;
  font-weight: 400
}

@media (max-width: 992px) {
  .gkat-N83 {
    padding-top: 8rem;
    padding-bottom: 2.5rem
  }

  .gkat-N83 .group-visual .imageset {
    height: 26rem
  }

  .gkat-N83 .group-visual .textset {
    margin-top: 1.6rem
  }

  .gkat-N83 .group-visual .textset .textset-tit {
    margin-bottom: 1.2rem
  }
}
/* gkat-N84 */
.gkat-N84 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.gkat-N84 .contents-inner {
  width: 100%
}

.gkat-N84 .chart {
  display: flex;
  margin-top: 2.4rem
}

.gkat-N84 .chart-item {
  flex: 1;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.gkat-N84 .chart-item:last-child {
  border-right: 1px solid #ddd
}

.gkat-N84 .chart-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  min-height: 5.6rem
}

.gkat-N84 .chart-item--ln2 .chart-head {
  background: #104862
}

.gkat-N84 .chart-item--ultra .chart-head {
  background: #215F9A
}

.gkat-N84 .chart-item--freeze .chart-head {
  background: #4E95D9
}

.gkat-N84 .chart-item--fridge .chart-head {
  background: #92D050
}

.gkat-N84 .chart-item--incubate .chart-head {
  background: #FFFF00
}

.gkat-N84 .chart-item--autoclave .chart-head {
  background: #FFC000
}

.gkat-N84 .chart-item--dryheat .chart-head {
  background: #FF0000
}

.gkat-N84 .chart-head p {
  font-weight: var(--fw-bold);
  text-align: center
}

.gkat-N84 .chart-item--ln2 .chart-head p,
.gkat-N84 .chart-item--ultra .chart-head p,
.gkat-N84 .chart-item--freeze .chart-head p,
.gkat-N84 .chart-item--dryheat .chart-head p {
  color: var(--white)
}

.gkat-N84 .chart-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.4rem;
  min-height: 8.2rem;
  text-align: center
}

@media (max-width: 992px) {
  .gkat-N84 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .gkat-N84 .chart {
    display: block;
    margin-top: 1.6rem
  }

  .gkat-N84 .chart-item {
    border-left: none
  }

  .gkat-N84 .chart-item+.chart-item {
    margin-top: .4rem
  }

  .gkat-N84 .chart-item:last-child {
    border-right: none
  }

  .gkat-N84 .chart-head {
    padding: 1.6rem 2.4rem;
    min-height: 4.8rem
  }

  .gkat-N84 .chart-body {
    padding: 1.2rem 1.6rem;
    min-height: 4.8rem
  }
}
/* gkat-N85 */
.gkat-N85 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem
}

.gkat-N85 .contents-inner {
  width: 100%
}

.gkat-N85 .textset {
  margin-bottom: 2.4rem
}

.gkat-N85 .tableset .tableset-table>thead.thead-light>*>* {
  background: #f5f5f5
}

.gkat-N85 .tableset .tableset-table>thead>*>* {
  text-align: center;
  font-weight: 700
}

.gkat-N85 .tableset .tableset-table>tbody>*>* {
  color: var(--text-color1)
}

.gkat-N85 .tableset .tableset-table>tbody>*>td:first-child,
.gkat-N85 .tableset .tableset-table>tbody>*>td:nth-child(3) {
  text-align: center
}

@media (max-width: 992px) {
  .gkat-N85 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .gkat-N85 .textset {
    margin-bottom: 1.6rem
  }

  .gkat-N85 .tableset .tableset-table>tbody>*>td {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .gkat-N85 .tableset .tableset-table>tbody>*>td:first-child {
    display: none
  }

  .gkat-N85 .mo {
    display: none
  }
}
/* gkat-N86 */
.gkat-N86 {
  position: relative;
  overflow: hidden;
  background: url(../images/gkat_N86_01.png) no-repeat center / cover
}

.gkat-N86 .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.gkat-N86 .contents-container {
  height: 48rem
}

.gkat-N86 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.gkat-N86 .textset {
  text-align: center
}

.gkat-N86 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.gkat-N86 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.gkat-N86 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .gkat-N86 {
    background: url(../images/gkat_N86_02.png) no-repeat center / cover !important
  }

  .gkat-N86 .contents-container {
    height: 36rem
  }
}
/* wedding-N9 */
.wedding-N9 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.wedding-N9 .contents-inner {
  width: 100%
}

.wedding-N9 .title-area {
  margin-bottom: 7rem;
  text-align: center
}

.wedding-N9 .title-area h2 {
  margin-top: 1.6rem
}

.wedding-N9 .inner {
  display: flex;
  gap: 6rem;
  justify-content: center;
  align-items: flex-start
}

.wedding-N9 .map-area {
  flex: 1 1 72rem
}

.wedding-N9 .map-area iframe {
  width: 100%;
  height: 66rem
}

.wedding-N9 .map-area strong {
  font-weight: var(--fw-bold)
}

.wedding-N9 .desc {
  margin-top: 4rem
}

.wedding-N9 .desc dl {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem
}

.wedding-N9 .desc dl+dl {
  margin-top: .2rem
}

.wedding-N9 .desc dl::before {
  content: "";
  transform: translateY(1.1rem);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--text-color1)
}

.wedding-N9 .time dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: var(--fw-bold);
  flex-basis: 5.8rem
}

.wedding-N9 .time dt:not(:first-child)::before {
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  background: #767676
}

.wedding-N9 .desc dd {
  margin: 0
}

.wedding-N9 .notice dt {
  font-weight: var(--fw-bold);
  flex-basis: 5.8rem
}

.wedding-N9 .time dl:last-child .wedding-N9 .schedule-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem
}

.wedding-N9 .form-group {
  flex: 1 1 66rem
}

.wedding-N9 .form-box+.form-box {
  margin-top: 2.4rem
}

.wedding-N9 .form-tit {
  font-weight: var(--fw-medium)
}

.wedding-N9 .form-tit span {
  color: #d43d3e
}

.wedding-N9 .radioset-wrap,
.wedding-N9 .checkset-wrap {
  flex-wrap: wrap;
  padding-top: 0.8rem
}

.wedding-N9 .inputset-input,
.wedding-N9 .selectset .selectset-select,
.wedding-N9 .inputset-textarea {
  margin-top: 0.8rem
}

.wedding-N9 .selectset .selectset-select {
  display: flex;
  align-items: center
}

.wedding-N9 .form-group .contents-agree {
  display: flex;
  align-items: center
}

.wedding-N9 .inputset-textarea {
  height: 12rem;
  resize: none
}

.wedding-N9 .form-btn {
  margin-top: 4rem
}

.wedding-N9 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.wedding-N9 .info-title h3 {
  font-size: var(--fs-h4)
}

.wedding-N9 .modal-close {
  cursor: pointer
}

.wedding-N9 .info-area {
  overflow-y: auto
}

.wedding-N9 .info-group+.info-group {
  margin-top: 2.4rem
}

.wedding-N9 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5)
}

.wedding-N9 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem
}

.wedding-N9 .info-desc::-webkit-scrollbar {
  width: 6px
}

.wedding-N9 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd
}

.wedding-N9 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}

.wedding-N9 .info-desc p {
  font-size: var(--fs-p1)
}

.wedding-N9 .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.wedding-N9 .info-desc .mtb {
  margin: 2.4rem 0
}

.wedding-N9 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600
}

.wedding-N9 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%
}

.wedding-N9 .info-list p {
  padding-left: 1.2rem
}

.wedding-N9 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem
}

.wedding-N9 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent
}

.wedding-N9 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.wedding-N9 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem
}

.wedding-N9 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.wedding-N9 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white)
}

.wedding-N9 .modal-confirm .modal-textarea {
  margin: 1.6rem 0
}

.wedding-N9 .modal-confirm .modal-footer {
  text-align: center
}

.wedding-N9 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem
}

.wedding-N9 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white)
}

.wedding-N9 .modalset .modalset-close::before {
  color: var(--text-color1)
}

@media (max-width: 992px) {
  .wedding-N9 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .wedding-N9 .title-area {
    margin-bottom: 4rem
  }

  .wedding-N9 .title-area h2 {
    margin-top: 1.2rem
  }

  .wedding-N9 .inner {
    display: block
  }

  .wedding-N9 .map-area iframe {
    height: 30rem
  }

  .wedding-N9 .desc {
    margin-top: 1.6rem
  }

  .wedding-N9 .form-group {
    margin-top: 4rem
  }

  .wedding-N9 .form-box+.form-box {
    margin-top: 1.4rem
  }

  .wedding-N9 .inputset-textarea {
    height: 10rem
  }

  .wedding-N9 .form-btn {
    margin-top: 2.4rem
  }

  .wedding-N9 .selectset .selectset-arrow::after {
    font-size: 1.6rem
  }

  .wedding-N9 .form-group .contents-agree {
    margin-top: 0.7rem
  }

  .wedding-N9 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem
  }

  .wedding-N9 .modal-confirm .modal-textarea {
    margin: 0.8rem 0
  }
}
/* personal-QDmOJviqQb */
.personal-QDmOJviqQb {
  position: relative;
  overflow: hidden;
  background: url(../images/board.png) no-repeat center / cover
}

.personal-QDmOJviqQb .block_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)
}

.personal-QDmOJviqQb .contents-container {
  height: 48rem
}

.personal-QDmOJviqQb .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.personal-QDmOJviqQb .textset {
  text-align: center
}

.personal-QDmOJviqQb .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}

.personal-QDmOJviqQb .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
  font-weight: 400
}

.personal-QDmOJviqQb .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

@media (max-width: 992px) {
  .personal-QDmOJviqQb {
    background: url(../images/board_mo.png) no-repeat center / cover !important
  }

  .personal-QDmOJviqQb .contents-container {
    height: 36rem
  }
}
/* personal-YIMOkV8GqK */
.personal-YIMOkV8GqK {
  border-bottom: 1px solid var(--border-color)
}

.personal-YIMOkV8GqK .contents-container {
  padding: 0
}

.personal-YIMOkV8GqK .tabset-item {
  flex: 1
}

.personal-YIMOkV8GqK .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
  padding: 0
}

.personal-YIMOkV8GqK .tabset.tabset-solid .tabset-link.active {
  font-weight: 700
}

@media (max-width: 992px) {
  .personal-YIMOkV8GqK {}
}
/* gb5-board-N6 */
.gb5-board-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 18rem;
  padding-bottom: 18rem
}

.gb5-board-N6 .contents-inner {
  width: 100%
}

.gb5-board-N6 .tableset .tableset-table>thead.thead-light>*>* {
  background: #F5F5F5
}

.gb5-board-N6 .tableset .tableset-table>thead>*>* {
  text-align: center;
  font-weight: 700
}

.gb5-board-N6 .tableset .tableset-table>tbody>*>* {
  color: #111
}

.gb5-board-N6 .textset {
  margin-bottom: 2.4rem
}

.gb5-board-N6 .textset .textset-tit {
  font-weight: var(--fw-bold)
}

.gb5-board-N6 .contents-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--border-color)
}

.gb5-board-N6 .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative
}

.gb5-board-N6 .inputset button {
  background: none;
  border: 0
}

.gb5-board-N6 .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem
}

.gb5-board-N6 .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem
}

.gb5-board-N6 .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem
}

.gb5-board-N6 .contents-top .inputset-input {
  padding-right: 3rem
}

.gb5-board-N6 .tableset {
  text-align: center
}

.gb5-board-N6 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0
}

.gb5-board-N6 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.gb5-board-N6 .pagiset {
  margin-top: 8rem
}

@media (max-width: 992px) {
  .gb5-board-N6 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .gb5-board-N6 .textset {
    margin-bottom: 2rem
  }

  .gb5-board-N6 .tableset .tableset-table>tbody>*>td {
    padding-left: 1.6rem;
    padding-right: 1.6rem
  }

  .gb5-board-N6 .tableset .tableset-table>tbody>*>td:first-child {
    display: none
  }

  .gb5-board-N6 .pagiset {
    margin-top: 4rem
  }

  .gb5-board-N6 .mo {
    display: none
  }
}