﻿@charset "UTF-8";
.tk-knowledge__main-title {
  margin-bottom: 1.125rem;
  font-weight: 600;
  font-size: 2.1875rem;
  color: #1C82E0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-knowledge__main-title-ruby {
  padding-left: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-knowledge__list-title {
  margin: 3rem 0rem 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #000000;
}
.tk-knowledge__list-title:before {
  content: "・";
}
.tk-knowledge__list-title-ruby {
  padding-left: 0.625rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
}
.tk-knowledge__sub-title {
  margin-bottom: 1.125rem;
  font-weight: 600;
  font-size: 1.75rem;
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-knowledge__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #000000;
  line-height: 1.8;
}
.tk-knowledge-sake {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-sake__group {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width:767px) {
  .tk-knowledge-sake__group {
    flex-direction: column;
  }
}
.tk-knowledge-sake__group-img {
  width: 36.875vw;
  height: 15.875rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .tk-knowledge-sake__group-img {
    width: 100%;
  }
}
.tk-knowledge-sake__group.has-revers {
  flex-direction: row-reverse;
}
@media (max-width:767px) {
  .tk-knowledge-sake__group.has-revers {
    flex-direction: column;
  }
}
.tk-knowledge-sake-rice {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-sake-rice__content {
  display: grid;
  grid-template-columns: 1fr 39.33333%;
  grid-template-rows: 1fr auto auto;
  column-gap: 2.5rem;
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto;
  }
}
.tk-knowledge-sake-rice__content-text01 {
  grid-row: 1;
}
.tk-knowledge-sake-rice__content-img {
  grid-row: 1 / 3;
  grid-column: 2;
  width: 100%;
  height: 22.25rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-rice__content-img {
    grid-row: 1;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__content-img {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    margin-top: 2rem;
  }
}
.tk-knowledge-sake-rice__content-text02 {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-rice__content-text02 {
    grid-column: 1 / 3;
  }
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__content-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-sake-rice__content-text03 {
  grid-row: 3;
  grid-column: 1 / 3;
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__content-text03 {
    grid-row: 4;
    grid-column: 1;
  }
}
.tk-knowledge-sake-rice__rice-polishing {
  display: flex;
  gap: 1.5rem;
  margin: 3rem 2.5rem 0rem;
  padding: 2.25rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #005abe;
  background-color: #dcf0ff;
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__rice-polishing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 1.25rem 0rem;
    padding: 1.5rem;
  }
}
.tk-knowledge-sake-rice__rice-polishing-img {
  width: 16.4375rem;
  height: 16.625rem;
  object-fit: cover;
}
@media (max-width:767px) {
  .tk-knowledge-sake-rice__rice-polishing-img {
    width: 100%;
  }
}
.tk-knowledge-taste-index {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-taste-index > h4:nth-child(3) {
  margin-top: 3.75rem;
}
.tk-knowledge-sake-brewing {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-sake-brewing__content01 {
  display: grid;
  grid-template-columns: 1fr 39.33333%;
  grid-template-rows: 1fr auto auto;
  column-gap: 2.5rem;
}
@media (max-width:767px) {
  .tk-knowledge-sake-brewing__content01 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto;
  }
}
.tk-knowledge-sake-brewing__content01-text01 {
  grid-row: 1;
}
.tk-knowledge-sake-brewing__content01-img {
  grid-row: 1 / 4;
  grid-column: 2;
  width: 100%;
  height: 36.875rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content01-img {
    grid-row: 1;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-sake-brewing__content01-img {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    height: 31.25rem;
    margin-top: 2rem;
  }
}
.tk-knowledge-sake-brewing__content01-text02 {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content01-text02 {
    grid-column: 1 / 3;
  }
}
@media (max-width:767px) {
  .tk-knowledge-sake-brewing__content01-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content01-text03 {
  grid-row: 3;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content01-text03 {
    grid-column: 1 / 3;
  }
}
@media (max-width:767px) {
  .tk-knowledge-sake-brewing__content01-text03 {
    grid-row: 4;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content02 {
  display: grid;
  grid-template-columns: 39.33333% 1fr;
  grid-template-rows: 1fr auto auto auto;
  column-gap: 2.5rem;
  row-gap: 4rem;
  margin-top: 5rem;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto auto;
  }
}
.tk-knowledge-sake-brewing__content02-text01 {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02-text01 {
    grid-row: 2;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content02-text02 {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content02-text03 {
  grid-row: 3;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02-text03 {
    grid-row: 4;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content02-text04 {
  grid-row: 4;
  grid-column: 1 / 3;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02-text04 {
    grid-row: 5;
    grid-column: 1;
  }
}
.tk-knowledge-sake-brewing__content02-img {
  grid-row: 1 / 4;
  grid-column: 1;
  width: 100%;
  height: 36.875rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-sake-brewing__content02-img {
    grid-row: 1;
    grid-column: 1;
    height: 31.25rem;
  }
}
.tk-knowledge-manufacturing-method {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-manufacturing-method__content01 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 39.33333%;
  grid-template-rows: auto auto auto auto auto;
  column-gap: 2.5rem;
  row-gap: 4rem;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01 {
    grid-template-rows: 1fr auto auto auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.tk-knowledge-manufacturing-method__content01-text01 {
  grid-row: 1;
}
.tk-knowledge-manufacturing-method__content01-img01 {
  grid-row: 1 / 3;
  grid-column: 2;
  width: 100%;
  height: 26.25rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01-img01 {
    grid-row: 1;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01-img01 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    height: 31.25rem;
    margin-top: -2.5rem;
  }
}
.tk-knowledge-manufacturing-method__content01-text02 {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01-text02 {
    grid-column: 1;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content01-img02 {
  position: absolute;
  top: -9.375rem;
  grid-row: 3 / 5;
  grid-column: 2;
  width: 100%;
  height: 26.25rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01-img02 {
    position: static;
    grid-row: 2;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01-img02 {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
    height: 31.25rem;
    margin-top: -2.5rem;
  }
}
.tk-knowledge-manufacturing-method__content01-text03 {
  grid-row: 3;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01-text03 {
    grid-column: 1 / 3;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01-text03 {
    grid-row: 5;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content01-text04 {
  grid-row: 4;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content01-text04 {
    grid-column: 1 / 3;
  }
}
@media (max-width:767px) {
  .tk-knowledge-manufacturing-method__content01-text04 {
    grid-row: 6;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content02 {
  display: grid;
  grid-template-columns: 39.33333% 1fr;
  grid-template-rows: 1fr auto auto;
  column-gap: 2.5rem;
  row-gap: 4rem;
  margin-top: 5rem;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content02 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto;
  }
}
.tk-knowledge-manufacturing-method__content02-text01 {
  grid-row: 1;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content02-text01 {
    grid-row: 2;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content02-text02 {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content02-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content02-text03 {
  grid-row: 3;
  grid-column: 2;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content02-text03 {
    grid-row: 4;
    grid-column: 1;
  }
}
.tk-knowledge-manufacturing-method__content02-img {
  grid-row: 1 / 4;
  grid-column: 1;
  width: 100%;
  height: 36.875rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-manufacturing-method__content02-img {
    grid-row: 1;
    grid-column: 1;
    height: 31.25rem;
  }
}
.tk-knowledge-types-of-sake {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-types-of-sake__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width:1280px) {
  .tk-knowledge-types-of-sake__inner {
    flex-direction: column;
  }
}
.tk-knowledge-types-of-sake__inner-thumbnail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 36.875vw;
  height: 15.875rem;
}
@media (max-width:1280px) {
  .tk-knowledge-types-of-sake__inner-thumbnail {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    width: 100%;
    height: auto;
  }
}
.tk-knowledge-types-of-sake__inner-thumbnail-img {
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-types-of-sake__inner-thumbnail-img {
    width: calc((100% - 1.875rem) / 2);
    height: 18.75rem;
  }
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__inner-thumbnail-img {
    width: 100%;
  }
}
.tk-knowledge-types-of-sake__table {
  padding: 0rem 2.5rem;
  overflow-x: scroll;
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table {
    padding: 0rem 1.25rem;
  }
}
.tk-knowledge-types-of-sake__table-list {
  width: 100%;
  min-width: 53.125rem;
  border-collapse: collapse;
  margin-top: 4rem;
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table-list {
    min-width: 65rem;
  }
}
.tk-knowledge-types-of-sake__table-list-title {
  height: 2.5rem;
  background-color: #005abe;
}
.tk-knowledge-types-of-sake__table-list-title .has-hide {
  padding-left: 1rem;
  transform: translate(0.3125rem);
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table-list-title .has-hide {
    padding-left: 1rem;
  }
}
.tk-knowledge-types-of-sake__table-list-title .has-hide:before {
  content: none;
}
.tk-knowledge-types-of-sake__table-list-title-text {
  padding-right: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  transform: translateY(-0.3125rem);
}
.tk-knowledge-types-of-sake__table-list-title-text::before {
  content: "";
  display: inline-block;
  width: 0.065rem;
  height: 1.5625rem;
  margin-right: 1.5rem;
  background-color: #fff;
  transform: translateY(0.375rem);
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table-list-title-text::before {
    margin-right: 1.25rem;
  }
}
.tk-knowledge-types-of-sake__table-list-item {
  height: 2.5rem;
  margin: 0.5rem 0rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #231815;
}
.tk-knowledge-types-of-sake__table-list-item .has-hide {
  padding-inline: 1rem;
  transform: translate(0.3125rem);
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table-list-item .has-hide {
    padding-left: 1rem;
  }
}
.tk-knowledge-types-of-sake__table-list-item .has-hide:before {
  content: none;
}
.tk-knowledge-types-of-sake__table-list-item-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  transform: translateY(-0.3125rem);
}
.tk-knowledge-types-of-sake__table-list-item-text::before {
  content: "";
  display: inline-block;
  width: 0.065rem;
  height: 1.5625rem;
  margin-right: 1.5rem;
  background-color: #231815;
  transform: translateY(0.375rem);
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__table-list-item-text::before {
    margin-right: 1.25rem;
  }
}
.tk-knowledge-types-of-sake__content {
  margin-top: 4.5rem;
  padding: 2.25rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #005abe;
  background-color: #dcf0ff;
}
@media (max-width:767px) {
  .tk-knowledge-types-of-sake__content {
    margin: 3rem 1.25rem 0rem;
    padding: 1.5rem;
  }
}
.tk-knowledge-how-to-enjoy {
  margin: 4.5rem 0rem 8.625rem;
}
.tk-knowledge-how-to-enjoy__group {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 4rem;
}
@media (max-width:1280px) {
  .tk-knowledge-how-to-enjoy__group {
    flex-direction: column;
  }
}
.tk-knowledge-how-to-enjoy__group-table {
  overflow-x: scroll;
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-table {
    padding: 0rem 1.25rem;
  }
}
.tk-knowledge-how-to-enjoy__group-table-list {
  width: 100%;
  min-width: 41.8rem;
  border-collapse: collapse;
}
.tk-knowledge-how-to-enjoy__group-table-list-title {
  height: 2.5rem;
  background-color: #005abe;
}
.tk-knowledge-how-to-enjoy__group-table-list-title .has-hide {
  padding-left: 1.875rem;
  transform: translate(0.3125rem);
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-table-list-title .has-hide {
    padding-left: 1rem;
  }
}
.tk-knowledge-how-to-enjoy__group-table-list-title .has-hide:before {
  content: none;
}
.tk-knowledge-how-to-enjoy__group-table-list-title-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: left;
  font-feature-settings: "palt";
  vertical-align: middle;
  transform: translateY(-0.3125rem);
}
.tk-knowledge-how-to-enjoy__group-table-list-title-text::before {
  content: "";
  display: inline-block;
  width: 0.065rem;
  height: 1.5625rem;
  margin-right: 2.5rem;
  background-color: #fff;
  transform: translateY(0.375rem);
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-table-list-title-text::before {
    margin-right: 1.25rem;
  }
}
.tk-knowledge-how-to-enjoy__group-table-list-item {
  height: 2.5rem;
  margin: 0.5rem 0rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #231815;
}
.tk-knowledge-how-to-enjoy__group-table-list-item .has-hide {
  padding-left: 1.875rem;
  transform: translate(0.3125rem);
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-table-list-item .has-hide {
    padding-left: 1rem;
  }
}
.tk-knowledge-how-to-enjoy__group-table-list-item .has-hide:before {
  content: none;
}
.tk-knowledge-how-to-enjoy__group-table-list-item .has-position {
  position: relative;
}
.tk-knowledge-how-to-enjoy__group-table-list-item .has-position::before {
  transform: translateY(-0.875rem);
}
.tk-knowledge-how-to-enjoy__group-table-list-item-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  text-align: left;
  font-feature-settings: "palt";
  vertical-align: middle;
  transform: translateY(-0.3125rem);
}
.tk-knowledge-how-to-enjoy__group-table-list-item-text::before {
  content: "";
  display: inline-block;
  width: 0.065rem;
  height: 1.5625rem;
  margin-right: 2.5rem;
  background-color: #231815;
  transform: translateY(0.375rem);
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-table-list-item-text::before {
    margin-right: 1.25rem;
  }
}
.tk-knowledge-how-to-enjoy__group-table-list-item-text-span {
  position: absolute;
  top: 2.875rem;
  left: 0;
  display: inline-block;
  width: 0.065rem;
  height: 1.5625rem;
  margin-right: 2.5rem;
  background-color: #231815;
  transform: translateY(0.375rem);
}
.tk-knowledge-how-to-enjoy__group-thumbnail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
}
@media (max-width:1280px) {
  .tk-knowledge-how-to-enjoy__group-thumbnail {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    width: 100%;
    height: auto;
  }
}
.tk-knowledge-how-to-enjoy__group-thumbnail-img {
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-how-to-enjoy__group-thumbnail-img {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media (max-width:767px) {
  .tk-knowledge-how-to-enjoy__group-thumbnail-img {
    width: 100%;
  }
}
.tk-knowledge-customs {
  margin: 4.5rem 0rem 13.75rem;
}
@media (max-width:767px) {
  .tk-knowledge-customs {
    margin-bottom: 5rem;
  }
}
.tk-knowledge-customs__content01 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 39.33333%;
  grid-template-rows: auto auto auto;
  column-gap: 2.5rem;
  row-gap: 4rem;
}
@media (max-width:1280px) {
  .tk-knowledge-customs__content01 {
    grid-template-rows: 1fr auto auto auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-customs__content01 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.tk-knowledge-customs__content01-text01 {
  grid-row: 1;
}
.tk-knowledge-customs__content01-img01 {
  grid-row: 1 / 3;
  grid-column: 2;
  width: 100%;
  height: 25.625rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-customs__content01-img01 {
    grid-row: 1;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-customs__content01-img01 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    margin-top: -2.5rem;
  }
}
.tk-knowledge-customs__content01-text02 {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width:1280px) {
  .tk-knowledge-customs__content01-text02 {
    grid-column: 1;
  }
}
@media (max-width:767px) {
  .tk-knowledge-customs__content01-text02 {
    grid-row: 3;
    grid-column: 1;
  }
}
.tk-knowledge-customs__content01-img02 {
  position: absolute;
  top: -7.375rem;
  grid-row: 3;
  grid-column: 2;
  width: 100%;
  height: 17.375rem;
  border-radius: 0.625rem;
  object-fit: cover;
}
@media (max-width:1280px) {
  .tk-knowledge-customs__content01-img02 {
    position: static;
    grid-row: 2;
    height: auto;
  }
}
@media (max-width:767px) {
  .tk-knowledge-customs__content01-img02 {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
    margin-top: -2.5rem;
  }
}
.tk-section__button {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.tk-section__button-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.4375rem;
  height: 4.375rem;
  margin-top: 3.375rem;
  border: 0.0625rem solid #1c82e0;
  border-radius: 2.1875rem;
  background-color: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.375rem 0rem rgba(28, 128, 211, 0.3);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #1C82E0;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-section__button-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #1c82e0;
  border-right: 0.125rem solid #1c82e0;
  transform: rotate(45deg) translateY(-0.25rem);
  transition: all 0.3s;
}
.tk-section__button-link:hover {
  color: #ffffff;
  background-color: #1c82e0;
}
.tk-section__button-link:hover::after {
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}
/*# sourceMappingURL=./knowledge.css.map */