﻿@charset "UTF-8";
.tk-attention {
  display: block;
  width: 100%;
  margin: -15rem auto 0rem;
  padding: 1.25rem 2rem;
  text-align: left;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #f00;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width:767px) {
  .tk-attention {
    margin-top: -16rem;
  }
}
.tk-attention__item {
  line-height: 2;
}
.tk-attention__item::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(/assets/img/home/icon_attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.1875rem);
}
.tk-atLink {
  padding-left: 0.3125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ff0000;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-atLink:hover {
  text-decoration: underline;
}
.tk-mv {
  width: 100%;
  max-width: 75rem;
  height: 75.625rem;
}
@media (max-width:767px) {
  .tk-mv {
    height: 50rem;
  }
}
.tk-mv__title {
  position: absolute;
  top: 9.25rem;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width:767px) {
  .tk-mv__title {
    height: 50vw;
  }
}
.tk-mv__main-copy {
  position: absolute;
  top: 10rem;
  right: 0;
}
@media (max-width:767px) {
  .tk-mv__main-copy {
    top: 5rem;
  }
  .tk-mv__main-copy img {
    width: 85%;
  }
}
.tk-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100vw;
  height: 75.625rem;
  margin-left: calc(-50vw + 50%);
  background-image: url(/assets/img/home/img_main-visual.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tk-mv__bg::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  display: block;
  width: 100%;
  height: 16.875rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 99%);
}
@media (max-width:767px) {
  .tk-mv__bg {
    height: 40.625rem;
    background-image: url(/assets/img/home/img_main-visual_sp.jpg);
  }
}
.tk-section {
  position: relative;
  margin-top: 7.5rem;
}
@media (max-width:767px) {
  .tk-section {
    margin-top: 4.375rem;
  }
}
.tk-section__header {
  text-align: left;
}
.tk-section__header-title {
  margin-bottom: 1.5rem;
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1C82E0;
  font-weight: 100;
  font-size: min(18vw, 5rem);
  line-height: 1.2;
}
@media (max-width:767px) {
  .tk-section__header-title {
    font-size: 5rem;
  }
}
.tk-section__header-label {
  display: inline-block;
  margin-bottom: 2.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-section__header-label:hover {
  color: #1C82E0;
}
.tk-section__header-label.has-link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/assets/img/home/icon_arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0.625rem);
  transition: all 0.3s;
}
.tk-section__header-label.has-link:hover::after {
  background-image: url(/assets/img/home/icon_arrow-sub.svg);
}
.tk-section__header-label.has-no-link {
  pointer-events: none;
}
.tk-section__button {
  display: flex;
  justify-content: center;
}
.tk-section__button-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.4375rem;
  height: 4.375rem;
  min-height: 4.5rem;
  padding-inline: 2rem;
  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-align: center;
  text-decoration: none;
  line-height: 1.3;
  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: translateY(-50%) rotate(45deg);
  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;
}
.tk-section.has-light-color-header h2[class$="header-title"] {
  color: #fff;
}
.tk-business {
  position: relative;
  text-align: center;
}
.tk-business__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #000000;
  line-height: 2;
}
@media (max-width:767px) {
  .tk-business__title {
    line-height: 1.5;
  }
}
.tk-business__text {
  width: 63%;
  margin: 0 auto 3.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5;
  word-break: normal;
  line-break: strict;
}
@media (max-width:767px) {
  .tk-business__text {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.tk-business__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 3.75rem;
  width: 100%;
  border-radius: 1.5625rem;
}
@media (max-width:767px) {
  .tk-business__container {
    justify-content: center;
  }
}
.tk-business__list {
  width: calc((100% - 3.75rem) / 2);
  height: auto;
  border-radius: 1.25rem;
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width:767px) {
  .tk-business__list {
    width: 100%;
  }
}
.tk-business__list-link {
  text-decoration: none;
}
.tk-business__list-link img {
  transition: all 0.3s;
}
.tk-business__list-link:hover img {
  transform: scale(1.1);
}
.tk-business__item {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 80%;
}
.tk-business__item-thumbnail {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}
@media (max-width:767px) {
  .tk-business__item-thumbnail {
    height: 18.75rem;
  }
}
.tk-business__item-img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  object-position: 50% 80%;
}
.tk-business__item-title {
  padding-top: 1.5rem;
  padding-inline: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #1C82E0;
}
.tk-business__item-text {
  padding: 0.875rem 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.tk-business__background-image {
  position: absolute;
  top: -10rem;
  z-index: -50;
  width: 100%;
  opacity: 0.7;
}
@media (max-width:767px) {
  .tk-business__background-image {
    top: 0;
    left: -6.25rem;
  }
}
.tk-business__background-gradation {
  position: absolute;
  top: -5rem;
  z-index: -200;
  width: 100vw;
  height: 105.9375rem;
  margin-left: calc(-50vw + 50%);
  background-image: url(/assets/img/home/img_background_business.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  .tk-business__background-gradation {
    height: 168.75rem;
    margin-left: 0;
  }
}
.tk-new-products {
  width: 100%;
}
.tk-new-products__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  .tk-new-products__list {
    justify-content: space-between;
  }
}
.tk-new-products__item {
  position: relative;
  width: calc((100% - 2.5rem) / 4);
  text-align: center;
}
@media (max-width:767px) {
  .tk-new-products__item {
    width: 46%;
  }
}
.tk-new-products__item-link {
  text-decoration: none;
  transition: all 0.3s;
}
.tk-new-products__item-link:hover {
  text-decoration: underline;
  color: #000;
}
.tk-new-products__item-link:hover > .has-new::before {
  color: #fff;
  background-color: #1c82e0;
}
.tk-new-products__product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tk-new-products__product.has-new::before {
  content: "NEW";
  position: absolute;
  top: 0.9375rem;
  left: -0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.0625rem solid #1c82e0;
  background-color: #fff;
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #1C82E0;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .tk-new-products__product.has-new::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.1rem;
  }
}
.tk-new-products__img {
  max-width: 100%;
  height: 100%;
  min-height: 18.25rem;
  object-fit: contain;
  object-position: bottom;
}
.tk-new-products__text {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: min(1.125rem, 4.6666vw);
  line-height: 1.3;
  transition: all 0.3s;
}
.tk-new-products__kinds-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
@media (max-width:767px) {
  .tk-new-products__kinds-list {
    gap: 1.875rem;
  }
}
.tk-new-products__kinds-item {
  position: relative;
  display: block;
  width: calc(20% - 1.125rem);
  height: 6.25rem;
  background: linear-gradient(180deg, #b0d3f4 20%, white 100%);
  border: 0.0625rem solid #1c82e0;
  border-radius: 0.9375rem;
  box-shadow: 0.25rem 0.25rem 0.5rem 0rem rgba(28, 128, 205, 0.2);
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width:767px) {
  .tk-new-products__kinds-item {
    width: calc((100% - 1.875rem) / 2);
  }
}
.tk-new-products__kinds-item::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, white 20%, #b0d3f4 100%);
  border-radius: 0.9375rem;
  transition: opacity 0.3s;
}
.tk-new-products__kinds-item:hover::before {
  opacity: 0;
}
.tk-new-products__kinds-link {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: min(1.125rem, 4.54545vw);
  text-decoration: none;
  text-align: center;
  color: #000000;
  word-break: break-word;
  line-height: 1.3;
}
.tk-group-company__text {
  width: 63%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.8;
}
@media (max-width:767px) {
  .tk-group-company__text {
    width: 100%;
  }
}
.tk-group-company__img {
  width: 100%;
}
.tk-corporate-profile__text {
  width: 50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.8;
}
@media (max-width:767px) {
  .tk-corporate-profile__text {
    width: 100%;
  }
}
.tk-corporate-profile__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.75rem;
}
.tk-corporate-profile__copy-link {
  transition: all 0.3s;
}
.tk-corporate-profile__copy-link:hover {
  opacity: 0.7;
}
.tk-corporate-profile__copy-img {
  display: block;
}
@media (max-width:767px) {
  .tk-corporate-profile__copy-img {
    width: 100%;
    height: auto;
  }
}
.tk-corporate-profile__link {
  margin-top: 3.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-corporate-profile__link::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/assets/img/home/icon_arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0.625rem, -0.125rem);
  transition: all 0.3s;
}
.tk-corporate-profile__link:hover {
  color: #1c82e0;
}
.tk-corporate-profile__link:hover::after {
  content: "";
  background-image: url(/assets/img/home/icon_arrow-sub.svg);
}
.tk-corporate-profile__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.75rem;
  margin-top: 4.75rem;
}
@media (max-width:767px) {
  .tk-corporate-profile__item {
    width: 90%;
  }
}
.tk-corporate-profile__item-link {
  display: flex;
  flex-direction: column;
  width: 24.6875rem;
  height: 24.6875rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem rgba(28, 128, 205, 0.2);
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width:767px) {
  .tk-corporate-profile__item-link {
    width: 100%;
    height: 100%;
  }
}
.tk-corporate-profile__item-link:hover {
  background-color: rgba(28, 128, 205, 0.2);
}
.tk-corporate-profile__item-img {
  max-width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 1.2407407407;
  object-fit: cover;
  transition: all 0.3s;
}
.tk-corporate-profile__item-title {
  padding-top: 2.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C82E0;
  text-align: center;
  line-height: 1.3;
}
.tk-other {
  position: relative;
  margin-top: 7.5rem;
}
.tk-other::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  z-index: -50;
  display: block;
  width: 100vw;
  height: 53.125rem;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, rgba(210, 216, 221, 0) 0%, #d2d8dd 100%);
}
@media (max-width:767px) {
  .tk-other::before {
    margin-bottom: 2.1875rem;
  }
}
.tk-other__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.375rem;
}
.tk-other__item {
  width: calc((100% - 3.375rem) / 2);
  height: 18.75rem;
}
@media (max-width:1280px) {
  .tk-other__item {
    width: 100%;
  }
}
.tk-other__item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border-radius: 1.25rem;
  text-decoration: none;
  box-shadow: 0.1875rem 0.1875rem 0.625rem 0rem rgba(0, 117, 147, 0.2);
}
.tk-other__item-ir {
  position: relative;
  overflow: hidden;
}
.tk-other__item-ir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/home/img_background_investor-relation.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.tk-other__item-ir:hover::after {
  transform: scale(1.1);
}
.tk-other__item-sustainability {
  position: relative;
  overflow: hidden;
}
.tk-other__item-sustainability::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/home/img_background_sustainability.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.tk-other__item-sustainability:hover::after {
  transform: scale(1.1);
}
.tk-other__item-recruit {
  position: relative;
  overflow: hidden;
}
.tk-other__item-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/home/img_background_recruit.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.tk-other__item-recruit:hover::after {
  transform: scale(1.1);
}
.tk-other__item.tk-other__item-wide {
  width: 100%;
}
.tk-other__title {
  position: relative;
  z-index: 300;
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.125rem;
  color: #1C82E0;
  font-weight: 100;
  text-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 255, 255, 0.8);
}
@media (max-width:767px) {
  .tk-other__title {
    font-size: 3.5rem;
  }
}
.tk-other__title.has-light-color {
  color: #fff;
  text-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
}
.tk-other__label {
  position: relative;
  z-index: 400;
  margin-top: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.6875rem;
  color: #000000;
  letter-spacing: 0.1em;
}
.tk-other__label.has-link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/assets/img/home/icon_arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0.625rem);
}
.tk-other__label.has-light-color {
  color: #fff;
  text-shadow: 0.1875rem 0.1875 0.375rem 0.375rem rgba(0, 0, 0, 0.4);
}
.tk-other__label.has-light-color.has-link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/assets/img/home/icon_arrow-white.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(0.625rem);
}
.tk-news {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: -3.125rem;
}
@media (max-width:767px) {
  .tk-news {
    flex-direction: column;
    gap: 1.5625rem;
    width: 94%;
    margin: 0 auto;
  }
}
.tk-news__text-link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-news__text-link::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/assets/img/home/icon_arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
  transform: translateX(0.5rem);
}
.tk-news__text-link:hover {
  color: #1C82E0;
}
.tk-news__text-link:hover::after {
  background-image: url(/assets/img/home/icon_arrow-sub.svg);
}
.tk-news__list {
  width: 80%;
  margin-top: -2.1875rem;
  font-size: 1.25rem;
  color: #1C82E0;
}
@media (max-width:767px) {
  .tk-news__list {
    width: 100%;
  }
}
.tk-news .news-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.625rem 0;
  border-bottom: 0.0625rem solid #b0b0b0;
}
.tk-news .news-box dt {
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  color: #000000;
}
.tk-news .news-box p {
  margin-top: 0;
}
.tk-news .news-box a {
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  color: #1C82E0;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.3s;
}
.tk-news .news-box a:hover {
  text-decoration: underline;
}
.tk-section.has-group{
  margin-top: 4.9rem;
}
@media (max-width:767px) {
  .tk-section.has-group {
    margin-top: 2.78rem;
  }
}
.tk-group {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 4.375rem 0;
  background-color: #d2d8dd;
}
@media (max-width:767px) {
  .tk-group {
    padding: 2.5rem 0;
  }
}
.tk-group__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.875rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width:767px) {
  .tk-group__list {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.tk-group__item {
  width: calc((100% - 3.75rem) / 3);
}
@media (max-width:767px) {
  .tk-group__item {
    width: 100%;
  }
}
.tk-group__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 1.5rem 0.9375rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem rgba(28, 128, 205, 0.2);
}
@media (max-width:767px) {
  .tk-group__item-link {
    width: 94%;
    margin: 0.625rem auto;
  }
}
.tk-group__item-link:hover {
  opacity: 0.8;
}
.tk-group__item-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tk-section__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: calc(-50vw + 50%);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-image: url(/assets/img/home/img_background_contact.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.tk-section__contact-header-title {
  margin-bottom: 1.5rem;
  font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5.625rem;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: -0.02em;
}
.tk-section__contact-header-label {
  display: inline-block;
  margin-bottom: 2.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #000000;
}
.tk-section__contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width:767px) {
  .tk-section__contact-list {
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    padding: 0;
  }
}
.tk-section__contact-item {
  width: 24.0625rem;
  height: auto;
  padding: 3.125rem 1.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 117, 147, 0.2);
}
.tk-section__contact-item .tk-section__button-link {
  margin-top: 0;
}
.tk-section__contact-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #1C82E0;
}
.tk-section__contact-icon {
  width: 8.5625rem;
  height: 8.5625rem;
  margin: 1.75rem 0;
}
.tk-section__contact-tel {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #1C82E0;
}
.tk-section__contact-reception-hours {
  margin-top: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.5;
}
.tk-section__contact-comments {
  margin-top: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  line-height: 1.3;
}
.tk-section__contact-address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.7;
}
/*# sourceMappingURL=./index.css.map */