@charset "UTF-8";
/*!
Theme Name: Tokeru Theme
Description: tokeru theme.
Version: 1.0
Author: Artarakt
Author URI: https://artarakt.com
Version: 1.0
License: Artarakt
License URI: https://artarakt.com
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root,
#__next {
  isolation: isolate; }

input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

#wpadminbar {
  display: none !important; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
  color: #231815;
  background: url("images/common/bg.jpg") repeat; }

.en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400; }

small {
  font-size: 90%; }

a {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

a:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media screen and (max-width: 640px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.center {
  text-align: center; }

.small {
  font-size: 11px; }

.btn-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #231815;
  font-weight: bold; }
  .btn-s::after {
    content: '';
    width: 44px;
    height: 24px;
    display: block;
    background-image: url(images/common/btn-s.png);
    background-size: contain; }
  .btn-s:hover::after {
    background-image: url(images/common/btn-s_sp.png); }

.btn-m, .contact .cf7 input[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #231815;
  color: white;
  width: 254px;
  height: 56px;
  padding: 16px 16px 16px 40px;
  border-radius: 40px; }
  .btn-m::after, .contact .cf7 input[type="submit"]::after {
    margin-left: 40px;
    content: '';
    width: 44px;
    height: 24px;
    display: block;
    background-image: url(images/common/btn-m.png);
    background-size: contain; }
  .btn-m:hover, .contact .cf7 input:hover[type="submit"] {
    background-color: #BBB9A8;
    color: #231815; }

.ttl_01 {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0; }

.ttl_02 {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500; }

.ttl_03 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0; }

.ttl_lead {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.02em; }

.ttl_btn {
  font-size: 16px; }

.cat,
.date {
  font-size: 12px;
  font-weight: 500; }

.en.ttl {
  font-weight: bold; }

.en.btn {
  font-size: 12px; }

.en.date {
  font-size: 12px;
  font-family: bold; }

@media screen and (max-width: 1000px) {
  .flex {
    display: block; }
  .ttl_01 {
    font-size: 28px; }
  .ttl_02 {
    font-size: 20px; }
  .ttl_03 {
    font-size: 16px; } }

@media screen and (max-width: 640px) {
  .ttl_01 {
    font-size: 24px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  header .logo img {
    display: block;
    width: 105px;
    height: 58px; }
  header .menu {
    width: 99px;
    height: 45px;
    background: #231815;
    border-radius: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0;
    border: 0; }
    header .menu .label {
      display: inline-block; }
    header .menu .icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4px; }
      header .menu .icon span {
        display: block;
        width: 20px;
        height: 1px;
        background: #fff;
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
    header .menu.is-open .icon {
      height: 6px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 0; }
      header .menu.is-open .icon span:first-child {
        opacity: 0; }
      header .menu.is-open .icon span:last-child {
        opacity: 1; }
  header .fadenav {
    display: none;
    position: fixed;
    top: 98px;
    left: 40px;
    right: 40px;
    width: auto;
    border: 1px solid #231815;
    border-radius: 4px;
    background: #F9F7F2;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 999; }
    header .fadenav .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    header .fadenav .nav_img {
      -webkit-box-flex: 334;
      -ms-flex: 334 1 0px;
      flex: 334 1 0; }
      header .fadenav .nav_img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px; }
    header .fadenav .nav_list {
      -webkit-box-flex: 448;
      -ms-flex: 448 1 0px;
      flex: 448 1 0;
      list-style: none;
      margin: 0;
      padding: 40px; }
      header .fadenav .nav_list .ttl_btn a {
        color: #231815;
        display: block;
        padding: 12px 0; }
    header .fadenav .cv {
      padding: 40px 0;
      -webkit-box-flex: 448;
      -ms-flex: 448 1 0px;
      flex: 448 1 0; }
      header .fadenav .cv .card {
        width: 100%;
        padding: 24px 40px;
        border-radius: 4px;
        background-color: white; }
        header .fadenav .cv .card + .card {
          margin-top: 8px; }
        header .fadenav .cv .card .ttl {
          margin-bottom: 20px;
          padding-bottom: 20px;
          font-size: 18px;
          border-bottom: 1px solid #231815; }
        header .fadenav .cv .card .link_area {
          margin-top: 48px; }
          header .fadenav .cv .card .link_area .btn-m, header .fadenav .cv .card .link_area .contact .cf7 input[type="submit"], .contact .cf7 header .fadenav .cv .card .link_area input[type="submit"] {
            width: 300px;
            margin-left: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }

.knowledge {
  padding: 80px 0; }
  .knowledge .head {
    padding: 40px; }
  .knowledge .know_list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding: 0 40px;
    max-width: calc(1360px + 80px);
    margin: 0 auto;
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .knowledge article {
    border-top: 0.5px solid #231815;
    border-left: 0.5px solid #231815;
    margin-bottom: 0; }
    .knowledge article a {
      display: block;
      height: 100%;
      padding: 20px;
      color: #231815; }
      .knowledge article a .catdate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .knowledge article a .thumb {
        margin: clamp(24px, 6vw, 64px) 0;
        aspect-ratio: 652 / 328;
        overflow: hidden; }
        .knowledge article a .thumb img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 4px;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: -webkit-filter 0.4s ease;
          transition: -webkit-filter 0.4s ease;
          -o-transition: filter 0.4s ease;
          transition: filter 0.4s ease;
          transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
      .knowledge article a .ttl {
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .knowledge article a:hover .thumb img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .knowledge article a:hover .ttl {
        font-weight: bold; }
  .knowledge .link_area a {
    margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .knowledge .know_list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media screen and (max-width: 1000px) {
  .knowledge {
    padding: 48px 0; }
    .knowledge .know_list {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media screen and (max-width: 600px) {
  .knowledge .know_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px; } }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px; }
  .nav-links a,
  .nav-links span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #231815;
    color: #231815;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease; }
    .nav-links a:hover,
    .nav-links span:hover {
      background-color: rgba(35, 24, 21, 0.05); }
  .nav-links .current {
    background-color: #231815;
    color: #fff;
    border-color: #231815;
    pointer-events: none; }

.sns {
  max-width: 448px;
  margin-bottom: 8px;
  padding: 12px 12px 12px 64px;
  border: 0.5px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #231815;
  background-color: rgba(255, 255, 255, 0.4); }
  .sns:hover {
    background-color: white; }
  .sns .txt {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sns .txt p {
      margin-bottom: 16px; }
  .sns .link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right; }
  .sns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600; }
    .sns .btn::after {
      content: '';
      width: 16px;
      height: 16px;
      background: url("images/common/ico_regi.png") center/contain no-repeat; }

footer {
  background-image: url(images/common/footer_bg.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat; }
  footer .inner {
    padding: 80px 40px;
    background-color: #595757;
    mix-blend-mode: multiply; }
  footer .flex {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .card {
    width: 50%;
    padding: 24px 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.7); }
    footer .card .ttl {
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-size: 18px;
      border-bottom: 1px solid #231815; }
    footer .card .link_area {
      margin-top: 48px; }
      footer .card .link_area .btn-m, footer .card .link_area .contact .cf7 input[type="submit"], .contact .cf7 footer .card .link_area input[type="submit"] {
        width: 300px;
        margin-left: auto; }
  footer .copy {
    border-top: 1px solid white;
    padding: 12px 40px;
    font-size: 12px;
    text-align: right;
    background-color: #595757;
    mix-blend-mode: multiply;
    color: white; }

@media screen and (max-width: 1000px) {
  header {
    padding: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    header .logo img {
      width: 80px;
      height: auto; }
    header .fadenav {
      top: 64px;
      left: 20px;
      right: 20px; }
      header .fadenav .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px; }
      header .fadenav .nav_img {
        display: none;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
        header .fadenav .nav_img img {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
          -o-object-fit: cover;
          object-fit: cover; }
      header .fadenav .nav_list {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 24px 24px; }
        header .fadenav .nav_list .ttl_btn a {
          padding: 6px 0; }
      header .fadenav .cv {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 0px 24px 40px; }
        header .fadenav .cv .card {
          padding: 0px;
          background-color: transparent; }
          header .fadenav .cv .card .ttl {
            display: none;
            font-size: 16px;
            margin-bottom: 16px;
            padding-bottom: 16px; }
          header .fadenav .cv .card p {
            font-size: 12px; }
          header .fadenav .cv .card .link_area {
            margin-top: 12px; }
            header .fadenav .cv .card .link_area .btn-m, header .fadenav .cv .card .link_area .contact .cf7 input[type="submit"], .contact .cf7 header .fadenav .cv .card .link_area input[type="submit"] {
              width: 100%;
              max-width: 320px;
              margin: 0 auto;
              padding: 16px; }
  .sns {
    max-width: 100%;
    margin: 0 auto 16px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .sns .txt {
      padding: 0;
      width: 100%; }
      .sns .txt p {
        margin-bottom: 12px; }
    .sns .link_area {
      width: 100%;
      margin-top: 16px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  footer {
    background-position: center top;
    background-size: cover; }
    footer .inner {
      padding: 64px 20px; }
    footer .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px; }
    footer .card {
      width: 100%;
      max-width: 560px;
      margin: 0 auto;
      padding: 24px; }
      footer .card .ttl {
        font-size: 16px;
        margin-bottom: 16px;
        padding-bottom: 16px; }
      footer .card .link_area {
        margin-top: 32px; }
        footer .card .link_area .btn-m, footer .card .link_area .contact .cf7 input[type="submit"], .contact .cf7 footer .card .link_area input[type="submit"] {
          width: 100%;
          max-width: 320px;
          margin: 0 auto; }
    footer .copy {
      padding: 12px 20px;
      text-align: center; } }

.front .main {
  background: url("images/front/mv.jpg") center/cover no-repeat;
  background-attachment: fixed; }

.front .mv {
  width: 100%;
  min-height: 520px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .front .mv .ttl {
    position: relative;
    z-index: 2;
    margin: 0; }
    .front .mv .ttl.center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    .front .mv .ttl img {
      display: block;
      max-width: 480px;
      width: 90%;
      height: auto; }
  .front .mv .layout {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 175px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.front .head {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .front .head.noflex {
    display: block;
    max-width: 448px;
    margin: 0 auto;
    padding: 0; }
  .front .head .en {
    margin-right: 20px;
    padding-top: 5px; }

.front .about {
  padding: 160px 40px;
  position: relative; }
  .front .about::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .front .about .wrapper {
    position: relative;
    z-index: 1;
    padding: 40px;
    border: 0.5px solid #231815;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15); }
  .front .about .mission {
    margin-top: 80px; }

.front .container {
  overflow: hidden;
  background-color: #F9F7F2;
  mix-blend-mode: multiply; }
  .front .container .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .front .container .txt {
    width: 50%;
    padding: 40px; }
    .front .container .txt .head {
      max-width: 448px;
      margin: 0 auto 40px;
      -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      transform: translateX(-40px);
      padding: 40px 0; }
    .front .container .txt .ttl_lead {
      max-width: 448px;
      margin: 0 auto; }
  .front .container .ph {
    width: 50%;
    position: relative; }
    .front .container .ph img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      mix-blend-mode: multiply; }

.front .philosophy {
  padding-top: 64px; }

.front .issue {
  padding: 128px 40px 128px; }
  .front .issue .ph img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }

.front .service {
  padding: 120px 40px;
  background-color: #EAEAEA; }
  .front .service .txt .head {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .front .service .link_area {
    max-width: 448px;
    margin: 40px auto 0; }

.front .news {
  height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .front .news .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 448px;
    padding: 64px 0px 20px;
    border: 0.5px solid #231815;
    position: relative; }
    .front .news .box .link_area {
      position: absolute;
      right: 40px;
      bottom: 20px; }
  .front .news .news_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .front .news article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 366px;
    height: 100%;
    border: 0.5px solid #231815; }
    .front .news article a {
      display: block;
      height: 100%;
      padding: 20px;
      color: #231815; }
      .front .news article a .catdate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .front .news article a .thumb {
        margin: 64px 0;
        height: 160px;
        overflow: hidden; }
        .front .news article a .thumb img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 4px;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: -webkit-filter 0.4s ease;
          transition: -webkit-filter 0.4s ease;
          -o-transition: filter 0.4s ease;
          transition: filter 0.4s ease;
          transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
      .front .news article a .ttl {
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .front .news article a:hover .thumb img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .front .news article a:hover .ttl {
        font-weight: bold; }

.front .connect {
  padding: 120px 40px;
  background: url("images/front/connect.jpg") left center/contain no-repeat; }
  .front .connect .wrapper {
    max-width: 904px;
    margin-left: auto; }
  .front .connect .head {
    padding: 0 100px 0 0; }

@media screen and (max-width: 1000px) {
  .front .head {
    padding: 24px 20px;
    display: block; }
    .front .head .en {
      margin-right: 0;
      padding-top: 0;
      display: inline-block;
      margin-bottom: 8px; }
    .front .head.noflex {
      max-width: 100%;
      padding: 0; }
  .front .main {
    background-attachment: scroll; }
  .front .mv {
    min-height: 520px;
    height: 80vh; }
    .front .mv .layout {
      right: 20px;
      height: 120px; }
    .front .mv h1 img {
      width: 70%;
      height: auto; }
  .front .about {
    padding: 80px 20px; }
    .front .about .head {
      margin-bottom: 24px;
      text-align: center; }
    .front .about .wrapper {
      padding: 24px;
      max-width: 100%;
      margin: 0 auto; }
    .front .about .mission {
      margin-top: 48px; }
  .front .container .flex {
    display: block; }
  .front .container .txt,
  .front .container .ph {
    width: 100%; }
  .front .container .txt {
    padding: 32px 20px; }
    .front .container .txt .head {
      padding: 20px 0;
      margin-bottom: 24px;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
    .front .container .txt .ttl_lead {
      max-width: 100%;
      margin: 0 auto; }
  .front .container .ph {
    padding: 0 20px 32px; }
    .front .container .ph img {
      width: 100%;
      max-width: 560px;
      margin: 0 auto; }
  .front .philosophy {
    padding-top: 24px;
    text-align: right; }
    .front .philosophy .en {
      margin-right: 1em; }
  .front .issue {
    padding: 0 0px 48px; }
    .front .issue .ph {
      margin-top: 32px;
      text-align: center; }
  .front .service {
    padding: 48px 0px; }
    .front .service .link_area {
      max-width: 100%;
      margin: 24px auto 0; }
    .front .service .flex {
      display: block; }
    .front .service .txt,
    .front .service .ph {
      width: 100%; }
    .front .service .ph {
      padding-top: 24px; }
      .front .service .ph img {
        display: block;
        max-width: 480px;
        width: 80%;
        margin: 0 auto; }
  .front .news {
    height: auto;
    overflow: visible;
    display: block;
    padding: 40px 20px 60px; }
    .front .news .box {
      width: 100%;
      max-width: 560px;
      margin: 0 auto 32px;
      padding: 24px;
      position: relative; }
      .front .news .box .link_area {
        position: static;
        margin-top: 16px;
        text-align: right; }
        .front .news .box .link_area .btn-s {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
    .front .news .news_list {
      display: block;
      width: 100%;
      max-width: 560px;
      margin: 0 auto; }
    .front .news article {
      width: 100%;
      height: auto;
      margin-bottom: 24px; }
      .front .news article:last-child {
        margin-bottom: 0; }
      .front .news article a {
        padding: 20px; }
        .front .news article a .thumb {
          margin: 24px 0;
          height: 160px; }
          .front .news article a .thumb img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
  .front .connect {
    padding: 80px 20px;
    background: none; }
    .front .connect .wrapper {
      max-width: 100%;
      margin: 0 auto; }
    .front .connect .head {
      padding: 0;
      margin-bottom: 24px; }
    .front .connect .flex {
      display: block; }
    .front .connect .box {
      width: 100%; }
    .front .connect a.sns {
      width: 100%; } }

.single .wrapper {
  max-width: 1180px;
  margin: 180px auto;
  padding: 0 24px; }

.single .intro .catdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.single .intro .ttl_01 {
  margin-bottom: 64px; }

.single .intro .box {
  max-width: 904px;
  margin: 0 auto 160px; }

.single .intro .lead {
  margin-top: 40px; }

.single .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  .single .container .index {
    width: 334px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100vh - 140px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .single .container .index #ez-toc-container {
      border: 0; }
      .single .container .index #ez-toc-container a.ez-toc-toggle {
        display: none; }
      .single .container .index #ez-toc-container .ez-toc-title {
        padding-left: 1em;
        font-size: 16px;
        border-left: 0.5px solid #231815; }
      .single .container .index #ez-toc-container ul {
        margin-top: 1em; }
      .single .container .index #ez-toc-container ul,
      .single .container .index #ez-toc-container li {
        list-style-type: none; }
      .single .container .index #ez-toc-container li {
        margin-bottom: 1em; }
        .single .container .index #ez-toc-container li a {
          color: #5D72A2;
          line-height: 1.4;
          letter-spacing: 0.01em;
          position: relative;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 4px; }
          .single .container .index #ez-toc-container li a::before {
            content: '';
            width: 20px;
            height: 0.5px;
            background-color: #231815; }
    .single .container .index .box {
      margin-top: 40px; }
  .single .container .content {
    max-width: 790px;
    width: 100%;
    margin: 0 auto; }
    .single .container .content h2 {
      margin-bottom: 60px;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: .01em; }
    .single .container .content h3 {
      margin-bottom: 40px;
      padding: 30px 0;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.02em; }
    .single .container .content h4 {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px;
      position: relative;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.01em; }
      .single .container .content h4::before {
        content: '';
        width: 20px;
        height: 0.5px;
        background-color: #231815; }
    .single .container .content h5,
    .single .container .content h6 {
      display: inline-block;
      margin-bottom: 40px;
      padding: 12px 20px;
      font-size: 22px;
      background-color: #231815;
      border-radius: 4px;
      letter-spacing: 0.01em;
      color: white; }
    .single .container .content p {
      margin-bottom: 40px; }
    .single .container .content a {
      color: #5D72A2;
      border-bottom: 1px solid #5D72A2; }
    .single .container .content img {
      margin-bottom: 60px; }
    .single .container .content blockquote {
      margin: 40px 0;
      padding: 40px;
      border: 1px solid #231815;
      border-radius: 4px; }
      .single .container .content blockquote p {
        margin-bottom: 0; }
    .single .container .content ul p,
    .single .container .content li p {
      margin-bottom: 0; }

.single .news {
  border-top: 1px solid #231815; }
  .single .news .head {
    padding-top: 40px; }
    .single .news .head .ttl_02 {
      line-height: 1; }
  .single .news .news_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .single .news article {
    width: 362px;
    padding: 40px;
    margin-bottom: 20px; }
    .single .news article a {
      display: block;
      height: 100%;
      padding: 20px;
      color: #231815; }
      .single .news article a .catdate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .single .news article a .thumb {
        margin: 64px 0;
        height: 160px;
        overflow: hidden; }
        .single .news article a .thumb img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 4px;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-transition: -webkit-filter 0.4s ease;
          transition: -webkit-filter 0.4s ease;
          -o-transition: filter 0.4s ease;
          transition: filter 0.4s ease;
          transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
      .single .news article a .ttl {
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .single .news article a:hover .thumb img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .single .news article a:hover .ttl {
        font-weight: bold; }

@media screen and (max-width: 1000px) {
  .single .wrapper {
    margin: 120px auto;
    padding: 0 20px; }
  .single .intro .catdate {
    margin-bottom: 24px; }
  .single .intro .box {
    margin: 40px auto 80px; }
  .single .intro .lead {
    margin-top: 24px; }
  .single .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px; }
    .single .container .index {
      width: 100%;
      position: static;
      top: auto;
      max-height: none;
      overflow: visible; }
      .single .container .index .head {
        font-size: 14px; }
      .single .container .index .box {
        margin-top: 24px; }
      .single .container .index li {
        margin-bottom: 12px;
        font-size: 14px; }
    .single .container .content {
      max-width: 100%; }
      .single .container .content h2 {
        font-size: 24px;
        margin-bottom: 40px; }
      .single .container .content h3 {
        font-size: 22px;
        margin-bottom: 32px;
        padding: 20px 0; }
      .single .container .content h4 {
        font-size: 20px;
        margin-bottom: 32px; }
      .single .container .content h5,
      .single .container .content h6 {
        font-size: 18px;
        margin-bottom: 32px;
        padding: 10px 16px; }
      .single .container .content p {
        margin-bottom: 32px; }
      .single .container .content img {
        margin-bottom: 40px; }
      .single .container .content blockquote {
        padding: 24px;
        margin: 32px 0; }
  .single .news .news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .single .news article {
    width: 100%;
    max-width: 560px;
    padding: 0; }
    .single .news article a .thumb {
      width: 100%;
      height: auto;
      margin: clamp(24px, 6vw, 64px) 0;
      aspect-ratio: 652 / 328;
      overflow: hidden; } }

.contact .cf7 {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  /* checkbox（privacy） */
  /* submit */
  /* validation */ }
  .contact .cf7 .row {
    margin-bottom: 40px; }
    .contact .cf7 .row.submit {
      margin-top: 64px;
      text-align: center; }
    .contact .cf7 .row.agree {
      margin-top: 48px; }
  .contact .cf7 .label {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em; }
  .contact .cf7 .req {
    margin-left: 6px;
    font-size: 12px;
    color: #5D72A2; }
  .contact .cf7 input[type="text"],
  .contact .cf7 input[type="email"],
  .contact .cf7 input[type="tel"],
  .contact .cf7 select,
  .contact .cf7 textarea {
    width: 100%;
    padding: 16px 18px;
    font-size: 14px;
    border: 1px solid #231815;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -o-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
    .contact .cf7 input[type="text"]:focus,
    .contact .cf7 input[type="email"]:focus,
    .contact .cf7 input[type="tel"]:focus,
    .contact .cf7 select:focus,
    .contact .cf7 textarea:focus {
      outline: none;
      background-color: #fff;
      border-color: #5D72A2; }
  .contact .cf7 textarea {
    min-height: 180px;
    resize: vertical; }
  .contact .cf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/common/ico_select.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px auto; }
  .contact .cf7 .agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 13px; }
    .contact .cf7 .agree input[type="checkbox"] {
      width: 16px;
      height: 16px; }
    .contact .cf7 .agree a {
      color: #5D72A2;
      border-bottom: 1px solid #5D72A2; }
  .contact .cf7 input[type="submit"] {
    min-width: 240px;
    cursor: pointer;
    margin: 0 auto; }
  .contact .cf7 .wpcf7-not-valid {
    border-color: #c00; }
  .contact .cf7 .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 12px;
    color: #c00; }
  .contact .cf7 .wpcf7-response-output {
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px; }
  .contact .cf7 .wpcf7-mail-sent-ok {
    border: 1px solid #231815;
    background-color: rgba(255, 255, 255, 0.6); }
  .contact .cf7 .wpcf7-validation-errors {
    border: 1px solid #c00;
    background-color: rgba(255, 230, 230, 0.6); }

@media screen and (max-width: 1000px) {
  .contact .cf7 .row {
    margin-bottom: 32px; }
    .contact .cf7 .row.submit {
      margin-top: 48px; }
  .contact .cf7 input[type="submit"] {
    width: 100%;
    max-width: 320px; } }
