@charset "UTF-8";
/*
Theme Name: TKS
Author: Tomoyuki Nitta
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap");
html, body {
  font-family: "メイリオ", "游ゴシック", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "arial", "Meiryo", sans-serif;
}
* {
  font-weight: 200;
  letter-spacing: 1.7px;
  margin: 0;
  padding: 0;
}
*:lang(en) {
  font-family: "Noto Sans JP", 游ゴシック, 游ゴシック体, メイリオ, arial, sans-serif;
}
.sp {
  display: none;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 690px) {
  .container, footer {
    min-width: 960px;
  }
  .sub {
    min-width: 1011px;
  }
  #subtitle {
    min-width: 1011px;
  }
  footer {
    min-width: 1011px;
  }
  #top-vg {
    min-width: 1011px;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, li, span, table, td, tr, tl, strong {
  color: #000000;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 5px;
}
p {
  line-height: 1.9;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
  opacity: 0.7;
  text-decoration: none;
}
a:lang(en) {
  font-family: "arial", sans-serif;
  letter-spacing: 0px;
}
hr.wp-block-separator {
  margin: 40px 0 !important;
}
button.link-btn {
  display: inline-block;
  text-transform: uppercase;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #7C0700;
  border-radius: 80px;
  opacity: 1;
  font-size: 13px;
  font-family: "arial";
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  position: relative;
  color: #7C0700;
  padding: 9px 65px 8px 25px;
  transition-property: letter-spacing;
  transition-duration: 0.2s;
}
button.link-btn::after {
  content: "→";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
}
button.link-btn:hover {
  letter-spacing: 4px;
  opacity: 0.7;
  color: #fff;
  background: #7C0700;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table table tbody, .wp-block-table table th, .wp-block-table table tr, .wp-block-table table td {
  border: none;
  border-color: #fff;
}
.wp-block-table table tbody tr {
  border-bottom: solid 1px #eee;
}
.wp-block-table table tbody tr td {
  vertical-align: top;
  padding: 5px;
}
.wp-block-table table tbody tr td:first-child {
  width: 18%;
  min-width: 110px;
}
img {
  max-width: 100%;
}
.wp-block-image img {
  height: auto;
}
header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
header .header-inner {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
}
header .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .flexbox .pc-nav {
  flex-grow: 3;
}
header .logo {
  max-width: 240px;
}
header .logo a img {
  width: 100%;
}
header .home {
  width: 100%;
}
header .home .flex-box {
  display: flex;
  flex-wrap: no-wrap;
}
header .home .flex-box .flex-inner:first-child {
  flex-grow: 2;
}
header .home .flex-box .flex-inner:nth-child(2) {
  flex-grow: 3;
}
header .home .flex-box .flex-inner:last-child {
  flex-grow: 1;
}
header .home .logo {
  width: 100%;
  margin: 0 auto 50px;
}
header .home ul {
  padding: 0;
  margin-bottom: 0;
}
header .home .menu-header-container {
  max-width: 770px;
  margin: 0 auto;
}
header nav.pc-nav.pc-navbar {
  margin-bottom: 0;
}
header nav.pc-nav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
}
header nav.pc-nav ul li {
  align-self: center;
  list-style-type: none;
}
header nav.pc-nav ul li:last-child {
  margin-right: 0;
}
header nav.pc-nav ul li a {
  color: #000000;
  letter-spacing: 1.55px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
header nav.pc-nav ul li span {
  font-size: 10px;
  font-family: "arial";
  height: 10px;
  letter-spacing: 0.7px;
}
header nav.pc-nav ul li span:lang(en) {
  display: none;
}
header nav.pc-nav ul.header-nav {
  padding: 0 20px;
  margin: 0;
}
header nav.pc-nav ul.header-nav li {
  padding-bottom: 0;
  padding-right: 12px;
  line-height: 1;
}
header nav.pc-nav ul.header-nav li:last-child {
  margin-right: 0;
}
header nav.pc-nav ul.header-nav li a {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  margin: 0;
}
#top-vg {
  width: 100%;
  margin-top: 191px;
  padding-top: 29%;
  background: url(/wp-content/uploads/2026/03/top-20250401-1-scaled.png) no-repeat center;
  background-size: cover;
}
#content {
  padding-bottom: 100px;
}
#subtitle {
  padding: 70px 0;
  background-image: url("../images/common/bg-title.png");
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
}
#subtitle h1 {
  max-width: 1570px;
  font-weight: 300;
  font-size: 28px;
  margin: 0 auto;
  opacity: 1;
  color: #ffffff;
}
.breadcrumbs {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 110px;
  padding-bottom: 17px;
  max-width: 1570px;
  margin: 0 auto;
}
.breadcrumbs span {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumbs span:first-child {
  padding-left: 0;
  padding-right: 5px;
}
.sub {
  background: #eeeeee;
  padding-top: 70px;
}
.sub #content-wrap {
  background: #ffffff;
  padding: 65px;
}
section {
  background: #ffffff 0% 0%;
}
#main {
  max-width: 970px;
}
#home {
  min-height: 100vh;
  padding-bottom: 100px;
}
#home h1 {
  margin-top: 56px;
  margin-bottom: 80px;
  line-height: 1.9;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}
#home h2 {
  margin-bottom: 36px;
}
#home h3 {
  margin-top: 0;
}
#home hr {
  margin: 40px 0;
}
#home table {
  color: #333333;
  margin-bottom: 40px;
}
#home table td {
  min-width: 144px;
  vertical-align: top;
  letter-spacing: 0.34px;
  padding: 4px;
}
#home .intro p {
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 1.9;
}
#home .news {
  display: inline-flex;
}
#posts {
  width: 100%;
}
.news h3 {
  padding-right: 97px;
  font-weight: 200;
}
.news .date {
  color: #000000;
  font-size: 14px;
}
.news .cat-name {
  background: #7C0700 0% 0% no-repeat padding-box;
  border-radius: 43px;
  opacity: 1;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 22px 1px;
  margin-left: 18px;
}
.news .post-title {
  margin-top: 12px;
  padding-top: 0;
}
.news .post-title a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  align-content: flex-end;
}
.news .post-title a p {
  padding-right: 40px;
  margin-bottom: 0 !important;
}
#archive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#archive .archive-items {
  background: #ffffff;
  padding: 40px 40px;
}
#archive .row {
  width: 100%;
}
#archive .name-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
#archive .name-thumb span {
  color: #000000;
  font-size: 14px;
}
#archive .name-thumb a {
  color: #000000;
  font-size: 25px;
}
#archive a {
  color: #000000;
}
#archive p {
  color: #000000;
  letter-spacing: 0.34px;
}
#archive section {
  background: #ffffff;
  padding: 20px;
}
#archive img {
  width: auto;
  height: auto;
}
#archive .eng-title {
  font-size: 13px;
  display: block;
}
#archive .professionals {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#archive .professionals .kts-1-column {
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}
#archive .professionals .kts-1-column a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  gap: 28px;
  min-height: 280px;
}
#archive .professionals .kts-1-column a img {
  max-width: 363px;
  max-height: 240px;
}
#archive .professionals .kts-1-column a .name-thumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 5px;
  align-self: stretch;
  flex-grow: 1;
  width: 230px;
}
#archive .professionals .kts-1-column a .name-thumb .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
#archive .professionals .kts-1-column a .description {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 20px;
  width: 376px;
}
#archive .professionals .kts-1-column a .description p {
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 0px;
}
#archive .plactices {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#archive .plactices .kts-1-column {
  background: #ffffff;
  padding: 20px 80px;
  width: 100%;
  margin-bottom: 20px;
}
#archive .plactices .kts-1-column a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}
#archive .plactices .kts-1-column a .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#archive .plactices .kts-1-column a .title h2 {
  display: flex;
  align-items: center;
}
#archive .plactices .kts-1-column a .title button {
  margin-top: auto;
  width: 140px;
  align-self: flex-end;
}
#sidebar strong {
  font-size: 21px;
  font-weight: 200;
  letter-spacing: 5px;
  color: #000000;
}
#sidebar ul {
  display: block;
  padding-top: 15px;
  list-style: none;
  list-style-type: none;
}
#sidebar ul li {
  font-size: 14px;
  color: #000000;
  padding-bottom: 9px;
}
#single h1, #single h2, #single h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
}
#single h4 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 400;
}
#single ul {
  padding-left: 20px;
  line-height: 1.9;
}
.backbtn {
  margin-top: 70px;
}
footer {
  background-color: #7C0700;
  margin-top: auto;
  padding: 12px 0;
  color: #ffffff;
}
footer .footer-inner {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
footer .footer-inner .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .logo {
  width: calc(100%/3-2px);
  display: inline-block;
}
footer .logo img {
  width: 100%;
  max-width: 220px;
}
footer ul {
  margin: 0 auto;
  padding-inline-start: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer ul li a {
  color: #ffffff;
  text-decoration: underline;
}
footer address {
  font-size: 10px;
  text-align: right;
  margin-bottom: 0;
}
.bogo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.bogo .bogo-language-switcher {
  display: inline-flex;
  justify-content: flex-end;
  padding-left: 15px;
  margin-bottom: 0;
}
.bogo .bogo-language-switcher .ja {
  order: 1;
}
.bogo .bogo-language-switcher .en-US {
  order: 2;
}
.bogo .bogo-language-switcher li {
  font-weight: bold;
}
.bogo .bogo-language-switcher li:nth-child(2):after {
  content: "|";
  padding: 0 8px;
}
.bogo .bogo-language-switcher li a {
  font-family: "arial";
  font-weight: bold;
  color: #000000;
}
/* SP表示 */
@media screen and (max-width: 689px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.6em;
    line-height: 1.7em;
  }
  p, a, span, button, strong {
    font-size: 1em;
    line-height: 2em;
  }
  hr {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp-center {
    width: 100%;
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
  .sp-left {
    text-align: left;
  }
  .col-sp-12 {
    width: 100%;
  }
  button.link-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7C0700;
    border-radius: 80px;
    opacity: 1;
    font-size: 1em;
    font-family: "arial";
    padding: 9px 65px 8px 25px;
    transition-property: letter-spacing;
    transition-duration: 0.2s;
  }
  button.link-btn::after {
    content: "→";
    top: 0;
    bottom: 0;
    right: 25px;
    font-size: 1em;
    font-weight: bold;
    padding: 0.4em 0 0.4em 2em;
  }
  button.link-btn:hover {
    letter-spacing: inherit;
    opacity: 0.7;
    color: #7C0700;
    background: #ffffff;
  }
  header {
    padding: 20px 15px;
    height: 76px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
  }
  header nav.navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  header nav.navbar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 1em;
  }
  header nav.navbar ul li {
    margin: 0;
  }
  header nav.navbar ul li a {
    color: #000000;
    display: inline-block;
    margin-bottom: 1em;
  }
  header nav.navbar ul li a br {
    display: none;
  }
  header nav.navbar ul li a span {
    color: #000000;
    padding-left: 8px;
  }
  header nav.navbar ul .bogo {
    display: inline-flex;
  }
  header nav.navbar ul .bogo ul {
    display: inline-block;
    width: 100%;
  }
  header nav.navbar .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
  }
  header nav.navbar .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  header .logo {
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  header .logo a {
    font-weight: 100;
    vertical-align: bottom;
  }
  header .logo a img {
    max-width: 166px;
    width: 100%;
  }
  header .logo a:after {
    padding: 75pxp 72px;
    background: url(../images/logo-header.png);
    background-size: cover;
  }
  #home {
    padding-top: 0;
  }
  #home hr {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #home #top-vg {
    margin-top: 76px;
    padding-top: 72.8%;
    height: auto;
    background: url(/wp-content/uploads/2026/03/top-20250401-1-scaled.png) no-repeat center;
    background-size: cover;
  }
  #home #top-vg img {
    display: none;
  }
  #home .intro h1 {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
  }
  #home .intro p {
    margin-bottom: 0;
  }
  #home #posts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  #home #posts h2 {
    margin-top: 0;
  }
  #home #posts .post-title {
    width: 100%;
  }
  #home #posts .post-title a {
    width: 100%;
    flex-direction: column;
  }
  .breadcrumbs {
    margin-top: 0;
    padding-top: 96px;
    border-top: none;
    display: flex;
    align-items: center;
  }
  #subtitle {
    padding: 2em 1em 2em;
  }
  #content {
    padding-top: 1em;
  }
  .sub {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sub #content-wrap {
    padding: 1em;
    width: 100%;
  }
  #main {
    width: 100%;
  }
  #archive section {
    padding: 1em;
  }
  #archive .archive-items {
    padding: 2em 1em 4em;
  }
  #archive .name-thumb {
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
  }
  #archive .name-thumb .col-md-6:first-child {
    order: 2;
  }
  #archive .name-thumb .col-md-6:nth-child(2) {
    ordter: 1;
  }
  #archive .professionals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  #archive .professionals .kts-1-column {
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
  }
  #archive .professionals .kts-1-column a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 0px;
  }
  #archive .professionals .kts-1-column a img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    order: 1;
  }
  #archive .professionals .kts-1-column a .name-thumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    align-self: stretch;
    flex-grow: 1;
    order: 2;
    padding: 32px 0px;
    width: 100%;
  }
  #archive .professionals .kts-1-column a .name-thumb .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
  }
  #archive .professionals .kts-1-column a .description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    order: 3;
  }
  #archive .professionals .kts-1-column a .description p {
    margin-bottom: 42px;
  }
  #archive .professionals .kts-1-column a .description button {
    margin-top: auto;
  }
  #archive .plactices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  #archive .plactices .kts-1-column {
    padding: 40px 20px;
  }
  #archive .plactices .kts-1-column a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    width: 100%;
  }
  #archive .plactices .kts-1-column a .title {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .items {
    margin-bottom: 2em;
  }
  #sidebar {
    display: none;
  }
  .news .post-title {
    width: 100%;
  }
  .news .post-title a {
    display: flex;
    flex-direction: column;
  }
  .news .post-title a p {
    width: 100% !important;
  }
  .news .post-title a button {
    margin-top: 1em;
  }
  footer {
    padding-top: 2em;
  }
  footer .footer-inner {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .logo {
    max-width: 230px;
    padding-bottom: 2em;
  }
  footer .footer-link {
    padding-bottom: 2em;
  }
  .bogo {
    position: relative;
  }
}
.wpcf7-form {
  width: 100%;
}
.wpcf7-form th, .wpcf7-form td {
  padding: 5px;
}
.wpcf7-form input.textsp, .wpcf7-form textarea.content {
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  border: none;
  background-color: #7C0700;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #490400;
}
@media screen and (max-width: 689px) {
  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
}
@media screen and (max-width: 689px) {
  .wpcf7-form {
    display: block;
  }
  .wpcf7-form tr {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-form th, .wpcf7-form td {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */