﻿@charset "UTF-8";
.tk-top-message {
  position: relative;
}
.tk-top-message__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  overflow: clip;
  max-width: 75rem;
  margin-top: 3.75rem;
  padding: 1.25rem 1.25rem 0rem;
  background-image: url(/assets/img/company/img_background_top-message.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width:767px) {
  .tk-top-message__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.tk-top-message__content {
  width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
  flex: 1 0;
}
@media (max-width:767px) {
  .tk-top-message__content {
    padding-top: 2.5rem;
  }
}
.tk-top-message__copy {
  color: #000000;
  min-height: 0vw;
  font-size: clamp(1.8rem, 2.5vw, 2.25rem);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.tk-top-message__profile {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tk-top-message__company {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5;
}
.tk-top-message__position {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5;
}
.tk-top-message__name {
  font-size: 2.25rem;
  color: #000000;
  line-height: 1.8;
}
.tk-top-message__photo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.tk-top-message__photo-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  filter: drop-shadow(1.25rem 1.25rem 1rem rgba(0, 0, 0, 0.25));
}
.tk-top-message__comment {
  padding: 3rem 3rem;
  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-top-message__comment {
    padding: 2.25rem 1.25rem;
  }
}
.tk-top-message__comment-txt {
  margin-bottom: 2.25rem;
}
.tk-section::before {
  content: "";
  display: block;
  margin-top: -7.1875rem;
  padding-top: 7.1875rem;
  visibility: hidden;
}
.tk-company-profile {
  margin: 5rem 0rem 6rem;
  padding: 0rem 3rem;
}
@media (max-width:767px) {
  .tk-company-profile {
    padding: 0rem 1.25rem;
  }
}
.tk-company-profile__list {
  display: grid;
  grid-template-columns: 2fr 5fr;
  padding: 2rem 0rem;
  border-bottom: 0.0625rem solid #c4c4c4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.5;
}
@media (max-width:767px) {
  .tk-company-profile__list {
    grid-template-columns: 1fr;
  }
}
.tk-company-profile__list-title {
  padding-left: 2.75rem;
}
@media (max-width:767px) {
  .tk-company-profile__list-title {
    padding: 0rem 0rem 1rem;
  }
}
.tk-company-profile__list-content {
  padding-left: 2.5rem;
}
@media (max-width:767px) {
  .tk-company-profile__list-content {
    padding-left: 1.25rem;
  }
}
.tk-company-profile__list-content-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin-top: 1.875rem;
}
.tk-company-profile__list-content-link {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.tk-company-profile__list-content-link:hover {
  color: #1C82E0;
  text-decoration: underline;
}
.tk-company-profile__officer {
  display: grid;
  grid-template-columns: 11.75rem 1fr;
  line-height: 1.8;
}
/*# sourceMappingURL=./company.css.map */